/* iconefixed */
.fixed-div {
    position: fixed;
    bottom: 20%;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #1A428A;
    padding: 5px 10px 5px 5px;
    border-radius: 50px;
    background: #EBF2FF;
    z-index: 10;
}

.fixed-div a{
    text-decoration:unset;
}
.fixed-div span{
    font-size:18px;
    font-weight:bold;
    color:#1A428A;
}
.s_div_four .div_icone img {
    border-radius: 0px;
}

main.container-fluid {
    padding: 0px;
    overflow-x:hidden ;
}
p.p_notice{
    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;
}
.fa-info-circle:before{
    content:url(/assets/images/i.svg);

}

.fa-valid {
    content: "";
    margin-right: 5px;
    height: 20px;
    width: 20px;
    background: url(/assets/images/valid.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header.header-logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    -webkit-box-shadow: 0px 7px 10px #00000021;
    box-shadow: 0px 7px 10px #00000021;
    padding: 24px 20px 12px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -10px;
    position: absolute;
    background: #fff;
    left: 0px;
    right: 0px;
}
header.header-logo  img{
    max-width:100%;
    height:auto
}

p , span { 
    font-family: 'Nunito';
    margin-bottom:0px !important;
}
h2,h3 { 
    font-family: 'Roboto Slab';
}
h1 { 
    font-family: 'Roboto Slab';
    font-weight: 800 !important;
    
}


.p_bold {
    font-weight: 600;
}
/* font size */
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs40{
    font-size: 40px;
}
.fs35{
    font-size: 35px;
}
.fs24{
    font-size: 24px;
}
.fs60{
    font-size: calc(35px + (60 - 35) * ((100vw - 300px) / (1920 - 300)));
}

.fs36{
    font-size: calc(26px + (36 - 26) * ((100vw - 300px) / (1920 - 300)));
}
.semibold{
    font-weight: 500;
}
/* aligns */
.center {
    text-align: center;
}
/* color */
.blanc { 
    color : #fff;
}

.bg_bleu{
     background-color:#1A428A;
}
.bg_gris{
    background-color:#EBF5EA;
}
/* margins */
.mt-30{
    margin-top:30px !important;
}
.mbl-30{
    margin-block: 20px !important;

}
/* paddings */
.padd_100 {
    padding-top:100px;
    padding-inline:20px;
}
.padd_bottom_100 {
    padding-bottom:100px;
}
.padding-top-40{
    padding-top: 40px;
}
/* slider */
.slider_img{
    padding:10px;
}

.slider_img img{
    border-radius:20px;
    width: 100%;
}

.slider {
    position: relative;
    padding-top: 20px;
    margin-top: -200px;
    width:90%;
    margin-inline:auto
}

button.slick-prev.slick-arrow , button.slick-next.slick-arrow {
    top: -10px;
    z-index: 10;
}
button.slick-prev.slick-arrow:before , button.slick-next.slick-arrow:before{
   font-size:30px
}
button.slick-prev.slick-arrow {
    left: 10px;
}
button.slick-next.slick-arrow {
    right: 30px;
}

button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before{
    content:"";
    background:url(/assets/images/left.svg);
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0px;
    background-size: contain;
    background-position: center;
}

button.slick-next.slick-arrow:before{
    -webkit-transform:rotateY(180deg);
            transform:rotateY(180deg);
}
/* first section  */

.container-fluid.banner-top.first-section {
    background: #70A32E;
    border-radius: 60px;
    margin-top: 10px;
    padding: 170px 20px 250px 20px;
}

.after_mus:before{
    content: "";
    background: url(/assets/images/banner_mus.png);
    background-repeat:no-repeat;
    height: 124px;
    width: 87px;
    position: absolute;
    left: 4%;
}
p.possible_fr, p.possible_eng{
    position:relative
}

p.possible_fr:before, p.possible_eng:before {
    content: "c'est possible";
    background: url(/assets/images/possible.png);
    width: 243px;
    font-family: 'Nunito';
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-position: center;
    background-size: 100% 100%;
    font-size: 29px;
    color: #45A041;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: -12%;
    padding-bottom: 4px;
    top: -31px;
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
}
p.possible_eng:before {
    content: "Look no further!";
    left: 100%;
    right: unset;
}


span.span_date {
    font-size: 33px;
    color: #fff;
    background: #00000014;
    padding: 0px 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: bold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

h1.h1_banner  {
    color:#FFE371; 
    font-size: 73px;
    position:relative;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    margin:auto;
    text-transform:uppercase

}

/* shapes first section */
h1.h1_banner:before, h1.h1_banner:after {
    content: "";
    background: url('/assets/images/isolation_mode.png');
    height: 41px;
    width: 20px;
    position: absolute;
    left:-30px
}
h1.h1_banner:after{
    left:unset;
    right:-30px;
    -webkit-transform:rotateY(180deg);
            transform:rotateY(180deg)
}

.first-section:before {
    content: "";
    background: url('/assets/images/camera.png');
    height: 164px;
    width: 163px;
    position: absolute;
    right:2%;
    top:1%;   
}
/* ends */

.first-content {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 15px;
}
/* section a activites */
.div-propos.container{
    max-width: 1200px;
    margin-inline:auto;
} 

.div-activites{
    position:relative;
}
.div-activites .container-fluid {
    max-width: 1200px;
    margin: 30px auto 0;
}

.div-activites:before, .div-activites:after{
    content: "";
    background: url(/assets/images/OBJECTS.png);
    height: 169px;
    width: 187px;
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0%;
    background-size: cover;
    background-position: center bottom;
}
.div-activites:after{
    right:0px;
    left:unset;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)
}
.h2_activites:after{
    content: "";
    background: url(/assets/images/obj.png);
    height: 109px;
    width: 111px;
    position: absolute;
    top: -80px;
    background-size: cover;
    background-position: center bottom;
}
/* div four */
.four_div {
    max-width: 980px;
    margin: auto;
    background: #E9F1E0;
    border-radius: 30px;
    padding: 24px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    align-items: stretch;
}

.center_div {
    width: calc(25% - 5px);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
}

.separator {
    border: 1px solid #00000052;
    border-width: 0px 1px 0px 0px;
}

h3.h3_four_div{
    font-family:'Nunito';
    font-weight:400;
    font-size: 18px !important;
    margin-block: 12px 0px;
}

.bleu{
    color:#1A428A;
}

p.bold {
    font-weight:600;
    font-size: 20px !important;
    margin: 0px;
}
p.sub-text {
    font-size: 14px;
    max-width: 190px;
    margin: auto;
    font-style: italic;
}

.icone i{
    margin-right:5px;
}


.div_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

a.btn_bleu {
    text-decoration: none;
    background: #1A428A;
    padding: 20px 30px;
    border-radius: 10px;
    border: 2px solid #1A428A;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.btn_bleu  p{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn_bleu:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
}

a.btn_bleu:hover  p{
    color: #70a32e !important;
}


p.upper.blanc {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

p.gris.p_notice {
    font-size: 16px;
    color: #D1D9E8;
    text-align: center;
}
.p_savoire_plus {
    color: #fff !important;
    text-decoration:underline;
    font-size:20px;
    font-weight:600;
}

.p_savoire_plus i{
    margin-left:5px
}



/* section programme */
h2.h2_propos , .h2_activites, h2.h2_form  {
    font-weight: 900;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
}

h2.h2_propos:before {
    content: "";
    background: url(/assets/images/soleil.png);
    height: 77px;
    width: 72px;
    position: absolute;
    right: -30%;
    bottom: 92%;
}
.flex_triple {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.s_div_triple {
    width: calc(33.33% - 15px);
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 30px;
    border-radius: 20px;
    min-height: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* margin-block:10px; */
    
}

.s_div_triple.blanc_bg{
    background: #EFF5E8;

}
.s_div_triple.puprle_bg{
    background: #E9EDF4;

}
.s_div_triple.blanc_bg:hover{
    background-color: #70A32E;
}
.s_div_triple.puprle_bg:hover{
    background-color: #1A428A;
}
.s_div_triple *{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.s_div_triple:hover *{
    color:#ffff;
}
img.triple_img_div {
    margin-bottom: 20px;
}
.vert{
    color:#70A32E;
}
.vert_first{
    color:#ABEE55;
}
h3.h3_triple_div {
    font-size:24px;
    font-weight:600;
    font-family:'Roboto Slab';
    margin-bottom:15px !important;
   
}

p.p_flex_triple {
    font-size: 18px;
    margin-bottom:0px !important;
}


/* ACTIVITÉS PROPOSÉES */

.div-activites {
    background: #EDF0F6;
    margin-top: 100px;
    /* padding-bottom:100px */
}

.flex_four {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top:30px;
    gap:20px
}

.s_div_four {background: #fff;padding: 10px 10px 40px;border-radius: 20px;flex: 1 1 300px;}
.s_div_four img{
    border-radius: 10px;
}

img.four_img_div {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
}

h3.bold{
    font-weight: 900;
}

.div_icone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.div_icone span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    line-height: normal;
}

.div_icone i, .div_icone span {
    color: #1A428A;
}

.flex_trip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.div_icone  h3.h3_triple_div{
    margin-bottom: 10px !important;
}

.s_tarification {
    max-width: 1200px;
    margin-inline: auto;
    margin-top: 100px;
    padding-inline: 60px;
    padding-bottom: 30px;
    border-radius: 60px;
    background: -o-linear-gradient(326deg, rgba(26, 66, 138, 1) 0%, rgba(65, 110, 192, 1) 100%);
    background: linear-gradient(124deg, rgba(26, 66, 138, 1) 0%, rgba(65, 110, 192, 1) 100%);
}

.flex-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.span_price{
    font-weight: 900;
}
.flex-two > div {
    width: calc(50% - 10px );
}
.flex-two > div + div {
    width: 65%;
}
.cstm_sep{
    width: 1px;
    background-color: #fff;
    opacity: 0.23;
}
.p_tarifitication{
    font-size: 24px;
    font-weight: 500;
}
.p_tarifitication.en_tarification {
    font-size: 21px;
}
/* trafication */
.s_tarification{
    position:relative;
}
.s_tarification:before {
    content: "";
    background: url(/assets/images/neige.png);
    height: 147px;
    width: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0%;
    background-size: cover;
    background-position: center bottom;
}

.div_tarifitcation{
    position:relative   
}
.div_tarifitcation:before {
   content:"";
   background:#fff;
   height:50%;
   width:110%;
   position:absolute;
   left:-5%;
   bottom:0;
}

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

.p_form{
    font-size: 16px;
}


/* formulaire */
.s_tarification > div {
    z-index:6
}
.cstm_gap{
    gap: 30px;
}
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: #FFF;
    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;
}

.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;
}
.div_form{
    position:relative;
    overflow:hidden
}


.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;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* .icone_input.input_select:has(select.select:focus-within ):before{
    transform:rotate(180deg);
} */
button.btn-form {
    background: #45A041;
    width: 100%;
    border: 1px solid #45A041;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius:12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

button.btn-form:hover {
    background: #234c97;
    border: 1px solid #234c97; 
    
}

.icone_input{
    position:relative;
}
.icone_input:before {
    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{
    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;
}


/* footer */

.padd_20 {
    padding: 20px;
    background: #45A041;
}

footer p.upper.blanc {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
/* thanks pages */
.div_thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    background: url(/assets/images/thanks.jpg);
    background-size:cover ;
    background-position:center ;
    padding: 20px;
}
.maxw_869{
    max-width: 869px;
}
.mw_p80{
    max-width: 80%;
    margin-left:auto ;
    margin-right:auto ; 
}

a.btn.btn_vert, a.btn-white {
    background: #45A041;
    padding: 16px 30px;
    color:#fff;
    font-size:20px;
    border :2px solid  #45A041;
    border-radius:12px
}

a.btn-white {
    border-color:#fff;
    background:transparent;
}
a.btn-white i {
    transform:rotate(90deg);
    margin-right:5px
}
a.btn-white:hover {
    background:#45A041;
    border-color:#45A041;
    color:#fff
}
a.btn_vert:hover {
    background:transparent;
    border-color:#fff;
    color:#fff
}

a.btn-white{
    display:none;
}
a.btn-white , a.btn_vert{
    text-transform:uppercase;
    font-weight:800
}
button.btn.btn-text {
    color: #fff !important;
    border: 2px solid #ffffff12 !important;
    background: #ffffff30 !important;
    font-size: 19px !important;
    padding: 16px 25px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: unset;
}

.btn-text  span.vert {margin-left:5px}
/* end thanks */
/* for firerfox */

@-moz-document url-prefix() {
    p { 
        margin: 0px !important;
    }
    
    .s_div_triple {
        width: 27%;
    }

    h3.h3_triple_div {
        margin-top: 0px !important;
    }

    .s_div_four {
        width: 23%;
    }

    .mw_700  , h2.h2_propos, .h2_activites, h2.h2_form{
    margin-left: auto !important;
    margin-right: auto !important;
    }
    .icone_input {
    width: 100%;
    display: flex;
    }
    
    input.input_form, select.select {
        width: 100%;
    }

    button.btn-form {
        color: #fff;
        cursor: pointer;
      }

    body {
    padding: 0px !important;
    margin: 0px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    select.select {
        -moz-appearance: none;
        appearance: none;
        background: none;
    }
        
    select.select::-ms-expand {
        display: none;
    }

    p.p_last_divs.center {
        margin-top: 10px !important;
    }
    .fixed-div a {
        text-decoration: unset;
        display: flex;
        justify-content: center;
        align-items: center; 
        gap: 5px;
    }
}

@media screen and (max-width:1600px) {
    @-moz-document url-prefix() {
    .s_div_four {
        width: 22%;
      }
    }
    p.possible_eng:before {
        width: 178px;
        font-size: 19px;
        right: -12%;
        top: -14px;
    }
}
@media screen and (max-width:1390px) {
    p.blanc.fs35.p_bold.center.possible_eng {
        font-size: 29px;
        max-width: 63%;
        margin-left: auto;
        margin-right: auto;
    }
}
/* tablet */

@media screen and (max-width:1100px) {
    
    h1.h1_banner {
        font-size: 60px;
    }
    .container-fluid.banner-top.first-section {
        padding: 150px 20px 200px 20px;
    }
    h1.h1_banner {
        color: #FFE371;
        font-size: 60px;
    }
    
    p.possible_fr:before, p.possible_eng:before {
        width: 172px;
        font-size: 20px;
        right: -4%;
        top: -22px;
        -webkit-transform: rotate(7deg);
            -ms-transform: rotate(7deg);
                transform: rotate(7deg);
    }
    
    .after_mus:before{
        display:none
    }
    
    h3.h3_triple_div {
        font-size: 20px;
    }
    
    .s_div_four {
        width: 49%;
        margin-block: 10px;
    }
    
    .last_div .center_div {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .last_div .center_div img{
        max-width:90%
    }
    
    p.p_last_divs {
        font-size: 16px;
    }
    @-moz-document url-prefix() {
        .s_div_triple {
         width: 26%;
        }
        .s_div_four {
            width: 47%;
        }
    }
   
}

/* tablet */
@media screen and (max-width:800px) {
    .mw_p80{
        max-width: 100%;
    }
    p.blanc.fs35.p_bold.center.possible_eng {
        max-width: 100%;
    }
    .div_form {
        padding: 20px;
    }
    .padd_bottom_100 {
        padding-bottom: 60px;
    }
    
    .padd_100 {
        padding-top: 60px;
        
    }
    p.possible_fr:before, p.possible_eng:before {
        display:none !important
    }
    .four_div {
        border-radius: 30px;
        padding: 0px;
        gap: 0px;
    }
    .center_div {
        width: calc(50% - 5px);
           padding:10px
    }
    
    .center_div:nth-child(1):not(.last_div .center_div:nth-child(1)) {
        border-width: 0px 1px 1px 0px;
    }
    
    .center_div:nth-child(2):not(.last_div .center_div:nth-child(2)){
         border-width: 0px 0px 1px 0px;
    }
    
    .center_div:nth-child(3){
         border-width: 0px 1px 0px 0px;
    }
    
    
    .flex_triple {
        margin-top: 30px;
    }
    
    .s_div_triple {
        padding: 20px 10px;
    }
    
    .flex-two > div, .flex-two > div + div {
        width:100%
    }
    
    .flex-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align:center
    }
    
    .padding-top-40 {
        padding-top: 0px;
    }
    .last_div .flex-two {
        text-align:left
    }
    
    .last_div .four_div {
        width: 100%;
        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;
         padding: 20px 10px;
    }
    .h2_activites:after{
        display:none
    }
    
    .div-activites {
        background: #EDF0F6;
        margin-top: 60px;
    }

    @-moz-document url-prefix() {
        .center_div {
            width: calc(47% - 5px);
            padding: 10px;
        }

        .s_div_triple {
            width: 29%;
          }

        .last_div .four_div {
            width: 98%;
        }

        .s_div_four {
            width: 46%;
        }

        .last_div .center_div {
            width: calc(30.33% - 5px);
        }
    }
}
/* mobile */
@media screen and (max-width:700px){
    a.btn-white{
        display:unset;
    }
    button.btn.btn-text {display:none;}
}

@media screen and (max-width:600px) {
    p.p_notice {
        align-items: flex-start;
        text-align: left;
        gap: 5px;
    }
    
    .icone i {
        margin-top: 6px;
    }
    
    .flex_triple {
        margin-top: 20px;
    }

    h2.h2_propos:before {
        height: 37px;
        width: 32px;
        background-repeat: no-repeat;
    }

    span.span_date {
        font-size: 23px;
    }

    a.btn_bleu {  
        padding: 15px 30px;
        border-radius: 10px;
    }
    
    .btn_bleu  p.upper.blanc {
        font-size: 18px;
        text-align: center;
    }

    .last_div .center_div {
        width: 100%;
    }

    .container-fluid.banner-top.first-section {
        padding: 120px 20px 181px 20px;
        border-radius: 30px;
    }
    
    h1.h1_banner {
        font-size: 38px;
        margin-block: 15px;
    }

    p.fs35 {
        font-size: 25px;
        line-height: normal;
    }
    
    .first-content {
        padding-inline: 0px;
    }
    
    .fixed-div {
        bottom: 4%;
        right: 5px;
        padding: 5px 5px;
    }
    
    .fixed-div span {
        display: none;
    }
    
    .fs24 {
        font-size: 20px;
    }
    
    .possible_fr, .possible_eng {
        margin-bottom:15px !important
    }
    
    .center_div {
        text-align: center;
        line-height: normal;
    }
    
    p.bold {
        font-weight: 600;
        font-size: 18px !important;
        margin: 0px;
    }
    
    .slider {
        padding-top: 20px;
        margin-top: -160px;
        width: 97%;
    }
    
    h2.h2_propos:before {
        height: 57px;
        width: 52px;
        right: -26%;
        background-size: contain;
        bottom: 50%;
    }
    .flex_trip {
        gap: 20px;
    }
    .s_div_triple {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
    
    .div-activites {
        background: #EDF0F6;
        margin-top: 40px;
    }
    
    .padd_100 {
        padding-top: 40px;
    }
    
    .div-activites:before, .div-activites:after {
        height: 74px;
        width: 72px;
    }
    
    .fs35 {
        font-size: 30px;
    }
    .s_div_four {
        width: 100%;
        margin-block: 10px;
        padding-bottom: 20px;
    }
    .s_tarification {
        margin-top: 40px;
        padding: 0px 20px 20px;
    }
    
    .flex-img img {
        width: 90%;
    }
    
    .last_div .content-div {
        padding-block: 10px;
        gap: 0px;
    }
    
    .last_div .image-div {
        min-height: 300px;
    }
    
    .last_div .four_div {
        background: #fff;
        padding: 0px 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-radius: 15px;
    }
    
    .last_div .four_div{
        padding: 0px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    
    .last_div .separator {
        border: 1px solid #00000052;
        border-width: 0px 0px 1px 0px;
    }
    .last_div .center_div:nth-child(1) {
        padding-bottom: 20px;
    }
    .last_div .center_div:nth-child(2) {
        width: 100%;
        padding-block: 20px;
    }
    .s_tarification {
        border-radius: 20px
    }

    p.possible_fr:after, p.possible_eng:after {
        content: "c'est possible";
        background: url(/assets/images/possible_mobile.png);
        font-family: 'Nunito';
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        background-position: center;
        background-size: 100% 100%;
        font-size: 25px;
        color: #45A041;
        text-align: center;
        font-weight: 400;
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
        padding: 0px 30px;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-block: 10px 24px;
    }
    p.possible_eng:after {
        content: "Look no further!";
    }
    .p_tarifitication {
        font-size: 17px;
    }
    .div_form {
        margin-top: 30px;
    }    

    footer p.upper.blanc {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }
    .four_div {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    header.header-logo img {max-width: 220px;}
    a.btn.btn_vert, a.btn-white {
        width: 100%;
    }
    @-moz-document url-prefix() {
        .center_div {
            width: calc(44% - 5px);
            padding: 10px;
          }
    }

}
@media screen and (max-width:500px) {
    a.btn.btn_vert, a.btn-white {
       font-size: 17px;
     }
}
@media screen and (max-width:400px) {
    h1.h1_banner {
        font-size: 30px;
    }
    .cstm_sep{display: none;}
    .col_cstm{flex-direction: column; gap: 16px}
    @-moz-document url-prefix() {
        h1.h1_banner {
            font-size: 28px;
            margin-block: 15px;
          }
        .center_div {
            width: calc(44% - 5px);
            padding: 10px;
          }
          h2.h2_tarification {
            font-size: 31px !important;
          }
        .fs35 {
            font-size: 25px;
          }
    }
}
@media screen and (max-width:330px) {
   h1.h1_banner {
        font-size: 25px;
    }
    header.header-logo {
        width: 80%;
    }
    header.header-logo img { 
        width: 100%;
    }
    footer p.upper.blanc {
        font-size: 13px;
    }
    .container-fluid {
        padding-inline: 5px;
    }
}