.greenalert,.redalert {
    margin-top: 10px;
    background: #198754;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.redalert{
background:red;
}
main {
    width: 100%;
    overflow-x: hidden !important;
}

.uppercase{
    text-transform:uppercase ;
}
/* font size */
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs24{
    font-size: 24px;
}
.fs20{
    font-size: 20px;
}
.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)));
             
}

.fs46 {
    font-size: calc(26px +(46 - 26)*((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;
}
.ml-5 {
    margin-left:5px;
    display: inline-block;
}
.ml-10 {
    margin-left:10px;
}
/* font family */
.fanton{
    font-family: 'Anton';
}
h1 , h2 , h3 , .fmonst , body *{
    font-family: 'Montserrat';
}



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

.f_color{
    color: #F59300;
}
.s_color{
    color:#132246;
}
.ft_color{
    color:#132246;
}
.gris , p , ul{
    color:#606060;
}
.white{
    color:#fff;
}
.green{
    color:#009E60;
}
.red{
    color:#A3184A;
}

/* weight */
.fbold{
    font-weight:700;
}

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

/* bouttons */
button.button {
    border-radius:50px;
    border:1px solid #000;
    padding:12px 30px;
    font-size:20px;
    font-family:'poppins';
    font-weight:500;
    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{
   filter: brightness(0) saturate(100%) invert(35%) sepia(71%) saturate(2732%) hue-rotate(332deg) brightness(99%) contrast(88%);
}

.button.btn_blue, button.btn-form{
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #132246 ; 
    background: #132246 ;
    color: #fff;
    font-weight:bold;
}
button.btn-form{
    max-width: 100%;
}
button.button.btn_blue:hover, button.btn-form:hover {
    color:#132246 ;
    background: transparent ;
}

button.button.btn_blue:hover img, button.btn-form:hover img{
    filter: brightness(0) saturate(100%) invert(10%) sepia(25%) saturate(3629%) hue-rotate(201deg) brightness(94%) contrast(94%);
}
a.btn-primary-btn {
    display: flex;
}

.button.btn_first {
    background: #F59300;
    border: 2px solid #F59300;
    color: #fff;
    font-weight:bold
}

.button.btn_first:hover{
    background: transparent;
     color: #F59300;
}
.button.btn_first:hover img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(85%) saturate(740%) hue-rotate(358deg) brightness(94%) contrast(107%);
}

.button.btn_second {
    background: #F8DDEE;
    border: 2px solid #F8DDEE;
    color: #A3184A;
    font-weight:bold
}
.button.btn_second img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(4147%) hue-rotate(329deg) brightness(87%) contrast(87%);
}
.button.btn_second:hover{
    background: transparent;
     color: #fff;
    border: 2px solid #fff;
}
.button.btn_second:hover img{
    filter: unset;
}

.div_button {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
/* end bouttons  */
div.header{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 100%;
    justify-content: center;
}


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


.div_title {
    background: #F3F8FE;
    padding: 20px 30px;
    border-radius: 0px 0px 30px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width:80%;
    align-content: center;
}

.div_flex {
    width: 100%;
    display: flex;
    gap: 2%;
}


/* banner */
.div_banner{
    background-image:url('./assets/images/bg_banner.png');
    background-position:center;
    background-size: 100% 100%;
    padding: 0px 20px 120px;
}
h1.h1_banner {
    position:relative;
    max-width:90%
}

h1.h1_banner:before{
    content:"";
    background:url('./assets/images/Particle.png');
    height:51px;
    width:45px;
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    top:-20px;
    right: 10%;
}
ul {
    list-style-type: none;
    padding: 0px !important;
  }

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

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

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

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

.row.row_center {
    align-items: center;
}
span.fs65.f_color {
    font-size: 65px;
    display: block;
    font-weight: 900;
}

span.fs20.s_color.f_med {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.toleft {
    background: #FDF3F9;
    max-width: max-content;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: max-content;
    margin: auto;
    left: -15%;
}

.banner_img.col-md-5 {
    position: relative;
}

.banner_img {
    position:relative;
}


.banner_img:before{
    content:"";
    background:url('./assets/images/after_img.png');
    height:70px;
    width:66px;
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    top:-20px;
    right:20%;
    
}
.banner_img:after{
    content:"";
    background:#f8ddee4d;
    height:410px;
    width:410px;
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    top: -15%;
    right: -8%;
    border-radius:50%;
    filter: blur(23px);
}
.banner_img img {
    position:relative;
    z-index:3
}
.banner_img div {
    z-index:5
}
/* second */
.icone_h2{
    margin-right: 10px;
    display: inline-block;
}
p.max_w500.text-center {
    max-width: 700px;
    margin: 15px auto 30px;
    padding: 0px 15px;
}
.opacit_10{
    opacity: 0.1;
}

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

div.row_visit{
    border-radius:20px;
    padding:40px 24px;
    display:flex;
    gap:20px;
    align-items: flex-start;
    background: rgb(248 221 238 / 34%);
    border: 1px solid #F8DDEE;
    flex-direction: column;
}

.number {
    height: max-content;
}

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

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

ul#myTab {
    border: 0px;
}
.nav-link {
    border: 1px solid #0000 !important;
    border-width: 0px 0px 2px !important;
    background: unset !important;
    padding:10px 30px !important;
    position:relative !important;
    color:#A0A3BD !important;
    font-weight:600 !important;
    font-size:18px !important;
}
div#myTabContent {
    padding: 15px 0px !important;
}
.nav-link:before{
    content:"";
    background:url('./assets/images/righttabs.svg');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    height:20px;
    width:15px;
    position:absolute;
    left:10px;
    top:0px;
    bottom:0px;
    margin:auto;
    transform:translateX(-10px);
    transition:all 0.2s;
    opacity:0
}
.nav-link.active:before, .nav-link:hover:before{
    transform:translateX(0px);
    opacity:1
}
.nav-link.active, .nav-link:hover{
    color:#9F1D51 !important;
    border-color: #9F1D51 !important;
}
/* cta */

.div_filier.pad_100 {
    padding-bottom: 220px;
}
.cta_div {
    background:url('./assets/images/CTA.png');
    background-size:cover;
    border-radius: 20px;
    padding:3% 4%;
    max-width: 1000px;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: -150px auto 0px;
    z-index: 10;
    position: relative;
}


/* css tabs */
.div_tb{
    border:2px solid #7C183E;
    border-radius:20px;
    overflow:hidden
}
.filiere table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    border:0px !important;
}
.filiere th , .last_tr{
    background-color: #F8DFEF;
    color: #7c183e;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #7c183e26;
}
.last_tr{
    border-top:0px;
}
.td-white{
    background:#fff;
}
.filiere td {
    padding: 10px;
    border-top: 1px solid #7c183e26;
    border-right: 1px solid #7c183e26;
    border-left: 1px solid #7c183e26;
}
.filiere tr:first-child td {
    border-top: none;
}
.filiere tr:nth-child(odd) {
    background-color: #f8dfef3b;
}
.filiere tr:nth-child(even) {
    background-color: #FFFFFF;
}
/* tabs national */

.tab_mar ul#tabnation {
    display:flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 40px !important;
    border-bottom:1px solid rgb(124 24 62 / 21%)
}

