/***********************/
/*  DIVS GÉNÉRIQUES    */
/***********************/
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Poppins','Open Sans',serif;
    font-weight: 400;
    /*overflow-x: hidden;*/
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
a:hover{
    color:#666666;
    text-decoration: none;
}
.man,
.ma0 {
    margin: 0;
}
.pan,
.pa0 {
    padding: 0;
}
.mas {
    margin: 10px;
}
.mam {
    margin: 20px;
}
.mal {
    margin: 40px;
}
.pas {
    padding: 10px;
}
.pam {
    padding: 20px;
}
.pal {
    padding: 40px;
}
.mtn,
.mt0 {
    margin-top: 0;
}
.mts {
    margin-top: 10px;
}
.mtm {
    margin-top: 20px;
}
.mtl {
    margin-top: 40px;
}
.mrn,
.mr0 {
    margin-right: 0;
}
.mrs {
    margin-right: 10px;
}
.mrm {
    margin-right: 20px;
}
.mrl {
    margin-right: 40px;
}
.mbn,
.mb0 {
    margin-bottom: 0;
}
.mbs {
    margin-bottom: 10px;
}
.mbm {
    margin-bottom: 20px;
}
.mbl {
    margin-bottom: 40px;
}
.mln,
.ml0 {
    margin-left: 0;
}
.mls {
    margin-left: 10px;
}
.mlm {
    margin-left: 20px;
}
.mll {
    margin-left: 40px;
}
.ptn,
.pt0 {
    padding-top: 0;
}
.pts {
    padding-top: 10px;
}
.ptm {
    padding-top: 20px;
}
.ptl {
    padding-top: 40px;
}
.prn,
.pr0 {
    padding-right: 0;
}
.prs {
    padding-right: 10px;
}
.prm {
    padding-right: 20px;
}
.prl {
    padding-right: 40px;
}
.pbn,
.pb0 {
    padding-bottom: 0;
}
.pbs {
    padding-bottom: 10px;
}
.pbm {
    padding-bottom: 20px;
}
.pbl {
    padding-bottom: 40px;
}
.pln,
.pl0 {
    padding-left: 0;
}
.pls {
    padding-left: 10px;
}
.plm {
    padding-left: 20px;
}
.pll {
    padding-left: 40px;
}
.mauto{
    margin-left: auto;
    margin-right: auto;
}
.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.float-none{
    float: none;
}

