/* GENERAL */

* {
    font-family: "Montserrat";
    transition: all 0.5s
}

h1 {
    color: #444;
    font-size: 45px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    color: #c3c3c3;
    text-transform: uppercase
}

h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

h4 {
    font-size: 28px;
    color: #2f90a6;
    text-transform: uppercase
}

a {
    color: #149C97;
    transition: color 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #2f90a6;
    text-decoration: none
}

.container-fluid {
    padding: 0;
    margin: 0
}

.no-padding {
    padding: 0
}

.titre1 {
    font-size: 40px;
    display: block;
    font-weight: 300;
    line-height: 1;
}

.titre2 {
    font-size: 28px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

button:focus {
    outline: none
}

a.button.lire-la-suite {
    background: #2f90a6;
    color: #fff;
    padding: 10px 55px;
    font-weight: 200;
    display: flex;
    justify-items: center;
    transition: all 0.5s;
}

a.button:hover {
    background: #2f90a6
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    border: 1px solid #4cadc9!important;
}

.breadcrumb {
    background: transparent;
    padding: 13px;
    margin: 0;
}

.breadcrumb a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb a:hover {
    text-decoration: none;
    cursor: default
}

.breadcrumb a.active {
    font-weight: 600
}

.breadcrumb a:not(:first-child):before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 10px;
    margin: 0 10px;
}


/*** HEADER ***/


/*** MAIN NAVBAR ***/

.topnav {
    background: #1c2b39;
    height: 2.15rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4.3rem;
}

.topnav:before {
    content: '';
    position: absolute;
    left: -2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2rem 2rem 2rem;
    border-color: transparent transparent #1c2b39 transparent;
}

@-moz-document url-prefix() {
    .topnav:before {
        border-width: 0 2rem 2.1rem 2rem;
    }
}

.topnav a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0 0.5rem
}

#topNavbar {
    display: flex;
    flex-direction: column;
    padding: 0;
}

#topNavbar a .logo {
    height: 155px;
    margin: 0 auto;
    display: flex;
}

#topNavbar .baseline {
    color: #1c2b39;
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 10px auto;
}

#topNavbar .navbar-brand {
    padding: 5px 30px;
}

#mainNav {
    background: #2f90a6;
    padding: 5px
}

#mainNav a.nav-link {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    transition: all 0.5s;
    padding: 5px 20px;
}

#mainNav.open {
    display: block !important;
    padding-top: 30px;
    background: #2f90a6;
    padding: 20px;
}

#mainNav.open a.nav-link {
    color: #fff
}


/* Dropdown */

#mainNav .dropdown:hover>.dropdown-menu {
    display: block;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
}

#mainNav .dropdown:hover>.dropdown-menu .dropdown-item {
    background: #fff;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #fff
}

#mainNav .dropdown:hover>.dropdown-menu .dropdown-item:hover,
#mainNav .dropdown:hover>.dropdown-menu .dropdown-item:active,
#mainNav .dropdown:hover>.dropdown-menu .dropdown-item:focus,
#mainNav .dropdown:hover>.dropdown-menu .dropdown-item.active {
    color: #149C97;
    padding: 15px;
    border-bottom: 1px solid #000
}


/* Toggler */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    background: #000;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}


/*** SLIDER HOME ***/

#mainHomeSlider {
    height: 690px;
}

#mainHomeSlider .owl-carousel {
    z-index: 30;
    position: relative;
}

#mainHomeSlider .owl-carousel .owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: none;
}

#mainHomeSlider .owl-carousel .owl-nav {
    position: absolute;
    z-index: 80;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 180px;
}

#mainHomeSlider .owl-carousel .owl-nav .owl-prev {
    position: relative;
    z-index: 80;
    width: 40px;
    height: 40px;
    background-image: url('../img/prev.png')!important;
    background-repeat: no-repeat!important;
    background-size: contain !important;
}

#mainHomeSlider .owl-carousel .owl-nav .owl-next {
    position: relative;
    z-index: 80;
    width: 40px;
    height: 40px;
    background-image: url('../img/next.png')!important;
    background-repeat: no-repeat!important;
    background-size: contain !important;
}

#mainHomeSlider .owl-carousel .item {
    height: 690px
}

#mainHomeSlider .owl-carousel .item img {
    height: 100%;
    object-fit: cover;
}

