/*
 Theme Name:   Chat-botte Version preprod maki
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Theme custom
 Author:       Maki Agency
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/

header#masthead {
    display: none;
}

body.logged-in {
    /*margin-top: 30px;*/
}

.sec-about .signature img {
    display: inline;
}

.footer .top .icon-mail img {
    display: inline;
}

.blcBanner .item0 .deco {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blcBanner .deco img {
    width: 100%;
}

.blcBanner .item0 .deco img {
    object-fit: cover;
    height: 100%;
}

.blcContact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: cente;
    opacity: 0
}

.blcContact .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.blcContact h2 {
    font: normal 38px/42px nexa-b, Arial;
    text-transform: uppercase;
    color: #70ab9a;
    margin-bottom: 30px
}

.titleContact {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.blcContact .content-contact {
    width: 100%
}

.blcContact .row-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.blcContact .row-contact .left {
    width: 33%
}

.blcContact .row-contact .right {
    width: 66%
}

.blcContact .row-contact .blcChp {
    padding: 0 20px;
    margin-bottom: 25px
}

.blcContact .deco {
    position: absolute;
    top: 0;
    left: 40px;
    width: 87px;
    height: 43px;
    background: url(../images/deco-formulaire1.png)center no-repeat;
}

.blcContact .close {
    width: 40px;
    height: 40px;
    background: url(../chat-botte/assets/images/icon-close.png)center no-repeat;
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 50;
}

.blcContact.foot.active {
    opacity: 1;
    transition: all ease-in-out 0.5s
}

.blcContact.active {
    opacity: 1;
    transition: all ease-in-out 0.5s;
    z-index: 99999999
}

.graphi-culteur.sec-sur-mesure .blcContact .deco {
    background: url(../chat-botte/assets/images/deco-formulaire2.png)center no-repeat;
}

.sec-about .blcContact .deco {
    background: url(../chat-botte/assets/images/deco-formulaire3.png)center no-repeat;
}

.coordonnees .blcContact .deco {
    background: url(../chat-botte/assets/images/deco-formulaire4.png)center no-repeat;
}

.blcContact .deco {
    display: none !important
}

.blcFormulaire input,
.blcFormulaire textarea {
    height: 60px;
    border: 1px solid #000;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.blcFormulaire label {
    display: block;
    font: normal 18px/25px nexa-l, Arial;
}

.blcContact .row-contact .blcChp {
    padding: 0 20px;
    margin-bottom: 25px;
}

.blcFormulaire input[type="submit"] {
    border: none;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 25px;
    color: #ffffff;
    background: #70ab9a;
    padding: 6px 20px 4px;
    text-transform: uppercase;
    border-radius: 10px;
}

body .blcFormulaire textarea {
    height: 170px;
    resize: none;
}

.cntBtnContact {
    display: flex;

}

/* ajout css*/
.b0 {
    transition: all ease-in-out 2s
}

.bg-burger {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    top: 0;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: .8s;
    z-index: -10
}

.graphi-culteur .deco-souris {
    /* animation: LeftToRight 2s infinite ease-in-out; */
    transform: rotate(10deg);
    animation-name: rotate-container;
    animation-delay: 2.33s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 0%;
    animation-timing-function: ease-in-out;
}

.graphi-culteur .deco-souris img {
    height: 100%;
    width: 100%;
    transform: rotate(-10deg);
    animation-name: rotate;
    animation-delay: 3s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform-origin: 50% 0%;
    animation-timing-function: ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(11deg);
    }
}

@keyframes rotate-container {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-11deg);
    }
}

.sec-about .blcBottom .text {
    width: 47.5%
}

.sec-about .blcBottom .blcBlcImg {
    width: 52.5%;
    display: flex
}

.sec-about .blcBottom .image-left {
    position: relative;
    padding-left: 50px;
    left: 40px
}

.sec-about .blcBottom .image-left .img1 {
    position: relative
}

.sec-about .blcBottom .image-left .inscription-gratuit {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px
}

/*.sec-about  .blcBottom .image-right{ padding-left: 10px }*/
.sec-about .blcBottom .text {
    font: normal 15px/18px roboto-i, Arial;
    padding: 0 30px 0 63px;
}

.sec-about .blcBottom {
    margin-top: 15px;
    padding-top: 5px
}

.text-img {
    font: normal 18px/22px d-din-cd-b, Arial;
    text-transform: uppercase
}

.blcNav-service .nav-service .item1 .title {
    animation: black-to-white1 8s infinite ease-in-out
}

.blcNav-service .nav-service .item2 .title {
    animation: black-to-white2 8s infinite ease-in-out
}

.blcNav-service .nav-service .item3 .title {
    animation: black-to-white3 8s infinite ease-in-out
}

