/* couleurs */
:root {
    --blanc: #fff;
    --noir: #000;
    --dore-clair : #B18125;
    --dore-fonce: #9A7F01;
    --texte-bleu : #000133;
    --bordures : #AE9A38;

}
/* general */
.right{
    float: right;
}
.left{
    float: left;
}
.clear{
    clear: both;
}
/* responsive */
.mobile{
    display: block;
}
.desktop{
    display: none;
}


/* titre home */
h1 span{
    color: var(--dore-fonce);
}
span.chiffres{
    color: var(--texte-bleu);
    font-family: "LibreBaskerville";
}
.intro-container-left{
    max-width: 600px;
}
h1{
    font-size: 30px !important;
}

/* menu */
.as-menu *{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
body:not(.home) .as-header,
.as-header.sticky-active{
    background-color: rgba(265, 256, 256, 0.8) !important;
}
.as-header div.elementor-menu-toggle{
    background: transparent !important;
}


.mobile-menu ul li.menu-mobile-reseau a{
    font-size: 18px !important;
}
.mobile-menu nav{
    padding-top: 30px;
    padding-bottom: 30px;
}
.mobile-menu ul li.menu-mobile-reseau-first{
    margin-top: 15px;
}

/*
ul li.menu-mobile-reseau a{
    color: var(--dore-clair) !important
}
ul li.menu-mobile-reseau a:hover{
    color: var(--texte-bleu) !important
}
*/

/* footer */
.footer-text *{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.footer-text ul, .footer-text ul li, .footer-text ul li a{
    padding-top: 0 !important;
    padding-left: 0 !important;
    font-weight: normal !important;
    display: block !important;
}

/* header social */
#as-menu-2{
    display: none;
}

/* marees */
.marees{
    display: none;
}

.as-small-container{
    max-width: 670px;
    margin: 0 auto;
}
.tampon-container,
.tampon{
    position: relative;
    width: 180px;
    height: 180px;
}

/* boutons */
a.elementor-button,
button#tarteaucitronManager,
.as-form input[type=submit]{
    position: relative;
    height: 36px !important;
    padding: 8px 15px !important;
    padding-left: 35px !important;
    line-height: 20px !important;
    border: solid 1px var(--dore-fonce) !important;
    background-color: transparent !important;
    color: var(--dore-fonce) !important;
    font-size: 16px !important;
    font-family: "Kobe", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border-radius: 1685px;
}
a.elementor-button:hover,
button#tarteaucitronManager:hover,
.as-form input[type=submit]:hover{
    background-color: var(--dore-fonce) !important;
    color: var(--blanc) !important;
}

/* boutons > icone */
a.elementor-button::before,
a.elementor-button::after{
    position: absolute;
    left: 8px;
    top: 7px;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/fleche-bouton.svg') no-repeat center / cover ;
    transition: all 0.5s ease;
    opacity: 1;
}
a.elementor-button::after{
    background-image: url('../img/fleche-bouton-blanc.svg');
    opacity: 0;
}
a.elementor-button:hover::before{
    opacity: 0;
}
a.elementor-button:hover::after{
    opacity: 1;
}

/* boutons blancs */
.as-bouton-blanc a.elementor-button{
    border: solid 1px var(--blanc) !important;
    color: var(--blanc) !important;
}
.as-bouton-blanc a.elementor-button:hover{
    background-color: var(--blanc) !important;
    color: var(--dore-fonce) !important;
}

/* boutons blancs > icone */
.as-bouton-blanc a.elementor-button::before,
.as-bouton-blanc a.elementor-button::after{
    background-image: url('../img/fleche-bouton-blanc.svg');
}
.as-bouton-blanc a.elementor-button::after{
    background-image: url('../img/fleche-bouton.svg');
}

/* boutons plus > rotate icone */
.as-bouton-plus a.elementor-button::before,
.as-bouton-plus a.elementor-button::after{
    transform: rotate(90deg);
}

/* contact form */
.as-form textarea.form-control:focus, 
.as-form input.form-control:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.as-form input[type=text],
.as-form input[type=email],
.as-form textarea {
    border: none;
    border-bottom: solid 1px var(--dore-fonce);
    font-family: 'Kobe';
    font-size: 18px;
    font-weight: normal;
    border-radius: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: var(--texte-bleu) !important;
}
.as-form input[type=text]::placeholder,
.as-form input[type=email]::placeholder,
.as-form textarea::placeholder {
    color: var(--texte-bleu) !important;
}
.as-form input[type=text],
.as-form input[type=email] {
    margin-bottom: 40px;
}
.as-form .mentions{
    text-align: right;
    color: var(--dore-fonce);
    font-family: 'Kobe';
    font-size: 16px;
    font-weight: normal;    
}
.as-form .submit-container{
    text-align: center;
}
.as-form input[type=submit]{
    background-image: url(../img/fleche-bouton.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px center;
}
.as-form input[type=submit]:hover{
    background-image: url(../img/fleche-bouton-blanc.svg);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    font-family: 'Kobe';
    font-size: 16px;
    font-weight: normal;
    border-color: var(--dore-fonce);
}

/* page d'une réalisation */
.realisation-header-intro{
    max-width: 821px !important;
}

/* textes larges */
.as-texte-large{
    max-width: 900px !important;
    margin: 15px auto !important;
}

/* Mentions */
.as-texte-mentions h2{
    margin-top: 25px;
    text-transform: uppercase;
}
.as-texte-mentions a{
    color: var(--texte-bleu);
    text-decoration: underline;
}
.as-texte-mentions a:hover{
    text-decoration: none;
}

/* > smartphone */
@media screen and (min-width:768px){
    /* responsive */
    .mobile{
        display: none;
    }
    .desktop{
        display: block;
    }
    /* montage */
    .as-montage img{
        margin-bottom: -150px;
    }
    /* contact form */
    .as-form .form-group.input-left{
        padding-right: 30px;
    }
    .as-form .form-group.input-right{
        padding-left: 30px;
    }
    /* titre */
    h1{
        font-size: 55px !important;
    }
}

@media screen and (min-width:1024px){
    /* page atelier */
    .header-intro{
        max-width: 620px !important;
    }
    body:not(.single-realisation) .header-intro{
        margin-right: 50px;
    }
    /* titre */
    h1{
        font-size: 65px !important;
    }
}

@media screen and (max-width:1024px){
    .footer-menu ul{
        width: 100%;
        margin-right: 0 !important;
    }
    .footer-menu ul li {
        text-align: center;
    }
    .as-texte-large, .header-intro{
        padding: 20px !important;
    }
    
}

@media screen and (min-width:1400px){
    /* titre */
    h1{
        font-size: 78px !important;
    }
}

@media screen and (min-width:1500px){
    /* header social */
    #as-menu-2{
        display: block;
        margin-left: 10px;
    }
    #as-menu-2 ul.elementor-nav-menu li a.elementor-item{
        padding-left: 5px;
        padding-right: 5px;
    }
    /* marees */
    .marees{
        display: flex;
        flex-wrap: nowrap;
        height: 25px;
        width: 272px;
    }
    .marees .port,
    .marees .horaires{
        border: solid 1px var(--dore-fonce);
        height: 25px;
        line-height: 15px;
        padding: 4px;
        color: var(--dore-fonce);
        font-size: 15px;
        text-align: center;
        font-family: 'Kobe';
    }
    .marees .port{
        width: 33%;
        border-radius: 15px 0 0 15px;
        border-right: none;
    }
    .marees .horaires{
        width: 67%;
        border-radius: 0 15px 15px 0;
    }
    .tampon{
        position: absolute;
        left: -50px;
        bottom: 0;
    }
}

@media screen and (min-width:1670px){

    /* header social */
    #as-menu-2 ul.elementor-nav-menu li a.elementor-item{
        padding-left: 10px;
        padding-right: 10px;
    }
}
