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;
}

.formations .list_formations{
    display: flex;
    flex-wrap: wrap;
}
.formations .list_formations .formation{
    width: 30%;
    min-width: 350px;
    height: 150px;
    position: relative;
    background-color: #035E86;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 30%;
    border-radius: 5px;
}

.formations .list_formations .formation a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: 700;
    font-size: 1.2em;
}

.formations .list_formations .icon_formation{
    opacity: .3;
    background-position: right -20px center;
    background-size: 120px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: all .5s ease-out;
}

.formations .list_formations .formation:hover .icon_formation{
    transform: scale(1.3) rotate(5deg) translateX(-20px);
}

.biologie_medicale{
    background-color: #035E86 !important;
}
.anesthesie_reanimation{
    background-color: #027DA9 !important;
}
.imagerie_medicale_radiotherapie{
    background-color: #029CCC !important;
}
.prothese_dentaire{
    background-color: #01BAEF !important;
}
.sciences_maieutique_sage_femme{
    background-color: #07BAD5 !important;
}
.physiotherapie{
    background-color: #0CBABA !important;
}

@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;
    }


}