/*
Theme Name: Génie Multiservices
Theme URI: http://geniemultiservices.com/
Author: Agence Fair
Author URI: http://www.fair-agenceweb.fr/
Description: thème de Génie Multiservices
Version: 1.0
License: all right reserved
License URI: http://geniemultiservices.com/mentions-legales
Tags: dépannage, aménagement, intérieur, travaux, nantes, fair
Text Domain: genimulti

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#moove_gdpr_cookie_info_bar {
    z-index: 21474839999 !important;
}
/* Fonts */
/* @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"); */


@font-face {
  font-family: 'antoniobold';
  src: url('fonts/antonio-bold-webfont.woff2') format('woff2'),
       url('fonts/antonio-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'antoniolight';
  src: url('fonts/antonio-light-webfont.woff2') format('woff2'),
       url('fonts/antonio-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'antonioregular';
  src: url('fonts/antonio-regular-webfont.woff2') format('woff2'),
       url('fonts/antonio-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus{
  outline: none;
  border: none;
}

ul[class],
ol[class] {
  padding: 0;
}

b, strong{
  font-weight: 400;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body{
  overflow-x: hidden;
}
body {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 20px;

}
button:focus {
  outline: none;
}
ul[class],
ol[class] {
  list-style: none;
}
ul{
  margin: 0 0 1rem 13px;
  padding: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}
a{
  color: #3eb1e6;
}
a:hover{
  color: #000;
  text-decoration: none;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Globale */
h1{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h2,h3,h4{
  margin-bottom: 15px;
}
ul li{
  list-style: disc;
}
ol{
  padding: 0 0 0 15px;
  margin-bottom: 1rem;
}
p{
  text-align: justify;
}
.btn-custom{
  color: #fff;
  font-size: 11px;
  line-height: initial;
  font-weight: 700;
  display: inline-block;
  background: #3eb1e6;
  border-radius: 15px 15px 0 0;
  padding: 8px 25px;
  transition: all .5s ease-in-out;
}
.btn-custom:hover{
  background: #57c9fe;
  color: #fff
}
.nodesktop{ display: none; }
/* Header */
header .navbar-expand-xl .navbar-nav .menu-item a,
#menu-genie ul.sub-menu li:first-child a,
#menu-menu-principal ul.sub-menu li:first-child a{
  color: #000;
  font-weight: 300;
  font-size: 20px;
}
header .navbar-expand-xl .navbar-collapse{
  margin-top: 1.5rem;
}
header .upline{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .fixeds-top{
  position: fixed;
  z-index: 100;
  max-width: 1140px;
  width: 100%;
}
header .upline li{
  margin: 0 2px;
  list-style: none;
}
header .upline li:not(.coordtel) a,
header .upline li.coordtel{
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  background: #3eb1e6;
  height: 33px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 0 0 15px 15px;
  transition: all .5s ease-in-out;
}
header .upline li:not(.coordtel) a:hover,
header .upline li.coordtel:hover{
  background: #57c9fe;
}
header .upline li.coordtel a{ color: #fff; }
header .upline li a img{
  margin-right: 5px;
}
header .navbar-expand-xl .navbar-nav > li:first-child a{
  font-size: 0;
  color: transparent;
  width: 25px;
  /* height: 24px; */
  height: 56px;
  background: url(images/home.svg) no-repeat center;
  /* background-size: contain; */
  background-size: 25px auto;
  display: block;
  margin-right: 5px;
  margin-bottom:17px;
}
header .navbar-expand-xl .navbar-nav li{
  list-style: none;
}
header .container{
  position: relative;
}
header .navbar{
  padding: .5rem 0;
}
header .navbar-expand-xl .navbar-nav > .menu-item > a{
	height: 56px;
	font-weight: bold;
	display: table-cell!important;
	vertical-align: middle;
}
header .navbar-expand-xl .navbar-nav .menu-item a{
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  transition: all .5s ease-in-out;
  display: block;
}
header .navbar-expand-xl .navbar-nav .menu-item a small{
	display:block;
	font-weight: 300;
}
header .menu-genie-container,
header .menu-menu-principal-container{
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
header .navbar-expand-xl .navbar-nav li a::after{z-index: 101;}
header .navbar-expand-xl .navbar-nav ul.sub-menu li:nth-child(1) a::after,
header .navbar-expand-xl .navbar-nav li:nth-child(2) a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #a6c613;
}
header .navbar-expand-xl .navbar-nav li:nth-child(2) a:hover{
  background: #a6c613;
  color: #fff;
}
header .navbar-expand-xl .navbar-nav li:nth-child(3) a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #f7a800;
}
header .navbar-expand-xl .navbar-nav li:nth-child(3) a:hover{
  background: #f7a800;
  color: #fff;
}
header .navbar-expand-xl .navbar-nav li:nth-child(4) a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  /* left: 0; */
  /* width: 100%; */
  width: 52px;
  /* height: 8px; */
  height: 2px;
  /* background: #3eb1e6; */
  background: #21211f;
  
  left: 50%;
  transform: translateX(-50%);
}
header .navbar-expand-xl .navbar-nav li:nth-child(4) a:hover{
  /* background: #3eb1e6; */
  /* color: #fff; */
}
header .navbar-expand-xl .navbar-nav li:nth-child(5) a::after{
  content: "";
  background: #21211f;
  width: 52px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
header{
  margin-bottom: 10px;
}
nav.nav-single {
    text-align: center;
}

nav.nav-single a{
	color: #fff;
	font-size: 18px;
	line-height: initial;
	font-weight: 700;
	display: inline-block;
	background: #3eb1e6;
	border-radius: 0 0 15px 15px;
	padding: 8px 25px;
	transition: all .5s ease-in-out;
}
nav.nav-single .fa{display:none;}
nav.nav-single .none{padding:0 10px;}
nav.nav-single a:hover{
	background: #57c9fe;
	color: #fff;
}

#menu-genie ul.sub-menu,
#menu-menu-principal ul.sub-menu{
	background-color: #fff;
	display: none;
	left: 0;
	padding-top: 8px;
	position: absolute;
	right: auto;
	/* right: 0; */
	/* top: 35px; */
	z-index: 100;
}
#menu-genie ul.sub-menu ul.sub-menu,
#menu-menu-principal ul.sub-menu ul.sub-menu{
	left: 100%;
	padding-top: 0;
	top: 0;
	width: 100%;
}
#menu-genie .menu-item-has-children, #menu-menu-principal .menu-item-has-children{ position: relative; }
#menu-genie .menu-item-has-children:hover > ul.sub-menu, #menu-menu-principal .menu-item-has-children:hover > ul.sub-menu,
#menu-genie ul.sub-menu .menu-item-has-children:hover > ul.sub-menu, #menu-menu-principal ul.sub-menu .menu-item-has-children:hover > ul.sub-menu{ display: block; }
#menu-genie ul.sub-menu li a, #menu-menu-principal ul.sub-menu li a{ font-size: 18px !important; padding: 0.7rem 1rem; }
#menu-genie ul.sub-menu li:first-child a, #menu-menu-principal ul.sub-menu li:first-child a{
	background-image: none;
	height: auto;
	margin-right: 0;
	width: auto;
}
#menu-genie ul.sub-menu li a::after, #menu-menu-principal ul.sub-menu li a::after{ bottom: -2px; height: 2px; }
#menu-genie > li:nth-child(2) ul.sub-menu li a::after, #menu-menu-principal > li:nth-child(2) ul.sub-menu li a::after{ background-color: #a6c613; left: 0; transform: none; width: 100%; }
	#menu-genie > li:nth-child(2) ul.sub-menu ul.sub-menu li a::after, #menu-menu-principal > li:nth-child(2) ul.sub-menu ul.sub-menu li a::after{ background-color: #fff;border-bottom:2px solid #a6c613; left: 0; transform: none; width: 100%; }
#menu-genie > li:nth-child(3) ul.sub-menu li a::after, #menu-menu-principal > li:nth-child(3) ul.sub-menu li a::after{ background-color: #f7a800; left: 0; transform: none; width: 100%; }
	#menu-genie > li:nth-child(3) ul.sub-menu ul.sub-menu li a::after, #menu-menu-principal > li:nth-child(3) ul.sub-menu ul.sub-menu li a::after{ background-color: #fff;border-bottom:2px solid #f7a800; left: 0; transform: none; width: 100%; }
/* #menu-genie > li:nth-child(4) ul.sub-menu li a::after{ background-color: #3eb1e6; left: 0; transform: none; width: 100%; } */
	/* #menu-genie > li:nth-child(4) ul.sub-menu ul.sub-menu li a::after{ background-color: #fff;border-bottom:2px solid #3eb1e6; left: 0; transform: none; width: 100%; } */
#menu-genie > li:nth-child(5) ul.sub-menu li a::after, #menu-menu-principal > li:nth-child(5) ul.sub-menu li a::after{ background-color: #21211f; left: 0; transform: none; width: 100%; }
#menu-genie > li:nth-child(6) ul.sub-menu li a::after, #menu-menu-principal > li:nth-child(6) ul.sub-menu li a::after{ background-color: #21211f; left: 0; transform: none; width: 100%; }

#menu-genie > li:nth-child(2) ul.sub-menu li a:hover, #menu-genie > li:nth-child(2) ul.sub-menu li.current-menu-item > a,
#menu-menu-principal > li:nth-child(2) ul.sub-menu li a:hover, #menu-menu-principal > li:nth-child(2) ul.sub-menu li.current-menu-item > a{ color:#a6c613 !important; background-color: rgba(0,0,0,0) !important; }
#menu-genie > li:nth-child(3) ul.sub-menu li a:hover, #menu-genie > li:nth-child(3) ul.sub-menu li.current-menu-item > a,
#menu-menu-principal > li:nth-child(3) ul.sub-menu li a:hover, #menu-menu-principal > li:nth-child(3) ul.sub-menu li.current-menu-item > a{ color:#f7a800 !important; background-color: rgba(0,0,0,0) !important; }
/* #menu-genie > li:nth-child(4) ul.sub-menu li a:hover, #menu-genie > li:nth-child(4) ul.sub-menu li.current-menu-item > a{ color:#3eb1e6 !important; background-color: rgba(0,0,0,0) !important; } */
#menu-genie > li:nth-child(5) ul.sub-menu li a:hover, #menu-genie > li:nth-child(5) ul.sub-menu li.current-menu-item > a,
#menu-menu-principal > li:nth-child(5) ul.sub-menu li a:hover, #menu-menu-principal > li:nth-child(5) ul.sub-menu li.current-menu-item > a{ color:#21211f !important; background-color: rgba(0,0,0,0) !important; }
#menu-genie > li:nth-child(6) ul.sub-menu li a:hover, #menu-genie > li:nth-child(6) ul.sub-menu li.current-menu-item > a,
#menu-menu-principal > li:nth-child(6) ul.sub-menu li a:hover, #menu-menu-principal > li:nth-child(6) ul.sub-menu li.current-menu-item > a{ color:#21211f !important; background-color: rgba(0,0,0,0) !important; }

#primaryNav li a, #primaryNav li a:hover,
#primaryNav li li a, #primaryNav li li a:hover{background-color:#3eb1e6!important;}
#primaryNav li li li a, #primaryNav li li li a:hover{background-color:#f7a800;}

#menu-genie ul.sub-menu li.menu-item-has-children .togglem, #menu-menu-principal ul.sub-menu li.menu-item-has-children .togglem{margin-left:10px;}
#menu-genie > li:nth-child(2) ul.sub-menu li.menu-item-has-children .togglem, #menu-menu-principal > li:nth-child(2) ul.sub-menu li.menu-item-has-children .togglem{color:#a6c613;}
#menu-genie > li:nth-child(3) ul.sub-menu li.menu-item-has-children .togglem, #menu-menu-principal > li:nth-child(3) ul.sub-menu li.menu-item-has-children .togglem{color:#f7a800;}

/* Banniere */
#banniere{
  min-height: 255px;
  position: relative;
  margin-top: 20px;
}
#banniere .titre{
  font-family: 'antoniolight';
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}
#banniere .fond{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banniere .fond li{
  height: 232px;
  position: relative;
}
#banniere .fond li:first-child{
  width: 60%;
}
#banniere .fond li:last-child{
  width: 40%;
}
#banniere .fond li:last-child img{
  margin-left: -.7rem;
}
#banniere .fond li img{
  width: calc(100% + .7rem);
  height: 100%;
  object-fit: cover;
  max-width: initial;
}
#banniere .fond li .separation{
  position: absolute;
  width: 100px;
  height: 280px;
  left: -34px;
  top: 50%;
  transform: translateY(-50%) rotate(3deg);
}
#banniere .fond li .separation img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#banniere .box-img{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  width: 100%;
}
#banniere .box-img li:first-child{
  width: 65%;
  padding-left: 25px;
  position: relative;
  padding-right: 15px;
  position: relative;
}
#banniere .box-img li:last-child{
  width: 35%;
  padding-left: 35px;
  margin-bottom: -20px;
}
#banniere .box-img li{
  list-style: none;
}
#banniere .box-img img{
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
}
#banniere .box-img li:first-child::after{
  content: "";
  border: 1px solid #ffda52;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  bottom: -15px;
  right: 0;
  border-radius: 30px 30px 0 0;
  z-index: 0;
}
.btn-side{
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(75%);
  z-index: 10;
}
.btn-side li{
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.btn-side li a{
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 8px 15px 8px 10px;
  transition: all .5s ease-in-out;
}
.btn-side .box-img{
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  height: 35px;
}
.btn-side li:nth-child(1) a{
  background: #a6c613;
  border-radius: 20px 0 0 0;
}
.btn-side li:nth-child(1) a:hover{
  transform: translateX(-86px);
}
.btn-side li:nth-child(2) a:hover{
  transform: translateX(-136px);
}
.btn-side li:nth-child(3) a:hover{
  transform: translateX(-53%);
}
.btn-side li:nth-child(2) a{
  background: #3eb1e6;
}
.btn-side li:nth-child(3) a{
  background: #f7a800;
  border-radius: 0 0 0 20px;
}

/* Intro */
#intro{
  padding-top: 90px;
  margin-bottom: 100px;
}
#intro h1{
  text-align: center;
}
#intro h1 span{
  display: inline-block;
  position: relative;
}
#intro h1 span::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -35px;
  width: 45px;
  height: 66px;
}
#intro .prestation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
}
#intro .prestation li{
  width: 356px;
  height: 356px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
  position: relative;
}
#intro .prestation li a{
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#intro .prestation .box-img{
  width: 200px;
  height: 155px;
  position: relative;
  margin-bottom: 20px;
}
#intro .prestation li:nth-child(1) .box-img img{
  width: 123px;
  height: 123px;
}
#intro .prestation li:nth-child(2) .box-img img{
  width: 190px;
  height: 190px;
}
#intro .prestation li:nth-child(3) .box-img img{
  width: 139px;
  height: 139px;
}
#intro .prestation .box-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s ease-in-out;
  object-fit: contain;
}
#intro .prestation li:nth-child(1){
  background: #a6c613;
  border: 1px solid #a6c613;
}
#intro .prestation li:nth-child(2){
  background: #3eb1e6;
  border: 1px solid #3eb1e6;
}
#intro .prestation li:nth-child(3){
  background: #f7a800;
  border: 1px solid #f7a800;
}
#intro .prestation li .desc{
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  transition: all .5s ease-in-out;
}
#intro .prestation li .desc strong{
  text-transform: uppercase;
}
#intro .prestation .box-img .hover{
  opacity: 0;
}
#intro .prestation li:hover:nth-child(1),#intro .prestation li:hover:nth-child(2),#intro .prestation li:hover:nth-child(3){
  background: transparent;
}
#intro .prestation li:hover:nth-child(1) .box-img .hover,#intro .prestation li:hover:nth-child(2) .box-img .hover,#intro .prestation li:hover:nth-child(3) .box-img .hover{
  opacity: 1;
}
#intro .prestation li:hover:nth-child(1) .desc{
  color: #a6c613;
}
#intro .prestation li:hover:nth-child(2) .desc{
  color: #3eb1e6;
}
#intro .prestation li:hover:nth-child(3) .desc{
  color: #f7a800;
}
#intro .content .col-sm-4{
  padding: 0 2rem;
}
#intro .content .titre{
  font-size: 28px;
  line-height: 35px;
  font-family: 'antoniolight';
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
#intro .content .titre::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 45px;
  height: 66px;
}
#intro .content .titre2{
  font-size: 40px;
  line-height: 40px;
  font-family: 'antoniolight';
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  color: #000;
  margin-top: 50px;
  margin-left: 1rem;
}
#intro .content .titre2::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 45px;
  height: 66px;
}
#intro .content .btn-custom{
  padding: 8px 30px;
  margin-right: -3rem;
}

