
/* thankyou page  */
  body .container{
        max-width: 1200px;
    }
header.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

main.main_thanks {
    /* overflow: hidden; */
    background-color: #E3F0FF;
    background-image:url(/assets/images/bg_thanks.png);
    background-position: center;
    background-size: cover;
}
.main_thanks .thanks_content {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* margin-bottom: -20px; */
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
img.img_thanks {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}
span#profil-error {
    width: 100%;
}
/* font size */
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs24{
    font-size: 24px;
}
.fs30{
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
}
.fs32{
    font-size: 32px;
}
.fs42{
    font-size: calc(36px + (42 - 34) * ((100vw - 300px) / (1920 - 300)));
}
.fs44{
    font-size: calc(24px + (44 - 24) * ((100vw - 300px) / (1920 - 300)));
             
}
.fs166{
    font-size: calc(45px + (112 - 45) * ((100vw - 300px) / (1920 - 300)));
}

.fs85{
    font-size: calc(55px + (85 - 55) * ((100vw - 300px) / (1920 - 300)));
}
/* font weight */
.fregular{
    font-weight: 400;
}
.fmed{
    font-weight: 500;
}
.fsemi{
    font-weight: 600;
}
.fextra{
    font-weight: 900;
}
/* margin */
.mt-100{
    margin-top: 100px;
}
.mt-120{
    margin-top: 120px;
}
.mt-60{
    margin-top: 60px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.m-m10{
    margin-top: -10px;
}
body .ml-5 {
    margin-left:5px !important;
    display: inline-block;
}
body .ml-10 {
    margin-left:10px !important;
}
/* font family */
.fanton{
    font-family: 'Anton';
}
h1 , h2 , h3 , .fmonst , body *{
    font-family: 'Montserrat';
}
.div_flex.div_mtop {
    margin-bottom: -55px;
}
.to_top{
    margin-top:-30px
}

/* color */
.noire{
    color:#111111;
}

.f_color{
    color:#3A75C4;
}
.s_color{
    color:#9CC6FF;
}
.gris , p , ul{
    color:#606060;
}
.white{
    color:#fff;
}
.green{
    color:#009E60;
}
.red{
    color:#EE4655;
}
img.img-logo {
    margin-top: 10px;
}
/* weight */
.fbold{
    font-weight:700;
}

/* transformation */
.uppercase {
    text-transform:uppercase;
}

.mp_w70{
    width: 62%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
/* bouttons */
button.button {
    border-radius:50px;
    border:1px solid #000;
    padding:12px 30px;
    font-size:20px;
    font-family:'poppins';
    font-weight:500;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.button img{
  margin-left:5px  
}
button.btn_red{
    background:#EE4655;
    border-color:#EE4655;
    color:#fff;
}

button.btn_red:hover{
     color:#EE4655;
     background:transparent;
}

button.btn_red:hover img{
   -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(71%) saturate(2732%) hue-rotate(332deg) brightness(99%) contrast(88%);
           filter: brightness(0) saturate(100%) invert(35%) sepia(71%) saturate(2732%) hue-rotate(332deg) brightness(99%) contrast(88%);
}

button.btn_transparent {
    background:transparent;
    border-color:#C5CED7;
    color:#616060;
}

button.btn_transparent:hover{
    color:#fff;
     background:#616060;
}
button.btn_transparent:hover img{
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(285deg) brightness(108%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(285deg) brightness(108%) contrast(101%);
}
/* end bouttons  */
div.header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 983px;
    gap: 20px;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bg_white, .bg_blue {
    background:#fff;
    padding:22px;
    border-radius:12px;
    width:49%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap:10px
}
.bg_blue {
    background:#3A75C4;
    
}
.bg_white span, .bg_blue span{
    font-size:30px;
}


img.icone_header {
    max-width: 39px;
    max-height: 39px;
}

.div_title {
    background: #F3F8FE;
    padding: 20px 30px;
    border-radius: 0px 0px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width:80%;
    -ms-flex-line-pack: center;
        align-content: center;
}

.div_flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
}
.z-indextp, .z-indextp *{
    z-index: 2;
}
/* video popup*/
.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    background: #3a75c496;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity:1
}

.popup.popup_active {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity:1
}

.video_div iframe {
    height: 600px;
    width: 100%;
}
.video_div{
position:relative
}
button.remove_popup {
z-index:10;
    background: #1dae95;
    border-radius: 50px;
    border: 0px;
    color: #fff;
    font-weight: 900;
    padding: 5px 11px;
    position: absolute;
    right: 25px;
    top: 10px;
}
/* banner */
.div_banner{
    background-image:url('/assets/images/bg_banner.png') ;
    background-position:center;
    background-size:cover;
    background-color:#E3F0FF;
    padding:0px 20px 0px;
}
ul {
    list-style-type: none;
    padding: 0px !important;
  }

  .check  li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom:10px
}

.check  li:last-child {
    margin:0px
}

.check li:before {
    content: "";
    margin-right: 5px;
    height: 20px;
    width: 20px;
    background: url(/assets/images/check.svg);
    background-size: contain;
    background-position: center;
}
.f_div_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}

