.cms-7 #columns{
    background-color: #25384A;
}
body.cms-7 .center_column{
    max-width:1450px;
    width:100%!important;
    padding: 0 20px;
}
.cms-7 .a-propos, .cms-7 .a-propos h1, .cms-7 .breadcrumb *{
    color:#fff;
}
.cms-7 .a-propos *{
    background-color:transparent!important;
}
.a-propos{
    position:relative;
    margin-top: 30px;
    overflow: hidden;
}
.custom_cms p, h1{
    text-align:left;
    margin-bottom:20px;
}
.a-propos-intro{
    margin-bottom:100px;
    width:50%;
}
body.lang_gb .a-propos-intro{
    margin-bottom:130px;
}
.a-propos-intro::after{
    content:url('../img/page_a_propos/Visuel_1_Page_A_Propos.png');
    position:absolute;
    right:0;
    top:-80px;
}
.cms-7 h1{
    line-height:65px;
    font-size:60px;
}
.a-propos-explanation img{
    margin:0;
    margin-left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-top:30px;
}
.custom_cms p.key-dates-title{
    font-size:30px;
    line-height:35px;
    font-weight:bold;
    text-align: center;
    margin-top:50px;
}
.custom_cms table td{
    font-size:16px;
}
.custom_cms table tr td:first-child{
    text-align:center
}
.a-propos-engagements > p{
    font-size:25px;
    font-weight:bold;
}
.a-propos-engagements, .a-propos-engagements-images{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
}
.a-propos-engagements > *{
    align-content: center;
}
.a-propos-engagements > p{
    width:calc(40% - 10px);
}
.a-propos-engagements > .a-propos-engagements-images{
    width:calc(60% - 10px);
}
.a-propos-engagements-images > p{
    width:calc(calc(100% / 6) - 10px);
    text-align:center;
}
.a-propos-engagements-images p img{
    max-height:80px;
    margin:0!important;
}
.a-propos-engagements-images p span{
    display:block;
    font-size:14px;
    font-weight:normal;
    margin-top:10px;
    line-height:16px;
}
.a-propos-bloc{
    display:flex;
    flex-wrap: wrap;
    gap:10px;
    margin-top:50px;    
    overflow-x: clip;
}
.a-propos-bloc-image{
    position:relative;
}
.a-propos-bloc.bloc_left .a-propos-bloc-image{
    width:calc(60% - 10px);
}
.a-propos-bloc.bloc_left .a-propos-bloc-image img{
    margin-left: 250px;
}
.a-propos-bloc.bloc_right .a-propos-bloc-image{
    width:calc(40% - 10px);
    margin-top: 50px;
}
.a-propos-bloc.bloc_right .a-propos-bloc-image img{
    margin-left: -250px;
}   
.a-propos-bloc .a-propos-bloc-texte{
    position:relative
}
.a-propos-bloc.bloc_left .a-propos-bloc-texte{
    width: calc(40% + 200px);
    margin-right: -200px;
}
.a-propos-bloc.bloc_right .a-propos-bloc-texte{
    width: calc(60% + 200px);
    margin-left: -200px;
}
.a-propos .title{
    font-size:45px;
    position:relative;
}
.a-propos .title::before{
    content:'';
    display:block;
    width: 550PX;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.a-propos .sante .title{
    color:#25384A;
}

.a-propos .chirurgie .title::before{
    background-color: #93ca15;
}
.a-propos .conseil .title::before{
    width:505px;
    background-color: #06afef;
}
.a-propos .sport .title::before{
    width:590px;
    background-color: #ef9700;
}
.a-propos .title span{
    position:relative;
    z-index: 1;
}
.a-propos-bloc.bloc_right .title::before{ 
    left:auto;
    right:0;
}
.a-propos-bloc.bloc_right .title{ 
    text-align:right;
}
.a-propos-bloc.bloc_right .title span{
    margin-right: 10px;
}
.a-propos .bloc-item{
    display: flex;
    gap:10px;
}
.a-propos .bloc-item p{
    margin-bottom:10px;
}
.a-propos .bloc-item > img{
    width:115px;
    height:115px;
}
.bloc-item-title, .phrase_effinae{
    font-weight: bold;
}
.a-propos .sante .bloc-item:nth-child(3), .a-propos .sante .bloc-item:nth-child(4),
.a-propos .chirurgie .bloc-item:nth-child(4){
    padding-left:100px;
}
.a-propos .chirurgie .bloc-item:nth-child(3){
    padding-left:200px;
}
.bloc-item-texte span{
    display:flex;
}
.a-propos .bloc-item:nth-child(4){
    margin-top:20px;
    margin-bottom:10px;
}
.a-propos .bloc-item ul{
    margin-top:0px!important;
    font-size:inherit;
}
.a-propos .bloc-item ul li{
    font-size:16px;
}
.a-propos a{
    position:relative;
    display:inline-block;
    font-size:20px;    
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    margin-left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color:#fff;
}

.a-propos .conseil a{
    margin-left: 45%;  
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
}
.a-propos .conseil a span{
    padding: 18px 20px;
}
.a-propos .sante a{
    color:#25384A;
}
.a-propos a::before{
    background-image:url('../img/page_a_propos/bouton_sante.png');
    position:absolute;
    content:'';
    width: 400px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.a-propos .conseil a::before{
    background-image:url('../img/page_a_propos/bouton_conseil.png');
}   
.a-propos .sport a::before{
    background-image:url('../img/page_a_propos/bouton_sport.png');
}
.a-propos .chirurgie a::before{
    background-image:url('../img/page_a_propos/bouton_chirurgie.png');
}
.a-propos a span{
    z-index: 1;
    position: relative;
    padding:0px 20px;
    max-width: 335px;
    display:block;
    text-align: center;
}
.a-propos .chirurgie a span{
    padding: 2px 50px;
}
.a-propos-gif{
    text-align:center;
    width: 100%;
    margin: 50px 0;
}
.a-propos-gif img{
    margin:0;
    max-width:100%;
}
.a-propos-bloc.bloc_left .a-propos-bloc-image img.computer{
    margin-left:0;
    position: absolute;
    bottom: 185px;
    left: 185px;
}
.conseil .bloc-item ul li img{
    max-width:34px;
    margin-right:10px;
}
.conseil .bloc-item ul li{
    margin-top:10px;
}
.bloc-item img{
    margin:0!important;
}
.conseil .bloc-item ul{
    padding-left:30px;
}
.right_effinae{
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.icone_sportive{
    position:absolute;
    top:0;
    left:0;
}
.icone_sportive:nth-child(1){
    top:30%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);   
}
.icone_sportive:nth-child(2){
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);  
    left:-50px; 
}
.icone_sportive:nth-child(3){
    top :70%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);   
}
.sport .bloc-item{
    max-width:600px;
}
.sport a{
    margin-left:25%;    
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
}