/*

Theme Name: Connect SA
Theme URI: https://agencemcrea.fr/
Author: Agence M-Créa
Author URI: https://agencemcrea.fr/
Description : Connect SA
Version: 1.0

*/

/* =============================

---------------- ORGANISATION CSS :

CHAPITRE 1 - 
CHAPITRE 2 - 
CHAPITRE 3 - 
CHAPITRE 4 - 
CHAPITRE 5 - 

================================ */

@charset "utf-8";
@import url("https://use.typekit.net/wft4iug.css");

/* =============================

--- X - CONSTRUCTION - CONNECT SA

================================ */

body {
margin: 0;
font-family: "degular", sans-serif;
font-weight: 400;
line-height: 1.3;
color: var(--connect_gris);
background-color: var(--connect_blanc);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#wrapper {
width: 100%;
overflow: hidden;
}

a {
text-decoration: none;
color: var(--connect_gris);
-webkit-transition: all .5s;  
-o-transition: all .5s;  
transition: all .5s;
}

a:hover {
color: var(--connect_gris);
text-decoration: none;
}

a:not([href]):not([tabindex]) {
cursor: pointer;
}

*
*:focus,
*:active,
h5, h5 a {
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

p, h1, h2, h3, h4, li {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}

p,
#zonetxt img {margin-bottom: 15px;}

@media (max-width: 991px) {
    img {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    }
} 

[class*="col-"] p:last-child {margin-bottom: 0;}

b, strong {font-weight: 600;}

h1, h2, h3,
h4, h5, h6 {
font-family: "degular-display", sans-serif;
color: var(--connect_bleu);  
font-weight: 400;
margin-top: 0;
margin-bottom: 20px;
}

h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong {
font-weight: 600;
}

ul {-webkit-padding-start: 15px;padding-inline-start: 15px;}

img { 
max-width: 100%;
-webkit-user-drag: none; 
-khtml-user-drag: none; 
-moz-user-drag: none; 
-o-user-drag: none; 
user-drag: none; 
}

blockquote {
display: block;
margin: 0;
margin-top: 25px;
margin-bottom: 25px;
background: var(--connect_rouge);
color: var(--connect_blanc);
padding: 30px;
}

blockquote * {
color: var(--connect_blanc);
}

/* ===== COOKIES / API G ===== */

.wordpress-gdpr-privacy-settings-popup-services-buttons .btn {
border-radius: 0;
font-weight: 600;
}

.wordpress-gdpr-privacy-settings-popup-logo img {
width: auto;
}

.grecaptcha-badge {
display: none !important;
visibility: hidden !important;
}

/* ===== Bootstrap 5 Col ===== */

.col-5col {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
float: left;
}

@media (min-width: 768px) {
  .col-5col {width: 100%;float: left;}
}

@media (min-width: 992px) {
  .col-5col {width: 25%;float: left;}
}

@media (min-width: 1200px) {
  .col-5col {width: 20%;float: left;}
}

/* ===== CONTAINER ===== */

.container-fluid {padding: 0 10%;}
.container-fluid.init {padding: 0;}

.container {
max-width: 1300px;
padding-left: 30px;
padding-right: 30px;
} 

@media (max-width: 2000px) {
  .container-fluid { padding: 0 7%; }
}

@media (max-width: 1370px) {
  .container-fluid { padding: 0 50px; }
}

@media (max-width: 1199px) {
  .container { padding: 0 5%; }
}

@media (max-width: 991px) {
  .container-fluid { padding: 0 30px; }
}

/* ===== COLORS ===== */

:root {
  --connect_noir:       #000000;
  --connect_gris:       #878787;
  --connect_grisclair:  #EEEEEE;
  --connect_blanc:      #FFFFFF;
  --connect_bleu:       #242528;
  --connect_rouge:      #E43739;
  --connect_bleu30:     #242528cc;
  --connect_rouge30:    #E43739f2;
}

::-moz-selection {background-color: #242528;}
::selection {background-color: #242528;}

/* =============================

--- X - BOUTON - CONNECT SA

================================ */

/* H5 BTN */

h5 {
display: inline-block;
position: relative;
z-index: 1;
}

h5 a {
display: block;
border: 1px solid var(--connect_bleu);
color: var(--connect_bleu);
font-size: 22px;
text-transform: uppercase;
padding: 15px 25px;
border-radius: 30px;
}

.fondnoir h5 a {
border: 1px solid var(--connect_blanc);
color: var(--connect_blanc);
}

main#builder h5 a {
margin-top: 15px;
}

h5.gris a {
background: var(--connect_grisclair);
}

h5 a:hover {
color: var(--connect_bleu);
padding: 15px 30px;
}

@media (max-width: 767px) {
    h5 a {
    font-size: 20px;
    padding: 10px 20px !important;
    }
}

/* Plus BTN */

a.plusbtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 55px;
height: 55px;
background: #F0F0F0;
border: 2px solid #F0F0F0;
border-radius: 50%;
text-decoration: none !important;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 35px;
}

a.plusbtn:hover {
background: transparent;
}

a.plusbtn i {
color: var(--connect_bleu);
}

a.plusbtn:hover i {
color: var(--connect_bleu);
}

a.plusbtn.dark:hover i {
color: #F0F0F0;
}

/* =============================

--- X - SCROLLTOP - CONNECT SA

================================ */

/* Scroll Top */

#scrollTop {
position: fixed;
z-index: 1000;
cursor: pointer;
right: 20px;
bottom: 170px;
opacity: 0;
visibility: hidden;
}

@media (min-width: 768px) {
  #scrollTop.show {
  opacity: 1;
  visibility: visible;
  }
}

#scrollTop svg {
width: 30px;
}

#scrollTop svg .st0{
fill: var(--rita_gris);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

#scrollTop:hover svg .st0{
fill: var(--connect_bleu);
}

/* =============================

--- X - TXT STYLE - CONNECT SA

================================ */

/* ===== RESPONSIVE ===== */

body {font-size: 19px;}
h1,.h1 {font-size: 40px;}
h2,.h2 {font-size: 32px;}
h3,.h3 {font-size: 25px;}
h4,.h4 {font-size: 22px;}

@media (max-width: 1300px) {
  body {font-size: 17px;}
  h1,.h1 {font-size: 35px;}
  h2,.h2 {font-size: 28px;}
  h3,.h3 {font-size: 20px;}
  h4,.h4 {font-size: 19px;}
}

@media (max-width: 991px) {
  body {font-size: 16px;}
  h1,.h1 {font-size: 28px;}
  h2,.h2 {font-size: 24px;}
  h4,.h4 {font-size: 18px;}
}

/* ===== INSIDE ===== */

.zonetxt :not(h5) a {
text-decoration: underline;
}

.zonetxt :not(h5) a:hover {
text-decoration: none;
}

/* ===== COULEURS ===== */

.fondnoir h1, .fondnoir h2,
.fondnoir h3, .fondnoir h4,
.fondnoir a,  .fondnoir a:hover,
.fondnoir p, .fondnoir li {
color: var(--connect_blanc) !important;
}

/* ===== LI ===== */

.zonetxt ul {
-webkit-padding-start: 40px;
padding-inline-start: 40px;
}

.zonetxt ul li {
margin-bottom: 15px;
list-style-position: outside;
list-style-type: none;
position: relative;
}

.zonetxt ul li:before {
content: "\e907";
font-family: 'icomoon';
position: absolute;
left: -40px;
top: 5px;
}

.zonetxt ul li:last-child,
.zonetxt ul li * {
margin-bottom: 0;
}

.zonetxt ul li ul {
-webkit-padding-start: 0;
        padding-inline-start: 0;
list-style-type: none;
}

.zonetxt ul li ul li:before {
content: '-';
position: initial;
margin-right: 5px;
}

/* =============================

--- X - NAV - CONNECT SA

================================ */

#navigation {
position: absolute;
z-index: 900;
width: 100%;
}

nav.navbar {
padding: 0.5rem 0;
}

/* Logo */

nav.navbar .navbar-brand {
padding: 0;
margin: 0;
}

nav.navbar .navbar-brand svg {
width: 200px;
}

nav.navbar .navbar-brand svg .st0 {
fill: var(--connect_blanc);
}

nav.navbar .navbar-brand svg .st1 {
fill: var(--connect_rouge);
}

/* Links */

@media (min-width: 992px) {
    #navitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    }
}

nav.navbar ul.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

nav.navbar ul.navbar-nav li {
padding: 20px 30px 30px;
}

