/*
Theme Name:     Divi child
Description:    
Author:         Rgroupe
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/*------------------------------------------------------------------
[ global ]
*/
    body{
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #676767;
        font-weight: 400;
    }
    .entry-content .et_pb_section_0,
    .entry-content .et_pb_section_0 .et_pb_row_0 {
        padding-top: 0;
    }
    .entry-content .et_pb_section .et_pb_row {
       margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
    }
    .entry-content .full-section{
        margin: 0 -15px;
    }
    #main-header{
        box-shadow: none;
    }
    #page-container .container{
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    } 
    .et_pb_gutters3.et_pb_row .et_pb_column{
        margin-right: 20px;
    }
    .text-center{
        text-align: center;
    }
/*------------------------------------------------------------------
[ Header ]
*/
    .hide,
    .et_header_style_left .et-fixed-header #et-top-navigation.hide, 
    .et_header_style_left #et-top-navigation.hide{
        display: none;
    }
    .menu #dl-menu{
        z-index: 50;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;        
    }
    .logo_container a{
        display: inline-block;
        margin-left: 115px;
        position: relative;
        z-index: 60;
    }
    .menu .dl-menuwrapper{
        width: 265px;
        margin-right: 0;
    }
    .menu .dl-menuwrapper button{
        background: #fff;
        height: 64px;
        border-right: 1px solid #b9b9ba;
        color: #fff;
        width: 92px;
        font-size: 0;
    }
    .menu .dl-menuwrapper button:after{
        width: 30px;
        color: #b9b9ba;
        height: 20px;
        content: '';
        display: inline-block;
        background: url('img/icon-menu-open.png') no-repeat center center #fff;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        -webkit-transition: 250ms all;
        transition: 250ms all;
        border: none;
    }
    .menu .dl-menuwrapper button.dl-active:after{
        display: block;
        background: url('img/img-close.png') no-repeat center center #078bc9;
        border-bottom: 1px solid #62b6dd;
    }
    .menu .dl-menuwrapper .dl-menu{
        background: #078bc9;
        margin-top: 0;
        padding: 7px 15px 0;
        -webkit-transition: 250ms all;
        transition: 250ms all;
        color: #fff;
    }
    .menu .dl-menuwrapper .dl-menu ul{
        background: none;
    }
    .menu .dl-menuwrapper .dl-menu li a{ 
        border-bottom: 1px solid #62b6dd;
        text-transform: uppercase;
        font-size: 14.17px;  
        padding: 10px 0 4px;      
    }
    .menu .dl-menuwrapper .dl-menu li.lang-item a{ 
        text-transform: capitalize;
    }
    .menu .dl-menuwrapper .dl-menu li.lang-item a img{
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: relative;
        top: 3px;
    }
    .menu .dl-menuwrapper .dl-menu .et-social-icons{
        float: none;
        margin-right: 0;
        padding: 10px 0 23px;
        width: 100%;
        text-align: right;
    }
    .menu .dl-menuwrapper .dl-menu .social-copyright  li a{
        border: none;
        padding: 0;
        font-size: 16px;
    }
    .menu .dl-menuwrapper .dl-menu .et-social-icons li{
        margin-left: 10px;
    }
    .menu .dl-menuwrapper .dl-menu .et-social-icons li.et-social-linkedin,
    .menu .dl-menuwrapper .dl-menu .et-social-icons li.et-social-google-plus{
        margin-left: 6px;
    }
    .menu .dl-menuwrapper .dl-menu .et-social-icons li.et-social-google-plus a{
        font-size: 12px;
        position: relative;
        top: -3px;
    }
    .menu .dl-menuwrapper .dl-menu .social-copyright  li a:hover,
    .menu .dl-menuwrapper .dl-menu .social-copyright  li a:focus{
        background: none;
    }
    .menu .dl-menuwrapper .dl-menu .copyright{
        font-size: 8.33px;
        margin-bottom: 10px;
        color: #fff;
    }
    .menu .dl-menuwrapper .dl-menu .copyright li a,
    .copyright li a{
        font-size: 8.33px;
        text-transform: none;
        padding: 0;
        line-height: 10px;
    }
    .menu .dl-menuwrapper .dl-menu .copyright li,
    .menu .dl-menuwrapper .dl-menu .copyright li a{
        font-weight: 700;
    }
    .menu .dl-menuwrapper .dl-menu .copyright li,
    #main-footer .copyright li{
        display: inline-block;
        border-right: 1px solid #fff;
        padding-right: 5px;
        margin-right: 5px;
    }
    .menu .dl-menuwrapper .dl-menu .copyright li:last-child,
    #main-footer .copyright li:last-child{
        border: none;
    }
    .menu .dl-menuwrapper .dl-menu .text-follow{
        display: none;
    }