/* Services */
#services{
  margin-bottom: 100px;
}
#services .titres{
  text-align: center;
}
#services .titres span{
  display: inline-block;
  position: relative;
}
#services .titres{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#services .titres span::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -35px;
  width: 45px;
  height: 66px;
}
#services .liste-services{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#services .liste-services li{
  width: 25%;
  text-align: center;
  min-height: 256px;
  border-radius: 40px 40px 0 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 10px 74px -14px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 10px 74px -14px rgba(0,0,0,0.31);
  box-shadow: 0px 10px 74px -14px rgba(0,0,0,0.31);
}
#services .liste-services li *{
  position: relative;
  z-index: 2;
}
#services .liste-services li .icn{
  width: 100%;
  height: 65px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
}
#services .liste-services li .icn img{
  object-fit: contain;
}
#services .liste-services li:nth-child(1) .icn img{
  width: 63px;
}
#services .liste-services li:nth-child(2) .icn img{
  width: 53px;
}
#services .liste-services li:nth-child(3) .icn img{
  width: 42px;
}
#services .liste-services li:nth-child(4) .icn img{
  width: 67px;
}
#services .liste-services li .titre::before{
  content: "";
  display: block;
  margin: 0 auto 25px auto;
  background: #000;
  width: 70px;
  height: 5px;
}
#services .liste-services li .titre{
  font-size: 19px;
  font-family: 'antoniolight';
  text-transform: uppercase;
  margin-bottom: 15px;
}
#services .liste-services li p{
  line-height: 18px;
  font-weight: 300;

    max-width: 80%;
}