nav.navbar ul.navbar-nav li:last-child {
padding-right: 0;
}

nav.navbar ul.navbar-nav li a {
color: var(--connect_blanc);
text-transform: uppercase;
position: relative;
padding: 0;
}

nav.navbar ul.navbar-nav > li.active > a {
color: var(--connect_rouge);
font-weight: 600;
}

nav.navbar ul.navbar-nav > li:last-child a {
border: 1px solid var(--connect_blanc);
width: 80px;
display: block;
padding: 5px;
text-align: center;
font-size: 25px;
border-radius: 25px;
}

nav.navbar ul.navbar-nav > li:last-child a:hover {
background: var(--connect_blanc);
color: var(--connect_rouge);
}

nav.navbar ul.navbar-nav > li:last-child a:before {
display: none !important;
}

/* Hover */

nav.navbar ul.navbar-nav li:not(.dropdown) a:before {
content: '';
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
bottom: -5px;
width: 0;
height: 2px;
border-bottom: 2px solid var(--connect_blanc);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

nav.navbar ul.navbar-nav li a:hover:before {
width: 50px;
}

nav.navbar ul.navbar-nav li.active a:before {
display: none;
}

/* ===== DROPDOWN ===== */

nav.navbar ul li:hover .dropdown-menu {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
background: transparent;
margin: 0;
padding: 0;
top: 77px;
border: none;
}

nav.navbar .dropdown-toggle::after {
content: "\f107";
font-family: 'FontAwesome';
border: none;
vertical-align: initial;
margin-left: 5px;
}

nav.navbar ul.navbar-nav li ul.dropdown-menu li {
padding: 0;
}

nav.navbar ul.navbar-nav li .dropdown-menu a {
background: var(--connect_blanc);
color: var(--connect_bleu);
padding: 7px 15px;
text-align: center;
}

nav.navbar ul.navbar-nav li .dropdown-menu a.all {
background: var(--connect_rouge);
color: var(--connect_blanc);
}

nav.navbar ul.navbar-nav li .dropdown-menu a:hover {
background: var(--connect_bleu);
color: var(--connect_blanc);
}

@media (min-width: 992px) {
    nav.navbar ul li:hover .dropdown-menu {
    display: block;
    }
    body.disablehover nav.navbar ul li:hover .dropdown-menu {
    display: none !important;
    }
    .dropdown-menu.show {
    display: none;
    }
    nav.navbar li.dropdown:hover .dropdown-toggle::after {
    content: "\f106";
    }
}

/* ===== DROPDOWN SLIDER  ===== */

nav.navbar #dropdownslider {
width: 100%;
position: fixed;
background: var(--connect_blanc);
left: 0;
top: 85px;
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
border: none;
padding: 0 15px;
margin: 0;
border-radius: 0;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

nav.navbar #dropdownslider .col-5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 100%;
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
        flex: 0 0 20%;
max-width: 20%;
}

nav.navbar #dropdownslider a {
background: transparent !important;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;  
text-align: left; 
white-space: initial;
}

nav.navbar #dropdownslider a img {
width: 60px;
height: 60px;
margin-right: 20px;
}

nav.navbar #dropdownslider a:hover img {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

nav.navbar #dropdownslider a h4 {
width: 190px;
margin: 0;
font-size: 20px;
color: var(--connect_bleu);
font-weight: 400;
text-transform: initial;
}

nav.navbar #dropdownslider a:hover h4 {
color: var(--connect_rouge);
}

/* Arrow */

nav.navbar .swiper-button-next,
nav.navbar .swiper-button-prev {
color: var(--connect_rouge);
}

nav.navbar .swiper-button-prev {
left: 20px;
}

nav.navbar .swiper-button-next {
right: 20px;
}

/* ===== HAMBURGER ===== */

nav.navbar .navbar-toggler {
border: none;
border-radius: 0;
padding: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

nav.navbar .navbar-toggler[aria-expanded="true"] {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

nav.navbar .navbar-toggler .line {
width: 40px;
height: 3px;
background-color: var(--connect_blanc);
display: block;
margin: 8px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

nav.navbar .navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
width: 20px
}

nav.navbar .navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
width: 30px
}

/* ===== FIXED ===== */

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

#navigation.fixed nav.navbar {
background: var(--connect_bleu);
position: fixed;
z-index: 999;
top: 0;
width: 100%;
padding: 0;
box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-webkit-animation: menu_sticky 0.7s ease-in-out;
animation: menu_sticky 0.7s ease-in-out;
}

#navigation.fixed nav.navbar ul.navbar-nav li {
padding: 20px 30px 20px;
}

#navigation.fixed nav.navbar ul.navbar-nav li:last-child {
padding: 0;
}

#navigation.fixed nav.navbar .navbar-brand svg {
width: 165px;
position: relative;
top: 5px;
}

#navigation.fixed nav.navbar #dropdownslider {
top: 62px;  
}

@media (max-width: 698px) {
    #navigation.fixed nav.navbar #dropdownslider {
    top: 64px;  
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1410px) {
    #topbar {
    margin-top: 0;
    }
    #navigation.fixed nav.navbar {
    width: 100%;
    }
    nav.navbar #dropdownslider a h4 {
    font-size: 17px;
    }
}

@media (max-width: 1199px) {
    #topbar {
    margin-top: 0;
    }
    #navigation.fixed nav.navbar {
    width: 100%;
    }
    nav.navbar #dropdownslider a {
    padding: 15px 0;
    }
    nav.navbar #dropdownslider a img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    }
}

@media (max-width: 1100px) {
    nav.navbar #dropdownslider a h4 {
    width: 180px;
    font-size: 15px;
    }
    nav.navbar #dropdownslider a img {
    width: 40px;
    height: 40px;
    }
}


@media (max-width: 991px) {

    nav.navbar {
    background: var(--connect_bleu);
    padding: 10px 30px;
    }

    nav.navbar .navbar-brand svg {
    width: 175px;
    position: relative;
    top: 5px;
    }

    nav.navbar ul.navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    text-align: left;
    max-height: 75vh;
    overflow-y: scroll;
    }

    nav.navbar ul.navbar-nav li {
    padding: 15px 0;
    }

    nav.navbar ul.navbar-nav li:last-child {
    padding-bottom: 0;
    }

    nav.navbar ul.navbar-nav li a:after {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    }

    nav.navbar ul li:hover .dropdown-menu {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 20px;
    text-align: left;
    }

    nav.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    max-width: 100%;
    margin-top: 20px;
    }

    nav.navbar ul.navbar-nav li .dropdown-menu a {
        text-align: left;
    white-space: initial;
    }

    #navigation.fixed nav.navbar {
    width: 100%;
    padding: 10px 30px;
    }

    #navigation.fixed nav.navbar ul.navbar-nav li {
    padding: 15px 0;
    }

    #navigation.fixed nav.navbar ul.navbar-nav > li:last-child {
    padding: 15px 0 0;
    }

    #navigation.fixed nav.navbar ul.navbar-nav li ul li {
    padding: 0;
    }

    nav.navbar ul.navbar-nav li:not(.dropdown) a:before {
    display: none;
    }

}

/* =============================

--- X - MODALS - CONNECT SA

================================ */

.modal {
display: block !important;
visibility: hidden;
-webkit-transition: all .8s;
-o-transition: all .8s;
transition: all .8s;
}

body.modal-open .modal.show {
z-index: 999999999999 !important;
visibility: visible;
}

.modal.modal-top .modal-dialog {
max-width: 100%;
}

.modal.modal-top.show .modal-dialog {
-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}