/*------------------------------------------------------------------
[ end Header ]
*/

/*------------------------------------------------------------------
[ Footer ]
*/
    #main-footer #footer-bottom{
        background: none;
        font-family: 'Roboto', sans-serif;
        position: relative;
    }
    #main-footer #footer-bottom:before{
        content: '';
        position: absolute;
        right: 30%;
        top: 0px;
        border-bottom: 70px solid #007ac0;
        border-left: 70px solid transparent;
    }
    #main-footer #footer-bottom:after{
        background: #007ac0;
        position: absolute;
        content: '';
        right: 0;
        top: 0px;
        width: 30%;
        height: 100%;
    }
    .social-copyright-footer{
        max-width: 276px;
        margin: 0 auto;
        width: 100%;
        font-size: 10px;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .social-copyright-footer ul{
        text-align: center;
    }
    .social-copyright-footer a{
        color: #fff;
    }
    .social-copyright-footer .et-social-icons{
        float: none;
        text-align: center;
        border-bottom: 1px solid #fff;
        width: 100%;
        margin-bottom: 5px;
    }
    .social-copyright-footer .et-social-icons li{
        margin-left: 10px;
        font-size: 18px;
    }
    .social-copyright-footer .et-social-icons li a{
        font-size: 22px;
    }
    .social-copyright-footer li{
        display: inline-block;
        line-height: 10px;
    }
    #main-footer .copyright li a{
        font-size: 10px;
    }
    .social-copyright-footer .et-social-icons .text-follow{
        padding-right: 10px;
        font-size: 12.5px;
        margin-left: 0;
    }
    .et_pb_scroll_top.et-pb-icon{
        border: none;
        border-radius: 0;
        background: url('img/image-scroll-top.png') no-repeat transparent;
        width: 34px;
        height: 34px;
        right: 20px;
        bottom: 70px;
    }
    .et_pb_scroll_top:before{
        display: none;
    }
/*------------------------------------------------------------------
[ end Footer ]
*/

