/* general  */

.pd0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.h100 {
    height: 100vh;
}

.pd100 {
    padding-left: 100px!important;
    padding-right: 100px!important;
}

.pd200 {
    padding-left: 200px!important;
    padding-right: 200px!important;
}

.position-relative {
    position: relative;
}

.font-H-Light {
    font-family: 'HelveticaNeue-Light';
}

.font-H {
    font-family: 'HelveticaNeue';
}

.font-H-Bold {
    font-family: 'HelveticaNeue-Bold';
}

.font-H-Medium {
    font-family: 'HelveticaNeue-Medium';
}

.bg-black {
    background-color: #283B3D;
    color: white;
    padding: 35px 35px 20px !important;
    margin: 40px 0;
}

.bg_black {
    background-color: #283B3D;
    color: white;
}

.bg_white {
    background-color: white;
}

.text_white {
    color: white;
}

.text_black {
    color: #283B3D;
    font-size: 28px;
    line-height: 1.3;
}

.bg-linear {
    background: linear-gradient( 90deg, #283B3D 57%, #2AB14A 44%);
}

.bg-linear2 {
    background: linear-gradient( 90deg, #2F3C38 57%, #fff 44%);
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.propos .d-flex {
    align-items: center;
}

.pd30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pl40 {
    padding-right: 40px;
}

.pdtb25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.blog .owl5 .slide {
    height: 501px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog .owl7 .slide .img,
.blog .owl6 .slide .img {
    height: 250px;
    min-width: 220px;
    max-width: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog .owl5 .overlay div {
    position: absolute;
    bottom: 50px;
    color: white;
    padding: 0 20px;
}

.blog .owl5 .overlay div h2 {
    padding: 0;
}

.blog .owl5 .overlay div h2 a {
    color: white;
}

.blog .info-post a {
    color: black;
}

.blog .shadow {
    box-shadow: 0px 0px 3px 1px #95959563;
}

.blog .bg_green_top {
    height: 380px;
    position: relative !important;
    background: #2AB14A;
    color: white;
}

.blog .featured {
    margin-top: -250px;
}

.blog .featured .top_page,
.blog .bg_green_top .container {
    padding: 0 30px;
}

.blog .bg_green_top .container h1 {
    font-size: 56px;
}

.blog .bg_green_top .container .sub_title {
    font-size: 22px;
    margin-top: 15px;
}

.info-post {
    padding: 0 20px;
}

.blog .position-relative h2 {
    font-size: 22px;
    margin-bottom: 20px;
    direction: ltr;
}

span#cat-2 {
    background: #9A25D8;
    color: white;
}

span#cat-3 {
    background: #DE357B;
    color: white;
}

span#cat-4 {
    background: #9DFC32;
    color: black;
}

span#cat-5 {
    background: #EAAB00;
    color: black;
}

span#cat-6 {
    background: #00AC2E;
    color: white;
}

span.cat {
    padding: 1px 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    display: none;
}

.blog .owl6 .slide {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #CFD1D1;
    background-color: white;
}

.blog .owl7 .slide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
}

.blog section.container.top_page {
    background-color: white;
    box-shadow: 0px 0px 3px 0px #b5b5b5;
}

footer .copyright p {
    display: inline-block;
    margin-left: 17px;
    font-size: 12px;
}

footer .copyright img {
    margin-left: 15px;
}

footer p {
    margin: 0;
}

footer input[type=email],
footer input[type=submit] {
    height: 36px !important;
}

footer .tnp-subscription div.tnp-field {
    display: inline-block;
    margin: 0 !important;
}

footer .tnp-field.tnp-field-email {
    width: 60%;
    /* /margin-right: 10px; */
}

footer .tnp-field label {
    display: none;
}

.bg_green {
    background: #2ab14a
}

footer img.logo {
    margin-top: -25px;
    width: 64px;
}

footer a.cta_btn {
    padding: 7px 20px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

footer .col-md-5.bg_green.text_white.pdtb25.pd30 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .pull-left {
    float: left;
    margin-top: 15px;
}

footer .d-flex img {
    width: auto;
}


/* Menu */

.input-toggler {
    display: none;
}

.menu-toggler {
    position: absolute;
    right: 20px;
    top: 55px;
    width: 80px;
    height: 90px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
}

span.menu-toggler-line:last-child {
    width: 50%;
}

span.menu-toggler-line:first-child {
    width: 35%;
}

.menu-toggler-line {
    width: 60%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 10px 0px;
    position: relative;
    transition: all .40s ease-out;
}

.input-toggler:checked~.menu-toggler .menu-toggler-line {
    top: 5px;
    translateY: 100px;
    transform: rotate(45deg);
}

.input-toggler:checked~.menu-toggler .menu-toggler-line:nth-child(2) {
    display: none;
}

.input-toggler:checked~.menu-toggler .menu-toggler-line:nth-child(3) {
    top: -5px;
    translateY: 10;
    transform: rotate(135deg);
}

.nav {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.nav ul {
    width: 100%;
}

.nav ul li {
    width: 100%;
    text-align: center;
}

.nav ul li a {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    justify-content: center;
    transform: translateX(110%);
    transition: all .30s ease-out;
    z-index: 1;
}

.sidebar .logo {
    margin-left: 4px;
}

.input-toggler:checked~.sidebar {
    transform: translateX(0%);
    opacity: .9;
}

header .navbar-default {
    background: #2AB14A !important;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative !important;
    top: 0!important;
}

.services .top_of_page,
.propos .top_of_page {
    color: white;
}

.services .top_of_page h1,
.page-template-page-propos h1 {
    font-size: 67px;
    margin-bottom: 20px;
    font-family: 'HelveticaNeue-Medium';
}

.services .top_of_page p,
.propos .top_of_page p {
    font-size: 43px;
    max-width: 600px;
    line-height: 1;
    font-family: 'HelveticaNeue-Light';
    margin-bottom: 90px;
}

.services .top_of_page div,
.propos .top_of_page div {
    padding-left: 30px;
}

.services .section1,
.services .section2,
.propos .section1,
.propos .section2 {
    position: relative;
}

.services .section1 .icon {
    position: absolute;
    left: 50%;
    z-index: 1;
    top: -10%;
    transform: translate(-50%, -20%);
}

.services .section1 .icon img {
    width: 150px;
}

.services .section1 .img {
    margin-top: -70px;
    margin-left: 95px;
}

.propos .section1 .img {
    margin-left: 95px;
}

.propos .espace h2 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.services .section1 .espace,
.propos .section1 .espace {
    font-size: 19px;
    line-height: 1.5;
    margin: 60px 0;
    font-family: 'HelveticaNeue';
}

.services .section2,
.propos .section2 {
    margin-top: 40px;
}

.section2 h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 25px 0 95px;
}

.section4 h2,
.section5 h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 75px 15px 45px;
    text-align: center;
}

