/*************************************************************************
 _____   _____   _   __   _   _____        _          __  _____   _____  
|  _  \ /  _  \ | | |  \ | | |_   _|      | |        / / | ____| |  _  \ 
| |_| | | | | | | | |   \| |   | |        | |  __   / /  | |__   | |_| | 
|  ___/ | | | | | | | |\   |   | |        | | /  | / /   |  __|  |  _  { 
| |     | |_| | | | | | \  |   | |        | |/   |/ /    | |___  | |_| | 
|_|     \_____/ |_| |_|  \_|   |_|        |___/|___/     |_____| |_____/ 

**************************************************************************

    @ Copyright © 2019 POINT WEB
    @ Catégorie : Structure site
    @ Site : SOMOVENT
    @ Auteur : SERCO POINT WEB / www.point-web.fr

**************************************************************************/

/************* GENERAL **************/

#explicitsubmit, #explicitsubmit:focus {
    border: none;
    background: transparent;
    color: #FFF;
    margin-left: 0.5em;
    outline: none;
}

input#impliedsubmit {
    background-color: #FFF;
    color: #3e4035;
    border: none;
    border-radius: 100px;
    margin: 0 0 0 1em;
    padding: 0 0.5em;
    font-size: 10px;
}

*, *:after, *:before {
    -webkit-tap-highlight-color: transparent;
    list-style-position: inside;
    list-style-type: none;
    color: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    position: relative;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*:after, *:before {
    display: inline-block;
    z-index: 1;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p, figure, figcaption, button, var, abbr {
    font-style: normal;
    border: 0;
    font-size: inherit;
    color: inherit;
    background: transparent;
    text-decoration: none;
}

section, article, header, footer, nav, aside {
    display: block;
}

table, td, blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}

p, dd, ul {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

input, textarea, button {
    resize: none;
    -webkit-appearance: none;
    font-family: inherit;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a, button {
    border: 0;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: .25s;
}

a, a:hover, a:active, a:focus, button, button:hover, button:focus, button:active {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
    background: none;
    outline: none;
    border: none;
    height: 1px;
    margin: 0;
}

.swiper-slide {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 1 0 auto;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

[data-link] {
    cursor: pointer;
}

[data-bg] {
    background-size: cover;
    background-position: center center;
}

[data-mail] {
    cursor: pointer;
    display: inline!important;
}

[data-zoom] {
    cursor: zoom-in!important;
}

[data-grid]>* {
    position: absolute;
    transition: transform .5s;
    transform: scale(0);
}

[data-grid]>*.show {
    position: absolute;
    transform: scale(1);
}

strong {
    font-weight: bold;
}

i.fa-at {
    font-size: 90%!important;
    top: 1px!important;
    margin: 0!important;
}

hr {
    outline: none;
    border: none;
}

.separator {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 10px auto;
}

.important {
    font-weight: bold;
    color: #0269c7;
    font-size: 1em;
    margin-bottom: 1em;
    padding-top: 2em;
}

.contentPage {
    padding: 8em 0;
}

.title {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.title span {
    color: #0057a6;
}

.title-white {
    color: #fff;
}

.btn {
    color: #fff;
    background: #0057a6;
    font-size: 12px;
    padding: 1.1em 3.5em 0.9em 3.5em;
    text-shadow: none;
    border: none;
    border-radius: 0;
}

.btn:hover {
    color: #fff;
    background: #6bb8ff;
}

.btn-alt {
    background: transparent;
    border: 1px solid #fff;
}

.btn-alt:hover {
    background: #fff;
    color: #0057a6;
}

.paragraphe {
    color: #232323;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 1.1em;
}

.small-link {
    color: #0057a6;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.small-link:hover {
    color: #6bb8ff;
}

.container-1400 {
    max-width: 1400px;
}

.ytClick {
    overflow: hidden;
}

.ytClick img {
    transition: 0.3s;
}

.ytClick:hover img {
    filter: brightness(80%);
    transform: scale(1.05);
}

.titlePage {
    text-align: center;
    padding: 3em 0.5em;
    background: #0057a6 url('../../img/bgTitlePage.jpg') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.link-popup {
    cursor: pointer;
}

.list {
    margin-top: 1.8em;
    line-height: 1.8;
}

.list li {
    padding-left: 1em;
    max-width: 600px;
}

.list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0057a6;
    position: absolute;
    top: 11px;
    left: 0;
}

@media screen and (max-width:767px) {
    .contentPage {
        padding: 6em 0;
    }
    .title {
        font-size: 20px;
    }
}

@media screen and (max-width:575px) {
    .contentPage {
        padding: 4em 0;
    }
    .title {
        font-size: 18px;
    }
}

/* autocomplete styles in Chrome */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: inherit!important;
}

/* selection styling */

*::-moz-selection {
    background: #0269c7;
    color: #fff;
}

*::selection {
    background: #0269c7;
    color: #fff;
}

/* selection placeholder */

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5;
}

::-moz-placeholder {
    color: inherit;
    opacity: .5;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}

/* scroll fix */

[data-scrollfix] {
    cursor: pointer;
    transition: .25s;
    background: #0269c7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: 0;
    visibility: hidden;
}

.fix [data-scrollfix] {
    opacity: 1;
    visibility: visible;
}

[data-scrollfix].down {
    transform: rotate(180deg);
}

/* reset bootstrap */

.btn-link {
    color: #0269c7;
}

.btn-link:hover {
    color: #e36d3d;
}

/* error */

.error-page {
    text-align: center;
    padding: calc(20px + 5%) 0;
}

.error-page img {
    width: 300px;
    max-width: 70%;
}

.error-page .error-code {
    letter-spacing: 2px;
    margin-top: calc(25px + 2%);
    font-size: calc(18px + 20 * (100vw - 320px) / 1080);
    font-weight: bold;
    text-transform: uppercase;
}

.error-page p {
    font-size: calc(13px + 2.5 * (100vw - 320px) / 1080);
    margin: 10px 0 calc(15px + 2%);
}

/* html body */

html {
    width: 100%;
    overflow-x: hidden;
    line-height: 1;
}

body {
    width: 100%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Verdana', sans-serif;
}

/*----------------------------------------------------< APP >---------------------------------------------------*/

/************* header **************/

#header {
    z-index: 9999999;
    transition: transform .6s;
    width: 100%;
    position: absolute;
    z-index: 900;
}

.fix #header {
    position: fixed;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.down #header {
    transform: translateY(-100%);
}