/*------------------------------------------------------------------
[ Homepage ]
*/
    .et_pb_slide_description .et_pb_slide_title{
        font-weight: 700;
        font-size: 55.83px;
        text-shadow: 3px 0 7px #000;
        margin-top: 120px;
    }
    
    .et_pb_blurb h4,
    .et_pb_blurb h2{
        font-size: 39.17px;
        font-weight: 900;
        color: #007ac0;
        text-transform: uppercase;
        padding-bottom: 0;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 10px;
    }
    .et_pb_blurb p{
        font-size: 22.5px;
        line-height: 23px;
        padding-bottom: 10px;
    }
    .et_pb_blurb .et_pb_blurb_content{
        max-width: 1000px;
    }
    .et_pb_button_module_wrapper  .btn-read-more,
    body #page-container .et_pb_button.btn-read-more{
        font-weight: 900;
        font-size: 18.33px;
    }
    .entry-content .text-right{
        text-align: right;
    }
    .entry-content .text-left{
        text-align: left;
    }
    .entry-content ul,
    #left-area ul{
        list-style-type: none;
        padding-left: 0;
    }
    .entry-content ul.list-ul{
        margin-top: 17px;
    }
    .entry-content .list-ul li{
        position: relative;
        padding-left: 25px;
    }
    .entry-content .text-right li{
        padding-right: 25px;
        padding-left: 0;
    }
    .entry-content .list-ul.text-right  li:before{
        display: none;
    }
    .entry-content .list-ul li a{
        color: #676767;
    }
    .entry-content .list-ul li a:hover{
        color: #078bc9;
    }
    .entry-content .list-ul li:before,
    .entry-content .text-right li:after{
        content: '';
        display: inline-block ;
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        background: #078bc9;
        top: 8px;
    }
    .entry-content .list-ul li:after{
        left: auto;
        right: 0;
    }
    .entry-content ul{
        font-size: 18.4px;
    }
    .et_pb_module.et_pb_has_overlay .et_overlay{
        background: rgba(3, 65, 192, 0.2);
        z-index: 3;
        opacity: 1;
    }
    .et_pb_module.et_pb_has_overlay .et_overlay:before{
        opacity: 0;
    }
    .et_pb_module.et_pb_has_overlay:hover .et_overlay:before{
        opacity: 1;
    }
    .entry-content .text-center{
        text-align: center;
    }
    .entry-content .text-image{
        color: #fff;
        text-shadow: 3px 0 7px #000;
        font-weight: 500;
    }
    .entry-content .text-image h2{
        font-weight: 900;
        text-transform: uppercase;
        padding-bottom: 0;
        margin-bottom: 15px;
        color: #fff;
        font-size: 39.17px;
    }
    .entry-content .text-image p{
        font-size: 22.5px;
    }
    .entry-content .et_pb_section .et_pb_row.padding-none{
        padding: 0;
    }
    .entry-content .et_pb_section .et_pb_row .bg-color{
        background: rgba(3, 65, 192, 0.2);
    }
    .entry-content .bloc-partner a{
        display: inline-block;
        margin-right: 5%;
        float: left;
        height: 100%;
    }
    .entry-content .bloc-partner .bloc-item a:last-child{
        margin-right: 0;
        /*float: right;*/
    }
    .entry-content .bloc-partner .bloc-item a:nth-child(5n){
        float: right;
    }
    .entry-content .bloc-partner .partner-Hp,
    .entry-content .bloc-partner .partner-419{
        width: 100%;
    }
    .entry-content .bloc-partner .bloc-item{
        margin-bottom: 50px;
    }
    .entry-content .bloc-partner div.bloc-item:last-child{
        margin-bottom: 0;
    }
    
    #scroll-to-bottom {
        position: fixed;
        right: auto;
        bottom: 10px;
        height: 20px;
        z-index: 101;
        padding: 0;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    #scroll-to-bottom a {
        cursor: pointer;
        width: 48px;
        height: 27px;
        display: inline-block;
        background: url('img/image-arrow.png')no-repeat center transparent;
    }
    .entry-content .et_pb_section .et_pb_row.padding-top-none{
        padding-top: 0;
    }
    .et_pb_section_partner .et_pb_blurb h2{
        margin-bottom: 74px;
    }
    .entry-content{
        padding-bottom: 90px;
    }
    .entry-content .bloc-partner .partner-Lenovo,
    .entry-content .bloc-partner .partner-Vmware{
        position: relative;
        /*top: 14px;*/
    }
    .entry-content .bloc-partner .partner-Dell{
        position: relative;
        /*bottom: 15px;*/
    }
    .bloc-partner .bloc-all{
        display: none;
    }
    .et_pb_section_partner .et_pb_row,
    .entry-content .et_pb_section_partner{
        padding-bottom: 0;
    }
    .home .entry-content{
        padding-bottom: 68px;
    }
    .et_pb_section_partner .et_pb_blurb .et_pb_blurb_content{
        max-width: 839px;
    }
/*------------------------------------------------------------------
[ end Homepage ]
*/


/*------------------------------------------------------------------
[ Page ]
*/
    #et-main-area .bg-header{
        position: relative;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        background-image: url('img/bg-header.png');
        
    }
    #et-main-area .bg-header-block{
        padding-bottom: 15px;
    }
    .page-template-page-nos-metiers #et-main-area .bg-header-block,
    .page-template-page-contact #et-main-area .bg-header-block{
        background-color: #ebebeb;
    }
    .bg-header-overlay{
        position: absolute;
        top: 0;
        z-index: 5;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 69, 109, 0.5);
    }
    #et-main-area .bg-header .bg-header-container{
        padding: 109px 0 90px;
        position: relative;
        z-index: 5;
    }
    #et-main-area .bg-header h1{
        color: #fff;
        text-shadow: 3px 0 7px #000;
        font-size: 55.83px;
        font-weight: 700;
    }




/*------------------------------------------------------------------
[ end Page ]
*/

