.socials-network a {
    padding: 0 10px;
}

.price-table-prod {
    font-size: 20px;
}

.price-table-separator {
    font-size: 40px;
}

.coach-toolbox ul li a {
    color: #262626;
}

.certifi-coach {
    position: absolute;
    right: 70px;
    top: 50px;
}

.certification-coach {
    position: absolute;
    right: 70px;
    top: 50px;
}

.owl-next {
    position: absolute;
    right: 20px;
    bottom: 150px;
}

.owl-prev {
    position: absolute;
    left: 20px;
    bottom: 150px;
}

.btn-close {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.transp-bg {
    background-color: transparent !important;
}

.photo-coach.img-circle.center-block {
    max-width: 150px;
    max-height: 150px;
}

/**********************************
 *************NAVBAR**************
**********************************/
.profil-header {
    display: table;
    width: 119px;
    height: 70px;
}

.video-icon {
    text-align: center;
}

.focus-hours {
    font-size: 40px;
}

.focus-agenda {
    font-size: 25px;
}

.center-text {
    text-align: center;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.navbar.full {
    height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar.shrink {
    padding-top: 10px;
    height: 60px;
    line-height: 60px;
    background: #272727;
}

/**********************************
 ************SECTIONS*************
**********************************/
#form-pass {
    display: flex;
}

#form-pass .password-form {
    margin: auto;
}

.password-form-button {
    margin-top: 20px !important;
    margin: auto;
    width: 150px;
}

.section {
    padding: 60px 0px;
    display: block;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
    position: relative;
}

.section-quisommes {
    padding: 0px 0px 60px 0px;
    display: block;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
    position: relative;
}

.section-coach {
    padding: 0px 0px 0px 0px;
    display: block;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
    position: relative;
}

.section-commanditaire {
    padding: 60px 0px;
    background: url(../img/banners/com.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.section-contact {
    padding: 60px 0px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
    background: url(../img/banners/banner-contact.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-coach {
    padding: 0px 0px;
    display: block;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-a-propos {
    padding: 60px 0px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
    background: url(../img/banners/banner-apropos.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-nos-offres {
    background: url(../img/banners/pricetable.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-vision {
    background: url(../img/covers/vision.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px;
    min-height: 540px;
}

.section-question {
    position: relative;
}

.section-question:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(234, 232, 231, 0.82) 10%, rgba(255, 255, 255, 0.96) 80%), url(../img/covers/questions.jpg) no-repeat top center;
    background-size: cover;
    z-index: -1;
}

.section-temoignages {
    position: relative;
}

.section-temoignages:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(234, 232, 231, 0.82) 10%, rgba(255, 255, 255, 0.82) 80%), url(../img/covers/temoignages.jpg) no-repeat top center;
    background-size: cover;
    z-index: -1;
}

.bg-cover2 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 5, 8, 0.8);
}

.logo {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.logo.small {
    margin-top: -20px;
    width: 80px;
}

.logo.big {
    margin-top: -20px;
    width: 130px;
}

/***********************
******QUI SOMMES NOUS***
************************/
.view-more {
    margin-bottom: 15px;
}

.box-gerants {
    background-color: #F2F2F2;
    box-shadow: 2px 5px 15px #d6d6d6;
    margin: 0px 20px;
}

.gerant-1 {
    background: url(../img/coachs/vo.jpg) no-repeat top center;
    width: 100%;
    min-height: 250px;
}

.gerant-2 {
    background: url(../img/coachs/cm.jpg) no-repeat top center;
    width: 100%;
    min-height: 250px;
}

.gerant-3 {
    background: url(../img/coachs/fb.jpg) no-repeat top center;
    width: 100%;
    min-height: 250px;
}

/**********************************
 ************BANNER*************
**********************************/
.banner-packs {
    background: url(../img/banners/banner-packs.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.banner-notre-vision {
    background: url(../img/banners/banner-notre-vision.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.banner-coachs {
    background: url(../img/banners/banner-coachs.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.banner-clients {
    background: url(../img/banners/banner-clients.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.banner-contact {
    background: url(../img/banners/banner-contact.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.banner-com {
    background: url(../img/banners/com.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.banner-com-v2 {
    background: url(../img/banners/com.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 180px;
    display: flex;
    /* contexte sur le parent */
    align-items: center;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */
}

.no-banner {
    background: url(../img/banners/banner-packs.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**********************************
 ************NOTRE VISION*************
**********************************/
.quand-picture {
    background: url(../img/banners/quand.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

.employee-picture {
    background: url(../img/banners/employee.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

.clientcom-picture {
    background: url(../img/banners/client.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

.dash-back {
    background: url(../img/banners/quand-w.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

.court-picture {
    background: url(../img/banners/court.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

.qui-picture {
    background: url(../img/banners/qui.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

.distance-picture {
    background: url(../img/banners/distance.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 95vh;
}

/**********************************
 ************TITRES*************
**********************************/
.banner-title {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.banner-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.75
}

.banner-title p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.1em;
    padding: 0;
}


/**********************************
 ************TITRES V2*************
**********************************/
.banner-title-v2 {
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
}

.banner-title-v2 h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.75
}

.banner-title-v2 p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.1em;
    padding: 0;
}

#marhigh2 {
    margin-left: 140px;
    margin-right: 140px;
    padding-top: 70px;
}

.fluid-pic-right {
    padding-right: 0px !important;
}

.fluid-pic-left {
    padding-left: 0px !important;
}

.centered {
    text-align: center;
}

#mar {
    margin-left: 100px;
    margin-right: 100px;
}

#marhigh {
    margin-left: 140px;
    margin-right: 140px;
}

.section-title {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.section-title h2 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.75
}

.section-title p {
    margin-top: 20px;
    padding: 0;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.feature-block {
    margin: 0px 40px;
}

.feature-title {
    overflow: hidden;
    text-align: center;
}

.feature-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.75
}

.feature-content {
    text-align: justify;
    margin: 0px 80px;
}

.section-qui {
    background-color: #2F313D;
}

.feature-content li {
    list-style: none;
}

/**********************************
************HEADER*****************
**********************************/
header {
    background: url(../img/covers/headerv2.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cover {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 5, 8, 0.65);
}

.header-content {
    right: 0;
    left: 0;
    top: 33%;
    z-index: 2;
    text-align: center;
    color: #FFF;
}

.header-content.fixed-header {
    position: fixed;
}

.header-content.erase-header {
    position: absolute;
}

.header-content-1 {
    font-weight: 300;
    font-size: 45px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 57px;
}

.header-content-2 {
    font-weight: 700;
    font-size: 67px;
    line-height: 80px;
    margin: 0 !important;
}

.header-content-3 {
    font-size: 35px;
    line-height: 50px;
}

.scroll-down {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}

.fa-chevron-down {
    color: #1C2939;
}

.fa-chevron-up {
    color: #1C2939;
}

/**********************************
************pricetable*****************
**********************************/

.price-table-product {
    padding: 5px;
}

.price-table-title {
    font-size: 140%;
    line-height: 25px;
}

.price-table-txt {
    text-align: left;
}

.price-table-desc {
    text-align: left;
    font-style: italic;
}

.price-table-bg {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%), url(../img/banners/pricetable.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 1132px;
}

.price-table {
    box-shadow: 3px 3px 15px #D9D9D9;
}

.price-table-header {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 10px 0px 10px;
}

.price-table-body {
    color: #173d50;
    background-color: #ffffff;
}

.price-table-body h4 {
    margin: 0px 10px 10px 10px;
}

.price-table-body p {
    font-size: 11px;
    margin: 0px 10px
}

.price-table-body p>i {
    font-size: 7px;
    margin-right: 5px;
}

.price-table-body ul {
    text-align: center;
    list-style: none;
    padding: 0px;
    margin: 0px !important;
    font-size: 16px;
}

.price-table-footer {
    text-align: center;
    background-color: #0c1f28;
    padding: 20px 10px 20px 10px;
}

.price-table-footer:hover {
    background-color: #112e3c;
}

.price-table-footer-active {
    text-align: center;
    background-color: #ec907e;
    padding: 20px 10px 20px 10px;
}

.price-table-id {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-table-currency {
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
    color: rgba(23, 61, 80, 0.4);
}

.price-table-value {
    font-size: 5rem;
    font-weight: 300;
}

.price-table-features li {
    float: none;
    width: auto;
    padding: 0.6em;
    margin: 0px;
}

.price-table-select {
    color: #ffffff;
    letter-spacing: 2px;
}

.pt-li-color {
    background-color: rgba(23, 61, 80, 0.06);
}

.pt-feature-color {
    background-color: #0c1f28;
    color: #ffffff;
}

.pt-active-color {
    background-color: #ec907e;
    color: #ffffff;
}

/**********************************
**************FOOTER**************
**********************************/
.footer-box {
    display: inline-table;
}

.entreprise-copyright {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    background: #171717;
}

.entreprise-details {
    text-align: center;
    color: #939393;
    padding-top: 50px;
    padding-bottom: 40px;
}

.footericon {
    left: 0;
    width: 100%;
    text-align: center;
}

/**********************************
*****SECTION COACHING A LA CARTE****
**********************************/
.box-content p {
    text-align: justify;
    padding: 0px 20px;
    font-weight: 200;
}

.box-content h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.first-section.grey-bg .box-content h2 {
    color: #222;
    height: 65px;
}

.box-content {
    text-align: center;
    min-height: 220px;
}

.box-white-bg {
    background-color: #fff;
    min-width: 265px;
    box-shadow: 2px 5px 15px #d6d6d6;
}

.first-section.grey-bg .box-white-bg {
    max-height: 600px;
    height: 550px;
}

.section-vision .box-prix-bg {
    height: 490px;
}

.box-prix-bg {
    padding: 10px;
    background-color: #ffffffde;
}

.box-prix-bg ul {
    list-style: none;
    text-align: left;
    padding: 20px;
    text-align: justify;
    padding-bottom: 0;
    padding-top: 0;
}

.box-prix-bg ul li {
    margin-bottom: 5px;
}

.acc {

    font-size: 110%;
    text-align: justify;
}

.feature-vision-hp {
    background: url(../img/banners/vision.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

.feature-coachs-hp {
    background: url(../img/banners/coachstries.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

.feature-accompagnement-hp {
    background: url(../img/banners/accompagnement.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

.feature-espace-hp {
    background: url(../img/banners/espace.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

/**********************************
**********SECTION DEONTOLOGIE*******
**********************************/
.section-deontologie {
    /*background-color: #2F313D;*/
    /*min-height: 90vh;*/
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    /* contexte sur le parent */
    flex-direction: column;
    /* direction d'affichage verticale */
    justify-content: center;
    /* alignement vertical */

}

/**********************************
**********SECTION LES COACHS*******
**********************************/

.feature-coachs-cover {
    /*background:url(../img/covers/coach.jpg) no-repeat top center;*/
    width: 100%;
    background-size: cover;
    min-height: 350px;
    background: linear-gradient(to left, rgba(234, 232, 231, 0.53) 10%, rgba(255, 255, 255, 0.41) 80%), url(../img/covers/coach.jpg) no-repeat top center;
}

.coach-picture img {
    max-width: 150px;
    max-height: 150px;
}

.social-icons {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0px;
}

.chosen-coach .social-icons {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0px;
    width: 300px;
}

.social-icons .fa {
    margin-right: 10px;
}

.coach-profil-btn {
    text-align: center;
}

.coach-identity {
    text-align: center;
    max-height: 120px;
    height: 120px;
}

.coach-identity p {
    font-weight: 200;
    min-height: 40px
}

.coach-identity h2 {
    font-size: 20px;
    font-weight: 400;
}

.id-separator {
    width: 40%;
    border-top: 2px solid #E7AC44;
}

/**********************************
**********comment ca marche*******
**********************************/

.espace-beneficiaire {
    /*background: url(../img/covers/beneficiaire.jpg) no-repeat top center;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #0C1F28;
    width: 100%;
    /*height: 500px;*/
    font-size: 30px;
}

.espace-commanditaire {
    /*background: url(../img/covers/commanditaire.jpg) no-repeat top center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #0C1F28;
    width: 100%;
    height: 500px;
    font-size: 30px;

}

.espace-commanditaire p {
    margin-top: 0px;
    margin-left: 36px;
}

.espace-beneficiaire p {
    margin-top: 0px;
    text-align: right;
}

.txt-commanditaire {
    width: 500px;
    float: right;
    max-width: 100%;
}

.fond-commanditaire {
    background: linear-gradient(to left bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 80%), url(../img/covers/commanditaire2.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fond-beneficiaire {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 80%), url(../img/covers/beneficiaire2.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.txt-beneficiaire {
    width: 500px;
    float: left;
    max-width: 100%;
}

.commanditaire-feature {
    list-style: none;
    font-size: 16px;

}

.commanditaire-feature li {
    text-align: justify;
}

/**********************************
******SECTION ETAPES COACHING*******
**********************************/
.etapes-coaching-undertitle {
    line-height: 64px;
    font-size: 16px;
    margin-bottom: 20px;
}

.etapes-coaching-undertitle strong {
    text-transform: uppercase;
}

.etapes-coaching-undertitle p {
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #939393
}

.etape {
    float: left;
    margin-right: 20px;
    background: transparent;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.etape p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 3px;
    text-align: center;
}

.white-quote {
    color: #f5f5f5;
    font-weight: 600;
}

.feature-steps-left .etape {
    float: right;
    margin-left: 20px;

}

.feature-steps-left .etapes-coaching-undertitle {
    text-align: right;
}

/**********************************
************TESTIMONIALS**********
**********************************/

.message-client {
    padding: 20px 40px;
    margin: 0px 30px;
}

.testimonial {
    box-shadow: 1px 1px 10px #b3b3b3;
    background-color: #fff;
}

.identite-client {
    padding: 20px 0px;
    color: #fff;
    background-color: #3AB0E2;
    text-align: center;
}

.photo-client>img {
    position: absolute;
    width: 90px;
    left: -15px;
    bottom: -13px;
    border-radius: 90px;
    border: 5px solid #fff;
}

/*********************************
************contact*****************
**********************************/
.informations-contact {
    float: left;
}

.informations-contact p {
    text-align: left;
}

textarea.form-control {
    height: 200px !important;
    margin-bottom: 20px;
}

/**********************************
 ************COULEURS*************
**********************************/
.black {
    color: #262626;
}

.white {
    color: #ffffff;
}

.grey {
    color: #939393;
}

.red {
    color: #E96656;
}

.red-l {
    color: #ec907e;
}

.green {
    color: #34D293;
}

.blue {
    color: #3AB0E2;
}

.blue-n {
    color: #173d50;
}

.yellow {
    color: #E7AC44;
}

.grey-bg {
    background-color: #F2F2F2;
}

.black-bg {
    background-color: #272727;
}

.blue-l-bg {
    background-color: #23B4B4;
}

.blue-bg {
    background-color: #0c1f28;
}

.white-bg {
    background-color: #FFF;
}

.yellow-bg {
    background-color: #E7AC44;
}

/**********************************
 ************HR BARRE*************
**********************************/

.long-hr {
    margin-top: 30px;
    border: 1px solid #F2F2F2;
}

.modal-hr {
    margin-bottom: 10px;
    width: 100%
}

.title-hr {
    border: 1px solid #E7AC44;
    width: 20%
}

.title-blue {
    border: 1px solid #3AB0E2;
    width: 20%
}

.white-hr {
    border: 1px solid #ffffff;
    width: 20%;
}

.red-hr {
    margin-bottom: 10px;
    border: 1px solid #E7AC44;
    width: 80%;
}

.green-hr {
    margin-bottom: 10px;
    border: 1px solid #34D293;
    width: 80%;
}

.blue-hr {
    margin-bottom: 10px;
    border: 1px solid #3AB0E2;
    width: 80%;
}

.blue-n-hr {
    margin-bottom: 10px;
    border: 1px solid #173d50;
    width: 80%;
}

.yellow-hr {
    margin-bottom: 10px;
    border: 1px solid #E7AC44;
    width: 80%;
}

.red-hr-xs {
    margin-bottom: 10px;
    border: 1px solid #E96656;
    width: 50%;
}

.green-hr-xs {
    margin-bottom: 10px;
    border: 1px solid #34D293;
    width: 50%;
}

.blue-hr-xs {
    margin-bottom: 10px;
    border: 1px solid #3AB0E2;
    width: 50%;
}

.yellow-hr-xs {
    margin-bottom: 10px;
    border: 1px solid #E7AC44;
    width: 50%;
}

.title-hr-lg {
    border: 1px solid #E7AC44;
    width: 100%
}

.white-hr-lg {
    border: 1px solid #ffffff;
    width: 100%;
}

.red-hr-lg {
    margin-bottom: 10px;
    border: 1px solid #E96656;
    width: 100%;
}

.green-hr-lg {
    margin-bottom: 10px;
    border: 1px solid #34D293;
    width: 100%;
}

.blue-hr-lg {
    margin-bottom: 10px;
    border: 1px solid #3AB0E2;
    width: 100%;
}

.yellow-hr-lg {
    margin-bottom: 10px;
    border: 1px solid #E7AC44;
    width: 100%;
}

/*****HR MODAL******/

.white-mod {
    border: 1px solid #ffffff;
}

.red-mod {
    border: 1px solid #E7AC44;
}

.green-mod {
    border: 1px solid #34D293;
}

.blue-mod {
    border: 1px solid #3AB0E2;
}

.yellow-mod {
    border: 1px solid #E7AC44;
}

/**********************************
 **************CIRCLE***************
**********************************/

.red-circle {
    border: 6px solid #E96656;
}

.green-circle {
    border: 6px solid #34D293;
}

.blue-circle {
    border: 6px solid #3AB0E2;
}

.yellow-circle {
    border: 6px solid #E7AC44;
}

/**********************************
 **************BTN***************
**********************************/
.header-btn {
    margin: 50px 0;
}

.btn-regblue .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-red {
    background: rgba(38, 38, 38, 0.6);
    color: #fff !important;
    border: 1px solid rgba(38, 38, 38, 0.6);
    /*border-radius: 20px;*/
}

.btn-red:hover {
    background: transparent;
    color: rgba(38, 38, 38, 0.6) !important;
}

.modal-footer .btn-red {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    border: 1px solid #E7AC44;
}

.modal-footer .btn-red:hover {
    background: transparent !important;
    color: #E7AC44 !important;
}

.btn-blue-n {
    background: #173d50;
    color: #fff;
    border: 1px solid #173d50;
}

.btn-blue-n:hover {
    background: transparent;
    color: #173d50;
}

.btn-green {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    border: 1px solid #E7AC44;
}

.btn-green:hover {
    background: transparent !important;
    color: #E7AC44 !important;
}

.btn-blue {
    background: #3AB0E2;
    color: #fff;
    border: 1px solid #3AB0E2;
}

.btn-blue:hover {
    background: transparent;
    color: #3AB0E2;
}

.btn-orange {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    border: 1px solid #E7AC44;
}

.btn-orange:hover {
    background: transparent;
    color: #E7AC44;
}

.btn-transparent {
    border: 1px solid #FFF;
    color: #FFF;
}

.btn-transparent:hover {
    background: #FFF;
    color: #000;
}

.btn-yellow {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

.btn-yellow:hover {
    background: transparent;
    color: #FFF;
    border: 1px solid #E7AC44;
}

.btn-yellow:focus {
    background: transparent;
    color: #FFF;
    border: 1px solid #E7AC44;
}

.btn-achat {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    width: 95%;
    border-radius: 0;
    color: #FFF;
    font-size: 150%;
}

.btn-vision {
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.btn-achat:hover {
    background: #D69B33;
}

.btn-comment {
    width: 360px;
}

.btn-contact {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    border: 1px solid #E7AC44;
    padding: 6px 12px;
    margin-left: 45%;
    margin-bottom: 50px;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
}

.btn-contact:hover {
    background: transparent;
    color: #FFF;
}

.btn-modal {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.demarrer-coaching {
    text-align: center;
    margin-top: 10px;
}

.choisir-coach {
    text-align: center;
    margin-top: 50px;
}

/*** Forget Pass Word ***/
.forget_content {
    border: 3px solid #f2f2f2;
    margin: 50px auto;
    padding: 30px 30px 50px;
    width: 480px;
    background: rgb(120 131 142 / 33%);
}

.forget_head_content {
    margin-bottom: 30px;
}

.forget_head_content img {
    max-width: 100%;
}

.forget_content input[type="text"] {
    background-color: #f2f2f2;
    border: 0 none;
    margin-left: 30px;
    width: 100%;
}

.forget_content input[type="submit"] {
    background-color: #e7ac44;
    border: medium none;
    border-radius: 20px;
    color: #ffffff;
    height: 30px;
    margin: 20px 0 20px 65px;
    padding: 0 5px;
    width: 220px;
}

.col-sm-2 {
    background: initial !important;
}



@media (max-width: 970px) {
    .row.vertical-align {
        display: block;
        /* turn off the flexible box layout */
    }
}

@media (min-width:250px) and (max-width:359px) {

    header {
        background: url(../img/covers/headerv2-xs.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .header-content {
        position: relative;
        text-align: center;
    }

    .header-content.fixed-header {
        position: relative;
        text-align: center;
    }

    .header-content.erase-header {
        position: relative;
        text-align: center;
    }

    .header-content-1 {
        color: #ffffff;
        text-align: center;
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 1.1;
        font-weight: 400;
        text-transform: uppercase;
    }

    .header-content-2 {
        color: #ffffff;
        text-align: center;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.1;
        font-weight: 600;
        text-transform: uppercase;
    }

    .header-content-3 {
        color: #ffffff;
        text-align: center;
        font-size: 25px;
        letter-spacing: -1px;
        line-height: 1.7;
        font-weight: 400;
        text-transform: uppercase;
    }
}

@media (min-width:250px) and (max-width:991px) {
    #marbot {
        margin-bottom: 10px;
    }

    #marbothigh {
        margin-bottom: 50px;
    }

    .feature-content {
        margin: 0px;
        text-align: left;
    }

    .about-1h1c-content p {
        text-align: center !important;
    }
}

@media (min-width:572px) and (max-width:766px) {
    .box-gerants {
        margin: 0px 120px 20px 120px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .box-gerants {
        margin: 0px 200px 20px 200px;
    }
}

@media (min-width:100px) and (max-width:767px) {
    header {
        background: url(../img/covers/headerv2-sm.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .close {
        display: none;
    }

    .navbar-nav {
        background-color: rgba(38, 38, 38, 0.90);
    }

    .header-content {
        position: fixed;
        right: 0;
        left: 0;
        top: 30%;
        z-index: 2;
        text-align: center;
        font-family: Titillium Web;

        color: #FFF;
    }

    .header-content-1 {
        color: #ffffff;
        text-align: center;
        font-size: 35px;
        letter-spacing: -1px;
        line-height: 1.1;
        font-weight: 400;
        text-transform: uppercase;
    }

    .header-content-2 {
        color: #ffffff;
        text-align: center;
        font-size: 45px;
        letter-spacing: -1px;
        line-height: 1.1;
        font-weight: 600;
        text-transform: uppercase;
    }

    .header-content-3 {
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        /*letter-spacing: -1px;*/
        line-height: 1.4;
        font-weight: 400;
        text-transform: uppercase;
    }

    .quand-picture,
    .qui-picture,
    .court-picture,
    .distance-picture {
        display: none;
    }

    #marhigh {
        margin: 20px;
    }

    #mar {
        margin: 0px;
    }

    .section-vision {
        background: none;
    }

    .section-vision:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to left, rgba(234, 232, 231, 0.82) 10%, rgba(255, 255, 255, 0.96) 80%), url(../img/covers/vision.jpg) no-repeat top center;
        background-size: cover;
        z-index: -1;
    }

    .btn-comment {
        width: auto;
    }

    .box-prix-bg {
        margin-bottom: 20px;
    }

    .bg-responsive {
        position: relative;
        background: none;
    }
}

/**********************************
******comment ca marche video*******
**********************************/
.presentation-coach {
    min-width: fit-content;
    margin: auto;
    margin-top: 25px;
}

.presentation-coach a span {
    text-align: center;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 2px solid #E7AC44;
    border-radius: 20px;
    cursor: pointer;
    width: auto;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
}

.videoinfo {
    max-width: 100%;
    height: auto;
}

.modal-ben-video video {
    max-width: 100%;
    height: auto;
}

.add-object {
    position: relative;
    bottom: 40px;
}

#field_setting_objectifs_chosen .so_info {
    display: none;
}

.hide {
    display: none !important;
}

.coach_activated_link {
    display: block;
    text-align: center;
}

.coach_activated_link .fa-eye {
    color: #006400;
}

.coach_activated_link .fa-eye-slash {
    color: #696969;
}

input[type='text'][name='first_name'],
input[type='text'][name='last_name'] {
    text-transform: capitalize;
}

#quickSearchBox {
    display: none;
}

.active_icon_status {
    font-size: 16px;
    color: #696969;
}

.active_icon_status.inactive {
    color: #006400;
}

.btn-login {
    border: 0 none;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

/*** page quand faire appel ***/

.pageappel ul {
    list-style: none;
}

.pageappel span {
    margin-left: 10px;
    font-size: 120%;
    cursor: pointer;
}

.pageappel p {
    margin-left: 15px;
}

/****  SECTION APPROCHE ****/

.feature-approche-1 {
    background: url(../img/banners/approche-individuel.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

.feature-approche-2 {
    background: url(../img/banners/approche-inter.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

.feature-approche-3 {
    background: url(../img/banners/approche-prospectif.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

.feature-approche-4 {
    background: url(../img/banners/approche-culturel.jpg) no-repeat top center;
    width: 100%;
    min-height: 175px;
}

/***** client ************************/

.logoclient {
    max-height: 130px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 300px;
}

.film_roll_pager {
    display: none;
}

@media (min-width:767px) and (max-width:1200px) {
    .price-table-id {
        font-size: 1.6rem;
    }

    .btn-achat {
        font-size: 120%;
    }
}

.iframetemoignage {
    box-shadow: 5px 5px 5px #999;
    margin-top: 20px;
}

.row.box-resume {
    -webkit-animation: 1s ease 0s normal 1 fadein;
    animation: 1s ease 0s normal 1 fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.coachingSearchFilter {
    width: 100%;
}

.navbar a {
    color: black;
}

#calendar .btn-primary {
    border-color: initial;
}

#parent_id_field_box .required {
    display: none;
}

.overlay_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fond semi-transparent */
    z-index: 9999;
    /* Assurez-vous que l'overlay se trouve au-dessus des autres éléments */
    display: none;
    /* Par défaut, l'overlay est masqué */
    justify-content: center;
    align-items: center;
}

.loader {
    position: fixed;
    z-index: 9999;
    background-color: transparent;
    top: 44%;
    left: 49%;
    height: 100%;
    width: 100%;
    cursor: wait;
}


.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #E7AC44;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
}

.cke_bottom {
    display: none;
}

#view_objectif {
    background: whitesmoke;
}

#view_objectif .form-group {
    padding: 20px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.first-section.grey-bg #photo-acc {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1 !important;
    transform: translateY(0) scale(1);
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
    transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;

}


.first-section.grey-bg .box-content {
    visibility: visible;
    -webkit-transform: translateX(0) scale(1);
    opacity: 1 !important;
    transform: translateX(0) scale(1);
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
    transition: transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
}

.box-content p {
    padding: 0px 19px !important;
}

.modal-derichebourg .modal-header {
    height: 150px;
}

.count-box .count-box-feature {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}


.count-box-feature {
    padding: 0px 0px !important;
}

.launcher-box {
    display: -webkit-box !important;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

#toflex {
    display: -webkit-box;
    -webkit-box-pack: center;
    /*-webkit-box-align: center;*/
}


.button-coaching .col-sm-4 {
    -webkit-box-flex: 1;
}

.row.hello-word {
    display: block !important;
}

div.form-div input.datetime-input {
    width: 190px !important;
}

select.chosen-select {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border-color: #bfbdbd;
}

.chosen-coach .btn.ajax_coach {
    font-size: 1.2rem !important;
    font-weight: bold !important;
}

/*#field-inter_start, #field-inter_mid, #field-inter_end{
    width: 50%;
    margin-top: 15px;
    background: white;
    height: 30px;
    border-radius: 8px;
}*/

.chosen-coach {
    width: 225px;
}

#flex-block {
    display: flex;
}

#flex-block .container.border {
    width: 33%;
    background: rgba(230, 230, 230, 0.8) !important;
}

#flex-block .container.border.supervisor {
    width: 50%;
    background: rgba(230, 230, 230, 0.8) !important;
    margin: 0px 2px 0px 2px;
}

#flex-block .container.border.manager {
    width: 49%;
    background: rgba(230, 230, 230, 0.8) !important;
}

.supervisor #toflex .col-sm-6,
.supervisor #toflex .col-sm-4.offset-md-1 {
    max-width: 100%;
}

.supervisor #toflex .col-sm-4.offset-md-1 {
    margin-left: 0%;
}

.supervisor #toflex .btn {
    width: 49%;
    Max
}

#flex-block #toflex {
    display: block;
}

#flex-block #toflex .col-sm-12 h4 {
    font-size: 23px;
}

#flex-block #toflex .col-sm-10 {
    display: flex;
    align-items: center;
}

#flex-block #toflex .col-sm-10 .col-sm-10 {
    width: 100%;
    max-width: 100%;
}

.coaching-en-cours {
    background: rgba(230, 230, 230, 0.8);
}

.logout {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    border: 1px solid #E7AC44;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.logout.interior {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
}

.logout .red {
    color: white;
}

.logout:hover {
    background: rgba(38, 38, 38, 0.6) !important;
    color: #fff;
    border: 1px solid rgba(38, 38, 38, 0.6);
}

#go-back.goback {
    right: 30px;
    width: 70px;
    top: initial;
    z-index: 10;
    font-size: 15px;
    bottom: 15px;
}

#go-back {
    position: absolute;
    right: 130px;
    width: 70px;
    top: 15px;
    z-index: 10;
    font-size: 15px;
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

#title {
    text-align: center;
    color: #867d7d;
}

.tableau .table .thead-light th {
    color: #495057;
    background-color: #b0b3b7;
    border-color: #dee2e6;
}

.coach-picture {
    padding: 25px;
}

.popup {
    float: right !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 10px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.supervisor #toflex h6 {
    font-size: 15px;
}

#logo {
    padding-top: 15px;
}

.retour {
    position: fixed !important;
    bottom: 70px;
    right: 10px;
    z-index: 10;
}

.retour.add {
    position: fixed !important;
    bottom: 60px;
    right: 110px;
    z-index: 10;
}

.flexigrid table tr.hDiv {
    background-color: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

.no-coaching {
    height: 500px;
}

.no-coaching h2 {
    height: 500px;
    line-height: 500px;
}

#flex-block h2 b {
    font-weight: 500 !important;
}

.container.out {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1143px;
}

.three {
    max-width: 100px;
    width: 100px;
}

#flex-block-objectif {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.cke_skin_kama,
#field_setting_objectifs_chosen {
    width: 100% !important;
    margin-top: 10px;
}

.modal-footer.bg-dark {
    background-color: white !important;
}

.modal-header.bg-dark {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

.form-field-box {
    background: rgb(140 137 137 / 10%);
    border: 1px solid rgb(146 140 140 / 64%);
    margin-bottom: 20px;
    padding: 15px;
}

.flexigrid div.form-div input[type=text],
.flexigrid div.form-div input[type=password] {
    height: 30px !important;
}

#synthesis-form label {
    margin-left: 18px;
}

#coach-details {
    max-height: 80px;
    height: 80px;
}

.option-supp {
    width: 190px;
    background: white !important;
}

.col-sm-2.image {
    height: auto;
    line-height: 13;
}

.col-sm-2.image.objs {
    height: auto;
    line-height: 20;
}

.col-sm-2.image img {
    width: 75px !important;
}

.col-sm-8.center {
    height: 150px;
    line-height: 50px;
}

.container.border {
    animation: 1s ease 0s normal 1 fadein;
}

#cboxClose {
    display: none !important;
}

.coach-toolbox .delete-row,
.coach-toolbox .send-row,
.delete-row {
    cursor: pointer;
    width: 16px;
    height: 16px;
    float: right;
    border: none !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 15px;
    display: block;
}

.row.tools {
    display: block;
}

.row.tools a {
    color: #6c757d;
}

.row.tools a:hover {
    color: #E7AC44;
}

#coch-employee {
    width: 250px;
    padding: 9px;
    margin-left: 15px;
}

#test .modal-body {
    text-align: center;
}

.voir-coach {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.emargement {
    height: 450px;
}

.emargement .modal-body {
    margin: auto;
    margin-top: 100px;
}

.inter_start .form-check-label,
.inter_mid .form-check-label,
.inter_end .form-check-label {
    font-size: 12px !important;
}

.col-sm-12 #report-success,
.col-sm-12 #report-success1 {
    border: 1px solid #28a745;
    padding: 10px;
    margin-bottom: 30px;
}


#overlay {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    display: none;
}

#alertPanel {
    position: absolute;
    top: 43%;
    min-height: 170px;
    width: 450px;
    margin-left: 35%;
    z-index: 9999;
    color: #000;
    border: 1px solid #303030;
    background-color: #eaeaea;
    display: none;
    text-align: center;
    font-size: 16px;
    font-weight: 100%;
    margin-bottom: 20px;
}


#alertPanel h2 {
    font-weight: 100%;
    font-size: 22px;
    padding: 25px 0px 15px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    margin: 0px;
    background-color: #323232;
    border: 2px solid #fff;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    color: #FFFFFF;
}

#alertPanel div.texte {
    width: 400px;
    display: inline-block;
    padding: 50px 0px 10px 0px;
    word-wrap: break-word;
}

.feature-coachs-cover .coach-identity {
    height: initial;
}

.action-planning {
    margin-left: 55px;
}

#report-error,
#report-error1 {
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 10px;
    color: #b10808;
    font-size: 15px;
}

.add_center {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    color: #fff !important;
    border: 1px solid #E7AC44;
    padding: 10px;
    font-size: 15px;
}

.chosen-coach .coach-identity {
    text-align: center;
    max-height: initial;
    height: initial;
}

#form-button-save.add-test,
#form-button-save.edit-test {
    float: left;
}

.btn-green-black {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

.border-count {
    border: 1px solid #E7AC44;
}

.voir-coach {
    background: var(--primary_color);
    color: var(--default_color);
}

.fa-users {
    color: var(--primary_color) !important;
}

.hr-add {
    border-top: 1px solid #E7AC44 !important;
}

.btn.save,
.btn.close-modal {
    background-color: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

.btn-green-white {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
}

hr.hr-add {
    border-top: 1px solid #E7AC44 !important;
}

.coach-red {
    background: var(--primary_color) !important;
    color: var(--default_font_color) !important;
    border: 1px solid #E7AC44 !important;
}

.yellow.blue {
    color: #000 !important;
}

.ql-editor {
    background-color: white !important;
}

/** FORMULAIRE D'AJOUT GROCERY CRUD */
.mDiv:has(.ftitle) {
    display: none !important;
}

.add_form_title {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 55%;
    border-bottom: 1px solid var(--secondary_font_color);
}