#header .top {
    background: #232323;
    color: #fff;
    padding: 20px 0;
}

#header .top a {
    font-size: 12px;
    color: #888;
}

#header .top a i {
    color: #0269c7;
}

#header .top a.phone-header {
    color: #fff;
    font-weight: 900;
    margin-left: 2em;
}

#header .bottom {
    background: #fff;
    padding: 20px 0;
}

#header .bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1 {
    color: #888;
    font-size: 12px;
    margin: 0;
}

@media screen and (max-width:1199px) {
    #header .bottom img {
        width: 200px;
    }
}

@media screen and (max-width:991px) {
    #header .top a:not(.phone-header) {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #header .bottom img {
        width: 160px;
    }
    #header .top {
        padding: 10px 0;
    }
}

@media screen and (max-width:575px) {
    #header .top {
        padding: 6px 0;
    }
    h1 {
        font-size: 10px;
    }
    #header .bottom img {
        width: 150px;
    }
}

/************* data-nav **************/

[data-nav] {
    transition: .3s;
    display: none;
    justify-content: center;
    width: 100px;
    height: 60px;
    align-items: center;
    cursor: pointer;
}

[data-nav]:before {
    content: 'menu';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

[data-nav] div {
    margin-left: 0.8em;
}

[data-nav] div span {
    position: relative;
    top: 0;
    height: 3px;
    width: 26px;
    background: #232323;
    display: block;
    margin: 4px 0;
    transition: 0.3s;
}

[data-nav] div span:nth-child(2) {
    width: 20px;
    margin-left: 6px;
}

[data-nav]:hover div span {
    background: #0269c7;
}

[data-nav]:hover {
    color: #0269c7;
}

.openNav [data-nav] div span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}

.openNav [data-nav] div span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
}

.openNav [data-nav] div span:nth-child(2) {
    opacity: 0;
}

/************* slider **************/

#slider {
    width: 100%;
    height: 520px;
    background: #eee;
}