.tab_mar  .nav-link:before{
   display:none;
}

.tab_mar  .nav-link{
    border: 2px solid #0000005e ! Important;
    box-shadow:0px 0px 10px #0000002e;
    border-radius: 20px !important;
}
.tab_mar  .nav-link.active,.tab_mar  .nav-link:hover{
    border-color: #a3184a !important;
}
.tab_mar button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px !important;
    border-radius: 20px;
    text-align: left;
    gap: 15px;
}

.tab_mar p.fs16.fbold {
    margin: 0px;
}

.tab_mar h3.red.fs20.fbold {
    font-size: 25px;
}

.tab_mar img.img_tabs {
    width: 60px;
}
/* tabs maroc  */
.container.div_maroc {
    padding-top: 40px;
}
.div_maroc .row_maroc{
   gap:15px; 
}
.div_maroc .col-md-4{
    background:#fdf5fa;
    border:2px solid #E8D2DC;
    border-radius:10px;
    text-align:center;
    padding:15px;
    color: #5C5C5C;
    font-weight: 600;
    font-size: 18px;
}

.div_maroc  .col-md-4 {
    width:calc(33.33% - 15px)
}
img.div_national {
    border-radius: 20px;
}

/* formulaire */

.col-md-6.col_contact {
    padding-right: 10%;
}
.div_form{
    position:relative;
}