#mainHomeSlider .caption {
    position: absolute;
    color: #fff;
    background: rgba(255, 255, 255, 0.6);
    top: 42%;
    left: 300px;
    padding: 20px 50px;
    min-width: 600px;
}

#mainHomeSlider .caption h1 {
    color: #333;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
}

#mainHomeSlider .caption h1#text:after {
    content: '';
    background: #2f90a6;
    height: 30px;
    width: 4px;
    position: absolute;
    margin-left: 10px;
}

#mainHomeSlider .caption .subtitle {
    color: #fff;
    font-weight: 200;
    font-size: 25px;
}


/*** SERVICES HOMEPAGE ***/

.services {
    padding-top: 70px;
    padding-bottom: 0
}

.services .item {
    position: relative;
    display: flex;
    height: 300px;
    margin-bottom: 30px
}

.services .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .item .caption {
    transition: all 1s;
    position: absolute;
    z-index: 300;
    color: #fff;
    bottom: 5px;
    left: 25px
}

.services .item .overlay {
    transition: all 1s;
    position: absolute;
    z-index: 500;
    bottom: 35px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom right, transparent 50%, rgba(47, 144, 166, 1) 51%) 0 100%/100% 40px no-repeat;
}

.services .item::after {
    transition: all 1s;
    content: '';
    background: #2f90a6;
    height: 35px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.services .item:hover::after {
    height: 100px
}

.services .item:hover .overlay {
    bottom: 100px
}

.services .item:hover .caption {
    bottom: 40px;
}


/*** INFOS HOMEPAGE ***/

.infos {
    padding-top: 70px;
    padding-bottom: 0
}

.infos .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #444
}

.infos .item img {
    display: flex;
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 5px;
}

.infos .item span {
    text-align: center;
    display: block;
    height: 80px;
    display: flex;
    align-items: center;
}


/*** PARTENAIRES HOMEPAGE ***/

.partenaires {
    padding-top: 70px;
    padding-bottom: 40px
}

.partenaires .item img.photo {
    height: 60%;
    top: 0;
    object-fit: cover;
    width: 100%;
}

.partenaires .item .logo {
    height: 40%;
    background: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.partenaires .item .logo img {
    object-fit: contain;
    height: 30px
}

.partenaires .owl-partenaires {
    position: relative;
    width: 70%;
    z-index: 1000;
    height: 500px;
}

.partenaires .owl-partenaires .owl-nav {
    position: absolute;
    z-index: 200;
    background: #69a7b5;
    left: 0;
    top: 0;
    width: 28%;
    height: 500px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partenaires .owl-partenaires .owl-nav button {
    margin: 8px;
    margin-right: -60px;
}

.partenaires .owl-partenaires .item {
    transition: all 0.5s;
    flex-direction: column;
    display: flex;
    height: 300px;
    -webkit-box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.2);
}

.partenaires .owl-partenaires .item:hover {
    -webkit-box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.6);
}

.partenaires .owl-partenaires .owl-stage {
    height: 500px;
    align-items: center;
    display: flex;
    z-index: 800
}

.partenaires .owl-partenaires .owl-stage-outer {
    z-index: 800;
    left: 300px;
}


/*** PAGES ***/

#page a {
    color: #2f90a6
}

#page .vc_single_image-img.attachment-full {
    width: 100%;
}

#page .w-100 figure,
#page .w-100 figure .vc_single_image-wrapper {
    width: 100% !important
}

#page .services-row {
    margin: 0
}

#single-page .bandeau-int,
#page .bandeau-int {
    background: #f4f4f4
}

#single-page .actualite,
#page .individuelle {
    padding: 50px 0;
}

#single-page .actualite img.wp-post-image {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    margin: 30px auto
}

#single-page .actualite .date {
    font-size: 17px;
    color: #c3c3c3;
    margin: 10px 0;
    font-weight: 700
}

#actus-page {
    padding: 100px;
}

.bandeau-int {
    display: flex;
    flex-direction: column;
}

.bandeau-int .background {
    height: 150px;
    background: url(../img/bandeau-int.jpg);
    background-repeat: no-repeat;
    display: flex;
    min-width: 100%;
    background-size: cover;
}

#page.partenaires {
    padding-top: 0
}