#slider>div {
    width: 100%;
    height: 100%;
}

#slider .swiper-slide {
    padding: 0 calc(20px + 3%);
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#slider .container {
    line-height: 1;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    z-index: 1000;
    color: #fff;
}

#slider .title-slide {
    padding: 0 30px;
    transition: opacity 1s, top 1s;
    opacity: 0;
    top: -50px;
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#slider .subtitle-slide {
    padding: 0 30px;
}

#slider .end .title-slide {
    opacity: 1;
    top: 0;
}

#slider p {
    margin: 1em 0;
    transition: opacity 1s, left 1s;
    opacity: 0;
    left: 0px;
    color: #c3c3c3;
    font-size: 14px;
    text-align: center;
}

#slider .end p {
    left: 0;
    opacity: 1;
}

#slider .btn {
    transition: all .25s, opacity 1s, bottom 1s;
    bottom: -40px;
    opacity: 0;
}

#slider .end .btn {
    bottom: 0;
    opacity: 1;
    margin-top: 2em;
    text-align: center;
}

#slider [data-bg] {
    transition: transform 1s;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#slider .end [data-bg] {
    transform: scale(1.05);
}

#slider .nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    padding: 2px;
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
}

#slider .nav button {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 36px;
    z-index: 90;
}

#slider .nav button:hover {
    color: #0269c7;
}

@media screen and (max-width:991px) {
    #slider {
        height: 460px;
    }
    #slider .title-slide {
        font-size: 30px;
    }
    #slider .nav {
        justify-content: center;
        width: 100%;
        top: 80%;
    }
    #slider .nav button {
        width: 40px;
        height: 40px;
        display: inline-block;
    }
}

@media screen and (max-width:575px) {
    #slider {
        height: 370px;
    }
    #slider .title-slide {
        font-size: 20px;
    }
    #slider .nav {
        justify-content: center;
        width: 100%;
    }
    #slider p:not(.text-center) {
        display: none;
    }
}

/************* home **************/

.presHomePage {
    background: url('../../img/bg-presentation.jpg') top left no-repeat;
}

