body:not(.home):not(.intranet) .right_content h2,
.cke_show_borders h2{
    color: #00243c;
    font-size: 1.5rem;
}

.cke_show_borders h2{
    color: #39bddf;
    font-size: 1.3rem;
}

body:not(.home):not(.intranet) .right_content h3,
.cke_show_borders h3{
    color: #14213d;
    font-size: 1.2rem;
}

body:not(.home):not(.intranet) .right_content h4,
.cke_show_borders h4{
    font-size: 1rem;
    color: #003366;
}

body:not(.home):not(.intranet) .right_content ul,
.cke_show_borders ul{
    margin: 0;
    padding:0;
}

body:not(.home):not(.intranet) .right_content ul li,
.cke_show_borders li{
    margin-top: 8px;
}

body:not(.home):not(.intranet) .right_content,
.cke_show_borders{
    line-height: 1.6rem;
    font-size:0.9rem
}

body:not(.home):not(.intranet) .right_content ul:not([class*="gl"]) li:before,
.cke_show_borders ul:not([class*="gl"]) li:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #394052;
}



.c4-block{
    background: #f0f1f3;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    margin: 20px 0;
}


.c4-block h2{
    /* font-size: 17px !important; */
    margin: 15px 15px;
    color: #394052 !important;
}
.c4-block.profil_chef{
    text-align : center;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    border-top: 2px solid #3e4456;
}
.c4-block.profil_chef .image_chef{
    margin-top: -100px;
    width: 165px;
    height: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 4px #3e4456;
}
.c4-block.profil_chef .image_chef img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.name_chef,.affiliation_chef{
    font-weight: bold;
    color: #3e4456;
}
.word_chef{
    color: black;
    margin: 10px;
    padding: 20px;
    border-top: 1px dashed #3e445624;
    /* box-shadow: 0px -2px 0px 0px #3e445654; */
}
.word_chef:before{
    font-family: Icons;
    content: "\f10d";
    padding: 5px;
    color: #ef233c;
}
.word_chef:after{
    font-family: Icons;
    content: "\f10e";
    padding: 5px;
    color: #ef233c;
}

.c4-block li:before {
    content: "\f02e" !important;
}

.respo-bloc{
    display: flex;
    justify-content: space-between;
}

.logo-4c{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
    border: 4px solid #efefef;
    margin-left: -50px;
    margin-top: -50px;
    margin-bottom: 14px;
}

.logo-4c img{
    object-fit: cover;
    max-width: 180px;
    width: 100%;
}

.respo-bloc.c4-block{
    margin-left: 50px;
    border-top: 2px solid #ef233c;
}

.bootstrap_site_container .head-accordiant{
    background: #1a501e;
}

@media (max-width:500px){

    .respo-bloc{
        flex-direction: column;
    }
    .respo-bloc.c4-block{
        margin: 50px auto 0;
    }

    .logo-4c{
        margin-left: auto;
        margin-right: auto;
        margin-top: -100px;
    }


}