.modal.modal-top .modal-content {
overflow-y: auto;
border: none;
border-radius: 0;
background: var(--connect_bleu);
box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

.modal.modal-top .modal-dialog {
-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
-webkit-transition: -webkit-transform .8s ease-out;
transition: -webkit-transform .8s ease-out;
-o-transition: transform .8s ease-out;
transition: transform .8s ease-out;
transition: transform .8s ease-out, -webkit-transform .8s ease-out;
margin: 0px auto 0 0;
}

.modal-backdrop {
background-color: transparent;
}

.modal-backdrop.show {
opacity: 0;
background-color: var(--connect_blanc);
-webkit-animation-duration: .8s;
        animation-duration: .8s;
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
-webkit-animation-name: backdropfade;
        animation-name: backdropfade;
}

@-webkit-keyframes backdropfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes backdropfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

.modal-header {
background: rgb(0 0 0 / 20%);
border: none;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.modal-header a {
text-align: right;
margin: 0;
font-size: 15px;
color: var(--connect_blanc) !important;
cursor: pointer;
position: relative;
}

.modal-header a:after {
content: '';
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
bottom: -5px;
width: 15px;
height: 2px;
border-bottom: 1px solid var(--connect_blanc);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.modal-header a:hover:after {
width: 50px;
}

.modal-body {
padding: 50px;
}

.modal-body .zonetxt {
text-align: center;
max-width: 1000px;
margin: 0 auto 40px;
}

.modal-body .zonetxt * {
color: var(--connect_blanc);
}

.modal-body .zonetxt h2 {
margin-bottom: 5px;
}

div.wpcf7 {
max-width: 990px;
margin: 0 auto;
}

/* =============================

--- X - INDEX - CONNECT SA

================================ */

/* ===== INDEX Z1 ===== */

#index_z1,
#zoneback .swiper-slide .item {
position: relative;
height: 100vh;
min-height: 750px;
background: var(--connect_bleu);
}

#zoneback .swiper-slide img {
width: 100%;
height: 100%;
min-height: 600px;
position: absolute;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
opacity: .6;
}

/* Logotype */

#zonelogo {
position: absolute;
z-index: 5;
top: 50%;
left: 120px;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

#zonelogo svg {
width: 550px;
}

#zonelogo svg#baseline .st0 {
fill:var(--connect_blanc);  
}

#zonelogo svg#baseline .st1 {
fill:var(--connect_rouge);  
}

@media (max-height: 900px) {
#zonelogo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 150px;
    }
}

/* Cases */

#zonecase {
position: absolute;
bottom: 100px;
width: 100%;
z-index: 10;
}

#zonecase .swiper-wrapper {
-webkit-transition: 3s !important;
-o-transition: 3s !important;
transition: 3s !important;
}

#zonecase .swiper-slide .item {
position: relative;
background: var(--connect_bleu);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
        transform-origin: bottom;
width: 100%;
max-width: 500px;
min-height: 200px;
height: 15vw;
max-height: 250px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: end;
padding: 30px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#zonecase .swiper-slide-thumb-active .item {
-webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

#zonecase .item span {
width: 115px;
position: relative;
bottom: -50px;
opacity: 0;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

#zonecase .swiper-slide-thumb-active .item span {
bottom: 0px;
opacity: 1;
}

#zonecase .swiper-slide .item:after {
content: '';
background: var(--connect_blanc);
position: absolute;
bottom: 0;
left: 0;
height: 5px;
}

#zonecase .swiper-slide-thumb-active .item.play:after {
-webkit-animation-duration: 8s;
        animation-duration: 8s;
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
-webkit-animation-name: lineanimate;
        animation-name: lineanimate;
}

@-webkit-keyframes lineanimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineanimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

#zonecase .swiper-slide .item img {
position: absolute;
width: 120px;
right: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
opacity: 0.3;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#zonecase .swiper-slide-thumb-active img {
opacity: 1 !important;
}

#zonecase .swiper-slide .item h3 {
text-transform: uppercase;
color: var(--connect_blanc);
margin: 0;
position: relative;
z-index: 1;
}

/* ===== INDEX Z2 ===== */

#index_z2 {
padding-top: 170px;
padding-bottom: 170px;
background: var(--connect_bleu);
position: relative;
}

#index_z2 .zonetxt {
position: relative;
z-index: 11;
}

#index_z2 h1 {
margin-bottom: 40px;
}

#index_z2 .plusbtn {
margin-top: 40px;
}

/* SVG*/

#index_z2 .zonesvg {
width: 400px;
height: 400px;
position: relative;
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
-webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
-webkit-transition: -webkit-transform 1s ease;
transition: -webkit-transform 1s ease;
-o-transition: transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
}

#index_z2:hover .zonesvg {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1)
}

#index_z2 .zonesvg div[class^="nb"] {
width: 100%;
position: absolute;
pointer-events: none;
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
}

#index_z2 .zonesvg .st0 {fill:#E43739;}
#index_z2 .zonesvg .st1 {fill:#828795;}
#index_z2 .zonesvg .st2 {fill:#FFFFFF;}
#index_z2 .zonesvg .st3 {fill:#7A5B5F;fill-opacity:0.4;}
#index_z2 .zonesvg .st4 {opacity:0.2;}
#index_z2 .zonesvg .st5 {fill:#6F6F6F;}


#index_z2 .zonesvg div[class^="nb"] svg {
opacity: 0;
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}

#index_z2 .zonesvg div[class^="nb"] svg.go {
opacity: 1;
}

/* Line */

#index_z2 svg#line {
width: 95%;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
pointer-events: none;
}

#index_z2 svg#line .st0 {
fill:none;
stroke:var(--connect_rouge);
stroke-width:0.5;
stroke-miterlimit:10;
}

#index_z2 svg#line .line2 {
stroke-dasharray: 731 733;
stroke-dashoffset: 732;
-webkit-animation: RRSBvQLj_draw_0 12200ms linear 0ms infinite,
           RRSBvQLj_fade 12200ms linear 0ms infinite;
        animation: RRSBvQLj_draw_0 12200ms linear 0ms infinite,
           RRSBvQLj_fade 12200ms linear 0ms infinite;
}

#index_z2 svg#line .line1 {
stroke-dasharray: 1564 1566;
stroke-dashoffset: 1565;
-webkit-animation: RRSBvQLj_draw_1 12200ms linear 0ms infinite,
           RRSBvQLj_fade 12200ms linear 0ms infinite;
        animation: RRSBvQLj_draw_1 12200ms linear 0ms infinite,
           RRSBvQLj_fade 12200ms linear 0ms infinite;
}

@-webkit-keyframes RRSBvQLj_draw {
    100% {stroke-dashoffset: 0;}
}

@keyframes RRSBvQLj_draw {
    100% {stroke-dashoffset: 0;}
}
@-webkit-keyframes RRSBvQLj_fade {
    0% {stroke-opacity: 1;}
    94.44444444444444% {stroke-opacity: 1;}
    100% {stroke-opacity: 0;}
}
@keyframes RRSBvQLj_fade {
    0% {stroke-opacity: 1;}
    94.44444444444444% {stroke-opacity: 1;}
    100% {stroke-opacity: 0;}
}
@-webkit-keyframes RRSBvQLj_draw_0 {
    11.11111111111111% {stroke-dashoffset: 732;}
    52.77777777777778% {stroke-dashoffset: 0;}
    100% {stroke-dashoffset: 0;}
}
@keyframes RRSBvQLj_draw_0 {
    11.11111111111111% {stroke-dashoffset: 732;}
    52.77777777777778% {stroke-dashoffset: 0;}
    100% {stroke-dashoffset: 0;}
}
@-webkit-keyframes RRSBvQLj_draw_1 {
    11.11111111111111% {stroke-dashoffset: 1565;}
    52.77777777777778% {stroke-dashoffset: 0;}
    100% {stroke-dashoffset: 0;}
}
@keyframes RRSBvQLj_draw_1 {
    11.11111111111111% {stroke-dashoffset: 1565;}
    52.77777777777778% {stroke-dashoffset: 0;}
    100% {stroke-dashoffset: 0;}
}

/* ===== INDEX Z3 ===== */

#index_z3 {
position: relative;
padding-top: 140px;
padding-bottom: 140px;
background: var(--connect_grisclair);
overflow: hidden;
}

#index_z3 .zonetxt h4 {
margin: 0;
text-transform: uppercase;
}

#index_z3 .controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#index_z3 .controls .swiper-button-prev,
#index_z3 .controls .swiper-button-next {
position: relative;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin: 0;
margin-right: 20px;
left: initial;
border: 1px solid var(--connect_bleu);
background: var(--connect_grisclair);
color: var(--connect_bleu);
border-radius: 30px;
width: 80px;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

#index_z3 .controls .swiper-button-prev:hover,
#index_z3 .controls .swiper-button-next:hover {
background: var(--connect_bleu);
color: var(--connect_grisclair);
}

#index_z3 .controls .swiper-button-next:after,
#index_z3 .controls .swiper-button-prev:after {
font-size: 25px;
}

/* Diaporama */

#index_z3 .diapometiers {
margin: 80px 0 100px;
}

#index_z3 .swiper-slide {
width: 280px;
}

#index_z3 .swiper-slide:first-child {margin-left: 10%;}

@media (max-width: 1370px) {
  #index_z3 .swiper-slide:first-child { margin-left: 50px; }
}