/* Réalisation */
#realisation {
  margin-bottom: 30px;
}
#realisation .icn{
  height: 23px;
  border-radius: 30px 30px 0 0;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
#realisation .icn span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 95px;
  width: 95px;
  border-radius: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
}
#realisation .vert .icn,#realisation .vert .icn span,#realisation .vert .titre-bottom{
  background: #a6c613;
}
#realisation .vert .content .box h2{
  color: #a6c613;
}
#realisation .blue .icn,#realisation .blue .icn span,#realisation .blue .titre-bottom{
  background: #3eb1e6;
}
#realisation .blue .content .box h2{
  color: #3eb1e6;
}
#realisation .orange .icn,#realisation .orange .icn span,#realisation .orange .titre-bottom{
  background: #f7a800;
}
#realisation .orange .content .box h2{
  color: #f7a800;
}
#realisation .jaune .icn,#realisation .jaune .icn span,#realisation .jaune .titre-bottom{
  background: #ffda52;
}
#realisation .jaune .content .box h2{
  color: #ffda52;
}
#realisation .content{
  display: flex;
}
#realisation .content .box{
  width: 50%;
  padding-right: 1rem;
}
#realisation .content .box-img{
  width: 50%;
  min-height: 345px;
  max-height: 345px;
  position: relative;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
}
#realisation .content.carousel .box-img{
  overflow: visible;
}
#realisation .content .box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in-out;
}
#realisation .content:hover .box-img img{
  transform: scale(1.1);
}
#realisation .content.carousel .box-img img{
  border-radius: 60px 60px 0 0;
}
#realisation .content.carousel:hover .box-img img{
  transform: inherit;
}
#realisation .content .box h2{
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#realisation .content .box p{
  font-weight: 300;
}
#realisation .row > div{
  padding-right: 30px;
}
#realisation .row > div:nth-child(even){
  padding-right: 15px;
  padding-left: 30px;
}
#realisation .content .box-img .btn-custom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 25px 6px 25px;
}
#realisation .titre-bottom{
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0 0 20px 20px;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
}
#realisation .box-realisation{
  margin-bottom: 90px;
}
#realisation .box-realisation:nth-child(1) .icn img{
  width: 41px;
}
#realisation .box-realisation:nth-child(2) .icn img{
  width: 58px;
}
#realisation .box-realisation:nth-child(3) .icn img{
  width: 47px;
}
#realisation .content.carousel{
  flex-direction: column;
}
#realisation .content.carousel .box,#realisation .content.carousel .box-img{
  width: 100%;
  text-align: center;
}
#realisation .content.carousel .box-img{
  height: 205px;
  margin-top: 15px;
  min-height: 205px;
}
#realisation .content.carousel .box-img ul li{
  list-style: none;
  height: 205px;
}
#realisation .content.carousel .box-img ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#realisation .content.carousel .box-img ul{
  margin: 0;
  padding: 0;
}
#realisation .content.carousel .box h2 {
  margin-bottom: 4px;
}
#realisation .content.carousel .box-img .slick-dots li{
  height: auto;
  margin: 0 3px;
}
#realisation .content.carousel .box-img .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
#realisation .content.carousel .box-img .slick-dots li button{
  border: 1px solid #c6c6c6;
  border-radius: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  width: 11px;
  height: 11px;
}
#realisation .content.carousel .box-img .slick-dots li.slick-active button{
  border: 1px solid #3eb1e6;
}
#realisation .content.carousel .box p{
  line-height: 19px;
}