.parcMachinesHome {
    padding: 5em 1em;
    background: url('../../img/bg-machines.jpg') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parcMachinesHome p:nth-child(2) {
    max-width: 450px;
}

.parcMachinesHome p {
    color: #fff;
}

.refHome {
    background: url('../../img/bg-ref.jpg') top right no-repeat;
}

.refHome img {
    width: 100%;
}

.refHome .title {
    text-align: center;
}

.refHome p.text-center {
    max-width: 600px;
}

.refHome .batiment {
    margin: 5em 0 3em 0;
    padding: 0 1em;
    overflow: hidden;
}

.refHome .batiment h4 {
    padding-left: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 19px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.refHome .batiment p {
    color: #fff;
    padding: 0.8em 1em;
}

.refHome .batiment div {
    position: absolute;
    z-index: 3;
    bottom: -50px;
    left: 1.6em;
    transition: 0.3s;
}

.refHome .batiment:hover div {
    bottom: 1.6em;
}

.refHome .batiment img {
    transition: 0.3s;
}

.refHome .batiment:after {
    content: '';
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: -moz-linear-gradient(top, rgba(187, 187, 187, 0) 0%, rgba(32, 127, 217, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(187, 187, 187, 0) 0%, rgba(32, 127, 217, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(187, 187, 187, 0) 0%, rgba(32, 127, 217, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#207fd9', GradientType=0);
}

.refHome .batiment:hover:after {
    transform: translateY(0);
}

.refHome .batiment:hover img {
    transform: scale(1.05);
}

.refHome .secteurs {
    padding: 1em;
}

.refHome .secteurs h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    position: absolute;
    bottom: 1.6em;
    left: 1.6em;
    font-size: 19px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.realHome {
    background: #f0f0f0;
}

[data-swiper="real"] {
    padding-top: 1em;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: #bbb url() 0 0 no-repeat;
    border-radius: 20px;
    cursor: pointer;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    transform: scale(1.2);
}

.swiper-pagination-bullet-active {
    background-color: #0269c7;
}

.swiper-pagination-real {
    text-align: center;
    margin-top: 3em;
}

[data-swiper="real"] .swiper-slide>div {
    width: 100%;
    padding: 0 2em;
}

[data-swiper="real"] a {
    opacity: 0.5;
    transition: 0.5s;
}

[data-swiper="real"] a:hover {
    opacity: 1;
}

[data-swiper="real"] a img {
    width: 100%;
}

.realHome .previewReal {
    height: 260px;
}

.realHome .titleReal {
    background: #fff;
    padding: 1em;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width:1199px) {
    .realHome .titleReal {
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .refHome .batiment {
        height: 200px;
        background: url('../../img/batiment.jpg') center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .refHome .batiment img {
        display: none;
    }
    .refHome .batiment div {
        bottom: 1.6em;
    }
    .refHome .batiment div a {
        display: none;
    }
}

@media screen and (max-width:575px) {
    .refHome .batiment h4, .refHome .secteurs h4 {
        font-size: 16px;
    }
}

/********* REALISATIONS *********/

.realisation .info-rea {
    padding: 1em;
    background: #eee;
    transition: 0.4s;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.realisation .info-rea:hover {
    background: #0269c7;
}

.realisation .info-rea:hover h3 {
    color: #fff;
}

.realisation .info-rea:hover span {
    color: #fff;
}

.realisation h3 {
    color: #343434;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    transition: 0.3s;
}

.realisation span {
    transition: 0.3s;
}

.contentImgRea {
    overflow: hidden;
}

.contentImgRea img {
    transition: 0.4s;
}

.zoomImgRea img {
    transform: scale(1.1);
}

[data-grid] img {
    width: 100%;
}

/********* PARC MACHINES *********/

.descr-machines strong, .clients strong {
    color: #0269c7;
}

.descr-machines {
    padding-right: 3em;
    text-align: justify;
}

[data-swiper="machines"] {
    padding-top: 1em;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.machines-prev, .machines-next {
    padding: 1em;
    background: #0269c7;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
}

.machines-prev:hover, .machines-next:hover {
    background: #6bb8ff;
}

.machines-prev {
    left: 0;
}

.machines-next {
    right: 0;
}

[data-swiper="machines"] .swiper-slide {
    width: 100%;
    padding: 0 1em;
}

[data-swiper="machines"] img {
    width: 100%;
}

/********* REFERENCES *********/

[data-swiper="ref"] {
    padding-top: 1em;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.ref-prev, .ref-next {
    padding: 1em;
    background: #0269c7;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
}

.ref-prev:hover, .ref-next:hover {
    background: #6bb8ff;
}

.ref-prev {
    left: -3em;
}

.ref-next {
    right: -3em;
}

[data-swiper="ref"] .swiper-slide {
    width: 100%;
    padding: 0 1em;
}

[data-swiper="ref"] img {
    width: 100%;
}

.gaine-1 {
    position: absolute;
    bottom: -14px;
    right: -10px;
    width: 500px;
}

.gaine-2 {
    position: absolute;
    bottom: 100px;
    right: 15%;
}

@media screen and (max-width:1700px) {
    .gaine-2 {
        right: 7%;
    }
}

@media screen and (max-width:1400px) {
    .gaine-2 {
        right: 0;
    }
}

@media screen and (max-width:1199px) {
    .gaine-2 {
        right: -50px;
        width: 400px;
    }
}

@media screen and (max-width:991px) {
    .gaine-1 {
        width: auto;
    }
    .gaine-2 {
        width: 300px;
        bottom: -50px;
    }
}

@media screen and (max-width:767px) {
    .gaine-1 {
        display: none;
    }
    .gaine-2 {
        display: none;
    }
}

/************* pagination **************/

.zui-pager {
    display: inline-block;
}

.zui-pager .pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.zui-pager .page-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    float: left;
}

.zui-pager .page-item .page-link {
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    padding: 0.5em 1em;
    border: 0;
    font-weight: 300;
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 0 #bbb;
    box-shadow: inset 0 -2px 0 0 #bbb;
    color: #bbb;
}

.zui-pager .page-item .page-link:hover {
    -webkit-box-shadow: inset 0 -4px 0 0 #bbb;
    box-shadow: inset 0 -4px 0 0 #bbb;
}

.zui-pager .page-item.active span {
    -webkit-box-shadow: inset 0 -4px 0 0 #007dc6;
    box-shadow: inset 0 -4px 0 0 #007dc6;
    color: #007dc6;
    font-weight: 600;
}

.zui-pager .page-item.active span:hover {
    -webkit-box-shadow: inset 0 -4px 0 0 #007dc6;
    box-shadow: inset 0 -4px 0 0 #007dc6;
    cursor: default;
}

.zui-pager .page-link[disabled] {
    -webkit-box-shadow: inset 0 -2px 0 0 #007dc6;
    box-shadow: inset 0 -2px 0 0 #007dc6;
    color: #007dc6;
}

.zui-pager .page-link[disabled]:hover {
    -webkit-box-shadow: inset 0 -2px 0 0 #007dc6;
    box-shadow: inset 0 -2px 0 0 #e6e6e6;
    cursor: default;
}

.zui-pager .i-chevron-left, .zui-pager .i-chevron-right {
    margin: 15px;
    border-style: solid;
    border-color: #3a3a3a;
    width: 6px;
    height: 6px;
    display: block;
    cursor: pointer;
}

.zui-pager .i-chevron-left {
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.zui-pager .i-chevron-right {
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/************* partners listing **************/

/*    .partnersListing{cursor:pointer;margin-bottom:1.5em;}
    .partnersListing h3{overflow:hidden;height:55px;}
    .partnersListing a.btn-link{color:#0269c7;display:inline-block;margin:1em 0;}
    .partnersListing:hover a{color:#e36d3d;}
    .partnersListing img{border:#ccc solid 1px;display:block;margin:1em 0;}
    .partnersListing .paragraphe{overflow:hidden;height:60px;}
*/

/************* news listing **************/

/*    .listingNews{margin-bottom:2em;cursor:pointer;}
    .listingNews:hover h3 a{color:#f36f45;}
    .listingNews img{border-left:#ccc solid 1px;border-right:#ccc solid 1px;border-bottom:#ccc solid 1px;}
    .listingNews h3{font-size:1.5em;overflow:hidden;height:25px;margin-bottom:0.5em;}
    .listingNews h3 a{color:#333;}
    .date{background-color:#0269c7;color:#fff;text-align:center;padding:0.2em 0;}
    .listingNews .paragraphe{color:#999;overflow:hidden;height:80px;}
    .listingNews div:first-child{padding-left:0;}*/

/************* news show **************/

/*    .newsShow .date{display:inline-block;padding:0.5em 1em;text-align:center;}
    .newsShow h3{margin:1em 0;}
    .colImg{padding-left:0;}
    .colInfos{padding-right:0;}*/

/************* map **************/

.content-map {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 500px;
}

.marker {
    display: block;
    margin-top: -35px;
    width: 50px;
    height: 70px;
    background-image: url('../../img/marker.png');
    cursor: pointer;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    display: none;
}

.mapboxgl-popup {
    width: 280px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 1em 0.5em;
    top: 3em;
}

.mapboxgl-popup-close-button {
    color: #0269c7;
    font-weight: 900;
    font-size: 20px;
    top: -10px;
    right: 0;
    position: absolute;
}

.mapboxgl-popup address {
    margin: 0;
    color: #333;
}

.mapboxgl-popup h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #0269c7;
}

@media screen and (max-width:767px) {
    .content-map {
        width: 100%;
        height: 260px;
        overflow: hidden;
    }
    #map {
        width: 100%;
        height: 300px;
    }
    .mapboxgl-popup {
        top: 0;
    }
}

/************* footer **************/

#footer {
    background: #232323;
    color: #6a6a6a;
    font-size: 14px;
    padding: 5em 0;
    clear: both;
}

#footer .container {
    display: flex;
    justify-content: space-between;
}

#footer address, #footer ul {
    margin: 0;
}

#footer .titleFooter {
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2em;
}

#footer address a, #footer address span {
    color: #fff;
    font-weight: 700;
}

#footer address p:not(.titleFooter) {
    padding-left: 2em;
    margin-bottom: 1.5em;
}

#footer address i:not(.fa-at) {
    position: absolute;
    top: 5px;
    left: 0;
    color: #0269c7;
}

#footer ul a {
    color: #838383;
    font-weight: 700;
    line-height: 1.8;
}

#footer strong {
    color: #0269c7;
}

@media screen and (max-width:991px) {
    #footer {
        background: #232323;
        color: #6a6a6a;
        font-size: 13px;
    }
    #footer .titleFooter {
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    #footer {
        padding: 3em 0;
    }
    #footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #footer .container>div, #footer .container>address {
        padding: 2em 0;
    }
    #footer .titleFooter {
        margin-bottom: 1em;
    }
}