#page.partenaires .item {
    margin: 15px 0;
    border-bottom: 1px solid #c3c3c3;
}

#page.partenaires .item .logo {
    padding: 10px;
    height: 30%;
}

#page.partenaires .item .bloc {
    height: 300px
}

#page.partenaires .item span {
    font-weight: 700;
    display: block;
}

#page.partenaires .item .titre {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700
}

#page.partenaires .item .sous-titre {
    font-size: 18px;
    color: #2f90a6
}

#page.partenaires .item .description {
    margin-top: 10px;
    font-weight: 300;
}

#page.partenaires .item a {
    background: #2f90a6;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    width: 180px;
    align-items: center;
    justify-content: center;
}

#page.prolongateurs .item-file {
    transition: background 0.5s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 15px;
}

#page.prolongateurs .item-file .texte {
    width: 70%
}

#page.prolongateurs .item-file .texte .titre {
    color: #2f90a6;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 5px
}

#page.prolongateurs .item-file .texte span {
    font-weight: 300;
    color: #444;
}

#page.prolongateurs .item-file .picto {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-left: 10%;
    align-items: flex-end;
    transition: all 0.5s
}

#page.prolongateurs .item-file .picto img {
    object-fit: contain;
    display: flex;
}

#page.prolongateurs .item-file .picto span {
    font-size: 13px;
    margin-top: 5px;
    color: #444;
    display: flex;
    transition: none!important
}

#page.prolongateurs .item-file:hover {
    background: #2f90a6;
}

#page.prolongateurs .item-file:hover .texte .titre,
#page.prolongateurs .item-file:hover .texte span {
    color: #fff
}

#page.prolongateurs .item-file:hover .picto {
    background: #fff;
    padding: 15px;
    align-items: center;
    justify-content: center;
}


/*** FOOTER ***/

footer {
    padding: 30px;
    color: #333;
    border-top: 2px solid #149C97;
    margin-top: 20px
}

footer a {
    color: #333
}


/*** ABOUT ****/


/*** ACTUS ***/

#actus {
    background: #333;
    padding: 100px;
}

#actus-page .actu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.5s
}

#actus-page .actu:hover {
    box-shadow: 16px 16px 0px -5px rgba(0, 0, 0, 0.1);
}

#actus .actu {
    background: #fff;
    transition: all 0.5s
}

#actus .actu:hover {
    box-shadow: 16px 16px 0px -5px rgba(255, 255, 255, 0.2)
}

#actus .actu img,
#actus-page .actu img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

#actus .actu .content,
#actus-page .actu .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#actus .actu .content a.titre-actu,
#actus-page .actu .content a.titre-actu {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

#actus .actu .content .date,
#actus-page .actu .content .date {
    font-size: 15px;
    color: #c3c3c3;
    margin-top: 2px;
}

#actus .actu .content .extrait,
#actus-page .actu .content .extrait {
    font-size: 15px;
    margin-top: 10px;
}

#actus .actu .content a.button.lire-la-suite,
#actus-page .actu .content a.button.lire-la-suite {
    margin-top: 15px;
    align-self: flex-end;
}


/*** CONTACT CUSTOM ***/


/*** Contact Form ***/

.rang-form {
    width: 100%;
}

.colonne {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wpcf7 input[type="text"]:focus {
    background: #fff;
}

.wpcf7-submit {
    display: block;
    margin: 0 auto;
    color: #2f90a6;
    border-color: #2f90a6;
    font-size: 14px;
    line-height: 49px;
    background-color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 1px;
    padding-left: 26px;
    padding-right: 26px;
    transition: all 1s;
}

.wpcf7-submit:hover {
    background: #2f90a6;
    color: #ffffff;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #fff!important;
    background: rgba(212, 40, 10, 0.8);
    padding: 5px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    border: none!important;
    background: #f4f4f4;
    padding: 18px !important;
    color: #000;
    text-align: center;
    margin: 0;
    font-size: 15px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    font-size: 16px !important;
    border: none!important;
    background: #f4f4f4;
    padding: 18px !important;
    color: #000;
    margin: 0;
}

span.champ-obligatoire {
    font-size: 13px;
    margin-bottom: 20px;
    float: right
}

.wp-block-media-text,
.wp-block-media-text__content {
    padding: 4% 8% 0 8%!important;
}