/**
 * Styles ALL Pages 
 */
strong,b {
    font-weight: bold;
}
section p{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;


}

/**banner page ***/
#main{
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
    background-position: right 0 bottom 30rem;
    background-color: #fff !important;
    background-size: auto;
}
.banner-page {
    padding: 0px;
    overflow: hidden;
    display: block;
    background-position: center 0px;
    background-repeat:no-repeat ;
    background-color: transparent;
    background-size: cover;
}
.banner-page .container{
    position: relative;
}

.banner-page img{
    width: 100%;
}
/*****info-text Content Text*******/
.info-text{
    padding-top: 20px;
    text-align: center;
    background-image: url(../images/bg-text.png);
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-color: #fff !important;
    background-size: auto;
}

.info-text h2{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
 .info-text h3{
    color: #EE7723;
    text-align: center;
    font-family: Poppins;
    font-size: 49px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}
 .info-text .du-au{
    margin-top: 20px;
 }
.info-text .du-au p {
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: inline-flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.agenda{
    background-image: url(../images/agenda.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-size: 100%;
}
.heurs{
    background-image: url(../images/isolation.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-size: 100%;
}
.content-text {
    margin-top: 60px;
}
.content-text p{
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.content-text li{
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-family: Poppins;
    color: #000;
    line-height: 24px;
}
.content-text li::before {
    content: "\2022";
    color: #FFD200;
    fontx-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: 0em;
    font-size: 25px;
}

/****************Formulaire ***********/
.formulaire{
    padding-top: 70px;
    padding-bottom: 0px;
    background-image: url(../images/bg-formulaire.png);
    background-repeat: no-repeat;
    background-position: 0 24%;
    background-color: transparent;
    background-size: auto;
}
.head-formulaire{
    overflow: hidden;
    margin-bottom: 20px;
}
.head-formulaire p{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #2e343a;
    margin-bottom: 35px;
}
.formulaire h2{

    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    line-height: 32px;
    text-align: center;
    padding-bottom: 25px;

}



.select-top{
    float: left;
    border-radius: 8px;
    background-image: url(../images/icon-select.jpg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #f5f5f5 !important;
    box-shadow: 0px 5px 8.6px 0px rgba(0, 0, 0, 0.07);
    font-weight: 500;
}
.select-top:focus{
    background-image: url(../images/icon-select-active.jpg);
        background-repeat: no-repeat;
    background-position: 95% center;
}
.head-formulaire .form-group{
    max-width: 460px;
    margin: auto;
}
.formulaire label{
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 36px;
    float: left;
    color: #8e2675;
    text-transform: math-auto;
    display: inline-block;
    color: #FFF;
    width: 100%;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    margin-bottom: 6px;
}

form input[type="text"],form input[type="date"], form input[type="email"], form input[type="password"], form select, form textarea{
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5 !important;
    box-shadow: 0px 5px 8.6px 0px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 14px 20px !important;
    line-height: inherit !important;
    font-weight: 500;
}

.form-control::placeholder{
    font-style: inherit;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2e343a;
}
.content-formulaire{
    overflow: hidden;
    background: #152781;
    padding: 50px;
    border-radius: 42px;
    margin: auto;
    margin-bottom: 60px;
}
.content-formulaire .form-row{
    margin-bottom: 32px;
}
.row-label {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px !important;
    padding-top: 15px !important;
}
.row-label span{font-family: 'Poppins', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: center;
    color: #999a9b;
    float: right;
    margin-right: 6px;
    margin-top: 13px;
}
textarea{
    border-radius: 12px !important;
    font-weight: 500 !important;
}

.form-check-input{
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #9cb1c6;
}
.formulaire .form-check-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: #2e343a;
    text-transform: inherit !important;
    margin-left: 14px;
}
.formulaire .form-check-label a{
    text-decoration: underline;
    color: #8e2675;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(../images/bg-check.html);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #9cb1c6;
}
.row-check{
    margin-left: 0px;
    margin-top: 40px;
}
.formulaire input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    padding: 7px 0px;
    border-radius: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff !important;
    width: 260px;
    margin-top: 15px;
    border: 0px;
    cursor: pointer;
    margin: auto;
    border-radius: 34.5px;
    background: #42B4E5;
    margin: auto;
    display: block;

}
.formulaire .form-group-submit {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.formulaire .i-button-icon{
    position: absolute;
    right: 26px;
    color: #FFF;
    font-size: 18px;
    top: 4px;
}

.footer-section-formulaire{
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 0px;
}
.rs{
    margin: auto;
    overflow: hidden;
    width: fit-content;
    margin-top: 26px;
}
.rs li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-inscrivez {
    position: fixed;
    z-index: 999;
    opacity: 1;
    right: 7%;
    bottom: 20px;
    width: 259px;
    height: 57px;
    border-radius: 35px;
    background: #42B4E5;
    color: #FFF;
    font-size: 26px;
    line-height: 54px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.btn-inscrivez:hover,.formulaire input[type="submit"]:hover{
    background: linear-gradient(180deg, #42B4E5 0%, #0e98d3 100%);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color:#FFF;
}
/********Footer ***/
.footer .container {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 40px;
    align-items: center;
    flex-direction: row;
}

.footer img{
    width: 200px;
}
.footer img:first-child{
    height: 40px;
}
.footer img.logo-osui{
    width: 160px;
    float: right;
}

/***** Modal popup **/
#succesModal .close{
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 0;
    margin: 0;
    max-width: 40px;
    background: #FFF;
    min-width: auto;
    color: #42B4E5;
    letter-spacing: 0;
    font-size: 34px;
    line-height: normal;
    font-weight: normal;
    border: 1px solid;
}
#succesModal .modal-body,#succesModal h5{
    font-weight: bold;
    color:#535c64;
    line-height: 24px;
}
#succesModal .modal-dialog{
    margin-top: 12rem;
}
/********** Mobile *********/
@media screen and (max-width: 736px) {

    .info-text h2 {
        font-size: 31px;
        line-height: 32px;
        margin-top: 96px;

    }
    .info-text h3 {
        font-size: 31px;
        line-height: 35px;
    }
    .info-text .du-au p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .agenda {
        width: 32px;
        height: 40px;
        margin-right: 0px;
        margin-left: 14px;
    }
    .heurs {

        display: inline-block;
        width: 25px;
        height: 25px;
    }
    .info-text {
        padding-top: 20px;
        text-align: center;
        background-image: url(../images/bg-text.png);
        background-repeat: no-repeat;
        background-position: 0px 20%;
        background-color: #fff !important;
        background-size: auto;
        background-size: 66px;
    }

    .formulaire h2 {
        font-size: 25px;
        ine-height: 25px;
        text-align: center;
        padding-bottom: 0;
    }
    .form-group{
        padding: 24px 0 0 0px
    }
    .formulaire label{
        font-size: 16px;
        padding-bottom: 8px;;
    }
    .content-formulaire{
        padding-right: 30px;
    }
    .formulaire .form-group-submit {
        width: 100%;
        position: relative;
        margin-top: 20px;
        padding-left: 0;
    }
    .footer-section-formulaire {
        color: #FFF;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        margin-top: 32px;
        margin-bottom: 0px;
        margin-left: -20px;
    }
    .rs {
        margin-left: 0px;
    }
    #main {

        background-position: right 0 bottom -45px;
        background-size: 80px;

    }
    .formulaire {
        padding-top: 40px;
    }
    .content-text p {
        font-size: 14px;
    }
    .content-text li {
        font-size: 14px;
    }
    .btn-inscrivez {
        position: fixed;
        z-index: 999;
        opacity: 1;
        right: 0;
        bottom: 7rem;
        margin-bottom: 30px;
        margin-top: 10px;
        left: 0;
    }
    .content-text {
        margin-top: 30px;
    }
    .footer img{
        width: 120px !important;
    }
    .rs li{
        margin-left: 0px;
    }
    .footer img:first-child {
        height: 24px;
    }
    .footer-section-formulaire h3{
        line-height: 24px;
    }

}