@media (max-width: 1199px) {
  #index_z3 .swiper-slide:first-child { margin-left: 5%; }
}

@media (max-width: 991px) {
  #index_z3 .swiper-slide:first-child { margin-left: 0; }
  #index_z3 .swiper-slide {
  padding: 0 30px;
  margin-top: 20px;
  }
}

#index_z3 .diapometiers .zoneimg {
width: 100%;
height: 400px;
margin-bottom: 20px;
overflow: hidden;
position: relative;
}

#index_z3 .diapometiers .zoneimg .picto {
position: absolute;
z-index: 1;
top: 15px;
left: 15px;
background: var(--connect_rouge);
border-radius: 50%;
width: 50px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
} 

#index_z3 .diapometiers .inside:hover .zoneimg .picto {
-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}

#index_z3 .diapometiers .zoneimg .picto img {
margin: 0;
width: 90%;
-o-object-fit: contain;
   object-fit: contain;
-o-object-position: center;
   object-position: center;
-webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
}

#index_z3 .diapometiers .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
}

#index_z3 .diapometiers .inside:hover .zoneimg img {
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
        transform: scale(1.3);
}

#index_z3 .diapometier h4 {
font-weight: 600;
margin: 0;
}

/* End */

#index_z3 .end {
text-align: center;
}

/* SVG */

#index_z3 object {
pointer-events: none;
width: 120%;
position: absolute;
bottom: -20px;
left: -20px;
}

/* ===== INDEX Z4 ===== */

#index_z4,
#index_z4 .item,
#index_z4 .item .img {
height: 700px;
position: relative;
}

#index_z4 .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#index_z4 .item .metadonnes {
width: 750px;
padding-right: 100px;
padding-left: 150px;
}

#index_z4 .item h4 {

}

#index_z4 .item h1 {
text-transform: uppercase;
margin-bottom: 10px;
}

#index_z4 .item .tags {
margin: 10px 0 40px;
}

#index_z4 .item .metadonnes .cat {
margin-bottom: 5px;
}

#index_z4 .item .cat span {
border: 1px solid var(--connect_bleu);
color: var(--connect_bleu);
text-transform: uppercase;
padding: 2px 10px;
border-radius: 20px;
display: inline-block;
margin: 4px 2px;
}

#index_z4 .item .tags span {
background: var(--connect_rouge);
color: var(--connect_blanc);
text-transform: uppercase;
padding: 2px 10px;
border-radius: 20px;
display: inline-block;
margin: 4px 2px;
}

#index_z4 .item .tags span:first-child,
#index_z4 .item .tags span:first-child {
margin-left: 0;
}

#index_z4 .item h5 {

}

#index_z4 .item .img {
width: calc(100% - 750px);
height: 100%;
position: relative;
overflow: hidden;
}

#index_z4 .item .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: bottom;
   object-position: bottom;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

#index_z4 .item:hover .img img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;   
}

#index_z4 .item .img object {
pointer-events: none;
max-height: 70%;
position: absolute;
right: 0;
bottom: 0;
}

/* Arrow */

#index_z4 .swiper-button-next,
#index_z4 .swiper-button-prev {
color: var(--connect_bleu);
}

#index_z4 .swiper-button-prev {
left: 20px;
}

#index_z4 .swiper-button-next {
right: 20px;
}

/* ===== INDEX Z5 ===== */

#index_z5 {
padding: 120px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#index_z5 div {
margin: 0 100px;
}

.illuline svg {
width: 400px;
}

.illuline svg .st0{
fill:none;
stroke: var(--connect_noir);
stroke-width:3;
stroke-linecap:round;
stroke-linejoin:round;
stroke-miterlimit:10;
}

.bqLeyryt_0 {
stroke-dasharray: 505 507;
stroke-dashoffset: 506;
-webkit-animation: bqLeyryt_draw_0 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
        animation: bqLeyryt_draw_0 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
}

.bqLeyryt_1 {
stroke-dasharray: 838 840;
stroke-dashoffset: 839;
-webkit-animation: bqLeyryt_draw_1 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
        animation: bqLeyryt_draw_1 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
}

.bqLeyryt_2 {
stroke-dasharray: 1403 1405;
stroke-dashoffset: 1404;
-webkit-animation: bqLeyryt_draw_2 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
        animation: bqLeyryt_draw_2 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
}

.bqLeyryt_3 {
stroke-dasharray: 135 137;
stroke-dashoffset: 136;
-webkit-animation: bqLeyryt_draw_3 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
        animation: bqLeyryt_draw_3 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
}

.bqLeyryt_4 {
stroke-dasharray: 131 133;
stroke-dashoffset: 132;
-webkit-animation: bqLeyryt_draw_4 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
        animation: bqLeyryt_draw_4 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
}

.bqLeyryt_5 {
stroke-dasharray: 409 411;
stroke-dashoffset: 410;
-webkit-animation: bqLeyryt_draw_5 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
        animation: bqLeyryt_draw_5 15000ms linear 0ms infinite, bqLeyryt_fade 15000ms linear 0ms infinite;
}

@-webkit-keyframes bqLeyryt_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bqLeyryt_fade {
    0% {
        stroke-opacity: 1;
    }
    93.54838709677419% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@keyframes bqLeyryt_fade {
    0% {
        stroke-opacity: 1;
    }
    93.54838709677419% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@-webkit-keyframes bqLeyryt_draw_0 {
    12.903225806451612% {
        stroke-dashoffset: 506;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw_0 {
    12.903225806451612% {
        stroke-dashoffset: 506;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bqLeyryt_draw_1 {
    12.903225806451612% {
        stroke-dashoffset: 839;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw_1 {
    12.903225806451612% {
        stroke-dashoffset: 839;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bqLeyryt_draw_2 {
    12.903225806451612% {
        stroke-dashoffset: 1404;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw_2 {
    12.903225806451612% {
        stroke-dashoffset: 1404;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bqLeyryt_draw_3 {
    12.903225806451612% {
        stroke-dashoffset: 136;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw_3 {
    12.903225806451612% {
        stroke-dashoffset: 136;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bqLeyryt_draw_4 {
    12.903225806451612% {
        stroke-dashoffset: 132;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw_4 {
    12.903225806451612% {
        stroke-dashoffset: 132;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bqLeyryt_draw_5 {
    12.903225806451612% {
        stroke-dashoffset: 410;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes bqLeyryt_draw_5 {
    12.903225806451612% {
        stroke-dashoffset: 410;
    }
    45.16129032258064% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

#index_z5 .zonext {
    
}

#index_z5 .zonetxt h1 {
margin-bottom: 30px;
}

/* ===== INDEX Z6 ===== */

#index_z6 {
position: relative;
padding-top: 140px;
padding-bottom: 140px;
background: var(--connect_grisclair);
overflow: hidden;
}

#index_z6 .zonetxt h4 {
margin: 0;
}

#index_z6 .inside {
z-index: 100;
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#index_z6 .inside .zonelkd {
margin-left: 100px;
color: var(--connect_bleu);
text-decoration: none;
}

#index_z6 .inside .zonelkd i {
border: 1px solid var(--connect_bleu);
color: var(--connect_bleu);
display: inline-block;
width: 70px;
padding: 5px;
text-align: center;
font-size: 25px;
border-radius: 25px;
margin-right: 20px;
}

#index_z6 .inside .zonelkd:hover i {
background: var(--connect_bleu);
color: var(--connect_blanc);
}

#feedlinkedin {
opacity: 0;
-webkit-animation: fadeIn 1s ease-in-out 4s forwards;
        animation: fadeIn 1s ease-in-out 4s forwards;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*

#index_z6:after {
content: '';
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
background: var(--connect_grisclair);
width: 200px;
height: 176px;
bottom: 0;
z-index: 9999999 !important;
}

#feedlinkedin:before,
#feedlinkedin:after {
content: '';
width: 60px;
height: 1000px;
background: var(--connect_grisclair);
position: absolute;
z-index: 50;
bottom: 0;
}

#feedlinkedin:before {
left: 0;
}

#feedlinkedin:after {
right: 0;
}

*/


/* =============================

--- X - METIERS  - CONNECT SA

================================ */

/* ===== METIERS Z1 ===== */

#builder.metiers_z1 {

}

#builder.metiers_z1 section:nth-child(2),
#builder.ref_z1 section:nth-child(2) {
padding-top: 120px;
padding-bottom: 30px;
}

#builder.metiers_z1 section:nth-child(3),
#builder.ref_z1 section:nth-child(3) {
padding-top: 0;
padding-bottom: 120px;  
}

#builder.metiers_z1 .bloc_VIDEO100,
#builder.ref_z1 .bloc_VIDEO100,
#builder.metiers_z1 .bloc_VIDEO100 video,
#builder.ref_z1 .bloc_VIDEO100 video {
height: 200px;
-o-object-fit: cover;
   object-fit: cover;
}

#builder.metiers_z1 .bloc_VIDEO100:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
background: var(--connect_rouge30);
bottom: 0;
opacity: .9;
}

/* ===== METIERS Z2 ===== */

#metiers_z2 {
position: relative;
padding: 140px 0;
background: var(--connect_grisclair);
}

#metiers_z2 #entrance {
text-align: center;
margin-bottom: 70px;
}

.anchor {
max-width: 1300px;
margin: 0 auto;
}

.anchor a {
background: var(--connect_blanc);
padding: 2px 15px;
font-size: 20px;
margin: 5px;
border-radius: 15px;
display: inline-block;
}

.anchor a br {
display: none;
}

.anchor a.active {
background: var(--connect_rouge);  
color: var(--connect_blanc) !important;  
}

/* Slider */

#zonemetiers {
margin-bottom: 90px;
position: relative;
overflow: hidden;
}

#zonemetiers .swiper-slide {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: auto;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#zonemetiers .inside {
width: 100%;
max-width: 1000px;
height: auto;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#zonemetiers .inside div[class^='col'] {
padding: 0;
}

#zonemetiers img.background {
position: absolute;
-o-object-fit: cover;
   object-fit: cover;
width: 100%;
height: 100%;
-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
}

#zonemetiers .content,
#zonemetiers .liste {
height: 580px;
}

#zonemetiers .content {
position: relative;
background: var(--connect_bleu30);
padding: 50px 40px;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#zonemetiers .content *,
#zonemetiers .liste * {
color: var(--connect_blanc);
}

#zonemetiers .content img {
width: 95px;
margin-bottom: 5px;
position: relative;
left: -15px;
}

#zonemetiers .content .zonetxt {
padding-left: 40px;
}