/* Partenaire */
#partenaire{
  margin-bottom: 100px;
}
#partenaire .titre{
  text-align: center;
}
#partenaire .titre span{
  display: inline-block;
  position: relative;
}
#partenaire .titre{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#partenaire .titre span::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -35px;
  width: 45px;
  height: 66px;
}
#partenaire .liste-partenaire{
  padding: 0 3rem;
  margin-top: 3rem;
}
#partenaire .liste-partenaire .slick-prev{
  background: url(images/arrow.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 47px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#partenaire .liste-partenaire .slick-next{
  background: url(images/arrow.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 47px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  transform: rotate(180deg) translateY(-50%);
  position: absolute;
  right: 0;
  bottom: 50%;
}
#partenaire .liste-partenaire .slick-slide{
  text-align: center;
  height: 185px;
  text-align: center;
  padding: 2rem;
  border-right: 1px solid #666666;
}
#partenaire .liste-partenaire .slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .rplg-badge2 .rplg-badge2-border{
  background: #3eb1e6!important;
}
/* Actus */
#actus{
  margin-bottom: 100px;
}
#actus .titre{
  text-align: center;
}
#actus .titre span{
  display: inline-block;
  position: relative;
}
#actus .titre{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#actus .titre span::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -35px;
  width: 45px;
  height: 66px;
}
#actus .listing-actus{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#actus .listing-actus li{
  width: 27%;
  border-radius: 40px 40px 0 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 74px -14px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 10px 74px -14px rgba(0,0,0,0.31);
  box-shadow: 0px 10px 74px -14px rgba(0,0,0,0.31);
}
#actus .listing-actus .box-img{
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  overflow: hidden;
}
#actus .listing-actus .box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in-out;
}
#actus .listing-actus li:hover .box-img img{
  transform: scale(1.1);
}
#actus .listing-actus .titres{
  color: #000000;
  font-family: 'antonioregular';
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
}
#actus .listing-actus .titres::after{
  content: "";
  width: 65px;
  height: 4px;
  background: #000;
  margin: 20px auto 0 auto;
  display: block;
}
#actus .listing-actus .desc{
  padding: 0 1rem;
  margin-bottom: 15px;
  min-height: 100px;
}
#actus .btn-custom{
  font-size: 18px;
}

