/*.header-mobile {
  background-color: #000;
  height: auto;
}
.auto{
  margin: auto;
}
.header-mobile, .menu-mobile{
  max-width: 768px !important;
}
.logo-mobile {
  background-image: url(../CSS/img/menu-logo-arapl.svg);
}
.telephone {
  background-image: url(../CSS/img/menu-mobile-picto-telephone.svg);
}
.connect-icon{
  background-image : url(../CSS/img/menu-mobile-picto-user.svg);
}
.menu-icon{
  background-image : url(../CSS/img/menu-mobile-picto-burger.svg);
  cursor: grab;
}
.join-us{
  background-image : url(../CSS/img/logo-arapl-couleur-fleche.svg);
}
.logo-mobile, .telephone, .connect-icon, .menu-icon{
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}
.join-us{
  background-repeat: no-repeat;
  background-position: center;
  height: 140px;
}
.slogan{
  font-size: 18px;
  color: #fff;
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1px;
}
.slogan2{
  font-size: 16px;
  font-family: futura-pt,sans-serif;
  font-weight: 300;
  font-style: normal;
}
.menu-mobile{
  display: none;
}
.menu-list li{
  list-style-type: none;
}
.menu-icon.close {
    background-image: url(../CSS/img/menu-mobile-picto-burger-etat2.svg);
}
.menu-list a{
  color: #000 !important;
  font-family: futura-pt,sans-serif;
  font-weight: 600;
  font-style: normal;
}
.element {
  display:flex;
  cursor: pointer;
}
.element hr{
  margin: 8px;
}
.e-center {
  /flex: 1 auto auto;/
}
.e-left,.e-right {
  flex: 1 1 auto; 
}
.e-left,.e-right, .e-center{
    min-height : 27px;
}
.e-center{
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform:  uppercase;
}
.e-left,.e-right{
    padding-top: 5px;
    position: relative;
}
.border01 {
  border-top: 2px dashed #757575;
}
.e-left:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 7.5px;
    background-color: #69b6d5;
    position: absolute;
    right: 0;
    top: 8px;
}
.e-right:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 7.5px;
    background-color: #69b6d5;
    position: absolute;
    left: 0;
    top: 8px;
}
.element:hover .e-left:after{
    background-color: red;
}
.element:hover .e-right:after{
    background-color: red;
}

.footer-mobile{
  max-width: 768px !important;
  margin: auto;
}
.logo-ordre-avocats{
  background-image: url(../CSS/img/logo-ordre-avocats.svg);
}
.logo-ordre-experts-comptables{
  background-image: url(../CSS/img/logo-expert-comptable.svg);
}
.logo-ag2r{
  background-image: url(../CSS/img/logo-ag2r.svg);
}
.logo-urssaf{
  background-image: url(../CSS/img/logo-urssaf.svg);
}
.logo-pole-emploi{
  background-image: url(../CSS/img/logo-pole-emploi.svg);
}
.picto-telephone{
  background-image: url(../CSS/img/picto-telephone-bandeaujaune-css.svg);
}
.picto-message{
  background-image: url(../CSS/img/picto-mail-araplgs.svg);
}
.logo-ordre-avocats, .logo-ordre-experts-comptables, .logo-ag2r, .logo-urssaf, .logo-pole-emploi {
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
}
.picto-telephone{
  background-repeat: no-repeat;
  background-position: right;
  height: 70px;
}
.picto-message{
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
}
.num-telephone{
    display: flex;
    align-items: center;
    font-size: 34px;
}
.email{
    display: flex;
    align-items: center;
    justify-content: left;
}
.coordonnees-mobile{
  background-color: #FFE300;
  font-family: futura-pt,sans-serif;
}
.coordonnees-mobile p{
  margin-bottom: 2px;
}
.email{
    margin-bottom: 2px;
}
.strong{
    font-family: futura-pt-bold,sans-serif;
    font-weight: 700;
    font-style: normal;
}
 */