.services .section5 h2 {
    margin-top: 100px;
}

.services .section2 .pourcentage {
    font-size: 90px;
    font-weight: bold;
    color: #2AB14A;
    display: block;
    margin-bottom: 45px;
}

.services .section2 .desc,
.propos .section2 .desc {
    font-size: 19px;
    line-height: 1.5;
}

.services .section2 .bg_img {
    background-image: url(../images/bg.png);
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
}

.services .section2 .bg_img div {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 70%; */
}

.services .section2 .bg_img p,
.propos .section2 .bg_img p {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin: auto;
    max-width: 900px;
}

.section3 .solution {
    margin: 60px 0;
}

.section3 .solution h3 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #283B3D;
    font-weight: 500;
}

.section3 .solution h4 {
    font-size: 25px;
}

.services .section3 .solution .img {
    width: 400px;
    display: block;
    margin: 120px auto 15px;
}

.section3 .solution .description {
    line-height: 1.6;
    padding-right: 50px;
    font-size: 17px;
    color: black;
}

.section3 .solution p.temoiniage {
    color: #2AB14A;
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 1;
}

.section3 .solution p.cta_text {
    font-size: 25px;
    font-weight: 500;
    color: #2AB14A;
    line-height: 1;
}

a.cta_btn {
    background: #2AB14A;
    color: white;
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}

a#btn-5-1 {
    background: #F9BC2E;
    color: black;
}

a#btn-59-0 {
    background: #F9BC2E;
    color: black;
}

a#btn-59-1 {
    background: #F04336;
}

a#btn-59-2 {
    background: #518EF7;
}

a#btn-97-0 {
    background: #FC7F23;
}

a#btn-97-1 {
    background: #FA408C;
}

a#btn-97-2 {
    background: #170530;
}

a#btn-166-1,
a#btn-154-2,
a#btn-160-1 {
    background: #283B3D;
}

a#btn-154-1 {
    background: #73C307;
}

.owl {
    padding: 0px 15px !important;
}

.section5 {
    margin-bottom: 100px;
}

.rejoindreTeam section.container.pd30.section4 {
    margin: 40px auto;
}

.info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #404040;
    opacity: 0.8;
    padding: 0 20px;
    display: none;
}

.info h3 {
    font-size: 22px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

.info p {
    font-size: 15px;
    margin-bottom: 10px;
    color: white;
}

.hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2AB14A;
    opacity: 0.89;
    padding: 0 20px;
    display: none;
}

.hover div,
.info div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}

.hover p {
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.hover a,
.info a {
    color: #B1E600 !important;
    font-size: 17px;
    font-weight: 400;
}

.slide:hover .hover,
.item_carrousel:hover .info {
    display: block;
}

.space {
    width: 40%;
    height: 1px;
    background: #CFD1D1;
    margin: auto;
}


/* .space:last-child {
    display: none;
} */

.section2 .owl2 {
    display: none !important;
}

.contact .cordones {
    display: flex;
    margin: 30px 0;
}

.p_contact {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.3;
    max-width: 600px;
    margin: 40px auto 20px;
}

.contact .bloc {
    background: #F4F4F4;
    padding: 30px 15px 0;
    border-right: 1px solid;
}

.contact .bloc:last-child {
    border-right: none;
}

.bg_green_top {
    height: 250px;
    position: absolute !important;
    background: #2AB14A
}

.contact .top_page {
    position: relative;
    background: white;
    box-shadow: 0 0 3px 1px #c4bdbd;
    padding: 30px;
}

.contact p {
    font-size: 19px;
}

ul.container.sociaux {
    list-style: none;
    text-align: center;
    width: 700px;
    margin-top: 40px;
}

ul.container.sociaux li {
    display: inline-block;
    width: 17%;
}

.top_page h1 {
    font-size: 60px;
    margin-top: 60px;
}

.contact .top_page .sub_title {
    font-size: 30px;
    line-height: 1;
    margin-top: 22px;
}

.contact .top_page img {
    width: 500px;
    display: block;
    margin: auto;
}

.contact .top_page a {
    background: #10734a;
    color: white;
    padding: 15px 87px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}

.contact .glyphicon-arrow-right:before {
    content: "\e092";
    position: absolute;
    bottom: 0;
    right: -50px;
    background: #1ed589;
    padding: 19px;
    color: #ffffff;
}

.contact .bloc:hover {
    background: #2F3C38;
    color: white;
}

.bloc img {
    width: 100px;
}

p.p_first {
    font-size: 23px;
    margin-top: 25px;
}

.article_blog .top_page {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 82%) 100%);
}

.div_title {
    position: absolute;
    bottom: 70px;
    width: 50%;
    color: white;
    padding-left: 30px;
}

.div_title h1 {
    font-size: 53px;
    margin-bottom: 20px;
}