#zonemetiers .content .zonetxt *:last-child,
#zonemetiers .liste *:last-child,
#zonemetiers .liste ul li:last-child, {
margin-bottom: 0;
}

#zonemetiers .liste {
background: var(--connect_rouge30);
padding: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#zonemetiers .liste ul {
margin: 0;
}

#zonemetiers .liste ul li {
margin: 10px 0;
}

/* SVG */

#metiers_z2 object {
pointer-events: none;
width: 120%;
position: absolute;
bottom: -20px;
left: -20px;
}

/* =============================

--- X - REFERENCES  - CONNECT SA

================================ */

#builder.ref_z1 {

}

#builder.ref_z1 .bloc_VIDEO100 {
background: var(--connect_gris);
}

#builder.ref_z1 .bloc_VIDEO100 video {
opacity: .3;
}

#builder.ref_z1 .anchor {
margin: 0;
margin-left: -5px;
}

#builder.ref_z1 .anchor a {
background: var(--connect_grisclair);
}

#builder.ref_z1 .anchor a.active {
background: var(--connect_rouge);
}

/* ===== REFERENCES Z2 ===== */

#ref_z2 {
padding-top: 40px;
padding-bottom: 160px;
}

#ref_z2 .item {

}

#ref_z2 .item > a,
#ref_z2 #end.item .zoneend {
position: relative;
overflow: hidden;
width: 100%;
height: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 15px 0;
}

#ref_z2 .item > a {
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: end;
background: var(--connect_bleu);
}

#ref_z2 .item > a img {
position: absolute;
width: 100%;
height: 100%;
opacity: .3;
-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
}

#ref_z2 .item > a:hover img {
opacity: 1;
-webkit-filter: grayscale(0);
        filter: grayscale(0);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}

#ref_z2 .item > a .zonetxt {
position: relative;
z-index: 1;
max-width: 300px;
padding: 20px;
padding-right: 40px;
}

#ref_z2 .item > a .zonetxt span {
background: var(--connect_rouge);
color: var(--connect_blanc);
padding: 2px 10px;
font-size: 15px;
border-radius: 15px;
display: inline-block;
}

#ref_z2 .item > a .zonetxt h2 {
color: var(--connect_blanc);
margin: 0;
}

/* End */

#ref_z2 #end.item .zoneend {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
background: transparent;
}

#ref_z2 #end.item .illuline svg {
width: 100%;
margin-bottom: 15px;
}

#ref_z2 #end.item .illuline svg .st0{
fill: none;
stroke: var(--connect_noir);
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}

#ref_z2 #end.item .illuline svg .LEgOcMPr_0 {
stroke-dasharray:2438 2440;
stroke-dashoffset:2439;
-webkit-animation:LEgOcMPr_draw_0 15000ms linear 0ms infinite,
          LEgOcMPr_fade 15000ms linear 0ms infinite;
        animation:LEgOcMPr_draw_0 15000ms linear 0ms infinite,
          LEgOcMPr_fade 15000ms linear 0ms infinite;
}

@-webkit-keyframes LEgOcMPr_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes LEgOcMPr_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes LEgOcMPr_fade {
    0% {
        stroke-opacity: 1;
    }
    94.44444444444444% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@keyframes LEgOcMPr_fade {
    0% {
        stroke-opacity: 1;
    }
    94.44444444444444% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@-webkit-keyframes LEgOcMPr_draw_0 {
    11.11111111111111% {
        stroke-dashoffset: 2439;
    }
    38.88888888888889% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes LEgOcMPr_draw_0 {
    11.11111111111111% {
        stroke-dashoffset: 2439;
    }
    38.88888888888889% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/* =============================

--- X - PLAN DU SITE - CONNECT SA

================================ */

div#wp-realtime-sitemap-pages,
div#wp-realtime-sitemap-references {
margin: 50px 0;
}

div#wp-realtime-sitemap-pages li,
div#wp-realtime-sitemap-references li {
color: var(--connect_rouge);
}

div#wp-realtime-sitemap-pages a,
div#wp-realtime-sitemap-references a {
color: var(--connect_rouge);
text-decoration: none;
font-weight: 600;
font-size: 20px;
}

div#wp-realtime-sitemap-pages a:hover,
div#wp-realtime-sitemap-references a:hover {
text-decoration: underline;
}

/* =============================

--- X - WPCF7 - CONNECT SA

================================ */

div.wpcf7 {
width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
text-align: center;
width: 100%;
padding: 5px;
border-radius: 0px;
margin-bottom: 10px !important;
border: none;
border-bottom: 2px solid transparent;
background: var(--connect_blanc);
}

.wpcf7-form-control-wrap input[type="file"] {
cursor: pointer;
-moz-text-align-last: center;
     text-align-last: center;
background: transparent;
color: var(--connect_blanc);
}

.wpcf7 input[type="checkbox"] {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 20px;
margin-bottom: 0 !important;
}

span.wpcf7-form-control-wrap[data-name="checkbox-971"] {
padding: 10px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
text-align: center;
}

.sectbox span.wpcf7-list-item {
margin: 0 10px !important;
}

.wpcf7 label {
margin-bottom: 5px;
font-size: 16px;
color: var(--connect_blanc);
width: 100%;
text-align: center;
}

.wpcf7 .sectbox {
margin: 10px 0 15px !important;
}

.wpcf7 span.wpcf7-list-item {
margin: 0;
}

.wpcf7-form-control-wrap textarea {
height: 110px;
min-height: 110px !important;
width: 100% !important;
}

.wpcf7 .col-checkbox {
text-align: center;
}

.wpcf7 span.mtn-form span {
margin: 0;
color: var(--connect_blanc);
text-transform: initial;
font-weight: 200;
}

.wpcf7 span.mtn-form span label {
font-size: 12px;
line-height: 17px;
}

/* Submit */

.wpcf7-submit {
background-color: var(--connect_bleu);
color: var(--connect_blanc);
border: 1px solid var(--connect_blanc);
margin: 30px auto 0;
font-size: 22px;
padding: 10px 30px 15px;
border-radius: 30px;
text-decoration: none;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
cursor: pointer !important;
}

.wpcf7-submit:hover {
background: var(--connect_blanc);
color: var(--connect_bleu);
}

.wpcf7-spinner {
position: absolute;
bottom: 15px;
background: rgb(255 255 255 / 5%);
}

/* Validations errors */

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border: none !important;
background: transparent !important;
padding: 0 !important;
color: var(--connect_rouge) !important;
margin: 20px 0 0 0 !important;
text-align: center;
font-size: 17px;
}