/************* contact **************/

.contactPage .requis {
    color: #0057a6;
    font-size: 14px;
    letter-spacing: 1px;
}

.contactPage .requis b {
    font-size: 24px;
    color: #0057a6;
    font-weight: 300;
    top: 6px;
    padding-right: 4px;
}

.contactPage form {
    margin-top: 1.5em;
    clear: both;
    width: 100%;
    float: left;
    z-index: 2;
}

.contactPage form label {
    font-size: 14px;
    margin: 0 0 4px 2px;
    font-weight: 600;
    color: #212121;
}

.contactPage form input, .contactPage textarea {
    border: 1px solid #0057a6;
    background: transparent;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 0.5em 0.2em 0.4em 0.7em;
    color: #fff;
}

.contactPage form input {
    text-overflow: ellipsis;
}

.contactPage textarea {
    height: 208px;
}

.contactPage form button[type=submit] {
    margin-top: 1em;
}

.contactPage form i {
    padding: 0 4px 0 2px;
    font-size: 14px;
    color: #0057a6;
}

.contactPage form b {
    color: #fff;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}

select {
    -webkit-appearance: textfield;
}

.infos-contact-horaires {
    margin-bottom: 3em;
}

.infos-contact-horaires img {
    margin-bottom: 1em;
}

.infos-contact-horaires .address-contact i:not(.fa-at) {
    color: #0057a6;
    padding-right: 4px;
}

.infos-contact-horaires .address-contact strong {
    font-size: 15px;
}

.infos-contact-horaires .horaires p:nth-child(1) {
    text-transform: uppercase;
    font-weight: 700;
    color: #0057a6;
    font-size: 16px;
}

.infos-contact-horaires .horaires p {
    line-height: 1.5;
}

.infos-contact-horaires .horaires p span {
    padding-right: 8px;
    font-weight: 700;
}

/************* galerie **************/

[data-swiper="galerie"] {
    overflow: hidden;
    padding: 0;
}

[data-swiper="galerie"] .swiper-slide {
    height: 100%;
    width: 100%;
}

[data-swiper="galerie"] .nav {
    transition: .2s;
    opacity: 0;
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

[data-swiper="galerie"]:hover .nav {
    opacity: 1;
}

[data-swiper="galerie"] .nav button {
    color: #fff;
    position: absolute;
    background: #1f1d14;
    width: 40px;
    height: 40px;
}

[data-swiper="galerie"] .nav button:hover {
    background: #0269c7;
    color: #1f1d14;
}

[data-swiper="galerie"] .nav button.next {
    right: 0;
}

/************* galerie product photo **************/

#photo .box {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .02);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

#photo>[data-swiper] {
    overflow: hidden;
}

#photo .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#photo .swiper-slide>* {
    margin: auto;
    align-self: center;
}