/* Maps */
#maps{
  margin-bottom: 50px;
}
#maps .titre{
  text-align: center;
}
#maps .titre span{
  display: inline-block;
  position: relative;
}
#maps .titre{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#maps .titre span::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -35px;
  width: 45px;
  height: 66px;
}
.grecaptcha-badge{ display: none;}
/* Footer */
footer{
  background: url(images/footer.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 10px 0;
}
footer .infos{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .infos li:nth-child(1){
  font-family: 'antoniolight';
  color: #000000;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 23%;
}
footer li{
  list-style: none;
}
footer .infos .phone,footer .infos .loca{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
footer .infos .phone a{
  font-family: 'antoniolight';
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}
footer .infos .phone img,footer .infos .loca img{
  margin-right: 20px;
  margin-top: -5px;
}
footer .infos li:nth-child(2){
  margin-right: 10%;
}
footer .menu-footer{
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .menu-footer li a{
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  transition: all .5s ease-in-out;
  letter-spacing: 2px;
}
footer .menu-footer li a:hover{
  color: #f8f8f8
}
footer .menu-footer li{
  position: relative;
  margin: 0 5px;
}
footer .menu-footer li::after{
  content: ".";
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: -6px;
  top: 45%;
  transform: translateY(-50%);
}
footer .menu-footer li:last-child::after{
  content: none;
}

/*Page interne*/
.breadcrumb {
  margin: 0 auto 35px auto !important;
  background: transparent;
  border-radius: 0;
  padding: 0 6rem !important;
}
.yoast-breadcrumb a,.yoast-breadcrumb span{
  color: #000;
  font-weight: 300;
  font-size: 15px;
}
.yoast-breadcrumb a{
  display: inline-flex;
  padding-right: 2px;
}
.breadcrumb_last{
  color: #000;
  font-size: 15px;
  display: inline-block;
  padding-left: 2px;
}
#box-intro{
  margin-bottom: 60px;
}
#box-intro .container{
  padding: 0 6rem;
}
.single #box-intro .container img{
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
#box-intro .titre,.page-template-actualites #box-intro h1,.page-template-interne #box-intro h1,.page-template-default h1{
  text-align: center;
  width: 100%;
}

#box-intro .titre span,.page-template-actualites #box-intro h1,.page-template-interne #box-intro h1 span, .single-post h1,.page-template-default h1 span{
  display: inline-block;
  position: relative;
}
#box-intro .titre,.page-template-actualites #box-intro h1,.page-template-interne #box-intro h1, .single-post h1,.page-template-default h1  {
  font-family: 'antoniolight';
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#box-intro .titre span::before,.page-template-actualites #box-intro h1::before,.page-template-interne #box-intro h1 span::before, .single-post h1:before, .page-template-default h1 span::before,
#box-intro.geniempe .container .row .col-sm-12 h1::before{
  content: "";
  background: url(images/trait.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: -50px;
  width: 45px;
  height: 66px;
}
#box-intro.geniempe .container .row .col-sm-12 h1{
	margin-top: -29px;
	position: relative;
}
#box-intro.geniempe .container .row .col-sm-12 h1::before{
	display: inline-block;
	left: -6px;
	position: relative;
	top: 15px;
}
#box-intro p{
  margin-bottom: 15px;
  font-weight: 300;
}
#box-intro .texte-custom{
  text-align: center;
  color: #f7a800;
  margin: 2rem 0;
}
#gallerie{
  margin-bottom: 60px;
}
#gallerie .slider-for .slick-slide{
  height: 420px;
}
#gallerie .slider-for{
  margin-bottom: 15px;
}
#gallerie .slider-for .slick-slide img{
  height: 100%;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
}
#gallerie .slider-for .slick-prev{
  background: url(images/arrow2.svg) no-repeat center;
  background-size: contain;
  width: 42px;
  height: 42px;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  z-index: 1;
}
#gallerie .slider-for .slick-next{
  background: url(images/arrow2.svg) no-repeat center;
  background-size: contain;
  width: 42px;
  height: 42px;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
}
#gallerie .slider-nav .slick-slide{
  height: 145px;
  width: 160px;
  margin: 0 14.6px;
}
#gallerie .slider-nav .slick-slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.ombre{
  margin-bottom: 50px;
  background: url(images/ombre2.png) repeat-x top center, url(images/ombre3.png) repeat-x bottom center;
  padding-top: 70px;
  padding-bottom: 80px;
}
#maps-interne{
  margin-bottom: 60px;
}
#maps-interne .content{
  display: flex;
}
#maps-interne .content .side-left{
  width: 25%;
  padding-left: 20px;
}
#maps-interne .content .carte{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}
#maps-interne .content .carte .maps{
  width: 100%;
  text-align: center;
}
#maps-interne .content .side-right{
  width: 25%
}
#maps-interne .liste-services li{
  border: 1px solid #000;
  border-radius: 30px;
  padding: 20px 20px 15px 0;
  margin-bottom: 15px;
  display: flex;
}
#maps-interne .liste-services li .titre{
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
  font-family: 'antoniolight';
  margin-bottom: 10px;
}
#maps-interne .liste-services li p{
  font-weight: 300;
  line-height: 18px;
}
#maps-interne .liste-services li .icn{
  width: 67px;
  text-align: center;
  margin-left: -33px;
  margin-right: 25px;
}