/*COULEURS*/
.fc-white{color:#fff}
.bg-white{background-color:#fff}
.fc-rose{color:#ff496a}
.bg-rose{background-color:#ff496a}
.fc-lightgrey{color:#666666}
.bg-lightgrey{background-color:#666666}
.fc-black{color: #242424}
.bg-black{background-color:#242424}
.bg-green{background-color:rgba(0, 150, 0 ,0.3)}
.bg-red{background-color:rgba(255, 0, 0 ,0.5);}

.f-poppins{
    font-family: 'Poppins','Open Sans',serif;
}

.content-wrapper{
    display: block;
    max-width: 1180px;
    padding: 0 15px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.uppercase{text-transform: uppercase}
.italic{font-style: italic}


/***********************/
/*        HEADER       */
/***********************/
.logo-container img{
    margin-top: 20px;
}
header .phone{
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    padding-left: 40px;
    background: url("../images/icon-phone.png") no-repeat;
    background-position: left center;
}
nav ul{
    float: right;
    margin-bottom: 0;
    margin-top: 40px;
}
nav ul li{
    display: inline-block;
    margin-left: 40px;
    max-height: 60px;
    font-size: 15px
}
nav ul li:hover,
nav ul .active{
    /*max-height: 50px;*/
    border-bottom : 5px solid #ff496a;
}
nav ul li a{
    line-height: 60px;
    display: block;
    color:#ff496a;
}
nav ul li a:hover{
    text-decoration: none;
}
.slider{
    height: 240px;
    line-height: 240px;
    overflow: hidden;
    position: relative;
    background-image: url("../images/slider-main.png");
    background-repeat: no-repeat;
    background-size: 1180px auto;
    background-position: 50% 50%;
    color: #fff;
}
.slider .content-container{
    background: rgba(255, 255, 255 ,0.5);
    height: 66%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}
.slider .content-container a{
    color: inherit;
    letter-spacing: 0.5px;
    overflow: auto;
}
.slider .content-container .bg-rose{
    height: 200px;
    margin-top: -20px;
    line-height: 175px;
}
.site-title p{
    position: absolute;
    line-height: normal;
    width: 100%;
    bottom: 12px;
    font-weight: 200;
}
.site-title h1{
    font-size: 30px;
}
.slider .content-container .bg-rose h1{
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
    text-shadow: 2px 2px 4px #242424;
}
.slider .content-container .mbn{
    line-height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 100;
}
.grayscale{
    filter: grayscale(0.8);
    transition: filter 100ms linear;
}
.grayscale:hover,
.grayscale.active{
    filter: grayscale(0);
}
.slider .content-container .grayscale .bg-lightgrey{
    transition: background-color 100ms linear;
}
.slider .content-container .grayscale:hover .bg-lightgrey,
.slider .content-container .active .bg-lightgrey{
    background-color:#ff496a
}



/***********************/
/*        ACCUEIL      */
/***********************/
.service-block{
    padding: auto 30px;
}
.service-block .service-title{
    font-size: 16px;
}
.service-block .service-content p{
    color:#666666
}
.service-block img{
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.home .service-block:hover img{
    transform: scale(1.10);
}
.accroche-container{
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1;
}
.accroche-container .accroche .accroche-block{
    font-style:italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 75px;
}
.home .home-blog{
    padding: 20px 0;
}
.home-blog-block img{
    max-width: 100px;
    height: auto;
    float: right;
}
.home-blog-block .home-blog-title{
    font-size: 16px;
    font-weight: 600;
}
.home-blog h5 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px
}
.home-blog p{
    font-weight: 300;
}



/***********************/
/*       SERVICES      */
/***********************/

.page-template-template-services .service-block .service-title{
    background-color: #ff496a;
    max-width: 80%;
    font-size: 18px;
    line-height: 30px;
}
.page-template-template-services .service-block{
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    height: 400px;
}
.page-template-template-services .service-content{
    background-color: #f1f1f1;
    height: 100%;
}
.excerpt{
    font-size: 16px;
    font-weight: 300;
}


/***********************/
/*       SERVICES      */
/***********************/
.page-template-template-tarifs .trigger{
    cursor: pointer;
    padding: 5px 10px;
    line-height: 40px;
    border-bottom: 0;
    background-color: #666666;
    width:33%;
    transition: background-color 1s ease-out, width 1s ease-out;
}
.page-template-template-tarifs .trigger.selected{
    background-color: #ff496a;
    width:67%;
}
.page-template-template-tarifs .col-md-6{
    overflow: hidden;
}
.page-template-template-tarifs .tarifs-block{
    width: 200%;
}
.page-template-template-tarifs .particuliers,
.page-template-template-tarifs .professionnels{
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: transform 1000ms;
    background-color: #f1f1f1;
}
.page-template-template-tarifs .particuliers table,
.page-template-template-tarifs .professionnels table{
    width: 100%
}
.page-template-template-tarifs .particuliers{
    transform:translateX(20px);
}


/***********************/
/*      RÉFÉRENCES     */
/***********************/
.client-carousel{
    height: 250px;
}
.client-block{
    height:100%;
}
.client-block img{
    height:100%;
}
.testimonials-container{
    background-color: #f1f1f1;
    overflow: hidden;
}
.testimonial-block{
    font-size: 1.2em;
}
.testimonial-block .italic{
    font-size: 0.95em;
}
.flickity-prev-next-button{
    background-color: rgba(255, 73 , 106, 0.5);
}
.flickity-prev-next-button:hover {
    background-color: rgba(255, 73 , 106, 0.8);
}
.form-group textarea{
    max-height: 142px;
}

/***********************/
/*        CONTACT      */
/***********************/
.response{
    line-height: 20px;
    text-align: center;
    height: 0;
    transition: height 0.5s linear;
    overflow: hidden;
}
.form-control2.col-md-5{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group span{
    float: inherit;
    padding-left: 25px;
    padding-top: 8px;
}
.notification{
    padding: 10px;
}
#submit_button{
    background-color: #ff496a;
    border-color: #ff496a;
}

/***********************/
/*         BLOG        */
/***********************/
article .read-more{
    margin-top: 10px;
    display: inline-block;
    position: relative;
    width: auto;
    color:#fff;
    padding: 7px 21px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
}
article .read-more:hover,
article .read-more:focus,
article .read-more:visited{
    background-color: rgba(255, 73 , 106, 0.9);
    box-shadow: 0 0 0;
    text-decoration: none;
}
.custom-pagination{
    margin-top: 50px
}
.custom-pagination .page-numbers{
    font-size: 20px;
    color: #666666;
    margin: 5px
}
.custom-pagination .page-numbers.current{
    color: #ff496a;
    border-bottom: 2px solid #ff496a;
    padding: 2px 7px
}


/***********************/
/*        SINGLE       */
/***********************/
.single .content-wrapper{
    position: relative;
}
.single .blog-sidebar-wrapper h5{
    font-size: 18px;
}
.single .blog-sidebar-wrapper .blog-block .blog-title{
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.single .blog-sidebar-wrapper .blog-block .blog-title:hover{
    text-decoration: none;
}
.single .read-more{
    position: absolute;
    left: 30px;
    display: inline-block;
    width: auto;
    color:#fff;
    z-index: 100;
    padding: 7px 21px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
}
.single .read-more:hover,
.single .read-more:focus,
.single .read-more:visited{
    background-color: rgba(255, 73 , 106, 0.9);
    box-shadow: 0 0 0;
}

.single .prev-posts a,
.single .next-posts a{
    background-color: #666;
    color: #fff;
    z-index: 100;
    padding: 7px 21px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
}
.single .prev-posts a:hover,
.single .next-posts a:hover{
    background-color: #888;
    box-shadow: 0 0 0;
}

/***********************/
/*          404        */
/***********************/
.error404 #content .page-wrapper .page-content a{
    padding: 5px 10px;
    color: white;
    margin: 50px 0;
    display: inline-block;
}
.error404 .page-content form span{
    display: block;
    margin-bottom: 10px;
}
.error404 .page-content .search-field{
    margin-bottom: 50px;
}

/***********************/
/*        FOOTER       */
/***********************/
footer .menu-footer-menu-container{
    height: 100%;
    display: flex;
}
footer a{
    color:#fff;
    text-decoration: underline;
}
footer #footer-menu{
    margin: auto;
}
footer #footer-menu li{
    position: relative;
    display: inline-block;
    padding:0 20px;
    border-right: 2px solid #ff496a;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    margin-right:0
}
footer #footer-menu li::before{
    content:"";
    width: 100%;
    height: 100%;
    left:100%;
    z-index:-1;
    border-right: 2px solid #ff496a;
    position: absolute;
    background-color:#ff496a;
    transition: left 0.2s linear;
}
footer #footer-menu li:hover::before{
    left: 0;
}
footer #footer-menu li a{
    color:#fff;
    text-decoration: none;
}
footer #footer-menu li a:hover{
    text-decoration: none;
}
footer #footer-menu li:last-child{
    padding-right:20px;
    border: 0;
}



/***********************/
/*    MEDIA QUERIES    */
/***********************/
/*BOOTSTRAP SIZE XS*/
@media screen and (max-width: 767px) {
    .logo-container{
        float: left;
    }
    #site-navigation{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        display: none;
    }
    nav .menu-primary-menu-container{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    nav ul{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    nav ul li{
        margin-left: 0;
        width: 100%;
        display: block;
        text-align: center;
        border-bottom : 1px solid #ff496a;
        text-transform: uppercase;
    }
    nav ul li:hover,
    nav ul .active{
        border-bottom: 2px solid #ff496a;
        font-weight: 600;
    }
    .slider{
        margin-top: 20px;
    }

    .testimonials-container .testimonial-block .center-block{
        margin-top: 20px;
    }
    .home .service-block{
        margin-top: 45px;
        margin-bottom: 20px;
    }
    .home .blog-thumb img{
        margin: 10px auto;
    }
    .home .blog-block{
        margin-bottom: 20px;
    }

    .page-template-template-services .service-block img{
        width: 100%;
    }
    .page-template-template-services .service-block {
         height: auto;
     }

    article .read-more{
        padding: 10px 30px;
        margin: 20px auto;
        display: block;
        text-align: center;
        max-width: 50%;
        min-width: 33%;
    }

    .single .read-more{
        width: 90%;
        left: 5%;
    }
    .single .prev-posts a,
    .single .next-posts a{
        padding: 7px 0;
        width: 90%;
        display: block;
        text-align: center;
    }

    .form-group span{
        width: 100%
    }
    footer #footer-menu li {
        width: 100%;
        text-align: right;
    }
    footer #footer-menu li:last-child{
        border-right: 2px solid #ff496a;
    }
}

/*BOOTSTRAP SIZE SM*/
@media screen and (min-width: 768px) and (max-width: 991px){
    nav ul{
        padding-left: 0;
    }
    nav ul li {
        margin-left: 35px;
    }
    .home .service-block{
        min-height: 335px;
    }
    .home .blog-thumb img{
        margin: 10px auto;
        max-width: 200px;
    }
    .home .blog-block p{
        text-align: justify;
    }

    .page-template-template-services .service-block img{
        width: 100%;
    }
    .slider .content-wrapper{
        padding: 0;
    }
    .form-group span{
        width: 100%
    }
}

/***********************/
/*     ANIMS BUBBLE    */
/***********************/
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 73, 106, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 73, 106, 0.25);
}
.bg-bubbles li:nth-child(5) {
    left: 70%;
}
.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 73, 106, 0.2);
}
.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 73, 106, 0.3);
}
.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}
@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

/***********************/
/*     ANIMS BURGER    */
/***********************/
.burger {
    cursor: pointer;
    margin: 0 auto;
    padding-left: 1.25em;
    position: absolute;
    width: 50px;
    height: 40px;
    right: 15px;
    top: 20px;
}
.burger-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 5px solid #ff496a;
    width: 100%;
    transition: 0.55s;
}
.burger-top {
    top: 0;
}
.burger-middle {
    top: 18px;
}
.burger-bottom {
    top: 36px;
}
.burger-top-click {
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(50deg);
    transition: 0.55s 0.5s;
}
.burger-middle-click {
    opacity: 0;
}
.burger-bottom-click {
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(-410deg);
    transition: 0.55s 0.5s;
}