.wpcf7-not-valid {
border-color: var(--connect_rouge) !important;
}

span.wpcf7-not-valid-tip {
display: none;
}

.wpcf7-not-valid.mtn-form span.wpcf7-list-item {
border-bottom: 2px solid var(--connect_rouge) !important;
}

/* Validations ok */

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
border: none !important;
background: transparent !important;
padding: 0 !important;
color: #0BC400 !important;
margin: 20px 0 0 0 !important;
text-align: center;
font-size: 17px;
}

/* =============================

--- X - BUILDER - CONNECT SA

================================ */

main#builder {
position: relative;
overflow: hidden;
}

main#builder section [class^="col"] *:last-child{
margin-bottom: 0;
}

main#builder section {
padding: 120px 0;
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
}

main#builder section:not(.bloc_SPACE):first-child {
padding-top: 0;
}

main#builder section img {
max-width: 100%;
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
}

main#builder img:hover {
-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
        transform: scale(0.95);
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}

@media (max-width: 991px) {
  main#builder section {
  padding: 60px 0;
  }
}

/* ===== SPACER ===== */

main#builder .bloc_SPACE {
padding: 60px 0 0;
}

/* ===== 1 COLONNES ===== */

main#builder .bloc_COL1 .zonetxt {
max-width: 1000px;
}

main#builder .bloc_COL1 #coldroite img {
width: 100%;
height: 100%;
min-height: 300px;
-o-object-fit: cover;
   object-fit: cover;
}

/* ===== 1 / 2 COLONNES ===== */

main#builder .bloc_COL1-2 .row [class^="col"] {
margin-bottom: 50px;
}

main#builder .bloc_COL1-2 .row:last-child {
margin-bottom: -50px;
}

/* ===== BLOC 3 COLONNES /
  BLOC 5 COLONNES - BUILDER ===== */

main#builder .bloc_COL-IMG [class^="col"] {
margin: 20px 0;
}

main#builder .bloc_COL-IMG .bloc-intro {
margin-bottom: 25px;
}

main#builder .bloc_COL-IMG .bloc {
}

main#builder .bloc_COL-IMG img {
margin-bottom: 20px;
}

/* ===== IMAGE100 ===== */

main#builder .bloc_IMAGE100 {
padding: 0;
}

main#builder .bloc_IMAGE100 img {
width: 100%;
}

main#builder .bloc_IMAGE100 .zonetxt {
text-align: center;
position: absolute;
top: 15px;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

main#builder .swiper-pagination {
position: absolute;
bottom: 30px;
}

main#builder .swiper-pagination-bullet {
height: 30px;
width: 30px;
opacity: 1;
}

main#builder .swiper-pagination-bullet {
position: relative;
height: 10px;
width: 10px;
opacity: 1;
margin: 0 10px;
background: var(--connect_bleu);
}

/* ===== VIDEO100 ===== */

main#builder .bloc_VIDEO100 {
padding: 0;
}

main#builder .bloc_VIDEO100 video {
width: 100%;
margin-bottom: -10px;
}

/* ===== MASONNERIE ===== */

main#builder .bloc_MASONRY .vignettes {
opacity: 1;
padding: 20px;
}

main#builder .bloc_MASONRY .bloc {
position: relative;
overflow:hidden;
}

/* Vignettes */

main#builder .bloc_MASONRY .vignettes img {
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
width: 100%;
}

main#builder .bloc_MASONRY .vignettes .bloc:hover img{
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}

main#builder .bloc_MASONRY .vignettes .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
height: 100%;
width: 100%;
background-image: url(images/007.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: 1s all;
-o-transition: 1s all;
transition: 1s all;
}

main#builder .bloc_MASONRY .vignettes:hover .overlay {
opacity: 1;
}

main#builder .bloc_MASONRY .vignettes .overlay h1 {
font-size: 25px;
font-weight: 500;
margin: 0;
color: var(--connect_blanc);
}

/* ===== ACCORDEON ===== */

main#builder .bloc_ACCORDION #intro {
margin-bottom: 55px;
}

main#builder .bloc_ACCORDION .item {
margin-bottom: 25px;
}

main#builder .bloc_ACCORDION button {
width: 100%;
background: none;
border: 1px solid var(--connect_rouge);
padding: 0;
overflow: hidden;
    position: relative;
-webkit-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
}

main#builder .bloc_ACCORDION button[aria-expanded="true"] {
border-color: var(--connect_rouge) !important;
}

main#builder .bloc_ACCORDION button:hover {
cursor: pointer;
}

main#builder .bloc_ACCORDION button:before {
content: '';
width: 0;
height: 100%;
background: var(--connect_rouge);
position: absolute;
left: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

main#builder .bloc_ACCORDION button[aria-expanded="true"]:before {
width: 100%;
}

main#builder .bloc_ACCORDION button h2 {
padding: 20px 115px 20px 20px;
margin: 0;;
color:var(--connect_rouge);
font-size: 30px;
font-weight: 500;
text-align: left;
position: relative;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
-o-user-select: none !important;
user-select: none !important;
}

main#builder .bloc_ACCORDION button[aria-expanded="true"] h2 {
color: var(--connect_blanc)!important;
}

main#builder .bloc_ACCORDION button h2:before {
content: "\e907";
font-family: 'icomoon';
margin-right: 15px;
font-size: 22px;
display: inline-block;
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

main#builder .bloc_ACCORDION button:hover h2:before {
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

main#builder .bloc_ACCORDION button h2:after {
content: "\e90c";
font-family: 'icomoon';
border: 1px solid var(--connect_rouge);
width: 80px;
display: block;
padding: 5px;
text-align: center;
font-size: 25px;
border-radius: 25px;
margin-right: 0;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .5s all;
-o-transition: .5s all;
transition: .5s all;
}

main#builder .bloc_ACCORDION button[aria-expanded="true"] h2:after{
content: "\e903";
border-color: var(--connect_blanc)!important;
}

main#builder .bloc_ACCORDION .card-body {
padding: 20px 0;
background-position: top center;
background-size: 250px;
background-repeat: no-repeat;
}

main#builder .bloc_ACCORDION .card-body.zonetxt * {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
-o-user-select: none !important;
user-select: none !important;
}

/* ===== CHIFFRES ===== */

main#builder .bloc_CHIFFRES .bloc {
margin: 20px 0 !important;
max-width: 230px;
}

main#builder .bloc_CHIFFRES h1 {
font-size: 70px;
margin-bottom: 10px;
}

main#builder .bloc_CHIFFRES h4 {
font-weight: 300;
}

main#builder .bloc_CHIFFRES h1,
main#builder .bloc_CHIFFRES h4 {
text-align: center;
}

/* ===== DIAPORAMA + TEXTE ===== */

main#builder .bloc_DIAPOTXT {

}

main#builder .bloc_DIAPOTXT .zonetxt {
max-width: 1000px;
}

main#builder .bloc_DIAPOTXT #coldroite img {
width: 100%;
height: 100%;
min-height: 300px;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
}

main#builder .bloc_DIAPOTXT .swiper-pagination {
position: relative;
bottom: 50px;
}

/* ===== IMG 100% + TEXTE / G&D ===== */

main#builder .bloc_IMGTXT100,
main#builder .bloc_IMGTXT100 .container-fluid {
padding: 0;
}

main#builder .bloc_IMGTXT100 .ztxt {
padding: 5%;
min-height: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: relative;
z-index: 1;
}

main#builder .bloc_IMGTXT100 .ztxt *:last-child{
margin-bottom: 0;
}

main#builder .bloc_IMGTXT100 .img100 {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
-webkit-transition: 1s all;
-o-transition: 1s all;
transition: 1s all;
}

main#builder .bloc_IMGTXT100:hover .img100 {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}

/* Responsive */

@media (max-width: 991px) {
  main#builder .bloc_IMGTXT100 .ztxt {
  padding: 45px;
  min-height: auto;
  }
  main#builder .bloc_IMGTXT100 .img100 {
  height: 400px;
  }
}

/* ===== BLOC DDL ===== */

main#builder .bloc_DDL {

}

main#builder .bloc_DDL #intro {
margin-bottom: 30px;
}

main#builder .bloc_DDL a {
text-decoration: none;
}

main#builder .bloc_DDL .metadonnes {
background: var(--connect_blanc);
border: 1px solid var(--connect_bleu);
padding: 20px;
margin: 25px 0;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: block;
text-align: center;
color: var(--connect_bleu);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