.blcNav-service .nav-service .item4 .title {
    animation: black-to-white4 8s infinite ease-in-out
}

.sec-about a.inscription-gratuit {
    display: block;
    margin: 10px 0 7px;
}

.blcNav-service .nav-service .item1 .img {
    animation: zoomin1 8s infinite ease-in-out
}

.blcNav-service .nav-service .item2 .img {
    animation: zoomin2 8s infinite ease-in-out
}

.blcNav-service .nav-service .item3 .img {
    animation: zoomin3 8s infinite ease-in-out
}

.blcNav-service .nav-service .item4 .img {
    animation: zoomin4 8s infinite ease-in-out
}

.blcNav-service .nav-service .item.slick-current .img {
    transform: scale(1.2) !important;
}

.blcNav-service .nav-service .item.slick-current .title {
    color: #ffffff !important;
}

.fiche-real .listReal {
    display: block
}

.fiche-real .slick-dots {
    margin-top: 30px
}

.fiche-real .blcListReal .title {
    text-align: center;
    margin-top: 70px;
    font: normal 22px/24px nexa-l, Arial;
    text-transform: uppercase;
}


.blcContact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: #ffffff;
    align-items: center;
    justify-content: cente;
    opacity: 0;
    display: none;
}

.blcContact.active {
    display: block;
}

.blcContact .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.blcContact h2 {
    font: normal 38px/42px nexa-b, Arial;
    text-transform: uppercase;
    color: #70ab9a;
    margin-bottom: 10px;
    text-align: center;
}

.blcFormulaire label {
    display: block;
    font: normal 18px/25px nexa-l, Arial;
}

.blcFormulaire input,
.blcFormulaire textarea {
    height: 60px;
    border: 1px solid #000;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.blcContact .content-contact {
    width: 100%
}

.blcContact .row-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.blcContact .row-contact .left {
    width: 33%
}

.blcContact .row-contact .right {
    width: 66%
}

.blcContact .row-contact .blcChp {
    padding: 0 20px;
    margin-bottom: 25px
}

.blcFormulaire textarea {
    height: 170px;
}

.blcFormulaire .blcButton {
    display: flex;
    padding: 0 20px;
}

.blcFormulaire .btn {
    border: none;
    width: auto;
    height: 79px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 25px;
    color: #ffffff;
    font: normal 18px/24px roboto-r, Arial;
}

.blcFormulaire input:focus,
.blcFormulaire textarea:focus {
    border-color: #70ab9a
}



.blcContact.foot {
    opacity: 1;
}


.blcContact .deco {
    display: none !important
}


#fp-nav {
    opacity: 1
}

#fp-nav.hide {
    opacity: 0
}

.blcNav-service .item:hover .content-item:before {
    opacity: 0.4
}

.footer .top,
.footer .middle,
.footer .bottom {
    transition: all ease-in-out 0.4s;
    z-index: 40;
    position: relative
}

.footer .top.up {
    transform: translate3d(0, calc(-100vh + 303px), 0);
    transition: all ease-in-out 0.4s
}

.footer .middle.down,
.footer .bottom.down {
    transform: translate3d(0, 303px, 0);
    transition: all ease-in-out 0.4s
}

.cntSelect select {
    width: 30.5%;
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
    height: 60px;
    appearance: none;
    position: relative;
    border: 1px solid;
    font: normal 18px/25px nexa-l, Arial;
}

.cntSelect span::after {
    content: "";
    display: inline-block;
    border: 2px solid #000;
    width: 10px;
    height: 10px;
    border-top: none;
    border-left: none;
    pointer-events: none;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 20px;
}

footer.site-footer {
    display: none;
}

.sec-realisation .listReal {
    max-height: 1025px;
    overflow: hidden;
}

.sec-realisation .listReal.open {
    max-height: none;
}

.footer .bottom {
    padding: 5px 0;
}

.blcFormulaire .cntSelect {
    text-align: center;
    display: none
}

body .blcContact .close {
    width: 40px;
    height: 40px;
    right: 0;
    top: 70px;
}

.slide-services .item p {
    font-size: 18px;
}

.sec-about .right .text p {
    font-size: 15px;
}

.section.coordonnees .blcTop.dark {}

body .sec-about .right .text p {
    margin-bottom: 10px;
}

.secHearReal .blcTop .wrapper {
    padding: 0 5px;
}

.secHearReal .blcTop .btn-menu {
    right: 5px;
}

.secHearReal .slogan {
    letter-spacing: 25px;
    padding-left: 30px;
    font-size: 22px;
}

.footer .mentionLegal .wrapper {}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-response-output {
    text-align: center;
}

.wpcf7-not-valid-tip {
    font-size: 0.7em !important;
}