span.f_color.fs46.fextra {
    margin-top: 10px;
    display: block;
}
a {text-decoration: unset !important;}

.row.row_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner_img{
    margin-bottom: -50px;
}
/* second */

.opacit_10{
    opacity: 0.1;
}

.bg_sblue{
    background:#e3f0ff;
}
.bg_beige{
    background:#F5F5F5;
}

div.row_visit{
    border-radius:20px;
    padding:40px 24px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.number {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.number span {
    line-height: 78px;
}

.row_gap .col-md-6 {
    max-width: calc(50% - 20px);
}
.row.row_gap{
    gap:40px;
}

/* formulaire */
.div_form{
    position:relative;
}
.div_form.spinned{
overflow:hidden;
}

.div_form:before {
    content: "";
    position:absolute;
    height: 100%;
    width: 100%;
    background: #ffffffa1;
    left:0px;
    right:0px;
    z-index:-1;
    opacity:0;
    -webkit-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
}
.div_form:after {
    content: "";
    position:absolute;
    height: 50px;
    width: 50px;
    background: url(/assets/images/loading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom:0px;
    top:0px;
    left:0px;right:0px;
    margin:auto;
    z-index:-1;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
     -webkit-transition:all 0.2s;
     -o-transition:all 0.2s;
     transition:all 0.2s;
}

.div_form.spinned:before {
    z-index:1;
    opacity:1;
}
.div_form.spinned:after{
    z-index:5;
    opacity:1;
}

.autre_div.autres_domaines {
    margin-bottom:0px !Important
}

.autre_div{
    display:none !important;   
}

.autre_div.selected {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.autres_etudes.selected {
    padding: 0px 15px;
}
.icone_input.input_last {
    width: 100%;
}
.success-message {
    color: #5cb85c;
    font-size: 0.9em;
    display: none;
    margin-top: 5px;
    background: #5cb85c36;
    padding: 10px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.success-message.red{
        color: red;
        background: #dc35451f;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.div_flex_profil{
    margin-bottom:15px;
}
.mw_600{
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}

    /* content form */
    .mw_700 {
        max-width: 700px;
        margin-inline: auto;
    }

    .p_form{
        font-size: 16px;
    }


    /* formulaire */
    .s_tarification > div {
        z-index:6
    }

    h2.h2_tarification {
        font-weight: 900;
        margin-bottom: 25px;
        font-size: 40px !important;
    }
    .div_form {
        max-width: 800px;
        margin-inline: auto;
        margin-top: 60px;
        padding: 40px;
        background: #fff;
        border: 1px solid #45a04133;
        border-radius: 20px;
    }
    .div_form_content{
        position: relative;

    }

    input.input_form.form-control-error, select.select.form-control-error {
        -webkit-box-shadow: 0px 0px 20px #dc354580;
                box-shadow: 0px 0px 20px #dc354580;
    }


    .error-message {
        color: red;
        font-size: 0.9em;
        display: none;
        margin-top: 5px;
    }


    .div_form_content:before{
        content: "";
        background: url(/assets/images/shape_form.png);
        height: 589px;
        width: 100%;
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        background-size: cover;
        background-position: center top;
        z-index: -1;
    }

    .full_input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .div_form label {
        font-size: 18px;
        color: #535252;
        font-weight: 500;
        margin-left:5px;
        
    }

    input.input_form , select.select{
        padding: 15px 12px;
        background: transparent;
        border: 1px solid #EFF0F6 !important;
        border-radius: 10px;
        font-size: 17px;
        color: #6F6C90;
        -webkit-box-shadow:0px 0px 10px  #6f6c9024;
                box-shadow:0px 0px 10px  #6f6c9024;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .iti.iti--allow-dropdown {
        width: 100% !important;
        background: transparent !important;
    }
    
    .iti.iti--allow-dropdown  input{
         background: transparent !important;
    }
    .form-control:focus  , select.select:focus {
        border-color: #EFF0F6 !important;
        -webkit-box-shadow: 0 0 15px .25rem rgb(52 96 174 / 20%) !important;
                box-shadow: 0 0 15px .25rem rgb(52 96 174 / 20%) !important;
    }
    button.btn-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;    
        background: -o-linear-gradient(14deg, rgba(29,174,149,1) 47%, rgba(93,216,195,1) 100%);    
        background: linear-gradient(76deg, rgba(29,174,149,1) 47%, rgba(93,216,195,1) 100%);
        width: 100%;
        border: unset;
        padding: 15px 15px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 50px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .icone_input{
        position:relative;
    }
   
    .icone_input:before, .sd-multiSelect .ms-choice:after{
        content:"";
        background:url(/assets/images/personne.png)  center no-repeat;
        background-size: contain;
        height:25px;
        width:25px;
        position:absolute;
        top:0px;
        bottom:0px;
        right:20px;
        margin:auto
    }
    .icone_input.input_mail:before{
        background:url(/assets/images/mail.png) center no-repeat ;
        background-size: contain;
    }
    .icone_input.input_telephone:before{
        background:url(/assets/images/mobile.png) center no-repeat ;
        background-size: contain;
    }
    .icone_input.input_select:before, .sd-multiSelect .ms-choice:after{
        background:url(/assets/images/Down_Arrow.png) center no-repeat ;
        background-size: contain;
    }
    .icone_input.input_last:before{
        background:unset;
    }
    .last_div{
        margin-bottom: 20px !important;
    }
    .padd_botton_100{
        padding-bottom: 100px;
    }

    .last_div{
        max-width:1200px !important;
        margin:auto
    }

    .last_div .flex-two {

        -webkit-box-align: stretch;

            -ms-flex-align: stretch;

                align-items: stretch;
    }

    .last_div .four_div {
        width: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #fff;
    }

    .last_div .center_div {
        width: calc(33.33% - 5px);
    }
    .last_div  .content-div {
        z-index: 2;
    }

    p.p_last_divs.center {
        margin-top: 10px ;
        font-size: 18px;
        max-width: 200px;
        line-height: normal;
    }

    h2.h2_who_we_are{
        font-weight: 900;
        margin-bottom: 24px;
    }

    .last_div .flex-two {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .last_div  .image-div {
        background: url(/assets/images/dar_essalam.jpg);
        border-radius: 20px;
        min-height: 570px;
        z-index: 1;
        background-position: center bottom;
        background-size: cover;
    }

    .last_div .content-div {
        padding-block: 20px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
    }

/* radio button  */
.radiobutton_profil {
    display: none;
}

.radiobutton_profil + label {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #D2D5DA;
    background: transparent;
    color: #6C727F;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.radiobutton_profil + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #D2D5DA;
    border-radius: 50%;
    background: transparent;
    margin-right: 10px;
    vertical-align: middle;
}

.radiobutton_profil:checked + label {
    background: #4788CA;
    color: white;
    border-color: #4788CA;
}

.radiobutton_profil:checked + label:before {
    background: white;
    border-color: #fff;
}

.div_form .radiobtn label{
 font-size:16px !important;
}

.radiobtn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.radio_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.form-group.div_flex_profil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap:10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
/* multiple */
/* Modal Box  */

.modal-box {
    width: 100%;
  }
  
  .sd-multiSelect {
    position: relative;
  }
  .sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
  }
  .sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
  }
  
  .sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
    -webkit-box-shadow: 0px 0px 10px #6f6c9024;
            box-shadow: 0px 0px 10px #6f6c9024;
    border-radius: 10px;
    border: 0px !important;
  }
  
  .sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: unset !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 16px;
    height: 44px;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
 
  
  .sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
  }
  
  .sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 0px solid #e5e5e5;
    /* border-width: 0px 1px 1px; */
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 10;
    -webkit-box-shadow: 0px 6px 10px #6f6c9024;
            box-shadow: 0px 6px 10px #6f6c9024;
    border-radius: 0px 0px 20px 20px;
    overflow-y: scroll;
  }
  
  .sd-multiSelect .ms-drop li {
    position: relative;
    margin-bottom: 10px;
  }
  
  .sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin:0px !important;
  }
  .ms-drop li{
    margin:0px !important;
    padding:10px;
    width:100%;
    display:inline-block
}
.ms-drop li label{
    position:relative;
    padding-left:30px
}
.ms-drop li label:before {
    content:"";
    background:transparent;
    border:1px solid #00ab75;
    border-radius:2px;
    height:20px;
    width:20px;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    margin:auto;
    transition:all 0.2s;
}
.ms-drop li.selected label:before {
    background:#00ab75;
}