main#builder .bloc_DDL .metadonnes:hover {
background: var(--connect_bleu);
}

main#builder .bloc_DDL .metadonnes svg,
main#builder .bloc_DDL .metadonnes h3 {
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

main#builder .bloc_DDL .metadonnes:hover h3 {
color: var(--connect_blanc);
}

main#builder .bloc_DDL .metadonnes svg {
width: 60px;
margin-bottom: 15px;
}

main#builder .bloc_DDL .metadonnes svg .st0 {
fill: var(--connect_bleu);
}

main#builder .bloc_DDL .metadonnes:hover svg .st0 {
fill: var(--connect_bleu);
}

main#builder .bloc_DDL .metadonnes h3 {
font-size: 21px;
font-weight: 500;
text-decoration: none;
}

/* ===== SHARE ===== */

.bloc_SHARE,
.bloc_SHARE .container-fluid {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.bloc_SHARE .share {
color: var(--connect_bleu);
font-weight: normal;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.bloc_SHARE .addtoany_shortcode {
margin-left: 10px;
}

/* ===== FORMULAIRE ===== */

main#builder .bloc_FORMULAIRE {
background: var(--connect_bleu);
padding: 130px 0;
}

main#builder .bloc_FORMULAIRE .zonetxt {
text-align: center;
max-width: 800px;
margin: 0 auto 30px !important;
}

/* ===== MAPS ===== */

main#builder .bloc_MAPS {
padding: 0;
}

main#builder .bloc_MAPS #maps {
width: 100%;
height: 350px;
}

main#builder .bloc_MAPS #maps .marker {
background-image: url(images/pointer.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 80px !important;
height: 100px !important;
}

/* ===== CUSTOM ===== */






/* =============================

--- X - FOOTER - CONNECT SA

================================ */

footer {
position: relative;
z-index: 1;
background: var(--connect_bleu);
padding: 70px 0;
}

footer object {
height: 90%;
pointer-events: none;
position: absolute;
bottom: 0;
right: 0;
}

/* */

footer #ftlogo {
width: 350px;
}

footer #ftlogo svg {
width: 230px;
}

footer #ftlogo svg .st0 {
fill: var(--connect_blanc);
}

footer #ftlogo svg .st1 {
fill: var(--connect_rouge);
}

footer #ftlogo svg rect {
display: none;
}

footer #ftlogo hr {
margin: 0;
border-color: var(--connect_blanc);
position: relative;
top: -10px;
}

/* */ 

footer #ftcoord {
margin-top: 30px;
}

footer #ftcoord .inside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
max-width: 1100px;
position: relative;
z-index: 1;
}

footer #ftcoord .inside div.infos {
text-decoration: none;
color: var(--connect_blanc);
}

footer #ftcoord .inside div.infos:first-child { 
margin-left: 0;
}

footer #ftcoord .inside div.infos:last-child {
margin-right: 0;
}

footer #ftcoord .inside div.infos * {
color: var(--connect_blanc) !important;
}

footer #ftcoord .inside div.infos .call {
border: 1px solid var(--connect_blanc);
width: 80px;
display: block;
padding: 5px;
text-align: center;
font-size: 25px;
border-radius: 25px;
margin-right: 0;
}

footer #ftcoord .inside div.infos .call:hover {
background: var(--connect_blanc);
}

footer #ftcoord .inside div.infos .call:hover i {
color: var(--connect_bleu) !important;
}

footer #footrecrut {
margin-top: 40px;
}

footer #footrecrut a {
color: var(--connect_blanc);
display: table;
}

footer #footrecrut a:hover {
text-decoration: underline;
}

footer #ftlogos {
margin-top: 55px;
}

footer #ftlogos a img {
  width: 140px;
  margin: 0 25px;
  opacity: .4;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

footer #ftlogos a:hover img {
opacity: 1;
}

footer #ftlogos a:first-child img {
margin-left: 0;
}

/* Copyright */

#copyright {
padding-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

#copyright h6 {
font-family: inherit;
font-size: 13px;
font-weight: 300;
letter-spacing: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
text-decoration: none !important;
}

#copyright h6,
#copyright h6 a {
color: var(--connect_gris);
}

#copyright .client a:hover {
color: var(--connect_gris);
}

#copyright .mcrea:hover h6,
#copyright .mcrea:hover h6 a {
color: var(--connect_gris);
}

#copyright h6 a:before {
content: '/';
margin: 0 5px;
text-decoration: none !important;
}

#copyright .mcrea a:hover {
text-decoration: none !important;
}

#copyright .mcrea .ico {
display: inline-block;
width: 30px;
height: 30px;
margin: 0 10px;
border-radius: 50%;
text-align: center;
position: relative;
text-decoration: none;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: relative;
top: -9px;
/* Effect */
-webkit-transition: -webkit-transform 1s, opacity 1.3s;
-webkit-transition: opacity 1.3s, -webkit-transform 1s;
transition: opacity 1.3s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s, -webkit-transform 1s;
}

#copyright .mcrea:hover .ico {
-webkit-box-shadow: 0 0 0 2px var(--connect_rouge);
        box-shadow: 0 0 0 2px var(--connect_rouge);
background: var(--connect_rouge);
}

#copyright .mcrea .ico:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content:'';
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* Effect */
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
background: var(--connect_gris);
-webkit-transition: -webkit-transform 1s, opacity 1.3s;
-webkit-transition: opacity 1.3s, -webkit-transform 1s;
transition: opacity 1.3s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s, -webkit-transform 1s;
}

#copyright .mcrea:hover .ico:after {
background: var(--connect_rouge);
}

#copyright .mcrea .ico:before {
speak: none;
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}

#copyright .mcrea:hover .ico:after {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: 0;
}

#copyright .mcrea .ico svg#agencemcrea {
position: absolute;
width: 27px;
left: 2px;
top: 10px;
fill: var(--connect_blanc);
-webkit-transition: -webkit-transform 1s, opacity 1.3s;
-webkit-transition: opacity 1.3s, -webkit-transform 1s;
transition: opacity 1.3s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s, -webkit-transform 1s;
}

#copyright .mcrea:hover .ico svg#agencemcrea {
fill: var(--connect_blanc);
}

@media (max-width: 767px) {

    #copyright .client h6 {
    font-size: 12px;
    display: -ms-grid;
    display: grid;
    line-height: 1.5;
    }

    #copyright h6 a:before,
    #copyright h6 a:after {
    display: none;    
    }

    #copyright h6 {font-size: 12px;}

    #copyright .mcrea {
    margin-top: 20px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    }

}

/* =============================

--- X - RESPONSIVE - CONNECT SA

================================ */

@media (max-width: 1550px) {

    /* ==== INDEX ==== */
    #zonecase .swiper-slide .item img {
    top: 65px;
    width: 90px;
    }
    #index_z4, #index_z4 .item,
    #index_z4 .item .img {
    height: 600px;
    }
    #index_z4 .item .metadonnes {
    width: 600px;
    }
    #index_z4 .item .img {
    width: calc(100% - 600px);
    }

    /* ==== FOOTER ==== */
    footer object {
    right: -10%;
    }

    /* ==== /// ==== */

}

@media (max-width: 1300px) {

    /* ==== INDEX ==== */
    #zonelogo svg {
    width: 400px;
    }
    #zonecase .swiper-slide .item {
    max-width: initial;
    max-height: initial;
    width: 200px;
    height: 180px;
    }
    #zonecase .swiper-slide .item img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 25px;
    width: 90px;
    }

    /* ==== METIERS ==== */
    #zonemetiers .inside {
    max-width: 880px;
    }

    #zonemetiers .content,
    #zonemetiers .liste {
    height: 500px;
    }
    /* ==== /// ==== */

}

@media (max-width: 1199px) {

    /* ==== INDEX ==== */
    #index_z5 div {
    margin: 0 50px;
    }

    /* ==== BUILDER ==== */
    main#builder section {
    padding: 70px 0;
    }

    main#builder .bloc_DDL .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    /* ==== FOOTER ==== */
    footer object {
    right: -30%;
    }
    #copyright {
    padding-top: 50px;  
    }
    /* ==== /// ==== */

}

