*{
    margin: 0;
    padding: 0;
}

div.contain_principal{
    
    background-color: rgb(214, 214, 214);
    background-image: url("../images/contact-01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: auto;
}
div.contain_principal div.bg_dark{
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
div.contain_principal.contact01{
    
    background-color: rgb(119, 119, 119);
    background-image: url("../images/rdv_bg_01.jpg");
    
    position: relative;
}
div.contain_principal.contact02{
    
    background-color: rgb(119, 119, 119);
    background-image: url("../images/rdv_bg_02.jpg");
    
    position: relative;
}
div.contain_principal.contact03{
    
    background-color: rgb(119, 119, 119);
    background-image: url("../images/rdv_bg_02.jpg");
    
    position: relative;
}

div.bg_dark{
    position: absolute;
    top: 0%;
    left: 0;
       
    height: 100%;
    width: 100%;
    background-color: rgba(106, 106, 106, 0.137);

}
div.contain_principal.contact02 div.bg_dark{
    background-color: rgba(41, 41, 41, 0.558);

}

div.first_div{
    padding-top: 30px;
    min-height: 200px;

    padding-left: 200px;
    
    position: relative;
}


div.first_div div.div_intern_01{
    width: max-content;
    padding-bottom:10px ;
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 10px;
    background-color: rgb(128, 128, 128);
    border: 1px solid rgb(128, 128, 128) ;
    font-size: 28px;
    
}
div.first_div div.div_intern_01.c2_,
div.first_div div.div_intern_01.c3_{
    max-width: 650px;
    background-color: rgb(231, 112, 0);
}
div.first_div div.div_intern_01.c3_{
    position: relative;
    background-color: rgb(201, 37, 0);
    z-index: 1;
    
}
div.first_div div.div_intern_01 p{
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    text-align: justify; 

    font-weight: 600;
    color: white;
}
div.first_div div.div_intern_01.c2_ p,
div.first_div div.div_intern_01.c3_ p{
    font-size: 22px;
}
div.first_div div.div_intern_02{
    margin-top: 25px;
    width: 550px;
    height: 190px;
    background-color: rgba(170, 209, 218, 0.299);
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 10px 15px 1px rgb(192, 192, 192);
    z-index: 1;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;

}
div.first_div div.div_intern_02.masterclass{
    height: 100px;
}
div.first_div div.div_intern_02 p{
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    padding: 0;
    margin: 0;
    text-align: justify; 

    font-weight: 600;
    color: rgb(0, 0, 0);
}

div.first_div div.div_intern_02 p.line_input input{
    width: 50%;
    height: 32px;
    margin-top: 10px;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 4px;
    padding-left: 15px;
}

div.first_div div.div_intern_02 p.p_last{
    font-size: 20px;
    font-weight: lighter;
}

div.first_div div.div_intern_02 ul.list_date{
    display: flex;
    flex-wrap: ;
    list-style-type: none;
}
div.first_div div.div_intern_02 ul.list_date li{
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 5px;
    width: 100%;
}
div.first_div div.div_intern_02 ul.list_date li input{
    margin-right: 10px;
}

div.first_div div.div_intern_02 p span{
    font-size: 20px;
    margin-right: 5px;
}
div.first_div div.div_intern_02 p span.contact_reseau{
    font-size: 16px;
}
div.first_div div.div_intern_02 p.p_last span{
    font-size: 20px;
}

/* SECOND DIV */

div.second_div{
    min-height: auto;
    padding-left: 150px;
    padding-right: 150px;

    position: relative;
    margin-top: -80px;
}

@media only screen and (max-width: 1290px){
    
    div.second_div{
        padding-left: 50px;
        padding-right: 50px;
    }
    
}


div.second_div form{
    position: relative;
    height: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.899);
    padding-top: 60px;
    padding-left: 100px;
    padding-bottom: 20px;

    border-radius: 10px;
}
div.second_div form .contact_line_fields{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

div.second_div form .contact_line_fields p.p_title{
    font-size: 60px;
    padding: 0;
    margin: 0;
}
div.second_div form .contact_line_fields.sup_wig p.p_title {
    font-weight: bold;
    font-size: 28px;
}
div.second_div form .contact_line_fields p.p_text{
    margin: 0;
    padding: 0;
    color: black;
    font-style: italic;
}
div.second_div form .contact_line_fields p.p_line{
    height: 4px;
    width: 40%;
    background-color: rgb(0, 0, 0);
    display: block;
}
div.second_div form .contact_field.contact_field_01{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
div.second_div form .contact_field label{
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: 10px;
}
div.second_div form .contact_field .sup_contact_field{
    width: 48%;
    display: inline-block;
}
div.second_div form .contact_field input,
div.second_div form .contact_field textarea,
div.second_div form .contact_field select{
    width: 60%;
    height: 32px;
    padding-left: 10px;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 2px;
}
div.second_div form .contact_field .sup_contact_field input{
    width: 100%;
}
div.second_div form .contact_field textarea{
    height: 150px;
}
 
div.second_div form .contact_field.contact_last div {
    width: 100%;
    text-align: center;
}
div.second_div form .contact_field.contact_last div hr{
    width: 95%;
    display: inline-block
}
div.second_div form .contact_field.contact_last{  
    width: 100%;
}
div.second_div form .contact_field.div_date{
    width: 350px;
    display: none;
}

div.second_div form{
    position: relative;
}
div.second_div form .contain_hour{
    position: absolute;
    top: 80px;
    right: 50px;
    text-align: center;
}
div.second_div form .contain_hour .title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    text-shadow: 6px 6px 5px rgb(0 0 0 / 12%);
    text-align: center;
}
div.second_div form .contain_hour .text_00{
    font-size: 22px;
    font-style: italic;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0;
}
div.second_div form .contain_hour div div.line_horaire{
    display: flex;
    font-size: 18px;
    font-style: italic;
    justify-content:center;
}

.second_div .contain_step .contain_sous_title p{
    font-size: 32px;
    color: black;
}
.second_div .contain_step.sup_wig .contain_sous_title p{
    font-size: 22px;
    font-weight: bold;
}
div.second_div form .contain_hour div div.line_horaire p.day{
    margin-right: 10px;
}

.second_div .contact_field .contain_element_check{
    display: flex;
    justify-content: left;
    align-items: center;
}
.second_div .contact_field .contain_element_check input{
    height: 20px;
    width: 20px;
    padding: 0;
    margin-right: 15px;
}
.second_div .contact_field .contain_element_check label{
    margin: 0;
    padding: 0;
    width: auto;
    margin-right: 25px;
    font-size: 18px;
}

.second_div .contact_field  #bresilienne_recommandation p{
    font-size: 18px;
    margin-top: 15px;
}
.second_div .btns_suivant .btn_form_suiv{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: black;
    color: white;
    border: none;
}
.second_div .btns_suivant #btn_suivant:hover{
    background-color: rgb(27, 27, 27);
}