.cta .haut {
    padding: 35px 20px 60px;
    background: #2AB14A;
    color: white;
}

.cta .haut p {
    font-size: 17px;
}

.cta .bas {
    padding: 90px 20px 40px;
    background: #F2F2F2;
    position: relative;
    margin-bottom: 20px;
}

.cta .haut span {
    font-size: 22px;
}

.cta .icon {
    position: absolute;
    width: 115px;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
}

.cta a.cta_btn {
    padding: 10px 25px;
    font-size: 17px;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.post_info {
    border-bottom: 1px solid #70707045;
    margin-bottom: 20px;
}

.post_info img {
    width: 120px;
}

.post_info p {
    display: inline;
    padding-left: 15px;
    color: #283B3D;
}

section.page-section p {
    font-size: 21px;
    line-height: 1.5;
}

section.page-section h2 {
    font-size: 27px;
    color: #2AB14A;
    margin: 20px 0;
}

section.page-section h3 {
    color: #2AB14A;
}

.article_blog strong {
    font-size: 100px;
    margin-right: 14px;
    float: left;
    color: #2AB14A;
    line-height: 0.9;
}

.posts h3,
.taxonomy h3 {
    color: #2AB14A;
    margin: 25px 0 40px;
}

.taxonomy ul {
    list-style: none;
    padding: 0;
}

.taxonomy span {
    margin-left: 15px;
    color: #283B3D;
}

.taxonomy li {
    margin-bottom: 25px;
}

.taxonomy img,
.newsletter img {
    width: 70px;
}

.newsletter {
    padding: 40px 20px 20px;
    background: #f2f2f2;
}

.newsletter input[type=email] {
    background-color: white !important;
}

.newsletter .d_flex {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.newsletter span {
    color: #2AB14A;
    padding-left: 30px;
}

.rejoindreTeam .img_top {
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
    width: 50%;
    transform: translate(0%, -44%);
}

.rejoindreTeam .title {
    color: white;
    font-size: 53px;
    margin: 25px 0 26px;
}

.rejoindreTeam .bg_green {
    margin-bottom: 70px;
}

.rejoindreTeam .p {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.green {
    color: #2AB14A;
}

.rejoindreTeam .d-flex p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1.3;
}

.d-flex img {
    width: 85%;
}

.propos .d-flex img {
    width: 100%;
}

.wpcf7-form .p {
    font-size: 30px;
    line-height: 1.2;
}

.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #2AB14A;
    margin-left: 10px;
    margin-bottom: 20px;
}

.modal .wpcf7-form input[type="tel"],
.modal .wpcf7-form input[type="email"],
.modal .wpcf7-form input[type="text"] {
    margin-left: 0px;
    color: white;
    font-size: 1.2rem;
}

.wpcf7 input[type="file"] {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 20px;
    color: #2ab14a;
}

.wpcf7-form input[type="submit"] {
    background: #2AB14A;
    border: none;
    color: white;
    padding: 7px 50px;
}

span.span_green {
    background: #2AB14A;
    padding-left: 5px;
}

.owl-carousel.owl3 {
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #d2d2d2;
    margin-bottom: 50px;
}

.owl-carousel.owl3 .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel.owl3 .owl-item img {
    width: auto !important;
    height: 114px;
    margin: auto;
    /*filter: grayscale(1);*/
}

.owl-carousel.owl3 .owl-item img:hover {
    filter: grayscale(0);
}

.img_mobile {
    display: none;
}

.footer-mobile {
    display: none;
}

.services_home .row {
    display: flex;
    box-shadow: 0px 0px 3px 1px #6568666e;
    margin-top: -218px;
    z-index: 2;
    background: white;
    position: relative;
    flex-wrap: wrap;
}

.home .image-position {
    position: absolute;
    top: -565px;
    right: 0;
    width: 538px;
    z-index: 9;
}

.home .image-position-mobile {
    display: none;
}

.home .logo-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

.page-template-page-propos .logo-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: white;
    background: url(../images/web-agency.png) no-repeat center center/cover;
}

.page-template-page-propos header .navbar-default {
    background: transparent !important;
}

.page-template-page-propos .over {
    background: #23a645a6;
}


/* .page-template-page-propos header .navbar-default {
    background: #20a84785 !important;
}

.page-template-page-propos .overlay {
    width: 100%;
    height: 100vh;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    background-image: linear-gradient( 
45deg
, rgb(0 0 0 / 15%) 50%, rgba(0, 0, 0, .7) 50%) !important;
    background-size: 3px 3px;
    /* opacity: 0.5; 
    z-index: 2;
} */

.home .home_header {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    z-index: 9;
}

.home video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.home .overlay {
    width: 100%;
    height: 100vh;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    background-image: linear-gradient( 45deg, rgb(0 0 0 / 15%) 50%, rgba(0, 0, 0, .7) 50%) !important;
    background-size: 3px 3px;
    /* opacity: 0.5; */
    z-index: 2;
}

.home header .navbar-default {
    background: #20a84785 !important;
}

.home .service {
    border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #283b3d;
}

.home .service .titre {
    margin-top: 20px;
    font-size: 19px;
    text-align:center;
}

.home .Client {
    padding: 40px 185px !important;
}

.home .challenge .bloc {
    background: #283b3d;
    padding: 15px 15px 25px;
    color: white;
    margin-bottom: 30px;
    position: relative;
}

a.cta_challenge {
    cursor: pointer;
}

.home .bg_img {
    background-image: url(../images/bg-img_home.png);
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    background-position: bottom;
}

.home .bg_img .container {
    min-height: 500px;
    position: relative;
}

.home .bloc p.titre {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}