@media (max-width: 991px) {

    /* ==== INDEX ==== */
    #index_z1,
    #zoneback .swiper-slide .item {
    min-height: 900px;
    }
    #zonelogo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 200px;
    left: 0;
    }
    #zonelogo svg {
    width: 350px;
    }
    #zonecase .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #zonecase .swiper-wrapper .swiper-slide {
    width: 50% !important;
    }
    #zonecase .swiper-slide .item {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; 
    }
    #zonecase .swiper-slide-thumb-active .item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    }
    #zonecase .swiper-slide .item {
    width: 100%;
    height: 170px;
    min-height: auto;
    }
    #index_z2 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #index_z2 .zonesvg {
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    }
    #index_z3 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #index_z3 .diapometiers {
    margin: 20px 0 70px;
    }
    #index_z4, #index_z4 .item,
    #index_z4 .item .img {
    height: 450px;
    }
    #index_z4 .item .metadonnes {
    width: 500px;
    padding-right: 80px;
    padding-left: 30px;
    }
    #index_z4 .item .img {
    width: calc(100% - 500px);
    }
    #index_z4 .swiper-button-prev {
    display: none;
    }
    #index_z5 {
    padding: 60px 0;
    }
    #index_z5 div {
    margin: 0 30px;
    }
    #index_z5 .illuline svg {
    width: 90%;
    }
    #index_z6 {
    padding-top: 80px;
    padding-bottom: 80px;
    }
    #index_z6 .inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    #index_z6:after {
    height: 115px;
    }

    /* ==== METIERS ==== */
    #builder.metiers_z1 section:nth-child(2),
    #builder.ref_z1 section:nth-child(2) {
    padding-top: 70px;
    padding-bottom: 30px;
    }
    #builder.metiers_z1 section:nth-child(3),
    #builder.ref_z1 section:nth-child(3) {
    padding-top: 0;
    padding-bottom: 50px;
    }
    #metiers_z2 {
    padding: 70px 0 30px;
    }
    #zonemetiers .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    #zonemetiers .swiper-slide {
    margin: 0;
    height: auto;
    }
    #zonemetiers .inside {
    display: block;
    margin: 0 30px;
    }
    #zonemetiers .content,
    #zonemetiers .liste {
    height: auto;
    }
    #zonemetiers .content .zonetxt {
    margin-top: 0;
    padding-left: 30px;
    }
    #zonemetiers .liste ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 200px;
       -moz-column-gap: 200px;
            column-gap: 200px;
    }
    #metiers_z2 #entrance {
    margin-bottom: 50px;
    }
    #zonemetiers {
    margin-bottom: 40px;
    }
    /* ==== RÉFERENCES ==== */
    #ref_z2 {
    padding-top: 0;
    padding-bottom: 50px;
    }
    #ref_z2 .item > a,
    #ref_z2 #end.item .zoneend {
    height: 400px;
    }
    #ref_z2 .item > a .zonetxt {
    padding: 20px;
    padding-right: 20px;
    }

    /* ==== BUILDER ==== */
    main#builder section {
    padding: 40px 0;
    }
    main#builder .bloc_COL1 #coldroite img {
    max-height: 600px;
    padding-top: 35px;
    }
    main#builder section.bloc_COL-IMG .col-5col img {
    max-width: 100%;
    max-height: 400px;
    }
    main#builder .bloc_CHIFFRES .bloc {
    margin: 20px auto !important;
    }
    main#builder .bloc_DIAPOTXT #coldroite img {
    max-height: 600px;
    margin-top: 35px;
    }
    main#builder .bloc_ACCORDION button h2 {
    font-size: 20px;
    padding: 20px 115px 20px 20px;
    text-align: left !important;
    }
    main#builder .bloc_ACCORDION button h2:after {
    font-size: 25px;
    }
    main#builder .bloc_MASONRY .vignettes .overlay h1 {
    font-size: 20px;
    }
    main#builder .bloc_IMAGE100 .zonetxt {
    display: none;
    }
    main#builder .bloc_IMAGE100 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 15px;
    }
    main#builder .bloc_IMAGE100 .swiper-pagination-bullet-active:after {
    width: 35px;
    height: 35px
    }

    /* ==== FOOTER ==== */
    footer object {
    opacity: .3;
    }
    footer #ftlogo,
    footer #ftcoord,
    footer #ftlogos,
    #copyright {
    position: relative;
    z-index: 1;
    }
    /* ==== /// ==== */

}

@media (max-width: 767px) {

    /* ==== INDEX ==== */
    #index_z1,
    #zoneback .swiper-slide .item {
    min-height: 800px;
    }
    #zonelogo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 130px;
    left: 0;
    }
    #zonecase {
    bottom: 30px;
    }
    #zonelogo svg {
    width: 300px;
    }
    #index_z3 .diapometiers .zoneimg {
    height: 250px;
    }
    #index_z4, #index_z4 .item,
    #index_z4 .item .img {
    height: 500px;
    }
    #index_z4 .item .metadonnes {
    width: 70%;
    padding-right: 15px;
    padding-left: 30px;
    }
    #index_z4 .item .img {
    width: 30%;
    }
    #index_z5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    }
    #index_z5 div {
    margin: 0;
    }
    #index_z5 .illuline svg {
    width: 100%;
    margin-bottom: 20px;
    }
    #index_z6 .inside {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    #index_z6 .inside .zonelkd {
    margin-left: 0;
    }

    /* ==== METIERS ==== */
    #zonemetiers .liste ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    }
    .anchor a {
    padding: 2px 5px;
    font-size: 15px;
    margin: 3px;
    }

    /* ==== BUILDER ==== */
    main#builder .bloc_DDL .metadonnes {
    width: auto;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: scroll;
    }
    main#builder .bloc_DDL .metadonnes h3 {
    font-size: 16px;
    }
    main#builder .bloc_DDL .metadonnes i {
    font-size: 30px;
    margin-bottom: 10px;
    }
    main#builder .bloc_CHIFFRES h1 {
    font-size: 50px;
    margin-bottom: 5px;
    }
    main#builder .bloc_ACCORDION button h1 {
    padding: 17px 15px;
    padding-right: 50px;
    font-size: 18px;
    }
    main#builder .bloc_FORMULAIRE {
    background: var(--connect_bleu);
    padding: 60px 0;
    }
    span.wpcf7-form-control-wrap[data-name="checkbox-971"] {
    margin-bottom: 15px !important;
    }

    /* ==== FOOTER ==== */
    footer #ftcoord {
    margin-top: 20px;
    }
    footer #ftcoord .inside {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    }
    footer #ftcoord .inside div.infos {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    }
    footer #ftcoord .inside div.infos:nth-child(4),
    footer #ftcoord .inside div.infos:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 20px;
    margin-top: 20px;
    }
    footer #ftlogos a img {
    width: 130px;
    margin: 0 20px;
    }
    /* ==== /// ==== */

}

@media (max-width: 650px) {

    /* ==== FOOTER ==== */
    footer #ftcoord .inside {
    display: initial;
    }
    footer #ftcoord .inside div.infos {
    margin-bottom: 10px;
    }
    footer #ftcoord .inside div.infos:nth-child(4),
    footer #ftcoord .inside div.infos:nth-child(5) {
    display: inline-table;
    } 
    /* ==== /// ==== */

}

@media (max-width: 530px) {

    /* ==== INDEX ==== */
    #zonelogo {
    left: 0px;
    top: 100px;
    }
    #zonelogo svg {
    width: 250px;
    max-width: 250px;
    }
    #index_z1,
    #zoneback .swiper-slide .item {
    height: 620px;
    min-height: auto;
    }
    #zonecase .swiper-slide .item {
    width: 90%;
    min-height: auto;
    height: 135px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin: 10px auto;
    padding: 20px;
    }
    #zonecase .swiper-slide .item img {
    width: 60px;
    top: 10px;
    right: 10px;
    }
    #zonecase .item span {
    font-size: 12px;
    }

    #index_z6 .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    }

    /* ==== METIERS ==== */
    #zonemetiers .content .zonetxt {
    margin-top: 0;
    padding-left: 0;
    }

    #zonemetiers .liste {
    display: block;
    }
    #zonemetiers .liste ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    }

    /* ==== FOOTER ==== */
    footer #ftcoord .inside {
    display: initial;
    }
    footer #ftcoord .inside div.infos {
    margin: 0 0 10px;
    display: block;
    }
    footer #ftcoord .inside div.infos:last-child {
    margin-top: 30px;
    }
    footer #ftlogos a img {
    width: 90px;
    margin: 0 15px;
    }
    /* ==== /// ==== */

}

@media (max-width: 415px) {

    /* ==== FOOTER ==== */
    footer #ftlogos a img {
    width: 70px;
    margin: 0 10px;
    }

    /* ==== /// ==== */

}