#photo .thumbs {
    user-select: none;
    -moz-user-select: none;
    padding: 10px 40px;
    margin-top: 16px;
}

#photo .thumbs>div {
    overflow: hidden;
}

#photo .thumbs .swiper-wrapper {
    display: flex;
}

#photo .thumbs .swiper-slide {
    max-height: 100px;
    cursor: pointer;
    padding: 5px;
    width: 16.66%;
    max-width: 16.66%;
    flex-basis: 16.66%;
}

#photo .thumbs .swiper-slide>div {
    border: 1px solid #eee;
    transition: border-color .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#photo .thumbs .swiper-slide img {
    max-height: 100%;
}

#photo .thumbs .swiper-slide:hover>div {
    border-color: #d8d8d8;
}

#photo .thumbs .swiper-slide-thumb-active>div {
    border-color: #0269c7!important;
}

#photo .thumbs button {
    padding: 0;
    background: #fafafa;
    color: #333;
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    text-align: center;
}

#photo .thumbs button i {
    margin-left: 0;
}

#photo .thumbs button:hover {
    color: #0269c7;
}

#photo .thumbs button.prev {
    left: 0;
    border-right: 1px solid #eee;
}

#photo .thumbs button.next {
    right: 0;
    border-left: 1px solid #eee;
}