.div_form:before {
    content: "";
    position:absolute;
    height: 100%;
    width: 100%;
    background: #ffffffa1;
    left:0px;
    right:0px;
    z-index:-1;
    opacity:0;
    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;
    animation: spin 1s linear infinite;
     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 ;   
}

.autre_div.selected{
   display:flex ;  
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        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 {
        padding: 40px;
        background: #fff;
        border: 1px solid rgb(19 34 70 / 19%);
        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: flex;
        align-items: center;
        justify-content: center;    
        width: 100%;
  
        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: max-content;
}

.radio_div {
    display: flex;
    max-width: max-content;
    flex-wrap: wrap;
}
.form-group.div_flex_profil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    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;
    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;
    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;
    transition: border-color 0.15s ease-in-out, 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;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 10;
    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;
  }
  .ms-drop li{
    margin:0px !important;
    padding:10px;
    width:100%;
    display:inline-block
}
.ms-drop li.selected{
    background:#1dae95;
    color:#fff !important;
    
}

.ms-drop li.selected label{
    color:#fff !important
}

.sd-multiSelect .ms-drop li label:before {
    display:none
}
.sd-multiSelect .ms-drop li label span, .sd-multiSelect .ms-drop li label {
    width:100%;
    display:inline-block
}
  
/* last section */
.bg_lasts {
    background-color: #FDF5FA;
    background-position: center bottom;
    background-size: 100% 554px;
    background-repeat: no-repeat;
}

.pad_100{
    padding: 100px 20px;
}

.bg_lineargreen{
    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;
}
/* testimonial  */

.row_testi {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial {
    background: #ffff;
    padding: 30px 3% !important;
    border-radius: 20px;
}

h4.fs20.fbold.red {
    font-size: 18px;
    margin-bottom: 2px;
}

.content_testi {
    margin-top: 20px;
}

.row_testimonial{
    gap:15px;
}
.row_testimonial .col-md-4{
    width:calc(33.33% - 15px) !important
}

.row_testimonial p {margin:0px}

.div_france > .row{
    gap:30px;
}

.div_france .col-md-6{
    width:calc(50% - 15px)
}
.row_france {
    background:#fdf5fa;
    padding:40px 50px;
    border-radius:20px
}
.row_france h4 {
    color:#7c183e;
    font-weight:600;
    font-size: 18px;
    margin-bottom:0px;
}

span.fs16.rose {
    color:#d74c7e;
     font-size: 16px;
    
}
.col-md-6.row_france {
    padding: 40px 4% !important;
}
.div_france > .row {
    margin-top: 40px;
}
.row_france  ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}
.row_france  li {
    border-bottom: 2px solid #d1cacf; 
    padding: 10px 0 0px; 
}
.row_france  li:first-child{
    padding-top:0px
}
.row_france  li:last-child {
    border-bottom: none;
}
.div_national_france{
    background: url('./assets/images/france.png');
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
/* Footer */

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

footer.bg-blue p {
    margin: 0px;
}
/* ty */
.div_banner.thank-you{
    background-image:url('./assets/images/bg_ty.jpg');
    background-size:cover;
    background-position:center;
    height:100vh;
}
.thank-you .content_ty.text-center.blanc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thank-you h2.h2_ty {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 900;
    text-transform: uppercase;
    gap: 10px;
    font-size: calc(40px + (100 - 40) * ((100vw - 300px) / (1920 - 300)));
}

img.icone_ty {
    width: 90px;
}

.thank-you span.fs50.fbold {
    font-size:calc(25px + (40 - 25) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: -12px;
}

.thank-you span.fs30.fmed {
    font-size:calc(25px + (30 - 25) * ((100vw - 300px) / (1920 - 300)));
}

img.img_ty {
    width: 100%;
    margin-top:20px
}
.banner_img:after {
    opacity: 0.5;
}


.content_ty.blanc.f_div_banner.container.col-md-7 {
    display: flex;
    gap: 0px;
}
@media screen and (max-width:1600px){
    h1.h1_banner:before {
        right: 6%;
    } 
 }
 
 @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;
    }
    .col_img.col-md-6 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px !important;
    }
    
    .col_img.col-md-6 img{
        width:100%
    }
    img.img_contact {
        width: 100%;
    }
 }

 @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; */
        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 {
        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: flex;
        flex-direction: column-reverse;
    }
    
    .row_student .col-md-7 ,.row_student .col-md-5{
        width:100%;
        margin:0px !Important;
        
    }
    
    .row.row_center {
        align-items: center;
        padding: 20px 20px 0px;
    }
    
    .row_student {
        display: flex;
        flex-direction: column-reverse;
    }
    .row_student img{
        width:100%;
    }

    .f_div_banner.container.col-md-7 {
        width: 100%;
    }
    
    .banner_img.col-md-5 {
        width: 100%;
    }
    
    .toleft {
        left: 0px;
    }
    
    img.div_national {
        width: 100%;
    }
    
    .formulaire  .col-md-6 {
        width: 100%;
    }
    
    .formulaire .col-md-6 {
        width: 100%;
    }
    .col-md-6.col_contact {
        padding-right: 0%;
        padding-bottom:20px
    }
    h1.h1_banner:before{
        display:none;
    }
    .div_france .col-md-6{
        width:100%
    }
    .div_national_france{
        min-height: 400px;
    }

    .div_banner{
        padding: 0px 20px 56px;
        background: #a91e50;
    }