@media screen and (min-width: 0px) and (max-width: 989px) {
    body{
        background: #c4bab4;
    }
    .header-home-desktop{
        display: none;
    }
    #menu-mobile-open{
        display: none;
        position: absolute;
        background: black;
        top: 129px;
        text-align: center;
        width: 100%;
        z-index: 9;
        height: 100%;
        padding-top: 50px;
    }
    #menu-mobile-open ul{
        list-style: none;
        padding-left: 0px;
    }
    #menu-mobile-open li{
        list-style: none;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 900;
        font-size : 16px;
        color : white;
        height : 43px;
        width: 100%;
        border-bottom: 1px solid white;
        line-height: 42px;
    }
    #menu-mobile-open li:nth-child(1){
        border-top: 1px solid white;
    }
    #menu-mobile-open a, #menu-mobile-open li:active a{
        color: white;
        text-decoration: none;
    }
    #menu-mobile-open li:hover,#menu-mobile-open li:active,#menu-mobile-open li:focus{
        background: white;
        color: black !important;
    }
    #menu-mobile-open li:hover a,#menu-mobile-open li:active a,#menu-mobile-open li:focus a{
        color: black !important;
    }
    .header-mobile{
        width : 100%;
        height : 129px;
        background-color: #000;
        position: relative;
    }
    .header-mobile a:hover{
        text-decoration: none;
    }
    .logo-mobile {
        background-image: url(../CSS/img/logo_cotelib_int_mobile.svg);
        width : 100px;
        position: absolute;
        left : 32px;
        top : 17px;
        height : 60px;
    }
    .telephone {
        background-image: url(../CSS/img/menu-mobile-picto-telephone.svg);
        position: absolute;
        left : 52%;
        top : 36px;
        width : 23px;
        height : 23px;
    }
    .phone-icon-content{
        width : 21px;
        height : 21px;
        cursor : pointer;
        display: inline-block !important;
        vertical-align: middle !important;
        background-image: url(../CSS/img/picto-telephone-web.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .phone-icon-content a{
        font-size : 0px;
        display: block;
        width : 21px;
        height : 21px;
    }
    .connect-icon{
        background-image : url(../CSS/img/menu-mobile-picto-user.svg);
        position : absolute;
        top : 29px;
        right : 70px;
        width : 31px;
        height : 33px;
    }
    .menu-icon{
        background-image : url(../CSS/img/menu-mobile-picto-burger.svg);
        cursor: grab;
        position : absolute;
        top : 29px;
        right : 17px;
        width : 35px;
        height : 35px;
    }
    .join-us{
        background-image : url(../CSS/img/logo-arapl-couleur-fleche.svg);
    }
    .logo-mobile, .telephone, .connect-icon, .menu-icon{
        background-repeat: no-repeat;
        background-position: center;
    }
    .slogan {
        font-size: 16px;
        color: #fff;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        padding-bottom: 1px;
        position: absolute;
        bottom : -11px;
        width : 100%;
        text-align : center;
    }
    /*Footer*/
    .footer #icons-partners{
        display: none;
    }
    .footer #icons-partners-mobile{
        width : 100%;
        background: white;
        text-align: center;
        padding-top : 12px;
        padding-bottom: 12px;
        padding-left : 14px;
        padding-right : 8px;
        border-top : 1px solid black;
    }
    .footer .logo-part {
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        vertical-align: middle;
    }
    .footer .logo-part img{
        max-width: 215px;
    }
    .logo-ordre-avocats{
        background-image: url(../CSS/img/logo-ordre-avocats.svg);
        width : 148px;
        height : 91px;
    }
    .logo-ordre-experts-comptables{
        background-image: url(../CSS/img/logo-expert-comptable.svg);
        width : 106px;
        height : 106px;
    }
    .logo-ag2r{
        background-image: url(../CSS/img/logo-ag2r.svg);
        width : 90px;
        height : 90px;
    }
    .logo-urssaf{
        background-image: url(../CSS/img/logo-urssaf.svg);
        width : 220px;
        height : 87px;
    }
    .logo-pole-emploi{
        background-image: url(../CSS/img/logo-pole-emploi.svg);
        width : 105px;
        height : 96px;
    }
    .footer .coordonnees{
        background-color: #FFE300;
        font-family: futura-pt,sans-serif;
        padding-top : 12px;
        padding-bottom: 12px;
        padding-left : 14px;
        padding-right : 14px;
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size : 14px;
    }
    .footer .coordonnees p{
        margin-bottom: 0px;
    }
    .footer .coordonnees p span{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 12px;
    }
    .footer .coordonnees .num-telephone span{
        font-size : 25px;
    }
    .footer .picto-telephone, .footer .num-telephone{
        display: inline-block;
        vertical-align: middle;
    }
    .num-telephone {
        margin-bottom: 0px;
        margin-left: 12px;
        color : black !important;
    }
    .footer .tel{
        padding: 0;
        margin-left: 27px;
        margin-top: 15px;
    }
    .footer .picto-telephone{
        width : 34px;
        height : 34px;
        background-repeat: no-repeat;
        background-position: initial;
        background-size : cover;
        background-image: url(../CSS/img/picto-telephone-bandeaujaune-css.svg);
    }
    .footer .bottom-footer{
        padding-left: 14px;
        padding-right: 14px;
        padding-top : 24px;
    }
    .footer .column2{
        width : 50%;
        height : 100%;
        float: right;
    }
    .footer .column2 .logo-afaq{
        width : 80px;
        height : 73px;
        background-repeat: no-repeat;
        background-position: initial;
        background-size : cover;
        background-image: url(../CSS/img/footer-logo-afaq.png);
        display: inline-block;
        vertical-align: top;
    }
    .footer .column2 .logo-datastock{
        width : 72px;
        height : 72px;
        background-repeat: no-repeat;
        background-position: initial;
        background-size : cover;
        /*background-image: url(../CSS/img/footer-logo-dd.png);*/
        background-image: url(../CSS/img/logo_qualiopi50x50.jpg);
        margin-top : 0px;
        display: inline-block;
        vertical-align: top;
    }
    .footer .picto-message {
        background-image: url(../CSS/img/picto-mail-araplgs.svg);
        width: 31px;
        height: 21px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .footer .column1{
        height : 100%;
        float : left;
        width: 50%;
        padding-left: 0px;
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size : 12px;
    }
    .footer .column1 a{
        text-decoration: none;
        color : black;
    }
    .footer .column1 a:hover{
        text-decoration: none;
        color : black;
    }
    .footer .credits {
        float: right;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        width: 50%;
        padding-left: 4px;
        clear: both;
        right: 0;
        margin-bottom: 0px !important;
        margin-top: -5px;
    }
    .footer .credits p{
        margin-bottom: 12px !important;
    }
    .footer .column1 .picto-message, .column1 .emai {
        display: inline-block;
        vertical-align: middle;
    }
    .footer .column1 p{
        margin-bottom: 4px;
    }
    .footer .column1 .emai{
        margin-bottom: 0px;
        margin-left : 9px;
    }
    .footer .picto-text-email{
        margin-bottom : 10px;
    }
    /*Stats*/
    .site-container .stats{
        background-color: rgb(255, 227, 0);
        max-width: initial;
        /*padding-left: 14px;
        padding-right: 14px;
        padding-top : 18px;
        padding-bottom : 18px;*/
        padding-left: 0px;
        padding-right: 0px;
    }
    .site-container .stats .stat-number{
        width: 33.3% !important;
        max-width: 33.3% !important;
        border : 1px solid white;
        padding-top : 12px;
        padding-bottom : 18px;
    }
    .site-container .stats .stat-number:nth-child(1), .site-container .stats .stat-number:nth-child(2), .site-container .stats .stat-number:nth-child(3){
        border-top: 0px !important;
    }
    .site-container .stats .stat-number:nth-child(1), .site-container .stats .stat-number:nth-child(4){
        border-left: 0px !important;
    }
    .site-container .stats .stat-number:nth-child(3), .site-container .stats .stat-number:nth-child(6){
        border-right: 0px !important;
    }
    .site-container .stats .stat-number:nth-child(6){
        margin-right: 0px !important;
    }
    .site-container .stats div{
        margin : 0px;
        padding : 0px;
    }
    .stats row{
        display: block !important;
    }
    .site-container .stats .stat-number{
        flex: initial !important;
        display: inline-block !important;
        vertical-align: middle !important;
        text-align: center;
    }
    .site-container .stats .stat-number p{
        margin-bottom: 0px;
        font-size : 16px;
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .site-container .stats .stat-number span{
        font-size : 12px;
    }
    .site-container .stats .stat-number strong{
        font-size : 16px;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .site-container .stats .stat-number strong:nth-child(1){
        font-size : 25px;
    }
    .slogan2{
        font-size: 15px;
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height : 16px;
        width : 100%;
        text-align: center;
        margin-top : 15px;
    }
    .join-us{
        background-image : url(../CSS/img/logo-arapl-couleur-fleche.svg);
    }
    .join-us{
        background-repeat: no-repeat;
        background-size: contain;
        height: 110px;
        width: 104px;
        margin-left : auto;
        margin-right : auto;
        margin-top: 24px;
    }
    .menu-list ul{
        padding-left: 0;
        margin-top: 7px;
    }
    .menu-list li{
        list-style-type: none;
    }
    .menu-icon.close {
        background-image: url(../CSS/img/menu-mobile-picto-burger-etat2.svg);
        opacity: 1 !important;
    }
    .menu-list a{
        color: #000 !important;
        font-family: futura-pt,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size : 14px;
    }
    .element {
        display:flex;
        cursor: pointer;
        margin-top: 6px;
    }
    .element hr{
        margin: 8px;
        margin-left: 0;
        margin-right: 0;
    }
    .e-center {
    /flex: 1 auto auto;/
    }
    .e-left,.e-right {
        flex: 1 1 auto;
    }
    .e-left,.e-right, .e-center{
        min-height : 27px;
    }
    .e-center{
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform:  uppercase;
    }
    .e-left,.e-right{
        padding-top: 5px;
        position: relative;
    }
    .border01 {
        border-top: 2px dashed #757575;
    }
    .e-left:after{
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 7.5px;
        background-color: #69b6d5;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .e-right:after{
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 7.5px;
        background-color: #69b6d5;
        position: absolute;
        left: 0;
        top: 8px;
    }

    .menu-list ul li:nth-child(1) .e-left:after, .menu-list ul li:nth-child(1) .e-right:after{
        background-color: #ffe300;
    }
    .menu-list ul li:nth-child(2) .e-left:after, .menu-list ul li:nth-child(2) .e-right:after{
        background-color: #e33e2c;
    }
    .menu-list ul li:nth-child(3) .e-left:after, .menu-list ul li:nth-child(3) .e-right:after{
        background-color: #0077af;
    }
    .menu-list ul li:nth-child(4) .e-left:after, .menu-list ul li:nth-child(4) .e-right:after{
        background-color: #50a83a;
    }
    .menu-list ul li:nth-child(5) .e-left:after, .menu-list ul li:nth-child(5) .e-right:after{
        background-color: black;
    }
    .element:hover .e-left:after{
        background-color: red;
    }
    .element:hover .e-right:after{
        background-color: red;
    }
    .nos-histoire-mission-container{
        width : 100%;
        height : 193px;
        margin-top : 23px;
        background: #ffe300;
    }
    .notre-histoire-link, .notre-nos-missions{
        display: inline-block;
        vertical-align: middle;
        width : 49%;
        text-align: center;
    }
    .notre-histoire-link .icon, .notre-nos-missions .icon{
        background-image: url(../CSS/img/nos-missions-tv1-picto.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width : 130px;
        height : 107px;
        margin-left: auto;
        margin-right : auto;
        margin-top: 7px;
    }
    .notre-histoire-link .text, .notre-nos-missions .text{
        color: #000;
        font-family: futura-pt,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size : 17px;
        padding-top : 22px;
    }
    .notre-histoire-link a, .notre-histoire-link a:hover, .notre-nos-missions a, .notre-nos-missions a:hover{
        text-decoration: none;
    }
    .on-vous-rappelle-btn-content{
        background-image: url(../CSS/img/on-vous-rappelle-mobile.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        width : 58px;
        height : 53px;
        top: 472px;
        z-index: 1;
        left: 0;
        cursor : pointer;
    }
    .on-vous-rappelle-btn-content a {
        display: block;
        width : 58px;
        height : 53px;
    }
    .on-vous-rappelle-btn div{
        background-image: url(../CSS/img/on-vous-rappelle-mobile.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        width : 58px;
        height : 53px;
        top: 472px;
        z-index: 1;
        left: 0;
    }
    .on-vous-rappelle-btn:hover{
        text-decoration: none;
    }
    /*Twitter*/
    .container-home.v-desktop{
        display: none !important;
    }
    .container.stats.v-desktop{
        display: none !important;
    }
    .container-home .col-twitter{
        width : 100%;
        height : 408px;
        background : #0077AF;
        display: inline-block;
        vertical-align: middle;
        padding-top: 36px;
        padding-left : 60px;
        padding-right : 60px;
    }
    .container-home .col-twitter .title-twitter{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 19px;
        text-transform: uppercase;
        color : white;
        display: inline-block;
        vertical-align: middle;
    }
    .container-home .col-twitter .icon-social{
        display: inline-block;
        vertical-align: middle;
        float: right;
    }
    .container-home .col-twitter .icon-social .twitter-icon{
        display: inline-block;
        vertical-align: middle;
        width : 31px;
        height : 31px;
        margin-left : 4px;
        background-image: url(../CSS/img/logo-twitter.svg);
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
    }
    .container-home .col-twitter .icon-social .linkedin-icon{
        display: inline-block;
        vertical-align: middle;
        width : 31px;
        height : 31px;
        margin-left : 4px;
        background-image: url(../CSS/img/linkedin.svg);
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
        border-radius: 3px;
        background-color: white;
    }
    .container-home .col-twitter .icon-social a:hover{
        text-decoration: none;
    }
    .container-home .col-twitter .icon-social .facebook-icon{
        display: inline-block;
        vertical-align: middle;
        width : 31px;
        height : 31px;
        background-image: url(../CSS/img/logo-facebook.svg);
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
    }
    .container-home .col-twitter .iframe-twitter{
        width : 100%;
        height : 284px;
        background : white;
        margin-top : 12px;
        margin-bottom : 10px;
    }
    .container-home .stores{
        display: none;
    }
    .container-home .col-twitter .title-twitter p {
        margin-bottom: 0px;
    }
    /*Flash infos col*/
    .flash-info-col {
        width : 68%;
        height: 434px;
        display: block;
        vertical-align: top;
        border : 1px solid #000;
        padding-top : 31px;
        padding-left:37px;
        padding-right : 32px;
        position: relative;
        margin-left: auto;
        margin-right : auto;
        margin-top : 30px;
        margin-bottom: 30px;
    }
    .flash-info-col .info-container p{
        display: initial !important;
    }
    .flash-info-col .title {
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 23px;
        line-height: 0px;
        margin-bottom: 21px;
    }
    .flash-info-col .info-container{
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 16px;
        width: 100%;
    }
    .flash-info-col .info-container .date-span{
        font-weight: 400;
    }
    .flash-info-col .info-container:nth-child(3){
        display: none;
    }
    .flash-info-col .more-btn-info{
        width: 20px;
        height: 20px;
        background: black;
        display: block;
        text-align: center;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        background-image: url(../CSS/img/flash-le-plus.svg);
        background-size : cover;
        background-repeat: no-repeat;
    }
    .flash-info-col .more-btn{
        width : 74px;
        height : 31px;
        background : black;
        color : white;
        border : 1px solid black;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 14px;
        padding-left: 10px;
        text-align: left;
        line-height: 28px;
        cursor : pointer;
        position: absolute;
        bottom: -16px;
        left: 35%;
    }
    .flash-info-col .more-btn:hover{
        background : white;
        color : black;
        border : 1px solid black;
    }
    .actu-container h1:nth-child(1){
        display: none;
    }
    /*Ils parlent de nous*/
    .temoignage-col {
        width : 68%;
        margin-left: auto;
        margin-right : auto;
        min-height: 297px;
        display: block;
        vertical-align: top;
        position: relative;
        margin-top : 18px;
        margin-bottom : 24px;
    }
    .temoignage-col .icon-info{
        width : 64px;
        height : 56px;
        background-image: url(../CSS/img/bulle-ils-parlent-de-nous.svg);
        background-size : cover;
        background-repeat: no-repeat;
        float: right;
        margin-bottom: 1px;
        margin-right: 19px;
    }
    .temoignage-col .title{
        clear: both;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 23px;
    }
    .temoignage-col .temoignage-container{
        min-height : 134px;
        position: relative;
        width : 100%;
        padding-top: 12px;
        padding-left : 41px;
        padding-right: 25px;
        margin-top : 10px;
        padding-bottom: 31px;
        margin-bottom: 100px;
    }
    .temoignage-col .temoignage-container .icon-open{
        width : 25px;
        height : 22px;
        background-image: url(../CSS/img/guillemet-ouvrant.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }
    .temoignage-col .temoignage-container .icon-close{
        width : 25px;
        height : 22px;
        background-image: url(../CSS/img/guillemet-fermant.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        bottom: -32px;
    }
    .temoignage-col .temoignage-text{
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size : 16px;
        width: 100%;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 16px;
    }
    .temoignage-col .temoignage-text span, .temoignage-col .temoignage-text strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size : 14px;
        display: block;
        text-align: left;
        margin-top : 17px;
        margin-bottom : 13px;
    }
    .temoignage-col a:hover{
        text-decoration: none;
    }
    .temoignage-col .more-btn{
        width : 74px;
        height : 31px;
        background : black;
        color : white;
        border : 1px solid black;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 14px;
        padding-left: 10px;
        text-align: left;
        line-height: 28px;
        cursor : pointer;
        position: absolute;
        bottom: 0;
        left: 35%;
        display: block;
    }
    .temoignage-col .more-btn:hover{
        background : white;
        color : black;
        border : 1px solid black;
    }
    .temoignage-container div:nth-child(4){
        display: none !important;
    }
    #googlemap{
        display: none;
    }
    .follow-us-container{
        display: none;
    }
    /*--- Type Contenu ---*/
    .site-container.type-contenu .menu-mobile, .site-container.type-contenu .header-content-desktop {
        display: none;
    }
    /*Content*/
    .site-container.type-contenu .content {
        background: white;
        margin-top : 0px;
        width : 100%;
    }
    .site-container.type-contenu .content .image-left{
        height: 353px;
        width : 100%;
        background : green;
    }
    .site-container.type-contenu .content .text-right-col .title-article{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 29px;
        color : white;
        text-align: center;
        width : 100%;
        text-transform: uppercase;
        line-height: 37px;
        position: absolute;
        top : 313px;
        padding-left: 44px;
        padding-right : 68px;
    }
    .site-container.type-contenu .content .text-right-col .sub-title-article{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 21px;
        padding-right: 18px;
    }
    .site-container.type-contenu .content .text-right-col strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 18px;
        text-transform: uppercase;
    }
    .site-container.type-contenu .content .text-right-col p{
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 18px;
        margin-bottom: 21px;
    }
    .site-container.type-contenu .content .text-right-col .c-left{
        width : 100%;
    }
    .site-container.type-contenu .content .text-right-col .c-right{
        width : 100%;
    }
    .site-container.type-contenu .content .r-container{
        padding-left : 40px;
        padding-right : 40px;
        padding-top : 40px;
        padding-bottom : 40px;
    }
    .site-container.type-contenu .content .join-us-link{
        width: 136px;
        height: 35px;
        cursor: pointer;
        display: block;
        vertical-align: middle;
        background-image: url(../CSS/img/rejoignez-nous-header-page-int.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    /*Footer*/
    .site-container.type-contenu .footer #icons-partners-mobile{
        display: none;
    }
    .site-container.type-contenu .footer #googlemap{
        display: block;
        background : red;
        height : 223px;
        width : 100%;
        position: relative;
        top: 130px;
    }
    .site-container.type-contenu .footer #googlemap .js-map{
        width: 100% !important;
        height: 223px !important;
    }
    .site-container.type-contenu .footer .follow-us-container{
        display: block;
        width : 100%;
        background : #0077af;
        text-align: center;
        padding-top : 15px;
        padding-bottom: 15px;
    }
    .site-container.type-contenu .footer .follow-us-container .title-twitter{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 23px;
        text-transform: uppercase;
        color : white;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: initial;
    }
    .site-container.type-contenu .footer .follow-us-container .icon-social{
        display: inline-block;
        vertical-align: middle;
    }
    .site-container.type-contenu .footer .follow-us-container .twitter-icon{
        display: inline-block;
        vertical-align: middle;
        width : 32px;
        height : 32px;
        margin-left: 14px;
        background-image: url(../CSS/img/logo-twitter.svg);
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
    }
    .site-container.type-contenu .footer .follow-us-container .linkedin-icon{
        display: inline-block;
        vertical-align: middle;
        width : 32px;
        height : 32px;
        margin-left: 2px;
        background-image: url(../CSS/img/linkedin.svg);
        background-color : white;
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
        border-radius: 3px;
    }
    .site-container.type-contenu .footer .follow-us-container a:hover{
        text-decoration: none;
    }
    .site-container.type-contenu .footer .follow-us-container .facebook-icon{
        display: inline-block;
        vertical-align: middle;
        width : 32px;
        height : 32px;
        background-image: url(../CSS/img/logo-facebook.svg);
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
        margin-left: 2px;
    }
    .site-container.type-contenu .footer .coordonnees{
        height: 130px;
        position: relative;
        top: -223px;
    }
    .footer .tel .num-telephone{
        color : black !important;
    }
    /*--- End Type Contenu ---*/
    /*--- Modals ---*/
    /*Login*/
    #loginModal .modal-dialog{
        border: 0px !important;
        border-radius: 0px !important;
        background: white;
        margin-top: 128px;
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
    }
    h4.login-btn-content{
        background : black !important;
        width: 126px;
        color : white !important;
        font-size: 12px !important;
        font-family: futura-pt,sans-serif;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-align: center;
        padding : 7px !important;
        cursor : pointer;
        margin-bottom : 20px !important;
        border : 1px solid black !important;
        height : 34px !important;
        display: block;
        margin-left : auto !important;
        margin-right: auto !important;
        border-radius: 0px !important;
        line-height: 18px !important;
    }
    #loginModal .modal-content, #loginModal .modal-content .modal-header,#loginModal .modal-content  .modal-body {
        border-radius: 0px !important;
        border : 0px !important;
        padding : 0px !important;
        width : 100%;
    }
    #loginModal .modal-header {
        height: 55px;
    }
    #loginModal .text-title{
        text-align: center;
        width : 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        margin-bottom: 30px;
    }
    #loginModal .form-group {
        margin-bottom: 25px;
    }
    .modal-backdrop {
        background-color: rgba(255,255,255,0.8) !important;
    }
    #loginModal .close {
        width: 29px;
        height: 28px;
        font-size: 0px;
        background-image: url(../CSS/img/close-btn.png);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: 17px;
        margin-top: 12px;
        opacity: 1;
    }
    #loginModal input{
        width : 80%;
        height : 40px;
        background: #d2d2d2;
        color: black;
        border : 0px;
        border-radius: 0px;
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 16px;
    }
    #loginModal input::placeholder {
        color : black;
        font-size : 16px;
        font-weight: 300;
        font-style: normal;
    }
    #loginModal .container-input{
        text-align: center;
        width : 100%;
        margin-bottom : 25px;
    }
    #loginModal .container-input input, #loginModal .container-input button{
        margin-left : auto;
        margin-right : auto;
    }
    #loginModal .container-input label{
        position: absolute;
    }
    #loginModal .container-input button{
        width : 80%;
        height : 40px;
        background: white;
        color : black;
        border : 0px;
        border-radius: 0px;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 12px;
        border : 1px solid black;
    }
    #loginModal .container-input button:hover{
        background: white;
        color : black;
    }
    #loginModal .forgot-pass-container{
        width: 100%;
        text-align: center;
    }
    #loginModal .forgot-pass-container a{
        color : black;
        text-decoration: none;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 12px;
    }
    /*Forgot*/
    #forgotModal .modal-dialog{
        border: 0px !important;
        border-radius: 0px !important;
        background: white;
        margin-top: 128px;
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
    }
    #forgotModal .modal-content, #forgotModal .modal-content .modal-header,#forgotModal .modal-content  .modal-body{
        border-radius: 0px !important;
        border : 0px !important;
        padding : 0px !important;
        width : 100%;
    }
    #forgotModal .modal-header {
        height: 55px;
    }
    #forgotModal .text-title{
        text-align: center;
        width : 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        margin-bottom: 30px;
    }
    #forgotModal .form-group {
        margin-bottom: 25px;
    }
    .modal-backdrop {
        background-color: rgba(255,255,255,0.8) !important;
    }
    #forgotModal .close {
        width: 29px;
        height: 28px;
        font-size: 0px;
        background-image: url(../CSS/img/close-btn.png);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: 17px;
        margin-top: 12px;
        opacity: 1;
    }
    #forgotModal input{
        width : 80%;
        height : 40px;
        background: #d2d2d2;
        color: black;
        border : 0px;
        border-radius: 0px;
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 16px;
    }
    #forgotModal input::placeholder {
        color : black;
        font-size : 16px;
        font-weight: 300;
        font-style: normal;
    }
    #forgotModal select{
        width : 80%;
        height : 40px;
        background: #d2d2d2;
        color: black;
        border : 0px;
        border-radius: 0px;
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 16px;
    }
    #forgotModal select::placeholder {
        color : black;
        font-size : 16px;
        font-weight: 300;
        font-style: normal;
    }
    #forgotModal .container-input{
        text-align: center;
        width : 100%;
        margin-bottom : 25px;
    }
    #forgotModal .container-input input, #forgotModal .container-input button, #forgotModal .container-input select{
        margin-left : auto;
        margin-right : auto;
    }
    #forgotModal .container-input label{
        position: absolute;
    }
    #forgotModal .container-input button{
        width : 80%;
        height : 40px;
        background: white;
        color : black;
        border : 0px;
        border-radius: 0px;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 12px;
        border : 1px solid black;
    }
    #forgotModal .container-input button:hover{
        background: white;
        color : black;
    }
    #forgotModal .forgot-pass-container{
        width: 100%;
        text-align: center;
    }
    #forgotModal .forgot-pass-container a{
        color : black;
        text-decoration: none;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 12px;
    }
    /*--- End Modals ---*/
    /*Page list*/
    .site-container.type-contenu .list-news{
        width : 100%;
        margin-left : auto;
        margin-right : auto;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-container.type-contenu .content.news .title-list{
        width: 100%;
        text-align: left;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 23px;
        margin-bottom: 17px;
        padding-top : 53px;
    }
    .site-container.type-contenu .list-news .news {
        margin-bottom: 24px;
    }
    .site-container.type-contenu .list-news .news .content-news{
        width: 100%;
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size : 14px;
        text-align: left;
        line-height: 17px;
    }
    .site-container.type-contenu .list-news .news .first-line{
        width: 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 14px;
        text-align: left;
        line-height: 17px;
        margin-bottom: 3px;
    }
    .site-container.type-contenu .list-news .news .first-line div{
        display: inline-block;
        vertical-align: middle;
    }
    .site-container.type-contenu .list-news .news .first-line .category{
        text-transform: uppercase;
    }
    .site-container.type-contenu .list-news .news .first-line .more-info-btn{
        width: 20px;
        height: 20px;
        background: black;
        margin-left: 5px;
        background-image: url(../CSS/img/flash-le-plus.svg);
        background-size : cover;
        background-repeat: no-repeat;
    }
    .site-container.type-contenu .list-news .pagination{
        text-align: center;
        width: 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        display: block;
        padding-bottom: 32px;
    }
    .site-container.type-contenu .list-news .pagination a{
        color: black;
    }
    .site-container.type-contenu .list-news .pagination div{
        display: inline-block;
        vertical-align: middle;
        padding-left: 2px;
        padding-right : 2px;
    }
    .site-container.type-contenu .list-news .pagination div:hover{
        text-decoration: none;
        color : black;
    }
    .site-container.type-contenu .list-news .pagination div.active{
        text-decoration: underline;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .page-navigation:nth-child(1){
        display: none;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .page-navigation p:nth-child(1){
        display: none;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .page-navigation .f3-widget-paginator{
        list-style: none;
        text-align: center;
        width: 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        display: block;
        padding-bottom: 32px;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .page-navigation .f3-widget-paginator a{
        text-decoration: none;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .page-navigation .f3-widget-paginator li{
        display: inline-block;
        vertical-align: middle;
        padding-left: 2px;
        padding-right : 2px;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .page-navigation .f3-widget-paginator li.current{
        text-decoration: underline;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .date-span{
        font-family: futura-pt-bold, sans-serif;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .more, .news-search-result .more {
        width: 20px;
        height: 20px;
        background: black;
        background-image: url(../CSS/img/flash-le-plus.svg);
        background-size : cover;
        background-repeat: no-repeat;
        font-size : 0px;
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .more-btn-info{
        display: none;
    }
    .site-container.type-contenu .content-body .news .flash-infos-container .info-container p{
        margin-bottom: 5px;
    }
    /*Page news*/
    .site-container.type-contenu .content-body .news-single .header h3{
        margin-top: 10px;
        font-size : 30px;
        line-height: 36px;
    }
    .site-container.type-contenu .content-body .news-single .footer{
        height: auto;
    }
    .site-container.type-contenu .content-body .news-single .footer {
        letter-spacing: initial;
    }
    .site-container.type-contenu .content-body .news-single .news-backlink-wrap{
        display: none;
    }
    /*Page list Temoignage*/
    .site-container.type-contenu .list-temoignage{
        width: 792px;
        margin-left : auto;
        margin-right : auto;
        padding-top : 53px;
    }
    .site-container.type-contenu .temoignage-page h1{
        width: 100%;
        text-align: center;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 23px;
        margin-bottom: 17px;
        padding-top: 53px;
        margin-left: auto;
        margin-right: auto;
        position : relative;
        margin-top: 18px !important;
    }
    .site-container.type-contenu .temoignage-page h1::after{
        content: "";
        width: 64px;
        height: 56px;
        background-image: url(../CSS/img/bulle-ils-parlent-de-nous.svg);
        background-size: cover;
        background-repeat: no-repeat;
        top: -54px;
        left: 41%;
        position: absolute;
    }
    .site-container.type-contenu .list-temoignage .title-list .icon-info{
        width: 64px;
        height: 56px;
        background-image: url(../CSS/img/bulle-ils-parlent-de-nous.svg);
        background-size: cover;
        background-repeat: no-repeat;
        top: -5px;
        left: 180px;
        position: absolute;
    }
    .site-container.type-contenu .temoignage-page .frame-default{
        width : 100%;
        min-height : 135px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-bottom: 30px;
        padding-top: 12px;
        padding-left : 41px;
        padding-right: 25px;
        margin-top : 10px;
        height: auto !important;
    }
    .site-container.type-contenu .temoignage-page .frame-default:nth-child(n+1) p{
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 17px;
        width: 100%;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 21px;
    }
    .site-container.type-contenu .temoignage-page .frame-default:nth-child(n+1) em, .site-container.type-contenu .temoignage-page .frame-default:nth-child(n+1) strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size : 15px;
        display: block;
        text-align: left;
        margin-top : 15px;
        margin-bottom : 13px;
    }
    .site-container.type-contenu .temoignage-page .frame-default:nth-child(1){
        display: block;
        margin-bottom: 17px;
        min-height: initial;
        width: initial;
    }
    .site-container.type-contenu .temoignage-page .frame-default:nth-child(1)::before, .site-container.type-contenu .temoignage-page .frame-default:nth-child(1)::after{
        display: none;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col {
        width : 258px;
        min-height : 135px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: initial;
        margin-bottom: 30px;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-container{
        min-height : 135px;
        position: relative;
        width : 100%;
        padding-top: 12px;
        padding-left : 41px;
        padding-right: 25px;
        margin-top : 10px;
        height: auto !important;
    }
    .site-container.type-contenu .temoignage-page .frame-default::before{
        content: "";
        width : 25px;
        height : 22px;
        background-image: url(../CSS/img/guillemet-ouvrant.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }
    .site-container.type-contenu .temoignage-page .frame-default::after{
        content: "";
        width : 25px;
        height : 22px;
        background-image: url(../CSS/img/guillemet-fermant.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        bottom: 11px;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-container .icon-open{
        width : 25px;
        height : 22px;
        background-image: url(../CSS/img/guillemet-ouvrant.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-container .icon-close{
        width : 25px;
        height : 22px;
        background-image: url(../CSS/img/guillemet-fermant.svg);
        background-size : cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        bottom: 11px;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-text{
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 12px;
        width: 180px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 14px;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-text p {
        margin-bottom: 0px;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-text span, .site-container.type-contenu .list-temoignage .temoignage-col .temoignage-text strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size : 12px;
        display: block;
        text-align: left;
        margin-top : 15px;
        margin-bottom : 13px;
    }
    .site-container.type-contenu .list-temoignage .temoignage-col a:hover{
        text-decoration: none;
    }
    /*Content Body*/
    .site-container.type-contenu .content .content-body .frame-default .ce-nowrap .ce-bodytext{
        overflow: initial;
    }
    .site-container.type-contenu .content .content-body{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-container.type-contenu .content .content-body h1, .site-container.type-contenu .content .content-body h1 strong, .site-container.type-contenu .content .content-body .frame-type-header h3{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 28px;
        color : black;
        text-transform: uppercase;
        line-height: 34px;
        margin-bottom: 18px;
        background: white;
        padding-left : 0px;
        padding-top : 0px;
        margin-top : 0px;
        text-align: left !important;
        text-decoration: none !important;
    }
    .site-container.type-contenu .content .content-body .frame-type-header h3{
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .site-container.type-contenu .content .content-body .frame-type-header{
        padding-bottom: 0px;
    }
    .site-container.type-contenu .content .content-body h2, .site-container.type-contenu .content .content-body h2 strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 23px;
        color : black;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }
    .site-container.type-contenu .content .content-body h3, .site-container.type-contenu .content .content-body h3 strong{
        font-family: 'Cookie', cursive;
        font-weight: 400;
        font-size: 31px;
        line-height: 28px;
        text-transform: normal;
        margin-bottom: 15px;
        margin-top: 15px;
        color: black;
        width: 100%;
        padding: 5px;
        padding-left: 0;
        padding-right: 15px;
        text-align: center;
    }
    .site-container.type-contenu .news.news-single h3 {
        font-size: 17px;
        background: white !important;
        padding-left : 0px !important;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        font-family: futura-pt;
    }
    .site-container.type-contenu .content .content-body strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 20px;
        /*text-transform: uppercase;*/
    }
    .site-container.type-contenu .content .content-body p{
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        color: black;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .content-body figure.image, .content-body figure img{
        margin-bottom: 15px;
    }
    .site-container.type-contenu .content .content-body ul{
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        color: black;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .site-container.type-contenu .content .content-body ul li p{
        margin-bottom: 0px;
    }
    .site-container.type-contenu .content .content-body .ce-intext.ce-left ul{
        overflow-x : auto;
        overflow-y: hidden;
    }
    .site-container.type-contenu .content .content-body a{
        text-decoration: underline;
        color : black !important;
    }
    .site-container.type-contenu .content .content-body .yellow-text{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 13px;
        color : black;
        line-height: 14px;
        margin-bottom: 18px;
        background: #ffe300;
        padding-top : 10px;
        padding-bottom : 10px;
        padding-left : 15px;
        padding-right : 15px;
        text-align: center;
    }
    .site-container.type-contenu .content .content-body table {
        margin: 0 auto;
        width: 100% !important;
        background-color: white;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size : 17px;
        color : black;
        line-height: 20px;
        margin-top : 32px;
        margin-bottom : 32px;
        margin-left : auto;
        margin-right : auto;
        overflow-x : scroll;
    }
    .site-container.type-contenu .content .content-body .valid-btn{
        width : 23px;
        height : 17px;
        background-image: url(../CSS/img/valid-btn.png);
        background-size : cover;
        background-repeat: no-repeat;
    }
    .site-container.type-contenu .content .content-body .no-valid-btn{
        width : 23px;
        height : 17px;
        background-image: url(../CSS/img/no-valid-btn.png);
        background-size : cover;
        background-repeat: no-repeat;
    }
    .site-container.type-contenu .content .content-body tr:first-child td{
        /*border-bottom: 3px solid #ada096;*/
        position: relative;
        color : #8c8077;
        text-transform: uppercase;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 12px;
        padding-bottom: 20px;
    }
    .site-container.type-contenu .content .content-body tr:nth-child(2) td{
        padding-top: 40px;
    }
    .site-container.type-contenu .content .content-body tr:first-child td::after{
        content: "";
        position: absolute;
        width: calc(100%);
        height: 100%;
        border-bottom: 1px solid #ada096;
        top: 0px;
        left: 0px;
    }
    .site-container.type-contenu .content .content-body tr:first-child td:first-child::after{
        content: "";
        position: absolute;
        width: calc(100% - 25px) !important;
        height: 100%;
        border-bottom: 1px solid #ada096;
        top: 0px;
        left : initial !important;
        right: 0px !important;
    }
    .site-container.type-contenu .content .content-body tr:first-child td:last-child::after{
        content: "";
        position: absolute;
        width: calc(100% - 25px) !important;
        height: 100%;
        border-bottom: 1px solid #ada096;
        top: 0px;
        left: 0px !important;
        right : initial !important;
    }

    .site-container.type-contenu .content .content-body tr td:first-child{
        padding-left: 24px;
    }
    .site-container.type-contenu .content .content-body tr td:last-child{
        padding-right: 24px;
    }
    .site-container.type-contenu .content .content-body tr:first-child td{
        padding-top : 29px;
    }
    .site-container.type-contenu .content .content-body tr:last-child td{
        padding-bottom : 29px;
    }
    .site-container.type-contenu .content .content-body td {
        padding: 1px;
    }
    .site-container.type-contenu .content .content-body tr:last-child td {
        border-bottom: solid 1px #ada096;
    }
    .site-container.type-contenu .content .content-body td:first-child {
        border-left: solid 1px #ada096;
    }

    .site-container.type-contenu .content .content-body td:last-child {
        border-right: solid 1px #ada096;
    }

    .site-container.type-contenu .content .content-body tr:first-child td {
        border-top: solid 1px #ada096;
    }

    .site-container.type-contenu .content .content-body tr:first-child td:first-child {
        border-radius: 10px 0 0 0;
    }

    .site-container.type-contenu .content .content-body tr:first-child td:last-child {
        border-radius: 0 10px 0 0;
    }

    .site-container.type-contenu .content .content-body tr:last-child td:last-child {
        border-radius: 0 0 10px 0;
    }

    .site-container.type-contenu .content .content-body tr:last-child td:first-child {
        border-radius: 0 0 0 10px;
    }


    .site-container.type-contenu .content .content-body table p{
        display: inline-block;
    }
    .site-container.type-contenu .content .content-body .contenttable_services{
        border : 1px solid white;
    }
    .site-container.type-contenu .content .content-body #c83 table{
        border : 1px solid white;
    }
    .site-container.type-contenu .content .content-body table tr td, .site-container.type-contenu .content .content-body table tr td p{
        /*background : white;*/
        /*border : 1px solid black;*/
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size : 12px;
        color : black;
        line-height: 20px;
        padding : 0px;
    }
    .site-container.type-contenu .content .content-body table tr .font-small{
        font-size : 14px;
        display: block;
    }
    .onvousrappellebtn-table a{
        font-size: 0px;
        display: block;
        background-image: url(../CSS/img/on-vous-rappelle-mobile.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 38px;
        height: 33px;
        z-index: 1;
        right: 19px;
        top: 17px;
        cursor: pointer;
    }
    .onvousrappellebtn-table{
        position: relative;
    }
    .site-container.type-contenu .content .content-body table tr .font-small-small{
        font-size : 11px;
        font-style: italic;
        display: block !important;
    }
    .site-container.type-contenu .content .content-body table tr{
    }
    .site-container.type-contenu .content .content-body table h4, .site-container.type-contenu .content .content-body table h5{
        display: inline-block !important;
        vertical-align: middle;
    }
    .site-container.type-contenu .content .content-body table h4{
        margin-left: 5px;
    }
    .site-container.type-contenu .content .content-body table tr h2.header2{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 28px;
        color: white;
        text-align: center;
        line-height: 0px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .site-container.type-contenu .content .content-body table tr p{
        margin-bottom: 0px;
    }
    .site-container.type-contenu .content .content-body table tr td:nth-child(1n+1){
    }
    .site-container.type-contenu .content .content-body table tr:nth-child(2n+1){

    }
    /*Contact Form*/
    .site-container.type-contenu .contact-form{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-container.type-contenu .contact-form-container h1{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 28px;
        color : black;
        text-transform: uppercase;
        line-height: 34px;
        margin-bottom: 18px;
    }
    /*On vous rapelle form*/
    .site-container.type-contenu .contact-form #c45 p{
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        line-height: 18px;
        color: black;
        margin-bottom: 18px;
    }
    .site-container.type-contenu .contact-form #c45 p strong{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-size: 15px;
    }
    .site-container.type-contenu .contact-form #c43 #powermail_field_marker_1{
        height: 12px;
    }
    .site-container.type-contenu .contact-form #c43 textarea {
        height : 175px;
        padding-top : 5px;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset input, .site-container.type-contenu .contact-form .powermail_fieldset select, .site-container.type-contenu .contact-form .powermail_fieldset textarea {
        margin-bottom: 25px;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset .powermail_fieldwrap label{
        font-family: futura-pt,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        color: black;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset .powermail_fieldwrap .mandatory{
        color : red;
        margin-left : 3px;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset .powermail_fieldwrap{
        width : 100%;
        display: inline-block;
        vertical-align: top;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_1 .powermail_fieldwrap{
        width : 100%;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_1 .powermail_fieldwrap:nth-child(2){
    }
    .site-container.type-contenu .contact-form .powermail_fieldset .powermail_fieldwrap input,.site-container.type-contenu .contact-form .powermail_fieldset .powermail_fieldwrap select{
        width : 100%;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_2 .powermail_fieldwrap{
        width : 100%;
        display: inline-block;
        vertical-align: top;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_6 .powermail_fieldwrap textarea{
        width : 100%;
        height : 175px;
        padding-top : 10px;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_7 label{
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: black;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_7 input{
        height: initial;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_8 .powermail_fieldwrap{
        display: inline-block;
        vertical-align: top;
    }
    .site-container.type-contenu .contact-form .powermail_fieldset_8 .powermail_fieldwrap img{
        display: block;
        vertical-align: middle;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .site-container.type-contenu .contact-form input, .site-container.type-contenu .contact-form select , .site-container.type-contenu .contact-form textarea{
        height : 40px;
        background: #d2d2d2;
        color: black;
        border : 0px;
        border-radius: 0px;
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 16px;
        padding-left: 10px;
    }
    .site-container.type-contenu .contact-form input::placeholder {
        color : white;
        font-size : 16px;
        font-weight: 300;
        font-style: normal;
    }
    h3 a{
        text-decoration: none !important;
    }
    .site-container.type-contenu .contact-form .powermail_submit{
        width : 180px;
        height : 40px;
        background: #50a83a;
        color : white;
        border : 0px;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 25px;
        border-radius: 12px !important;
        line-height: 36px;
    }
    .site-container.type-contenu .contact-form .powermail_submit:hover{
    }
    .site-container.type-contenu .contact-form .parsley-errors-list{
        padding-left: 17px;
    }
    .site-container.type-contenu .contact-form .parsley-required, .site-container.type-contenu .contact-form .parsley-custom-error-message{
        color : red;
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size : 16px;
    }
    .ce-gallery video {
        width: 100% !important;
    }
    /*Tooltip*/
    h5.tool-tip{
        font-size : 0px;
        background-image: url(../CSS/img/bulle-tabeau.svg);
        background-size : cover;
        background-repeat: no-repeat;
        cursor : pointer;
        width : 16px;
        height : 16px;
        display: inline-block;
        margin-bottom: 0px;
    }
    h5{
        font-size : 0px !important;
    }
    /*Buttons*/
    h4{
        display: table;
        height: auto;
        background: #FFE300;
        border-radius: 4px !important;
        color: black;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 12px;
        border: 1px solid white;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px !important;
        margin-top: 30px;
        text-align: center;
    }
    .site-container.type-contenu .content .content-body h4 a{
        display: block;
        width: 100%;
        height: 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 15px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 15px;
        text-decoration: none !important;
        color : black !important;
        text-transform: uppercase;
    }
    .both-style{
        clear: both;
    }
    .site-container.type-contenu .content .content-body .twitter-btn-body{
        display: table;
        height: 40px;
        width: 109px;
        background-color: #33ccff;
        border-radius: 12px !important;
        color: white;
        border-radius: 0px;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 12px;
        border: 0px;
        margin-right: auto;
        margin-left: auto;
        text-align: right;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: right !important;
        background-image: url(../CSS/img/twitterlogo.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position-x: 11px;
        background-position-y: 5px;
    }
    .site-container.type-contenu .content .content-body .twitter-btn-body a{
        display: block;
        width: 100%;
        height: 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 15px;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 36px;
        text-decoration: none !important;
        color: black;
    }
    .site-container.type-contenu .content .content-body .text-suivez-nous{
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 21px;
        text-transform: uppercase;
        color: black;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: initial;
        margin-right : 15px;
    }
    .site-container.type-contenu .content .content-body .twitter-icon-page-contenu{
        display: inline-block;
        vertical-align: middle;
        width: 31px;
        height: 31px;
        margin-left: 4px;
        background-image: url(../CSS/img/logo-twitter.svg);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size : 0px;
    }
    .site-container.type-contenu .content .content-body .twitter-icon-page-contenu a{
        display: block;
        width : 31px;
        height : 31px;
    }
    .site-container.type-contenu .content .content-body .fb-icon-page-contenu{
        display: inline-block;
        vertical-align: middle;
        width: 31px;
        height: 31px;
        margin-left: 4px;
        background-image: url(../CSS/img/logo-facebook.svg);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size : 0px;
    }
    .site-container.type-contenu .content .content-body .fb-icon-page-contenu a{
        display: block;
        width : 31px;
        height : 31px;
    }
    .site-container.type-contenu .content .content-body .in-icon-page-contenu{
        display: inline-block;
        vertical-align: middle;
        width: 31px;
        height: 31px;
        margin-left: 4px;
        background-image: url(../CSS/img/linkedin.svg);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size : 0px;
    }
    .site-container.type-contenu .content .content-body .in-icon-page-contenu a{
        display: block;
        width : 31px;
        height : 31px;
    }
    /*Page les Services +*/
    .site-container.type-contenu .content .main-content.content-body .center{
        text-align: center;
    }
    .site-container.type-contenu .content .main-content.content-body .fontbold{
        font-weight: bold;
    }
    .site-container.type-contenu .content .main-content.content-body table h4{
        text-align: left;
        margin-left: 0;
        margin-top: 0px;
        display: table;
        height: 20px;
        background: #FFE300;
        border-radius: 4px !important;
        color: black;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 12px;
        border: 1px solid white;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
    }
    .site-container.type-contenu .content .main-content.content-body table h4 a{
        display: block;
        width: 100%;
        height: 100%;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 10px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 18px;
        text-decoration: none !important;
        color: black !important;
        padding-top: 0;
    }
    .site-container.type-contenu .content .main-content.content-body #c83{
        overflow-x : scroll;
    }
    /*Page rejoignez-nous*/
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous{
        list-style: none;
        text-align: center;
        margin-top : 50px;
        margin-bottom : 40px;
        padding-left : 0px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li{
        display: inline-block;
        vertical-align: middle;
        width : 100%;
        height : auto;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li:nth-child(1){
        margin-right : 50px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p{
        background : #E2DDDA;
        width : 100%;
        text-align: center;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p:nth-child(1){
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 20px;
        text-transform: uppercase;
        border-top-left-radius : 4px;
        border-top-right-radius : 4px;
        padding-top : 15px;
        padding-left : 14px;
        padding-right : 14px;
        padding-bottom: 16px;
        height : 51px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p:nth-child(2){
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        color: black;
        line-height: 20px;
        margin-bottom: 15px;
        text-align : justify;
        border-bottom-left-radius : 4px;
        border-bottom-right-radius : 4px;
        padding-left : 14px;
        padding-right : 14px;
        padding-bottom : 15px;
        min-height: 119px;
        margin-bottom: 15px;

    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li h4{
        display: block !important;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li h4 a{
        line-height: 38px !important;
        font-size : 15px !important;
    }
    .height-zero{
        height: 0px !important;
        margin : 0px !important;
        padding : 0px !important;
    }
    #spinnerIframeMonCompte{
        position: absolute;
        left: 46%;
        margin-top: -20px;
    }
    .errorlogin{
        color : red;
        display: none;
        text-align: center;
        width: 100%;
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
    }
    .alertbootstrap{
        position: absolute !important;
        z-index: 9;
        display: block;
        width: 100%;
        top: 0;
    }
    .nomargin{
        margin : 0px !important;
        vertical-align: middle;
    }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
    /*Footer*/
    .footer .column2 .logo-afaq {
        width: 70px;
        height: 63px;
    }
    .footer .column2 .logo-datastock {
        width: 62px;
        height: 62px;
    }
    .col-twitter .title-twitter {
        font-size: 19px !important;
    }
    .site-container.type-contenu .content .text-right-col .title-article{
        font-size : 24px !important;
    }
    .site-container.type-contenu .footer .tel {
        margin-top: 1px !important;
    }
}
/*Galaxy S5 Paysage*/
@media screen and (min-width: 640px) and (max-width: 811px) {
    .footer .coordonnees{
        width : 49%;
        display: inline-block;
        vertical-align: top;
    }
    .footer .bottom-footer{
        width : 50%;
        display: inline-block;
        vertical-align: top;
        padding-top: 12px;
    }
    .footer .bottom-footer .column1{
        width : 60%
    }
    .footer .bottom-footer .column2{
        width : 40%
    }
    .footer .bottom-footer .column2 .logo-afaq {
        width: 60px;
        height: 53px;
    }
    .footer .bottom-footer .column2 .logo-datastock {
        width: 52px;
        height: 52px;
    }
    .menu-list a {
        font-size: 18px !important;
    }
    .flash-info-col .more-btn{
        left: 43%;
    }
    .temoignage-col .more-btn {
        bottom: -13px;
        left: 43%;
    }
    .site-container.type-contenu .footer .bottom-footer {
        margin-top: -224px;
    }
    .flash-info-col {
        height: 286px;
    }
    .footer .credits {
        width: 40%;
        margin-top: -7px;
    }
    .site-container.type-contenu .temoignage-page h1::after{
        content: "";
        width: 64px;
        height: 56px;
        background-image: url(../CSS/img/bulle-ils-parlent-de-nous.svg);
        background-size: cover;
        background-repeat: no-repeat;
        top: -55px;
        left: 36%;
        position: absolute;
    }
    /*Page rejoignez-nous*/
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous{
        list-style: none;
        text-align: center;
        margin-top : 50px;
        margin-bottom : 40px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li{
        display: inline-block;
        vertical-align: middle;
        width : 216px;
        height : auto;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li:nth-child(1){
        margin-right : 50px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p{
        background : #E2DDDA;
        width : 100%;
        text-align: center;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p:nth-child(1){
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 20px;
        text-transform: uppercase;
        border-top-left-radius : 4px;
        border-top-right-radius : 4px;
        padding-top : 15px;
        padding-left : 14px;
        padding-right : 14px;
        padding-bottom: 16px;
        height : 51px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p:nth-child(2){
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        color: black;
        line-height: 20px;
        margin-bottom: 15px;
        text-align : justify;
        border-bottom-left-radius : 4px;
        border-bottom-right-radius : 4px;
        padding-left : 14px;
        padding-right : 14px;
        padding-bottom : 15px;
        min-height: 119px;
        margin-bottom: 15px;

    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li h4{
        display: block !important;
    }
}
/*Iphone X Paysage*/
@media screen and (min-width: 812px) and (max-width: 989px) {
    .footer .coordonnees{
        width : 49%;
        display: inline-block;
        vertical-align: top;
    }
    .footer .bottom-footer{
        width : 50%;
        display: inline-block;
        vertical-align: top;
        padding-top: 12px;
    }
    .footer .bottom-footer .column1{
        width : 60%
    }
    .footer .bottom-footer .column2{
        width : 40%
    }
    .footer .bottom-footer .column2 .logo-afaq {
        width: 70px;
        height: 63px;
    }
    .footer .bottom-footer .column2 .logo-datastock {
        width: 62px;
        height: 62px;
    }
    .menu-list a {
        font-size: 18px !important;
    }
    .flash-info-col .more-btn{
        left: 43%;
    }
    .temoignage-col .more-btn {
        bottom: -13px;
        left: 43%;
    }
    .site-container.type-contenu .footer .bottom-footer {
        margin-top: -224px;
    }
    .flash-info-col {
        height: 286px;
    }
    .footer .credits {
        width: 40%;
        margin-top: -7px;
    }
    .site-container.type-contenu .temoignage-page h1::after{
        content: "";
        width: 64px;
        height: 56px;
        background-image: url(../CSS/img/bulle-ils-parlent-de-nous.svg);
        background-size: cover;
        background-repeat: no-repeat;
        top: -55px;
        left: 36%;
        position: absolute;
    }
    /*Page rejoignez-nous*/
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous{
        list-style: none;
        text-align: center;
        margin-top : 50px;
        margin-bottom : 40px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li{
        display: inline-block;
        vertical-align: middle;
        width : 354px;
        height : auto;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li:nth-child(1){
        margin-right : 12px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p{
        background : #E2DDDA;
        width : 100%;
        text-align: center;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p:nth-child(1){
        font-family: futura-pt-bold,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size : 15px;
        color : black;
        line-height: 20px;
        text-transform: uppercase;
        border-top-left-radius : 4px;
        border-top-right-radius : 4px;
        padding-top : 15px;
        padding-left : 14px;
        padding-right : 14px;
        padding-bottom: 16px;
        height : 51px;
    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li p:nth-child(2){
        font-family: futura-pt,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        color: black;
        line-height: 20px;
        margin-bottom: 15px;
        text-align : justify;
        border-bottom-left-radius : 4px;
        border-bottom-right-radius : 4px;
        padding-left : 14px;
        padding-right : 14px;
        padding-bottom : 15px;
        min-height: 119px;
        margin-bottom: 15px;

    }
    .site-container.type-contenu .content .main-content.content-body .status.page-rejoignez-nous li h4{
        display: block !important;
    }
}
/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .join-us {
        background-repeat: no-repeat;
        background-size: contain;
        height: 160px;
        width: 154px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }
}