#maps-interne .liste-services li img {
  background: #ffffff;
}
#maps-interne .liste-services li:nth-child(1) .icn img{
  width: 64px;
}
#maps-interne .liste-services li:nth-child(2) .icn img{
  width: 62px;
}
#maps-interne .liste-services li:nth-child(3) .icn img{
  width: 42px;
}
#maps-interne .liste-services li:nth-child(4) .icn img{
  width: 67px;
}
#maps-interne .liste-services li:first-child .icn{
  margin-left: -25px;
}
#maps-interne .menu-side a{
  display: flex;
  align-items: center;
}
#maps-interne .menu-side a .icn{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  padding: 15px;
  border: 10px solid #fff;
  position: relative;
  z-index: 1
}
#maps-interne .menu-side a .icn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#maps-interne .menu-side li:nth-child(1) a .icn,#maps-interne .menu-side li:nth-child(1) span {
  background: #a6c613;
}
#maps-interne .menu-side li:nth-child(2) a .icn,#maps-interne .menu-side li:nth-child(2) span {
  background: #3eb1e6;
}
#maps-interne .menu-side li:nth-child(3) a .icn,#maps-interne .menu-side li:nth-child(3) span {
  background: #ffda52;
}
#maps-interne .menu-side li span{
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  width: calc(100% - 75px);
  text-align: center;
  padding: 10px 0;
  border-radius: 0 50px 50px 0;
  margin-left: -15px;
}
#maps-interne .menu-side li{
  margin-bottom: 50px;
  list-style: none;
}
#maps-interne .menu-side li:last-child span{
  position: relative;
  overflow: hidden;
}
#maps-interne .menu-side li:last-child:not(.noblackbord) span::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 65px;
  display: block;
  top: -12px;
  left: -34px;
  border: 1px solid #000;
  border-radius: 100%;
}
#maps-interne .menu-side li:last-child:not(.noblackbord) .icn{
  border: 10px solid #fff !important;
  position: relative;
}
#maps-interne .menu-side li:last-child:not(.noblackbord) .icn::after{
  content: "";
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body:not(.page-template-interne) #maps-interne .menu-side li:last-child span{
  color: #000;
  border: 1px solid #000;
}
body:not(.page-template-interne) #maps-interne .menu-side li:last-child a .icn{
  background: #fff;
  border: 1px solid #000;
  width: 75px;
  height: 75px;
  margin-left: 10px;
}
#actus.page-interne {
    margin-bottom: 50px;
}
#maps .maps{
  /* background: url(images/Contour-carte-zones-intervention.svg) no-repeat center;
  background-size: contain; */
   width: 100%;
  /* height: 650px; */
  display: flex;
  align-items: center;
  padding-left: 100px;
  position: relative;
}
#maps .maps .carte{
  width: 62%;
}
area{
  cursor: pointer;
}
.page-template-interne-simple #box-intro{
  min-height: 700px;
}
form.wpcf7-form{
  margin-top: 3rem;
}
form.wpcf7-form .cont-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.wpcf7-form .cont-form .contL,form.wpcf7-form .cont-form .contR{
  width: 48%;
  margin-bottom: 1rem;
}
form.wpcf7-form .cont-form .contL label,form.wpcf7-form .cont-form .contR label{
  display: block;
}
form.wpcf7-form .cont-form .contF{
  width: 100%;
  margin-bottom: 1rem;
}
form.wpcf7-form .cont-form .contF label{
  display: block;
}
form.wpcf7-form .cont-form .contF textarea{
  width: 100%;
  border: 1px solid #ccc;
}
span.wpcf7-list-item {
  margin: 0;
}
form.wpcf7-form .cont-form input.wpcf7-form-control,
form.wpcf7-form .cont-form select.wpcf7-form-control{
  border: 1px solid #ccc;
  padding: 5px 10px;
  width: 100%;
}
form.wpcf7-form .cont-form select.wpcf7-form-control{ padding: 7px 10px; }
form.wpcf7-form .cont-form input.wpcf7-file{
  border: none;
  padding: 0;
}
form.wpcf7-form .cont-form input.btn-custom{
  padding: 8px 25px !important;
  border: none;
  font-size: 15px;
  width: auto;
}
.page-template-actualites #actus .listing-actus{
  margin: 0;
}
.page-template-actualites #actus .listing-actus li{
  margin-bottom: 35px;
  width: 24%;
  position: relative;
}
.page-template-actualites #actus .listing-actus .titres{
  padding-left: 5px;
  padding-right: 5px;
}
.page-template-actualites #actus .listing-actus li > div:last-child{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.page-template-actualites #actus .listing-actus .desc{
  margin-bottom: 50px;
}
#utilityNav{
  float: inherit;
  max-width: 100%;
  margin: 0;
}
#primaryNav{
  float: inherit;
  margin: 5rem 0 0 0;
}
#utilityNav li{
  float: inherit;
}
.sitemaps{
  display: flex;
  flex-direction: column-reverse;
}
#primaryNav li li a{
  background-color: #a6c613;
  background: #3eb1e6;
  border: none;
  color: #fff;
  box-shadow: none;
}
#primaryNav li li a:hover {
  background-color: #3eb1e6;
  background: #3eb1e6;
  border: none;
}
#primaryNav li a{
  background-color: #3eb1e6;
  background: #3eb1e6;
  border: none;
  color: #fff;
  box-shadow: none;
}
#primaryNav li a:hover {
  background-color: #f7a800;
  background: #f7a800;
  border: none;
}
#utilityNav li a{
  color: #fff;
  border: none;
  background-color: #f7a800;
  background: #f7a800;
  box-shadow: none;
}
#utilityNav li a:hover {
  background-color: #3eb1e6;
  background: #3eb1e6;
}
.gallery .gllr_image_block{
  margin: 0 5px;
}
.gallery_box_single{
  margin-top: 1rem;
}
.page-id-933 #box-intro{
  min-height: 700px;
}
.upline a .fab{font-size: 1rem;}
header .upline li.coordtel{ display: inline-flex !important; }
