/* *** Global *** */
body{
    margin: 0;
    padding: 0;
    background-color: rgba(67, 75, 82, 0.05);
}
body #formation-left::after {
    content: " ";    
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    background-color: rgba(67, 75, 82, 0.12);
}

/* *** Elements border *** */
#header-section::after{
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    margin: auto;
    background-color: rgba(67, 75, 82, 0.12);
}
#footer-section::before{
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    width: 90%;
    height: 1px;
        margin: auto;
    background-color: rgba(67, 75, 82, 0.12);
}
.footer-logo-border:not(:last-child)::after{
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    height: 63px;
    background-color: rgba(67, 75, 82, 0.12);
    margin-top: 25%;
}

/* *** Left Column *** */
#formation-container #formation-left a{
	color : white;
	text-decoration: none;
}
#formation-container #formation-left a:hover{
	text-decoration: underline;
}
#rec-form h1:hover{
    cursor: pointer;
    text-decoration: underline;
}
.left-col-container h1,
.left-col-container p{
    margin: 0;
}
.left-col-container h1{
    font-size: 50px;
}
.left-col-container p{
    font-size: 14px;
}

/* *** Right Column *** */
#formation-card .form-element:hover{
    cursor: pointer;
}
#formation-card .form-element p{
    word-wrap: break-word;
}
#formation-card .form-element:hover p{
    text-decoration: underline;
}

/* *** Modal *** */
body.home .close-modal{
    top:15px;
    font-size: 35px;
}
body .form-element:hover,
body .close-modal{
    padding:0 8px;
    cursor: pointer;
}
form.elementor-form h2{
    margin: 0;
    padding: 0;
}

@media screen and (max-width : 375px) {
    .left-col-container h1{
        font-size: 30px;
    }
    .left-col-container p{
        font-size: 11px;
    }
    body #form-formation h2{
        font-size: 1.1rem;
    }
    
}

@media (min-width : 375px) and (max-width: 768px){
    .left-col-container h1{
        font-size: 40px;
    }
    .left-col-container p{
        font-size: 13px;
    }
}

@media (min-width : 768px) and (max-width: 1140px){
    #formation-container > .e-con-inner{
        flex-direction: column;
    }
    #formation-left{
        width: 100%;
    }
}

/*** * CookieYes modal * ***/
.cky-consent-container p,
.cky-consent-container button,
.cky-modal p,
.cky-modal button{
    font-family: "Poppins", Sans-serif !important;
}