.home .slide {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.post-list {
    margin: 80px 0;
}

.post-list .article,
.post-list_mobile .article {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 3px 1px #c3cac3;
}

.post-list_mobile .article {
    margin-bottom: 10px;
}

.post-list .article img,
.post-list_mobile .article img {
    height: 100%;
}

.glyphicon-arrow-right:before {
    content: "\e092";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2ab14a;
    padding: 10px;
    color: #283b3d;
}

span.glyphicon.glyphicon-arrow-right {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.home .hover.hover_black {
    background: #283b3d;
}

.home .hover {
    opacity: 1;
    padding: 10px 20px;
}

.home .home_header h1 {
    color: white;
    font-size: 56px;
    position: relative;
    /* top: 150px; */
    left: 45%;
    /* transform: translate(-50%,-50%); */
}

.home .service:hover {
    border: none;
}

.home .hover p {
    font-size: 17px;
}

.home .hover p:first-child {
    border-bottom: 2px solid white;
    font-size: 19px;
}

.home .service:hover .hover {
    display: block;
}

.home .challenge .container {
    padding: 0 170px !important;
}

.home h2 {
    margin: 15px 0 50px;
    font-size: 35px;
}

.home .space,
.propos .space {
    width: 100px;
    height: 4px;
    background: #2ab14a;
}

.propos .d-flex .text-center img {
    width: 100px;
}

.propos .section2 h2 {
    margin: 30px 0 55px;
}

.propos p.title {
    font-size: 21px;
    margin-top: 30px;
    font-weight: bold;
}

.propos .not-owl.d-flex {
    margin-bottom: 60px;
}

.propos .bg_black h3 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 0 45px;
}

.propos .bg_black p {
    font-size: 26.5px;
    padding: 0 45px;
    line-height: 1.3;
    margin: 0;
}

.propos .section3 .solution h3 {
    font-size: 35px;
    max-width: 700px;
    margin: 25px auto;
}

.propos .section3 .solution h4 {
    font-size: 24px;
    margin-bottom: 70px;
    max-width: 700px;
}

.propos .Client h2.text-center {
    margin: 17px 15px 50px;
}

.propos .section3 .solution .description {
    margin: 60px 0;
}

.propos .owl-carousel.owl3 {
    margin-bottom: 60px;
}

.home .bg_img .desc {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-5%, -50%);
    color: white;
}

.home .desc a {
    background: #283b3d;
}

.home .desc p {
    font-size: 20px;
    line-height: 1.3;
}

.home .owl-carousel.owl3 .owl-item img {
    height: 120px;
}

.contact .bloc a:hover {
    color: white;
}

.contact .bloc a {
    display: block;
}

.home .challenge .bloc:hover {
    background: #2ab14a;
}

.home .challenge .bloc:hover .glyphicon-arrow-right:before {
    background: #283b3d;
    color: #2ab14a;
}

.owl-carousel.owl3 {
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.article h3 {
    color: #2ab14a;
}

.article.hover_black:hover .a,
.article.hover_black:hover .b {
    background: #283b3d;
    color: #2ab14a;
}

.article.hover_green:hover .b {
    background: #2ab14a;
    color: #283b3d;
}

.article span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 5px 10px 7px;
    border-radius: 50%;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    z-index: 9;
    display: none;
}

.article:hover span {
    display: block;
}

.article:hover h3 {
    color: white;
}

.b {
    height: 250px;
    position: relative;
}

.a {
    order: 1;
    height: 250px;
    position: relative;
}

.a div,
.b div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
}

.post-list_mobile {
    display: none;
}


/* Updated version - 24th Nov 2014 */

.accordion {
    /* background: #283b3d; */
    width: 100%;
    min-width: 950px;
    display: block;
    list-style-type: none;
    overflow: hidden;
    /* height: 200px; */
    font-size: 0;
    display: none;
}

.col-xs-12.all-blog {
    margin: 80px auto;
}

.tabs {
    display: inline-block;
    width: 100px;
    /* height: 200px; */
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 16px;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}

.tabs:hover {
    width: 350px !important;
}

.bf_thumb_box_1 span.cat {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 10px;
}

.tabs .paragraph {
    position: relative;
    width: 270px;
    margin-left: 60px;
    padding: 10px 0;
    /* height: 200px; */
}

li#all {
    background: #2ab14a !important;
    border-radius: 0;
    width: 63px;
    padding: 8px 12px;
}

.tabs .paragraph h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.tabs .paragraph p {
    font-size: 0.88em;
    line-height: 1.5em;
    padding-right: 30px;
}

.social-links {
    display: block;
}

.social-links a {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.social-links a:before {
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    text-indent: 0;
    padding-top: 50px;
    /* padding-left: 25px; */
    display: block;
    font: normal 30px Genericons;
    color: #fff;
    width: 40px;
    position: absolute;
}

.icon-all a:before {
    background-image: url('../images/all.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.icon-2 a:before {
    background-image: url('../images/Communication.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.icon-3 a:before {
    background-image: url('../images/TransformationDigitale.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.icon-4 a:before {
    background-image: url('../images/E-reputation.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.icon-5 a:before {
    background-image: url('../images/Strategie.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.icon-6 a:before {
    background-image: url('../images/Inbound.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.flex_container{
    display:flex;
}
.phone_container{
    position: fixed;
    display:flex;
    top: 5%;
    right: 12%;
    height: 33px;
    width: 15%;
    cursor: pointer;
    z-index: 9999;
    transition: opacity .25s ease;
    color:#fff;
    
}
.phone_icon_container{
    background-color: #283b3d;
}
.button_container {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 33px;
    width: 36px;
    cursor: pointer;
    z-index: 9999;
    transition: opacity .25s ease;
    background-color: #283b3d;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay2 {
    position: fixed;
    background: #283b3df2;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    overflow: hidden;
    z-index: 9998;
}

.overlay2.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.overlay2.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay2.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay2.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay2.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay2 nav {
    position: relative;
    height: 70%;
    top: 70%;
    transform: translateY(-50%);
    /* font-size: 50px; */
    font-weight: 400;
    text-align: left;
}

.overlay2 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay2 ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    width: 100%;
    position: relative;
    opacity: 0;
    padding-bottom: 12px;
}

.overlay2 ul li a {
    display: inline-block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-size: 40px;
    cursor: pointer;
    /* overflow: hidden; */
}

.overlay2 ul li a:hover {
    background: #27a746;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.menu-mobile {
    display: none;
}

p#p1,
p#p2,
p#p3,
p#p4,
p#p5,
p#p6 {
    display: none;
}

.text_hover {
    color: white;
    position: relative;
    height: 70%;
    top: 70%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1.3;
    max-width: 500px;
}

img.image-menu {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 180px;
}

.text_hover>p:before {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #27a746;
    position: absolute;
    top: -10px;
}

#services .div {
    width: 490px;
    background: white;
}

#services img {
    width: 50px;
}

#services p.titre,
#services .hover p:first-child {
    font-size: 13px !important;
}

#services .hover p {
    font-size: 10px;
}

#services .service {
    border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #283b3d;
}