/*----------------------------------------------------< MEDIA QUERIES >---------------------------------------------------*/

/************* min 992 **************/

@media screen and (min-width:1200px) {
    #nav nav>ul {
        margin-bottom: 0;
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        display: flex;
    }
    #nav nav>ul>li {
        padding: 0;
    }
    #nav nav>ul>li:first-child {
        display: none;
    }
    #nav nav>ul>li a {
        color: #232323;
        background: transparent;
        padding: 54px 20px;
    }
    #nav nav>ul>li a:hover {
        color: #fff;
        background: #6bb8ff;
    }
    #nav nav>ul>li[data-sub]>a:after {
        transition: .2s;
        margin-left: 8px;
        font-size: 10px;
        top: -1px;
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
    }
    #nav nav>ul>li[data-sub]>a.open:after {
        transform: rotate(180deg);
        top: 0;
    }
    #nav nav>ul>li ul {
        display: block!important;
        transition: .4s;
        opacity: 0;
        visibility: hidden;
        text-align: center;
        padding: 15px 5px;
        font-size: 14px;
        color: #fff;
        background: #1f1d14;
        position: absolute;
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
    }
    #nav nav>ul>li a.open+ul {
        opacity: 1;
        visibility: visible;
        top: 28px;
    }
    #nav nav>ul>li ul li {
        padding: 2px;
        display: block;
    }
    #nav nav>ul>li ul a {
        text-transform: none;
        letter-spacing: 0;
        padding: 10px 10px;
        font-weight: 400;
        display: block;
    }
}

/************* max 992 **************/

@media screen and (max-width:1199px) {
    [data-nav] {
        display: flex;
    }
    #nav {
        z-index: 99999;
        transform: translateX(-100%);
        transition: box-shadow .6s, transform .6s;
        max-width: calc(100vw - 90px);
        width: 300px;
        overflow: hidden;
        text-transform: uppercase;
        font-size: calc(12px + 3 * (100vw - 320px) / 1080);
        letter-spacing: 1px;
        color: #fff;
        background: #232323;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
    }
    .openNav #nav {
        transform: translateX(0);
        box-shadow: 0 0 2000px 300px rgba(88, 197, 194, .3), 0 0 500px 100px #0269c7;
    }
    #nav nav>ul {
        margin-bottom: 0;
        margin-left: 0;
        overflow-y: scroll;
        height: 100vh;
        width: 500px;
    }
    #nav nav>ul li {
        transition: .6s;
        width: 300px;
        max-width: calc(100vw - 90px);
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    #nav nav>ul>li:not(.show) {
        opacity: 0;
        top: -50px;
    }
    #nav nav>ul>li.show {
        top: 0;
        opacity: 1;
    }
    #nav nav>ul>li:first-child {
        cursor: pointer;
        padding: 10px 15px;
        font-size: 11px;
        opacity: .5;
    }
    #nav nav>ul>li:hover:first-child {
        opacity: 1;
    }
    #nav nav>ul li a {
        font-weight: bold;
        padding: calc(22px + .6%) calc(20px + .6%) calc(20px + .6%);
        display: block;
    }
    #nav nav>ul li a:hover {
        background: #0269c7;
        color: #fff;
    }
    #nav nav>ul>li[data-sub]>a:after {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: calc(50px + 1.2%);
        position: absolute;
        height: 100%;
        right: 0;
        background: rgba(255, 255, 255, .05);
        border-left: 1px solid rgba(0, 0, 0, .5);
        transition: .2s;
        font-size: 16px;
        top: 0;
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
    }
    #nav nav>ul>li[data-sub]>a.open:after {
        content: '\f077';
    }
    #nav nav>ul li ul {
        background: rgba(0, 0, 0, .2);
        display: none;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }
    #nav nav>ul li ul li:last-child {
        border-bottom: 0;
    }
    #nav nav>ul li ul li a {
        font-size: 11px;
        padding: calc(18px + .6%) calc(20px + .6%) calc(16px + .6%);
    }
}