/*------------------------------------------------------------------
[ Page nos metiers ]
*/
    #page-container .et_pb_section_works,
    #page-container #et-main-area .main-content-background{
        background: #ebebeb;
    }
    #page-container #et-main-area .main-content-background{
        /*padding: 50px 0;*/
    }
    .et_pb_section_works .item-work{
        padding: 20px 20px 20px;
        text-transform: uppercase;
    }
    .et_pb_section_works .item-work h2{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 22.5px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .et_pb_section_works .item-work{
        background: #fff;
        color: #737374;
    }
    .et_pb_section_works .item-work ul li{
        font-weight: 700;
        font-size: 18.33px;
        padding-left: 0;
    }
    .et_pb_section_works .item-work ul li:before{
        display: none;
    }
    .et_pb_section_works .content-work{
        position: relative;
    }
    .et_pb_section_works .link-works{
        z-index: 5;
        width: 100%;
        text-transform: none;
        text-align: center;
        
    }
    .et_pb_section_works .link-works p:before{
        width: 215px;
        margin: 0 auto;
        height: 1px;
        background:  #a3a3a5;
        content: '';
        display: block;
        position: relative;
        top: -6px;
        
    }
    .et_pb_section_works  .link-works a{
        display: inline-block;
        background: url('img/logo-website.png') no-repeat left center transparent;
        color: #737374;
        font-size: 15.82px;
        padding-left: 25px;
        margin-top: 0;
    }
    .main-content-background .entry-content{
        padding-bottom: 0;
    }
    #left-area  .entry-content  .et_pb_section_works ul{
        padding-bottom: 15px;
    }
    .bloc-reference{
        padding: 50px 0 66px;
    }
    .bloc-reference .slides{
        padding: 0 50px;
        overflow: hidden;
        margin-bottom: 0;
    }
    .entry-content .slick-arrow{
        top: 22%;
    }
    .slides .slick-arrow{
        left: 15px;
    }
    .bloc-partner .slick-arrow{
        left: 0;
    }
    .slides .slick-arrow,
    .slides .slick-arrow:hover,
    .slides .slick-arrow:focus,
    .bloc-partner .slick-arrow,
    .bloc-partner .slick-arrow:hover,
    .bloc-partner .slick-arrow:focus{
        width: 22px;
        height: 31px;
        background: url('img/arrow-slide.png') no-repeat left center transparent;
    }
    .slides .slick-arrow:before,
    .bloc-partner .slick-arrow:before{
        display: none;
    }
    .slides .slick-next{
        right: 15px;
        left: auto;
    }
    .slides .slick-next,
    .slides .slick-next:hover,
    .slides .slick-next:focus,
    .bloc-partner .slick-next,
    .bloc-partner .slick-next:hover,
    .bloc-partner .slick-next:focus{
        background-position: right center;
    }
    .bloc-partner .slick-next{
        left: auto;
        right: 0;
    }
    .bloc-reference .slides a img,
    .bloc-partner a img{
        display: block;
    }
    .bloc-partner a{
        max-width: 150px;
        max-height: 60px
    }
    
    .bloc-reference h2{
        font-size: 33.33px;
        font-weight: 700;
        color: #078bc9;
        text-transform: uppercase;
        padding-bottom: 0;
        margin-bottom: 50px;
        text-align: center;
        margin-top: 0;
    }
    .entry-content .item-work-image{
        margin-bottom: 10px;
    }
    .entry-content .content-service{
        text-transform: uppercase;
        max-width: 250px;
        margin: 0 auto
    }
    .entry-content .item-work-207 .content-service ul li:first-child,
    .entry-content .item-work-205 .content-service ul li:first-child,
    .entry-content .item-work-211 .content-service ul li:first-child,
    .entry-content .item-work-com8 .content-service ul li:first-child,
    .entry-content .item-work-rime-it .content-service ul li:first-child,
    .entry-content .item-work-3 .content-service ul li:first-child,
    .entry-content .item-work-5 .content-service ul li:first-child{
        margin-top: 25px;
    }
    .entry-content .et_pb_section_works .et_pb_row{
        padding-bottom: 6px;
    }
/*------------------------------------------------------------------
[ End Page  nos metiers]
*/

/*------------------------------------------------------------------
[ page notre equipe ]
*/
    .et_pb_section .et_pb_team_member{
        font-family: 'Roboto', sans-serif;
    }
    .et_pb_member_social_links{
        list-style-type: none;
    }
    .et_pb_team_member   .et_pb_member_social_links li{
        padding-left: 0;
        margin-right: 5px;
        position: relative;
        top: -3px;
    }
    .et_pb_team_member   .et_pb_member_social_links li:before{
        display: none;
    }
    .et_pb_team_member   .et_pb_member_social_links li a{
        border-radius: 50px;
        width: 20px;
        height: 20px;
        border: 1px solid #078bc8;
        line-height: 16px;
    }
    .et_pb_team_member   .et_pb_member_social_links li a:before{
        font-size: 10px;
    }
    .entry-content-customize{
        padding-bottom: 3px;
    }

