/* ----------------- GENERAL ----------------- */

html, body {
    width: 100%;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat";
}

.content-area .hentry {
    padding-bottom: 0;
}

.page {
    background: none;
}

h1, h2, h3, h4, h5 {
    -webkit-font-smoothing: auto;
}

.title-square h3 {
    position: relative;
    color: #2B567F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: calc(12px + .5vw);
    letter-spacing: 3px;
}

.title-square h3::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B6ACA8;
}

.dark-container .title-square h3::after {
    background-color: #F9F9F9;
}

.title-section h2 {
    font-family: 'Unna', serif;
    font-weight: 400;
    font-size: calc(22px + 2vw);
    color: #746C69;
}

.dark-container .title-section h2 {
    color: #fff;
}

p {
    font-weight: 400;
}

.go-top {
    display: none!important;
}

/* ----------------- HEADER ----------------- */

.admin-bar .site-header, .admin-bar .site-header.float-header {
	top:0;
}

.site-header, .site-header .header-wrap, .site-header .container {
    height: 125px;
    border: 0!important;
}

.header-wrap .container>.row {
    display: flex;
}

.site-header img.site-logo {
    max-height: 85px;
    margin: 0;
    padding: 0;
}

.site-header .menu-container {
    height: 125px;
    padding-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.site-header .menu-container ul {
    display: flex;
}

.site-header .menu-container ul li {
    margin: 0 30px;
    color: #B6ACA8;
    list-style: none;
    text-align: center;
    font-size: calc(10px + .35vw);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-header .menu-container ul li:hover {
    color: #1F4D74
}

@media screen and (max-width: 1024px) {
    .button_container.active .top, .button_container.active .middle, .button_container.active .bottom {
        background-color: #000;
    }
    .menu-container.open {
        width: 100vw;
        height: 100vh;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
    }
    .menu-container.open ul {
        padding: 0;
        flex-direction: column;
    }
    .menu-container.open ul a {
        margin: 25px 0;
        color: #000;
    }
    .menu-container.open ul a li {
        color: #000;
        font-size: calc(18px + .35vw);
    }
}

/* ----------------- SLIDER  ----------------- */

#slider-banner-header .owl-controls {
    margin-top: -100px;
    position: relative;
    z-index: 100;
}

#slider-banner-header .owl-controls .owl-nav {
    width: 100%;
    height: 28vh;
    top: calc(-40vh + 100px);
    left: 0;
    transform: translateY(-50%);
    z-index: 100;
}

#slider-banner-header .owl-controls .owl-nav .owl-prev, #slider-banner-header .owl-controls .owl-nav .owl-next {
    height: 50%;
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

#slider-banner-header .owl-controls .owl-nav .owl-prev img, #slider-banner-header .owl-controls .owl-nav .owl-next img {
    height: 100%;
    width: auto;
    max-width: none;
}

#slider-banner-header .owl-controls .owl-nav .owl-prev {
    left: 1vw;
}

#slider-banner-header .owl-controls .owl-nav .owl-next {
    right: 1vw;
}

#slider-banner-header .owl-controls .owl-dot span {
    width: 20px;
    height: 20px;
    background: #FFF;
    border: solid #FFF 3px;
}

#slider-banner-header .owl-controls .owl-dot.active span {
    background: #1f4d74;
}

@media screen and (orientation: portrait) {
    #slider-banner-header .owl-controls .owl-nav {
        display: none;
    }
}

/* ----------------- PAGES  ----------------- */

/* Section : Profil */

.profil-texte p {
    color: #62829E;
    font-size: calc(12px + .5vw);
    font-weight: 300;
}

/* Section : Operations */

.haroue {
    padding: 2px 5px;
    background-color: #D3CDCB;
}

.textTwoColumns {
    columns: 2;
}

.textTwoColumns p {
    color: #1f4d74;
    font-size: calc(12px + .45vw);
    font-weight: 400;
}

.container-btn .limited-box {
    text-align: center;
}

.container-btn .limited-box .custom-button {
    font-weight: 900;
    font-size: calc(16px + .45vw);
    letter-spacing: 2px;
}

.text-under-btn {
    color: #1f4d74;
}

.citation-separator p {
    color: #FFF;
    font-family: 'Unna', serif;
    font-size: calc(18px + 1.2vw);
    line-height: 1.4;
}

/* Section : Paroles d'artisans */

.artisan_texte p {
    color: #9AAFC1;
    font-size: calc(14px + .85vw);
}

/* Section : Avis clients */

.avis-container {
    height: 250px;
}

.avis-container .citation {
    color: #FFF;
    font-family: 'Unna', serif;
    font-size: calc(18px + .75vw);
    letter-spacing: .5px;
    line-height: 1.4;
}

.avis-container .auteur {
    color: #B6ACA8;
    font-family: 'Unna', serif;
    font-size: calc(12px + .45vw);
    letter-spacing: 1px;
}

/* Section : Contact */

.contact-container .info p {
    margin: 0;
    color: #fff;
    font-family: 'Unna', serif;
    font-size: calc(12px + .65vw);
    letter-spacing: 1px;
}

.contact-container .info p:first-of-type {
    font-size: calc(16px + 1.15vw);
}

.contact-container form .af-field {
    margin: 15px 0;
    padding: 0;
    border: none;
}

.contact-container form .af-label label {
    display: none;
}

.contact-container form .af-input input, .contact-container form .af-input textarea {
    padding-left: 15px;
    background-color: #BBB6B6;
    color: #1F4D75;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: calc(12px + .35vw);
}

.contact-container form .af-input textarea {
    padding-top: 15px;
}

.contact-container form .af-input input::placeholder, .contact-container form .af-input textarea::placeholder {
    color: #1F4D75;
    font-weight: 400;
    font-size: calc(12px + .35vw);
}

.contact-container form .af-input textarea {
    height: 250px;
}

.contact-container form .af-submit {
    padding: 0;
}

.contact-container form .af-submit button {
    padding: 15px 60px;
    background-color: #1F4D75;
    border: none;
    border-radius: 0;
    outline: none;
    font-weight: 600;
    font-size: calc(12px + .35vw);
    letter-spacing: 1px;
}

.contact-container form .af-submit button:hover {
    color: #fff;
}

.footer-info p {
    color: #AEA9A8;
    font-size: calc(12px + .25vw);
}

div#content {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .contact-container .info p, .contact-container form .af-submit {
        text-align: center!important;
    }
}