#services .hover {
    opacity: 1;
    padding: 10px;
    display:none;
}

div#services {
    position: absolute;
    top: 30%;
    display: none;
}

.modal-open .modal {
    padding: 0 !important;
}

.modal-dialog {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
}

.modal-content {
    height: 100vh;
    background: #283b3df2 !important;
    border: none !important;
    color: white;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.modal {
    z-index: 99999 !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}
@media (max-width: 520px){
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: scroll !important;
        
        background:#283b3df2 !important;;
    }
    .modal-open #myModal .modal-dialog{
        
    }
    .modal-open #myModal .modal-dialog .modal-content{
        
    }
}
.modal textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #2AB14A;
    width: 100%;
    font-size: 1.5rem;
    color : #fff;
}

.modal div#wpcf7-f362-o1 {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
}

.modal button.close {
    color: white;
    opacity: 1;
    font-size: 45px;
    margin-top: 50px;
    position: relative;
    z-index: 999999;
}

.contact .section1 {
    margin: 40px auto;
}

.contact .section2 {
    margin: 20px auto 80px;
}

span.cta_show {
    background: #395255;
    color: white;
    padding: 6px 10px;
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}

.home .bloc:hover span.cta_show {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 47%;
}

@keyframes rotating {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

ul.dropdown-menu {
    display: none !important;
}
.blog_articles .slide{
    background-size: cover;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}
.blog_articles{
        vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 3px 1px #efefef;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 0;
    background-color: #fff;
    border: 1px solid;
    border-color: rgba( 213, 216, 221 );
}
.blog_articles .bf_title_1{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    color: #000;
}
.blog_articles  .bf_title_box_2{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.blog_articles  .bf_title_box_2 .date{
    margin: 5% 4% 4%;
}


.client_realisation .slide{
    background-size: cover;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}
.client_realisation{
        vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 3px 1px #efefef;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 0;
    background-color: #fff;
    border: 1px solid;
    border-color: rgba( 213, 216, 221 );
}
.client_realisation .bf_title_1{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    color: #000;
}
.client_realisation  .bf_title_box_2{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    height: 21rem;
}
.client_realisation  .bf_title_box_2 .date{
    margin: 5% 4% 4%;
}

/*------------------ Responsive -----------------*/

@media (max-width: 1922px) {
    .home .home_header h1 {
        left: 25%;
    }
}

@media (max-width: 1440px) {
    .services .section1 .img {
        margin-top: -70px;
        margin-left: 0;
    }
    .home .home_header h1 {
        left: 20%;
    }
}

@media (max-width: 1370px) {
    .rejoindreTeam .img_top {
        transform: translate(0%, -50%);
    }
    .rejoindreTeam .title {
        font-size: 46px;
        margin: 0 0 20px;
    }
    .rejoindreTeam .p {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .services .section1 .img {
        margin-top: -5px;
    }
    .services .top_of_page h1,
    .propos .top_of_page h1 {
        font-size: 60px;
    }
    .services .top_of_page p,
    .propos .top_of_page p {
        font-size: 34px;
        margin-bottom: 80px;
    }
    .services .section1 .espace,
    .propos .section1 .espace {
        font-size: 17px;
        margin: 30px 0;
    }
    .services .section2 .bg_img,
    .propos .section2 .bg_img {
        min-height: 400px;
    }
    .services .section2 .bg_img p,
    .propos .section2 .bg_img p {
        font-size: 30px;
    }
    .services .section2 .pourcentage {
        font-size: 70px;
    }
    .services .section2 h2,
    .propos .section2 h2 {
        margin: 15px 0 70px;
    }
    .services .section2 .desc,
    .propos .section2 .desc {
        font-size: 17px;
    }
    .section3 .solution h3 {
        font-size: 40px;
    }
    .section3 .solution h4 {
        font-size: 20px;
    }
    .section3 .solution p.temoiniage {
        font-size: 25px;
    }
    img.alignnone {
        width: 50px;
    }
    .rejoindreTeam .title {
        margin: 0 0 15px;
    }
}

@media (max-width: 1200px) {
    a.cta_btn {
        font-size: 16px;
    }
    .rejoindreTeam .img_top {
        width: 59%;
    }
    .home .challenge .container {
        padding: 0 20px !important;
    }
    .home .Client {
        padding: 35px !important;
    }
    .home .pd200 {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    .propos .bg_black h3 {
        font-size: 28px;
        margin-bottom: 15px;
        padding: 0 30px;
    }
    .propos .bg_black p {
        font-size: 19px;
        padding: 0 30px;
    }
    .home .image-position {
        top: -523px;
        width: 480px;
    }
    .text_hover {
        top: 60%;
        font-size: 18px;
    }
    .modal .wpcf7-form input[type="tel"],
    .modal .wpcf7-form input[type="email"],
    .modal .wpcf7-form input[type="text"] {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .home .challenge .container {
        padding: 0 !important;
    }
    .home .Client {
        padding: 20px !important;
    }
    .home .pd200 {
        padding-left: 35px!important;
        padding-right: 35px!important;
    }
    .home .home_header h1 {
        left: 13%;
    }
    .home .home_header img {
        width: 500px;
        top: 65px;
        left: 50%;
        position: relative;
    }
    .post-list {
        display: none;
    }
    .post-list_mobile {
        display: block;
    }
    section.post-list_mobile .container {
        margin: 50px auto;
    }
    .post-list_mobile .a {
        order: 0;
    }
    .home .bg_img .desc {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: white;
        padding: 20px;
    }
    .col-xs-12.bg-linear .d-flex {
        display: block;
    }
    .bg-linear {
        background: #283B3D;
    }
    footer .copyright p {
        display: inline;
        margin-left: 15px;
        font-size: 10px;
    }
    .text_black {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .top_of_page h1 {
        font-size: 60px;
    }
    .top_of_page p {
        font-size: 37px;
        margin-bottom: 85px;
    }
    .section1 .img {
        margin-top: -70px;
        display: none;
    }
    .section2 .owl2 {
        display: block !important;
    }
    .not-owl {
        display: none !important;
    }
    .section2 h2 {
        margin: 25px 0 30px;
    }
    .section2 .pourcentage {
        margin-top: 30px;
    }
    .services .section1 .img,
    .propos .section1 .img {
        display: none;
    }
    .services .section1 .espace,
    .propos .section1 .espace {
        font-size: 17px;
        margin: 80px 0 0;
    }
    .services .section1 .icon,
    .propos .section1 .icon {
        top: -16%;
    }
    .services .top_of_page h1,
    .propos .top_of_page h1 {
        font-size: 47px;
    }
    .services .top_of_page p,
    .propos .top_of_page p {
        font-size: 27px;
        margin-bottom: 100px;
    }
    .services .section2 h2 {
        margin: 15px 0 10px;
    }
    .propos .section2 h2 {
        margin: 25px 0 10px;
    }
    .services .section3 .solution .img {
        margin: 40px auto 20px;
    }
    .section3 .solution {
        margin: 40px 0;
    }
    .contact .top_page img {
        display: none;
    }
    .top_page h1 {
        font-size: 40px;
        margin-top: 20px;
    }
    .contact .top_page .sub_title {
        font-size: 25px;
    }
    .contact p {
        font-size: 17px;
    }
    .bloc img {
        width: 70px;
    }
    p.p_first {
        font-size: 19px;
    }
    .rejoindreTeam .img_top {
        display: none;
    }
    .img_mobile {
        display: block;
    }
    .d-flex {
        display: block;
    }
    .d-flex p {
        position: relative;
        top: 0;
        transform: none;
        font-size: 18px;
    }
    .rejoindreTeam .d-flex p {
        position: relative;
        top: 0;
        transform: none;
        font-size: 18px;
    }
    .rejoindreTeam .d-flex img {
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .d-flex img {
        margin: auto;
        display: inline-block;
        margin-bottom: 20px;
    }
    .bg-black {
        margin: 0 0 40px;
    }
    .img_mobile img {
        display: block;
        margin: 0 auto 30px;
    }
    .rejoindreTeam .bg_green {
        margin-bottom: -143px;
        padding-bottom: 150px;
    }
    .propos .d-flex.bg_black img {
        display: none;
    }
    .propos .d-flex.bg_black {
        display: block;
        padding: 50px;
    }
    .propos .owl2 img {
        width: 110px !important;
        margin: auto;
    }
    .propos .owl-carousel.owl2 {
        margin: 50px 0;
    }
    .home .image-position {
        display: none;
    }
    .home .image-position-mobile {
        display: block;
        position: absolute;
        top: -737px;
        right: -10px;
        width: 450px;
        z-index: 9;
    }
    .overlay2 nav {
        top: 60%;
    }
    .simplefilter {
        display: none;
    }
    .blog .featured .top_page {
        margin-bottom: 40px;
    }
    .home .bloc:hover span.cta_show {
        width: 56%;
    }
}
@media (min-width: 768px) {
    .home .challenge .bloc{
            height: 32rem;
    }
   /* .client_realisation .a{
        height : 335px;
        
    }
    .client_realisation .b{
        height: 377px;
    }*/
    .client_realisation .slide{
            height: 377px;
    }
    .client_realisation{
        margin-bottom: 10rem;
    }
}

@media (max-width: 768px) {
    ul.dropdown-menu li {
        padding: 0 !important;
        min-height: 40px !important;
    }
    ul.dropdown-menu a {
        font-size: 23px !important;
        margin: 0 !important;
    }
    .home .service {
        border-left: 5px solid #DEDEDE !important;
        padding: 10px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .home .service img {
        width: 70px;
    }
    .service.hover_green {
        border-left-color: #2ab14a !important;
        background: linear-gradient(to left, white 50%, #2ab14a 50%) right;
        background-size: 200%;
        transition: .2s ease-out;
    }
    .service.hover_black:hover img,
    .service.hover_green:hover img {
        filter: brightness(10);
    }
    .service.hover_black {
        border-left-color: #283b3d !important;
        background: linear-gradient(to left, white 50%, #283b3d 50%) right;
        background-size: 200%;
        transition: .2s ease-out;
    }
    .service.hover_black:hover,
    .service.hover_green:hover {
        background-position: left;
        color: white;
    }
    .home .service .titre {
        margin-top: 20px;
        font-size: 20px;
        margin-left: 13px;
        margin-bottom: 20px
    }
    .home .home_header h1 {
        left: 0%;
        top: 0;
    }
    .home .home_header img {
        width: 550px;
        top: 45px;
        left: 45%;
        position: relative;
    }
    .home .hover {
        display: none !important;
    }
    footer.footer-desktop {
        display: none;
    }
    footer.footer-mobile {
        display: block;
    }
    .bg-linear2 {
        background: #2F3C38;
    }
    .text_black {
        font-size: 28px;
        margin-bottom: 16px;
        display: block;
    }
    div#block-8,
    div#block-9,
    div#block-10,
    div#block-11 {
        padding-left: 0;
        padding-right: 0;
    }
    footer .copyright img {
        display: block;
        margin: 0 auto 10px;
    }
    footer .copyright p {
        display: block;
        margin-left: 0;
        font-size: 12px;
        width: 200px;
        margin: auto;
    }
    .section3 .solution .description {
        padding-right: 0;
    }
    a.cta_btn {
        display: block;
        text-align: center;
        margin: auto;
        width: 80%;
    }
    .section4 h2,
    .section5 h2,
    .section2 h2 {
        font-size: 30px;
    }
    .section3 .solution h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .section3 .solution h4 {
        font-size: 20px;
    }
    .services .section3 .solution .img {
        width: 400px;
        display: block;
        margin: 15px auto 15px;
    }
    .section1 .espace {
        margin: 70px 15px 0px 25px;
    }
    .top_of_page p {
        font-size: 32px;
        margin-bottom: 115px;
    }
    .top_of_page h1 {
        font-size: 50px;
    }
    .services .section2 .bg_img div,
    .propos .section2 .bg_img div {
        width: 80%;
    }
    .services .section2 .bg_img,
    .propos .section2 .bg_img {
        min-height: 450px;
        margin-top: 10px;
    }
    ul.container.sociaux {
        width: 450px;
    }
    ul.container.sociaux li {
        width: 25%;
    }
    .contact .cordones {
        display: block;
        margin: 30px 0;
    }
    .contact .top_page {
        position: relative;
        background: white;
        box-shadow: 0 0 3px 1px #c4bdbd;
        padding: 20px;
        margin: 0 20px;
    }
    .top_page h1 {
        font-size: 40px;
        margin-top: 15px;
    }
    .contact .top_page .sub_title {
        font-size: 22px;
        margin-top: 15px;
    }
    .contact .bloc {
        border-right: none;
        border-bottom: 1px solid;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
    }
    img.custom-logo {
        margin-left: 15px;
        margin-bottom: 30px;
    }
    body {
        margin-top: 0 !important;
    }
    .home .image-position-mobile {
        right: 0px;
    }
    .home .home_header {
        top: 30%;
        ;
    }
    .h100 {
        height: 100%;
    }
    .modal div#wpcf7-f362-o1 {
        position: relative;
    }
    .modal img.image-menu {
        display: none;
    }
    .text_hover {
        margin-top: 40px;
        transform: none;
        font-size: 14px;
        line-height: 1;
    }
    .text_hover>p:before {
        width: 70px;
        height: 4px;
        top: -15px;
    }
    .modal form .col-md-6,
    .modal form .col-xs-12 {
        padding: 0;
    }
    img.image-menu {
        display: none;
    }
    .overlay2 nav {
        transform: none;
        margin-top: 200px;
    }
    .desc_li.h100 {
        display: none;
    }
}

@media (max-width: 600px) {
    .home .challenge .bloc {
        padding: 15px 15px 40px;
    }
    span.cta_show {
        width: 60%;
        text-align: center;
    }
    .home .bloc:hover span.cta_show {
        width: 100%;
    }
    .home .home_header h1 {
        left: 0%;
        top: 30px;
        font-size: 45px;
    }
    .home .home_header img {
        top: 45px;
        left: 23%;
    }
    .section1 .espace {
        margin: 100px 15px 0px 25px;
    }
    .section1 .icon {
        top: -11%;
        transform: translate(-50%, -20%);
    }
    .services .section2 .bg_img p,
    .propos .section2 .bg_img p {
        font-size: 25px;
    }
    .services .section3 .solution .img {
        width: 350px;
        display: block;
        margin: 30px auto;
    }
    .contact .top_page a {
        padding: 10px 20px;
    }
    .contact .glyphicon-arrow-right:before {
        right: -40px;
        padding: 14px;
    }
    .propos .solution img.img {
        width: 350px;
        display: block;
        margin: 0 auto 40px;
    }
    .propos .section3 .solution h4 {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .col-md-6.col-right.pd0 {
        display: none;
    }
    .blog .featured {
        margin-top: -90px;
    }
    .blog .bg_green_top .container h1 {
        font-size: 40px;
    }
    .home .home_header img {
        top: 80px;
        left: 30%;
    }
    .section4 h2,
    .section5 h2,
    .section2 h2 {
        font-size: 20px;
    }
    .services .section3 .solution .img {
        width: 300px;
        display: block;
        margin: 30px auto;
    }
    .services .section1 .icon,
    .propos .section1 .icon {
        top: -13%;
    }
    .services .top_of_page h1,
    .propos .top_of_page h1 {
        font-size: 40px;
    }
    .services .top_of_page p,
    .propos .top_of_page p {
        font-size: 22px;
        margin-bottom: 100px;
    }
    .services .section2 .bg_img,
    .propos .section2 .bg_img {
        min-height: 500px;
    }
    .services .top_of_page div,
    .propos .top_of_page div {
        padding-left: 15px;
    }
    .section4 h2,
    .section5 h2 {
        margin: 30px 15px;
    }
    .services .section5 h2 {
        margin-top: 60px;
    }
    ul.container.sociaux {
        width: 380px;
    }
    .rejoindreTeam .title {
        font-size: 31px;
    }
    .rejoindreTeam .p {
        font-size: 20px;
    }
    .pd_mobile {
        padding: 0 !important;
    }
    .text_black {
        font-size: 23px;
    }
    .d-flex p {
        font-size: 16px;
    }
    .home .challenge .bloc {
        margin-bottom: 15px;
    }
    .home h2 {
        margin: 15px 20px 50px;
        font-size: 22px;
    }
    .home .bg_img .container {
        text-align: center;
    }
    .propos .section3 .solution h3 {
        font-size: 26px;
    }
    .propos .section3 .solution h4 {
        font-size: 20px;
    }
    .propos .bg_black h3 {
        font-size: 24px;
        padding: 0 15px;
    }
    .propos .bg_black p {
        font-size: 17px;
        padding: 0 15px;
    }
    .propos .d-flex.bg_black {
        display: block;
        padding: 35px;
    }
    .home .home_header {
        top: 25%;
    }
    .home .image-position-mobile {
        width: 400px;
        top: -680px;
    }
}

@media (max-width: 426px) {
    .services .top_of_page h1,
    .propos .top_of_page h1,
    .top_page h1,
    .home .home_header h1 {
        font-size: 35px;
    }
    .services .top_of_page p,
    .propos .top_of_page p {
        font-size: 18px;
        margin-bottom: 65px;
    }
    .services .section1 .icon img {
        width: 100px;
    }
    .services .section1 .icon {
        top: -7%;
    }
    .services .section1 .espace,
    .propos .section1 .espace {
        font-size: 17px;
        margin: 65px 0 0;
    }
    .section3 .solution h3 {
        font-size: 32px;
    }
    .section3 .solution h4 {
        font-size: 18px;
    }
    img.alignnone {
        width: 35px;
    }
    .services .section3 .solution .img {
        width: 220px;
        display: block;
        margin: 30px auto;
    }
    .services .section2 .bg_img div,
    .propos .section2 .bg_img div {
        width: 90%;
    }
    .services .section2 .bg_img,
    .propos .section2 .bg_img {
        min-height: 550px;
    }
    ul.container.sociaux {
        width: 310px;
    }
    .rejoindreTeam .bg_green {
        margin-bottom: -80px;
        padding-bottom: 100px;
    }
    .bg-black {
        padding: 35px 10px 20px !important;
    }
    .pd30 {
        padding: 0 20px !important;
    }
    .propos .solution img.img {
        width: 270px;
    }
    .propos .espace h2 {
        font-size: 22px;
    }
    .home .image-position-mobile {
        width: 300px;
        top: -575px;
    }
}

@media (max-width: 350px) {
    .services .section1 .icon {
        top: -5%;
    }
    .contact .top_page a {
        font-size: 11px;
    }
    .contact .glyphicon-arrow-right:before {
        right: -28px;
        padding: 15px 15px 16px;
    }
    .blog .featured {
        margin-top: -40px;
    }
}

@media  (max-width: 425px){
    .home .image-position-mobile {
        width: 260px;
        top: -440px;
    }
    .services_home .row {
        margin-top: -160px;
    }
}

@media (max-width: 880px){
    div#services{
        margin-left: -7%;
    }
    .blog_articles div.display_btn_mobile{
    
}
}
#blog_page .btn_discover_blog span{
    padding:10px;
    color:#fff;
    font-size:16px;
    font-weight:400;
    
}
.bf_title_hidden{
    color: #fff;
}
.hidden_blog_div .date_container{
    margin-top:5%;
    color:#fff;
}
.hidden_blog_div .description_container{
    margin-top:5%;
    color:#fff;
}
.blog_articles .display_btn_mobile{
    display:none;
}
.hidden-div .date_container{
    margin-top:5%;
}
.single_client_realisation .bg_green_top{
    height:300px;
}

.single_client_realisation .overlays {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.client_logo {
    margin-left:40%;
    margin-bottom:5%;
}
.client_logo img{
    width:30%;
}
.single_article .overlay_article{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 82%) 100%);
}

@media (max-width: 520px){
    .single_client_realisation .bg_green_top{
    height:250px;
}
.client_logo{
    margin-bottom:20%;
}
.single_article img.bg_img{
    width:100%;
    height:300px;
}
.single_article .div_title{
    width: 65%;
}
.single_article .div_title h1{
    font-size: 30px;
}
}
.fixed_newsletter{
    position:fixed;
    top:0;
}
 a.link_color {
 color:#000 !important;   
}
a.link_color:hover {
 color:#fff !important;   
}
@media (max-width: 520px){
    .fixed_newsletter{
    position:relative;
   
}
}
.article_category{
    float:right;
    background:#9A27D8;
    padding:5px;
    color:#fff;
    margin-top:20px;
}
.article_views{
    color: #fff;
font-size: 18px;
float: right;
bottom: 0;
position: absolute;
right: 0;
margin-right: 5%;
margin-bottom: 5%;
}

.social_marketing_list{
    margin: -1em 0 -4.5em 0em;
}
.social_marketing_list li{
    color:#fff;
    margin-bottom: 0;
}
.user_experience_list{
    margin: -1em 0 -4.5em 0em;
}
.user_experience_list li{
    color:#fff;
    margin-bottom: 0;
}
.web_dev_list{
    margin: -1em 0 -4.5em 0em;
}
.web_dev_list li{
    color:#fff;
    margin-bottom: 0;
}
.referencement_list{
    margin: -1em 0 -3.5em 0em;
}
.referencement_list li{
    color:#fff;
    margin-bottom: -3%;
}
.marketing_list{
    margin: -1em 0 -4.5em 0em;
}
.marketing_list li{
    color:#fff;
    margin-bottom: 0;
}
.transformation_list{
    margin: -1em 0 -4.5em 0em;
    
}
 .transformation_list li{
    color:#fff;
    margin-bottom: 0;
   
}



:not(#\ ):not(#\ ):not(#\ ).buttonizer-group-0-0-1{
    bottom: 42% !important;
}