/*------------------------------------------------------------------
[ End page notre equipe ]
*/

/*------------------------------------------------------------------
[ page contact]
*/
    .page-template.page-id-558 .et_column_last {
    	display: none;
    }
    .page-template.page-id-558 .column-full{
    	width: 100%;
    }
    .contact-telephonie{
	background: #fff;
    }
    #main-content.main-content-contact{
        background: #ebebeb;
        padding-top: 25px;
    }
    .page-template.page-id-558 form h2{
        text-align: center;
    }
    .page-template.page-id-558 form .contact-form{
	max-width: 700px;
        margin: 0 auto;
        display: block;
    }
    .page-template.page-id-558 form .one_half{
        width: 100%;
        margin-right: 0;
   }
    .main-content-contact .entry-content{
        padding-bottom: 40px;
        color: #868688;
    }
    .widget_contact .et_pb_widget {
        width: 100%;
        margin-bottom: 50px;
    }
    .main-content-contact .entry-content h2,
    .main-content-contact .widget_contact .et_pb_widget h4{
        text-transform: uppercase;
        font-weight: 700;
        color: #868688;
        font-size: 22.5px;
        padding-bottom: 12px;
    }
    .main-content-contact  .contact-form,
    .main-content-contact .textwidget,
    .main-content-contact  .filiale-contact-container{
        background: #fff;
    }
    .main-content-contact  .contact-form{
        padding: 17px 28px 25px;
        
    }
    .main-content-contact .textwidget{
        padding: 46px 46px 5px;
    }
    .main-content-contact  .filiale-contact-container{
        padding: 40px 50px 19px;
    }
    .main-content-contact  .filiale-contact-container a{
        display: inline-block;
        margin-right: 14%;
        margin-bottom: 20px;
    }
    .main-content-contact  .filiale-contact-container a:nth-child(3n){
        margin-right: 0;
    }
    .main-content-contact  form input[type=text],
    .main-content-contact  form input[type=email],
    .main-content-contact  form input[type=tel],
    .main-content-contact  form select,
    .main-content-contact  form textarea,
    .main-content-contact  form .customSelect,
    .main-content-contact  form .ms-options-wrap button{
        width: 100%;
        border: 1px solid #7f8181;
        padding: 0 5px;
    }
    .main-content-contact  form .wpcf7-form-control-wrap{
        margin-bottom: 6px;
        display: block;
    }
    .main-content-contact  form label{
        margin-bottom: 5px;
        font-weight: 500;
        color: #868688;
        font-size: 13px;
    }
    .main-content-contact  form label span{
        position: relative;
        padding-left: 3px;
        color: #078bc8;
        top: -5px;
    }
    .main-content-contact  form p{
        margin-bottom: 10px;
    }
    .main-content-contact  form textarea{
        height: 180px;
    }
    .main-content-contact  form input[type=text],
    .main-content-contact  form input[type=email],
    .main-content-contact  form input[type=tel],
    .main-content-contact  form select,
    .main-content-contact  form .customSelect,
    .main-content-contact  form .ms-options-wrap button{
        height: 35px;
    }
    .main-content-contact  form .customSelect,
    .main-content-contact  form .ms-options-wrap button{
        line-height: 35px;
        background: #f9fafb;
        width: 100%;
    }
    .main-content-contact  form select.hasCustomSelect{
        width: 100% !important;
    }
    form .submit-message {
        clear: both;
    }
    .main-content-contact  form .form-left{
        width: 100%;
        float: left;
    }
    .main-content-contact  form .customSelectInner{
        line-height: 35px;
        background-image: url('img/image-arrow-select.png');
        background-position: right center;
        background-repeat: no-repeat;
        width: 100% !important;
        
    }
    .main-content-contact  form .ms-options-wrap button:after{
        background: url('img/image-arrow-select.png') no-repeat center transparent;
        border: none;
        display: inline-block;
        width: 14px;
        height: 20px;
        margin-top: -10px;
    }
    .main-content-contact .ms-options-wrap > .ms-options > ul input[type="checkbox"]{
        left: 0;
    }
    .main-content-contact .expeditor{
        font-weight: 700;
        font-size: 9.17px;
        color: #868688;
    }
    .main-content-contact .wpcf7-form-control-wrap.message{
        margin-bottom: 0;
    }
    .main-content-contact  form .submit-btn{
        float: right;
        padding: 0;
        margin-bottom: 0;
    }
    .main-content-contact  form .submit-btn input{
        background: #198bca;
        border-color: #198bca;
        color: #fff;
        text-transform: uppercase;
        float: right;
        height: 35px;
        border: none;
        padding: 0 7px;
        transition: all 0.3s ease;
    }
    
    .main-content-contact  form .submit-btn input:hover{
        cursor: pointer;
        padding: 0 15px;
        background: rgba(25, 139, 202, 0.7);
    }
    .main-content-contact .textwidget .item-infos-title{
        font-size: 18.33px;
        font-weight: 700;
        color: #078bc8;
        text-transform: uppercase;
    }
    .widget_contact .textwidget{
        font-weight: 400;
        color: #868688;
        font-size: 18.33px;
    }
    .widget_contact .item-infos{
        margin-bottom: 14px;
    }
    .widget_contact .item-infos:last-child{
        margin-bottom: 12px;
    }
    .widget_contact .textwidget .item-infos-content{
        float: right;
        max-width: 200px;
        width: 100%;
    }
    .map{
        background: url('img/image-map.png') no-repeat center center transparent;
        padding: 250px 0;
        background-size: cover;
    }
    .et_full_width_page .main-content-contact #left-area{
        padding-bottom: 5px;
    }
