/* MAIN CONTAINER STYLES */

.main {
    max-width: 1024px;
    margin-top: 6%;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.6);
    padding: 0;
    font-family: 'Poppins','Open Sans', Helvetica, Arial, sans-serif;
}

a {
    color: #000000;
    text-decoration: underline;
}

/* MAIN CONTAINER STYLES END */
/* FIRST GALLERY STYLES */

.bg-red-block {
    padding-top: 15%;
    background-color: #dc1915;
}

.bg-red-block img{
    padding-bottom: 15%;
    background-color: #dc1915;
}

.bg-white-block {
    padding-top: 15%;
}

.bg-white-block img{
    padding-bottom: 16%;
}


.logo{
    position:absolute;
    top: 2%;
    z-index: 10;
}


/* FIRST GALLERY STYLES END */

/* CENTER DESCRIPTION */

.lead {
    font-size: 125%;
    line-height: 135%;
    font-weight: 500;
}

.text-red {
    color: #dc1915;
}

.small {
    font-size: 80%;
    font-weight: normal;
}

/* CENTER DESCRIPTION END */

/* CONTACT FORM */



form legend {
    color: #dc1915;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0 2rem 0;
}

form label {
    font-weight: 600;
    line-height: 2rem;
}

form label {
    line-height: 2rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

form .form-check-label, form .form-radio-label {
    cursor: pointer;
    font-weight: 400;
}

form label .required {
    padding-left: .25rem;
    color: #dc1915;
}

form fieldset {
    margin: 0;
    padding: 0;
    padding-bottom: 3rem;
    border: 0 none;
}

form select.form-control {
    width: 100%;
}


/* FORM RADIO */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  border:2px solid #4b4b4b;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  
 
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
   font-weight: bold;
  border:2px solid #4b4b4b;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: black;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
   font-weight: bold;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
   font-weight: bold;
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
   font-weight: bold;
}

/* FORM RADIO END */



form .form-check-label,form .form-radio-label {
    cursor: pointer;
    font-weight: 400;
}


.form-radio-label{
    color: #000000 !important;
}



#contact_form_civilite label {
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}

.required {
    margin-right: 15px !important;
}


form .form-radio-label:before {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

form .form-radio-label.active:before {
    content:'•';
    font-size: 2rem;
}


.button {
    background-color: #dc1915;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    margin: 1rem auto;
    padding: 1rem 1.5rem;
    border: 2px solid transparent;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all .3s;
}


/* CHECKBOX */




/* CHECKBOX END */

/* CONTACT FORM END */


/* FOOTER */

footer{
    max-width: 1024px !important;
    font-family: 'Poppins','Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
}


footer a:hover {
    color: #000000;
}
/* FOOTER END */


/* COOKIES STYLES */

.cookies {
    background-color: rgba(0,0,0,0.8);
    text-align:center;
    font-size: .8rem;
    width: 100%;
    color: #fff;
}

.cookies a.close_cookies {
    background-color:#dc1915;
    color:#fff;
    display:inline-block;
    text-decoration:none;
    padding:1px 4px;margin:2px;
    font-weight:bold;
    transition:all .3s;
}
    
    
.cookies a.close_cookies:hover {
        color:#dc1915;
        background-color:#dc1915;
    }

.cookies-text-center {
    max-width: 1024px;
    padding: 0 15px;
    text-align: center !important;
    margin: 0 auto;
}


/* COOKIES END */


#sonata-ba-field-container-sec4809de79_motive {
    display: none !important;
}

.test {
    color:red;
}


/* 2'ND VALIDATION PAGE */


h2.validation_form_2 {
    font-size: 1.3rem !important;
    font-weight: bold;
}

p#validation_form_2 {
    font-weight:bold;
    font-size: 3rem !important;
}

p#validation_form_2_small{
    font-size: 0.8rem !important;
}

span.required {
    color: red;
}

.bg-red-block-validation {
    padding: none;
}

.mentions_validation {
font-size: 0.8rem;
}



/* 3'RD VALIDATION PAGE */

.small_validation {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 12% 0%;
}


.small_validation_size .bg-red-block {
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 450px;
    background-position: 10% 50% !important;
    padding: 0;
}

.error {
    color: red !important;
    font-weight: bold !important;
    display: block !important;
}

@media (max-width: 768px) {
    .img-header{
        margin-top: 60px;
    }

    .bg-white-block {
        padding-top: 0%;
    }

    .confirmation-image{
       width: 100%;
       margin-bottom: 30px;
    }

    .small_validation {
        margin-top: 230px;
    }
}