@media only screen and (max-width:1400px){
    div.second_div{
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media only screen and (max-width:1215px){
    div.second_div{
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media only screen and (max-width:1115px){
    div.second_div form .contact_line_fields p.p_title{
        font-size: 42px;
    }
}
@media only screen and (max-width:980px){
    div.second_div form .contain_hour .title{
        font-size: 32px;
        margin-top: 15px;
    }
}
@media only screen and (max-width:900px){
    div.second_div form .contain_hour{
        position: relative;
        top: 10px;
        text-align: center;
    }
    div.second_div form .contact_field input, div.second_div form .contact_field textarea, div.second_div form .contact_field select{
        width: 90%;
    }
    div.first_div{
        padding-left: 5%;
    }
}
@media only screen and (max-width:700px){
    div.first_div div.div_intern_01{
        width: fit-content;
    }
}
@media only screen and (max-width:645px){
    div.first_div div.div_intern_02{
        width: fit-content;
        padding-right: 50px;
    }
}
@media only screen and (max-width:580px){
    div.second_div form{
        padding-left: 30px;
    }
    div.second_div form .contact_field.contact_field_01{
        width: 95%;
    }
}
@media only screen and (max-width:515px){
    .second_div .contact_field .contain_element_check{
        display: flex;
        flex-wrap: wrap;
    }
    .second_div .contact_field .contain_element_check div{
        width: fit-content;
        background-color: ;
        display: flex;
    }
}
@media only screen and (max-width:500px){
    div.second_div form .contact_line_fields p.p_title{
        font-size: 26px;
    }
    div.first_div div.div_intern_01 p{
        text-align: left;
    }
}
@media only screen and (max-width:450px){
    div.second_div form .contact_field{
        display: flex;
        flex-wrap: wrap;
    }
    div.second_div form .contact_field .sup_contact_field{
        width: 90%;
    }
}
@media only screen and (max-width:430px){
    div.first_div div.div_intern_02 p.p_last{
        font-size: 16px;
    }
}
@media only screen and (max-width:365px){
    div.first_div div.div_intern_02{
        width: fit-content;
        padding-right: 5px;
    }
}