img.text-center {
    width: 300px;
    text-align: center;
}
.banner_img.col-md-5 {
    display: flex;
    justify-content: center;
}

.div_banner.thank-you {
        height: auto;
                overflow-x: hidden;
    }
.content_ty.blanc.f_div_banner.container.col-md-7 {
    display: flex;
    align-items: center;
}
.content_ty.blanc.f_div_banner.container.col-md-7 {
    text-align: center;
}

.thank-you span.fs50.fbold, span.fs30.fmed {
    margin-bottom: 20px;
    line-height: 27px;
}

span.fs30.fmed { margin-bottom: 0px;}
}

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

.thank-you .banner_img:before{display:none;}

.div_logo img {width: 150px;}
    .div_flex {
        gap:10px;
        flex-direction: column;
    }

    .bg_white, .bg_blue {
        width: 100%;
        padding: 20px;
    }

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

    .div_flex.div_mtop {
        margin-bottom: -140px;
        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: flex;
        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: 0px;
        padding: 0px 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;
    }

    .f_div_banner.container.col-md-7 {
        z-index: 10;
        position: relative;
    }
    
    button.button.btn_first {
        width: 100%;
    }
    
    .div_button {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        flex-direction: column;
    }
    
    .div_banner {
        background-image: unset;
        padding: 0px 20px 40px;
        background-color: #c63c6d;
    }
    h2.text-center.fs32 {
        font-size: 20px;
        text-align: center !important;
    }
    .icone_h2 {
        margin-right: 5px;
        display: inline-block;
        width: 15px;
    }
    
    li.nav-item, li.nav-item button {
        width: 100%;
    }
    
    .row_testimonial {
        display: flex;
        flex-direction: column;
    }
    
    .row_testimonial .col-md-4 {
        width: 100% !important;
    }
    
    .row.row_maroc {
        margin-bottom: 20px;
    }
    img.img_prestations {
      margin-bottom: 15px;
    }
    .cta_div {
      padding: 3% 4%;
      max-width: 95%;
      border-radius: 30px;
    }
    .tab_mar button {
    justify-content: flex-start; 
}
}


@media screen and (max-width:430px){
	img.icone_ty {
    		width: 54px;
		}
     .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 {
        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;
    }

    .col-md-6.row_france {
        padding: 40px 7% !important;
    }

    img.img_prestations {
        margin-bottom: 15px;
    }
}