/*------------------------------------------------------------------
[ End page contact ]
*/

/*------------------------------------------------------------------
[ Page landing ]
*/
    .page-template-page-landing header,
    .page-template-page-landing footer{
        display: none;
    }
    .page-template-page-landing #page-container{
        padding-top: 0 !important;
    }
    .page-template-page-landing #et-main-area .bg-header{
        padding: 300px 0;
        background-position: top center;
    }
    .page-template-page-landing #et-main-area .entry-content{
        max-width: 736px;
        margin: 40px auto 75px;
        font-size: 21.49px;
        text-align: center;
        color: #807f83;
    }
    .page-template-page-landing #et-main-area .entry-content .logo h1{
        text-align: center;
        margin-bottom: 40px;
    }
    .entry-content .landing-text{
        margin-bottom: 15px;
    }
    .entry-content .landing-text p{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .entry-content  a.button-landing{
        color: #008dcd;
        font-size: 20.83px;
        position: relative;
        padding-left: 40px;
        transition: all 0.2s;
        border: none;
        margin-bottom: 15px;
    }
    .entry-content  a.button-landing:before{
        font-family: "ETmodules" !important;
        font-size: 32px;
        content: "\35";
        position: absolute;
        left: 0;
        
    }
    .entry-content a.button-landing:hover{
        padding-left: 42px;
        border: 2px solid #008dcd;
        padding: 10px 15px;
        font-weight: 500;
    }
    .entry-content  a.button-landing:hover:before{
        display: none;
    }

/*------------------------------------------------------------------
[ End page landing ]
*/

/*------------------------------------------------------------------
[  Page qui sommes nous ]
*/
    .entry-content .tools {
        text-align: center;
    }
    .entry-content .tools li{
        display: inline-block;
        width: 49%;
        text-align: center;
        
    }
    .entry-content .tools li:before{
        background: url('img/image-icon.png') no-repeat left center transparent;
        width: 44px;
        height: 55px;
        content: '';
        margin-right: 15px;
        position: relative;
        top: 25px;
        display: inline-block;
    }
    .entry-content .tools li.value:before{
        background-position: right center;
        width: 64px;
    }
    .entry-content .tools li.service:before{
        background-position: center center;
        width: 64px;
    }
    .entry-content ul.et_pb_tabs_controls{
        background: url('img/bg-ligne-temps.png') no-repeat -5px 65% transparent;
        border: none;
        max-width: 803px;
        margin: 0 auto 15px;
    }
    .entry-content .et_pb_tabs,
    .entry-content ul.et_pb_tabs_controls li{
        border: none;
    }
    .entry-content ul.et_pb_tabs_controls li{
        text-transform: uppercase;
        color: #57585c;
        padding-left: 0;
        padding-right: 0;
        width: 25%;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_3{
        width: 100px;
        left: 104px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_0{
        left: 1px;
        top: -10px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_1{
        left: 33px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_2{
        left: 40px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_4,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_5,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_6{
        top: 100px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_4:after,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_5:after,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_6:after{
        top: -43px;
        position: absolute;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_4 a,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_5 a,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_6 a{
        top: -17px;
        position: relative;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_4{
        right: 130px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_4:after,
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_5:after{
        left: 60px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_5{
        right: 125px;
    }
    
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_6{
        right: 68px;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_6:after{
        left: 15px;
    }
    .entry-content ul.et_pb_tabs_controls li:before{
        content: '';
        display: block;
        background-position: left top;
        background-repeat: no-repeat;
        height: 75px;
        width: 80px;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li:before,
    .et_pb_all_tabs .et_pb_tab:before{
        background-image: url('img/image-icon-about.png');
    }
    .et_pb_all_tabs .et_pb_tab:before{
        background-repeat: no-repeat;
        width: 100px;
        height: 85px;
        position: absolute;
        z-index: 1;
        left: 0;
        content: '';
        display: inline-block;
    }
    .et_pb_all_tabs .et_pb_tab{
        padding-left: 150px;
        position: relative;
    }
    .et_pb_tabs_controls li a{
        display: inline-block;
        max-width: 188px;
        line-height: 20px;
        position: relative;
        font-size: 20px;
    }
    .entry-content ul.et_pb_tabs_controls li:after{
        display: block;
        content: '';
        position: relative;
        left: 0;
        width: 2px;
        background: #57585c;
        height: 35px;
        top: 3px;
    }
    .et_pb_tabs_controls .et_pb_tab_6 a{
        max-width: 140px;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0.et_pb_tab_active:before{
        background-position: left -148px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_0{
        color: #b458a2;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_0:before{
        background-position: left bottom;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_0:after{
        left: 38%;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1:before{
        background-position: -157px 12px;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1.et_pb_tab_active:before{
        background-position: -150px -150px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_1{
        color: #eb7d23;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_1:before{
        background-position: -150px bottom;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2:before{
        background-position: -300px 13px;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2.et_pb_tab_active:before{
        background-position: -300px -150px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_2{
        color: #e33d44;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_2:before{
        background-position: -300px bottom;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_3:before{
        background-position: -450px top;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_3.et_pb_tab_active:before{
        background-position: -450px -150px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_3{
        color: #46579f;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_3:before{
        background-position: -450px bottom;
    }
    
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_4:before{
        background-position: -600px top;
        height: 89px;
        top: -17px;
        position: relative;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_4.et_pb_tab_active:before{
        background-position: -600px -150px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_4{
        color: #7aac4c;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_4:before{
        background-position: -600px bottom;
    }
    
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_5:before{
        background-position: -750px top;
        height: 93px;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_5.et_pb_tab_active:before{
        background-position: -750px -150px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_5{
        color: #4b2810;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_5:before{
        background-position: -750px bottom;
    }
    
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_6:before{
        background-position: right top;
        height: 93px;
    }
    .entry-content .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_6.et_pb_tab_active:before{
        background-position: right -150px;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_6{
        color: #273a8e;
    }
    .et_pb_all_tabs .et_pb_tab.et_pb_tab_6:before{
        background-position: right bottom;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_active a{
        color:  #a1a3a9 !important;
        font-weight: 500;
    }
    .entry-content ul.et_pb_tabs_controls li.et_pb_tab_0 a{
        max-width: 120px;
    }
    .entry-content .et_pb_all_tabs{
        font-weight: 500;
        background: #f4f4f4;
        font-size: 16.67px;
        max-width: 776px;
        margin: 100px auto 25px;
        min-height: 120px;
        padding-top: 11px;
    }
    
    .entry-content .et_pb_all_tabs p{
        line-height: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .entry-content #section-about{
        padding-top: 60px;
        max-width: 924px;
        margin:  0 auto;
    }
    .entry-content #section-about .et_pb_text {
        line-height: 30px;
        font-size: 26.67px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }
    .et_pb_pagebuilder_layout .entry-content.entry-about{
        padding-bottom: 40px;
    }
/*------------------------------------------------------------------
[ End Page qui sommes nous ]
*/

/*------------------------------------------------------------------
[ Page 404 ]
*/
    #main-content .content-full{
        padding-top: 50px;
        font-size: 16px;
    }
    #main-content .content-full p{
        font-size: 16px;
    }
    .et_right_sidebar #main-content .container.content-full:before{
        display: none;
    }

    .container-page{
        padding-top: 15px;
    }


/*------------------------------------------------------------------
[ End Page 404 ]
*/