.sd-multiSelect .ms-drop li label span, .sd-multiSelect .ms-drop li label {
    width:100%;
    display:inline-block
}
.ms-drop li{
   position:relative; 
}
.ms-drop li:before{
   content:"";
    background:#80808038;
    position:absolute;
    height:0%;
    width:100%;
    left:0px;
    top:0px;
   z-index:10;
}
.ms-drop li.disabled:before{
    height:100%;
}
.form-control {height: max-content !important;}
/* last section */
.bg_lasts {
    background-color: #E3F0FF;
    background-image: url(/assets/images/bg_lastest.png);
    background-position: center bottom;
    background-size: 100% 554px;
    background-repeat: no-repeat;
}

.pad_100{
    padding: 100px 20px;
}

.bg_lineargreen{
    background: -o-linear-gradient(14deg, rgba(29,174,149,1) 47%, rgba(93,216,195,1) 100%);
    background: linear-gradient(76deg, rgba(29,174,149,1) 47%, rgba(93,216,195,1) 100%);
    
}

h2.white span {
    display: block;
}
.row_student{
    border-radius: 40px;
    padding: 0px 55px;
}
.row-content .row_student{
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-m60 {
    margin-top: -60px !important;
}

.bg_lineargreen {
    position:relative;
    
}
.bg_lineargreen > div{
    z-index:2;
}
.bg_lineargreen:before {
    content: "";
    height: 100%;
    width: 100%;
    background: url('/assets/images/lastedbg.png');
    background-size: cover;
    background-position: center;
    position:absolute;
    left:0px;
    top:0px;
}

/* Footer */

footer.bg-blue {
    padding: 30px 20px;
    background: #0B2035;
}

footer.bg-blue p {
    margin: 0px;
}
 @media screen and (max-width:1100px){
    .f_div_banner {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    img.text-center {
        width: 100%;
    }

    button.button {
        width: 100%;
        margin-bottom: 15px;
    }
 }

 @media screen and (max-width:1000px){
    .container{
        max-width: 100% !important;
    }
 }
 @media screen and (min-width:801px){
    .img-logo-mobile{
        display: none;
    }
 }
 @media screen and (max-width:800px){
    .img-logo{
        display: none;
    }
    div.header {
        width: 100%;
        background: #f3f8fe;
        border-radius: 0px 0px 30px 30px;
        padding-top: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .mp_w70 {
        width: 100%;
        text-align: center;
    }

    .div_title {
        width: 100%;
    }

    .to_top {
        margin-top: -15px;
    }

    .div_title {
        padding-top:0px;
    }
    .banner_img {
        margin-bottom: 0px;
    }
    .mt-120{
        margin-top:60px
    }
    .row.row_gap {
        gap: 20px;
        padding: 0px 20px;
    }
    .row_gap .col-md-6 {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .mt-40 {
        margin-top: 20px !important;
    }
    
    .mt-60 {
        margin-top: 35px !important;
    }
    
    .mt-100 {
        margin-top: 60px;
    }
    
    .pad_100 {
        padding: 60px 20px;
    }

    .row_student {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    
    .row_student .col-md-7 ,.row_student .col-md-5{
        width:100%;
        margin:0px !Important;
        
    }
    
    .row.row_center {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 20px 0px;
    }
    
    .row_student {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .row_student img{
        width:100%;
    }
}

@media screen and (max-width:700px){

    .div_flex {
        gap:10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
.formulaire.container{padding:0px}
    .bg_white, .bg_blue {
        width: 100%;
        padding: 20px;
    }

    .bg_white span, .bg_blue span {
        font-size: 24px;
    }

    .div_flex.div_mtop {
        margin-bottom: -140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .row.row_center {
        margin-top:90px;
        padding: 0px;
    }

    .f_div_banner {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .div_banner {
        padding: 0px 15px 60px;
    }

    .row_visit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 15px !important;
        gap: 0px !important;
    }

    h2.text-center.fs32 {
        font-size: 26px;
        text-align: left !important;
    }

    .row.row_gap {
        padding: 0px 15px;
    }

    .row.row_center {
        margin-top: 60px;
        padding: 40px 15px 0px;
        border-radius: 20px;
    }

    span.fregular.fs32 {
        font-size: 24px;
    }
    
    
    h2.white.fextra.fs42 {
        font-size: 28px;
    }
    
    .div_form {
        padding: 20px;
    }

    .icone_input:before {
        height: 20px;
        width: 20px;
    }

    .bg_lasts {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .switchmob.bg_beige{
        background:#e3f0ff;
    }
    .bg_sblue.switchmob{
        background:#F5F5F5;
    }
}


@media screen and (max-width:430px){
.fs30 {
    font-size: 17px !important;
    
}
button.btn-form{font-size:16px;}
.video_div iframe {
    height: 227px;
    width: 100%;
}
    .bg_white span, .bg_blue span {
        font-size: 18px;
    }
    .row.row_center {
        padding-left: 0px;
        padding-right: 0px;
    }

    .check li {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 13px;
    }

    button.button {
        font-size: 16px;
    }

    .radiobtn {
        width: 100% ;
    }
    .div_form .radiobtn label {
        width: 100%;
        margin-bottom:5px;
    }

    .div_form {
        margin-top: 30px;
    }

    .sd-multiSelect .ms-choice:after {
        height: 20px;
        width: 20px;
        right: 0px;
    }
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
    outline: unset !important;
}

@media screen and (max-width:600px){
    img.img_thanks{
        max-width:500px !important;
        width:100%
    }
}

@media screen and (max-width:400px){
    img.img_thanks{
        max-width:300px !important;
        width:100%
    }
}