/*
Theme Name: Anemos
Author: La Confiserie
Author URI: https://www.laconfiserie.fr
Description: Thème sur-mesure pour l'entreprise Anemos
Version: 1.0
*/



/* GLOBAL
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {
	width:100%;
} 
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// GRILLE
----------------------------------------------------------------- */
.rangee, .wp-block-columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.elementor-section.elementor-section-boxed > .elementor-container,.wp-block-group {
	width: 90% !important;
	max-width: 1480px!important;
	margin: 0 auto;
}
.elementor-section.elementor-section-boxed.wrapper-custom > .elementor-container {
	max-width: 1280px!important;
}
.elementor-widget-text-editor p:first-of-type, .elementor-widget-text-editor h2:first-of-type {
	margin-top: 0;
}
.elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0;
}

.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 960px;
}
.fullwidth, .full, .rangee.full {
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col15 {
	flex-basis:15%;
	width: 15%;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type  {
	flex-basis:65%;
	width: 65%;
}
section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:35%;
	width: 35%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal, .wp-block-column, .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	flex: 0 0 auto;
	padding: 10px 30px !important;
}
.elementor-posts-container .elementor-post {
    padding: 10px 30px !important;
}
.aucun-ecart, .aucun-ecart.elementor-column > .elementor-element-populated {
	padding:0!important;
}
.ecart-large {
	flex: 0 0 auto;
	padding: 0 30px;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 20px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 20px 0 0;
}
.fullwidth.ecart-full .aucun-ecart {
	padding:0;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 30px;
}
.col-left-marge {
	padding-right: 30px;
}
.col-right-marge {
	padding-left: 30px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 30px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.decalage {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.justify-center {
	justify-content:center;
}
.items-align-center {
	align-items:center;
}
.items-align-end {
	align-items: end;
}
.padding {
	padding: 35px 0 !important;
}
.padding-bottom {
	padding-bottom: 70px !important;
}
.padding-top {
	padding-top: 70px !important;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// ALIGN GUTENBERG EDITOR
----------------------------------------------------------------- */
.bloc {
	width: 400px;
	height: 200px;
}

#single .alignwide {
	position: relative;
	left: -100px;
    width: calc(100% + 200px);
    margin-left: auto !important;
    margin-right: auto !important;
}
#single .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.wp-block-image {
	margin: 0;
	padding: 0;
}
.wp-block-image img {
	width: 100%;
	height: auto;
	border-radius: 10px !important;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// GLOBAL
----------------------------------------------------------------- */
p, ul, ol, li, table,label {
	color: #7a7a7a;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.5em;
	margin: 15px 0px;
}
.bold {
	font-weight: 700;
}
strong, b {
	font-weight: 700;
	color:var(--wp--preset--color--primary);
}
ul li{
	margin-left: 0px;
	list-style-type: disc;
}
ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}

blockquote {
	margin: 50px 30px 50px;
	border: none;
	padding-left: 30px;
}
blockquote p {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	line-height: 1.2em;
	font-size: var(--wp--preset--font-size--petit-titre);
	margin-top: 0;
}
blockquote em {
	font-weight: 400;
	color: var(--wp--preset--color--secondary);
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 25px 0;
}
tr, td, th {
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: left;
}
th {
	background: #333;
	color: #fff;
}
tr h3 {
	line-height: 22px;
}
a {
	text-decoration: none;
	color:var(--wp--preset--color--secondary);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color:var(--wp--preset--color--secondary);
}
a:hover {
	color:var(--wp--preset--color--tertiary);
	text-decoration: none;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
}
input {
 	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
textarea {
	font-family: inherit;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size:var(--wp--preset--font-size--small);
	font-style: italic;
}
hr {
	border: 0;
	background-color: var(--wp--preset--color--primary);
	height: 1px;
	margin: 25px 0;
}
.blanc {
	background-color:  var(--wp--preset--color--blanc);
}
.gris {
	background-color: var(--wp--preset--color--gris);
}
.noir {
	background-color:  var(--wp--preset--color--black);
}
.coul1 {
	background-color:var(--wp--preset--color--primary);
}
.coul2 {
	background-color: var(--wp--preset--color--secondary);
}
.coul3 {
	background-color: var(--wp--preset--color--tertiary);
}
.shadow {
	-webkit-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	-moz-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.shadow2 {
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
.bouton, .elementor-button-wrapper{
	margin: 20px 0 0 0 !important;
	padding: 0!important;
}
.bouton a, input[type=submit], .elementor-button, .elementor-button-wrapper a {
	background: var(--wp--preset--color--secondary)!important;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--petit)!important;
	color: var(--wp--preset--color--primary) !important;
	line-height:1em;
	border: none;
	text-shadow:none;
	padding: 15px 22px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bouton a:hover, input[type=submit]:hover, .elementor-button-wrapper a:hover{
	background: var(--wp--preset--color--primary)!important;
	color:var(--wp--preset--color--secondary)!important;
}
.bouton i, .bouton2 i{
	margin-right: 10px;
}
.rond img {
	border-radius: 100%;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.back-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.elementor-slideshow__footer {
	display: none!important;
}
.share ul {
	margin:0;
	padding: 0;
	font-size: 14px;
}
.share ul li {
	display: inline-block;
	margin: 0;
	font-size: 14px;
}
.share ul, .share ul li {
	font-size: 16px;
}
.share i {
	margin:0 10px;
	position: relative;
	top: 1px;
}
.relative {
	position: relative;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cap {
	text-transform: uppercase;
}
#mobile-header {
	display: none;
}
#main {
	padding-top: 90px;
}
.soustitre-large .elementor-heading-title{
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	line-height: 1em;
	font-size: var(--wp--preset--font-size--large);
}
.soustitre-big .elementor-heading-title, .sous-titre-big {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	line-height: 1em;
	font-size: var(--wp--preset--font-size--big);
}
.padding-bloc20 {padding: 20px}
.padding-bloc30 {padding: 30px}
.padding-bloc40 {padding: 40px}
.padding-bloc50 {padding: 50px}
.image {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	line-height: 0 !important;
}
.image img {
	width: 100%;
	height: auto;
}
.image-news {
	margin:30px 0 !important;
}
.image-news img {
	border-radius:10px
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
p.monogram {
	margin: 0;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// PRELOADER
----------------------------------------------------------------- */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: var(--wp--preset--color--primary);
    z-index:999991;
    opacity: 1;
    visibility: visible;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	
}
#preloader.open {
    position:fixed;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    z-index:-99;
    opacity: 0;
    visibility: hidden;
}
.circle-preloader {
	display: block;
	width: 200px;
	height: 200px;
	background: url(img/monogram.svg) no-repeat center center var(--wp--preset--color--secondary);
    background-size: 100px auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: spin 4s infinite linear;
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* -------------------------------------------------------------- 
/////////////////////////////////// LOGO
----------------------------------------------------------------- */
#logo {
	margin: 0;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#logo img {
	width: 160px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// HEADER
----------------------------------------------------------------- */
header#header {
	width: 100%;
	position: fixed;
	top: 0px;
	height:90px;
	z-index: 9999;
	width: 100%;
	background: var(--wp--preset--color--blanc);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header nav {
	position: absolute;
	top: 0px;
	right: 150px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header nav ul {
	margin: 0;
	display:inline-block;
}
header#header nav ul li{
	display:inline-block;
	position: relative;
	list-style: none;
	margin: 0;
}
header#header nav a {
	display: inline-block;
	vertical-align: middle;
	color: var(--wp--preset--color--primary);
	font-size:13px;
	text-transform: uppercase;
	font-weight: 700;
	position:relative;
	padding: 0px 12px;
	text-align: left;
	line-height: 90px;
}
header#header nav a:after {
	content:"";
	width:25px;
	height:0px;
	background:var(--wp--preset--color--secondary);
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translatex(-50%);
	opacity:0;
	visibility:hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
header#header nav a:active,header#header nav a:visited, header#headernav a:focus  {
	color:var(--wp--preset--color--primary);
	text-decoration: none;
}
header#header nav a:hover{
	color: var(--wp--preset--color--primary);
}
header#header nav a:hover:after {
	height:3px;
	opacity:1;
	visibility:visible;
	bottom:25px;
}
header#header nav ul li.current_page_item > a, 
header#header nav ul li.current_page_parent > a,
header#header nav ul li.current-menu-ancestor > a,
header#header nav ul li.current-menu-item > a,
header#header nav ul li.current-menu-parent > a {
	color: var(--wp--preset--color--secondary);
}

header#header #btn-recrutement {
	position:absolute;
	margin:0;
	display:inline-block;
	right:10px;
	top:26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header #btn-recrutement a{
	display:inline-block;
	line-height:26px;
	padding:5px 15px;
	border-radius:5px;
	color: var(--wp--preset--color--primary);
	font-size:13px;
	text-transform: uppercase;
	font-weight: 700;
	background-color:var(--wp--preset--color--secondary);
}
header#header #btn-recrutement a:hover {
	color: var(--wp--preset--color--secondary);
	background-color:var(--wp--preset--color--primary);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// MENU STICKY
----------------------------------------------------------------- */
header#header.sticky {
	height: 60px;
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
header#header.sticky #logo {
	top: 15px;
}
header#header.sticky #logo img {
	width: 150px;
}
header#header.sticky nav {
	top:0px;
}
header#header.sticky nav a {
	line-height: 60px;
}
header#header.sticky nav a:after {
	bottom: 10px;
}
header#header.sticky #btn-recrutement {
	top:12px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// MENU HAMBURGER
----------------------------------------------------------------- */
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	color: var(--wp--preset--color--primary);
	margin: 0;
	overflow: visible; 
	position: relative;
	z-index: 99991;
	top: 0px;
	left: 0px;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hamburger-box {
	width: 35px;
	height: 20px;
	display: inline-block;
	top: 25px;
	left: 22px;    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: var(--wp--preset--color--primary);
	border-radius: 5px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--slider .hamburger-inner {
	top: 5px; 
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: 0.2s; 
}
.hamburger--slider .hamburger-inner::after {
	top: 20px; 
}
.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg); background-color: var(--wp--preset--color--primary);
}
.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);background-color: var(--wp--preset--color--primary);
	opacity: 0; 
}
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg); background-color: var(--wp--preset--color--primary);
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--wp--preset--color--secondary);
  top: 0;
  left: -100px;
  width: 500px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#hambmenu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#hambmenu .overlay-menu {
	padding: 60px 20px 20px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: left;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
}
#hambmenu ul li {
  display: block;
  position: relative;
  margin: 15px 0;
  line-height: 28px;
}
#hambmenu ul li a {
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 700;
  	color: var(--wp--preset--color--primary);
}
#hambmenu ul ul {display: none;}
#hambmenu i{
	font-size: 20px;
	margin-top: 20px;
}
#hambmenu ul li a:hover,
#hambmenu ul li a:focus,
#hambmenu ul li a:active {
  color: var(--wp--preset--color--primary);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// TYPO
----------------------------------------------------------------- */
.has-large-font-size {
	font-size: var(--wp--preset--font-size--large);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// ELEMENTOR
----------------------------------------------------------------- */
/* ---------------------------------------- WIDGET CTA */
.custom-card .elementor-cta .elementor-cta__bg-overlay {
	background: var(--wp--preset--gradient--gradient-one);
	opacity: .85;
}
.custom-card .elementor-cta:hover .elementor-cta__bg-overlay {
	background: var(--wp--preset--gradient--gradient-one);
	opacity: .5;
}
.custom-card .elementor-cta .elementor-cta__title {
	position: relative;
}
.custom-card .elementor-cta__content {
	min-height: 480px !important;
	text-align: center;
	padding: 20px 20px 50px 20px !important;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.custom-card .elementor-cta__bg-wrapper {
	border-radius: 10px ;
}
.custom-card .elementor-cta .elementor-cta__title:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(img/monogram.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -15px;
}
/* ---------------------------------------- WIDGET POST */
.elementor-post__card {
	border-radius: 10px;
}
.elementor-post__card .elementor-post__text {
	padding: 30px 40px!important;
	margin: 0!important;
}
.elementor-post__card .elementor-post__title a {
	color:var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--petit-titre);
}
.elementor-post__card:hover .elementor-post__title a {
	color:var(--wp--preset--color--secondary);
}
/* ---------------------------------------- WIDGET FORM */
.elementor-form-fields-wrapper .elementor-field-group {
	margin-bottom: 20px!important;
}
.elementor-field-type-html p { 
	font-size: 14px;
	margin-bottom: 0;
}
.elementor-form-fields-wrapper input, .elementor-form-fields-wrapper textarea {
	background: var(--wp--preset--color--gris) !important;
	border-color: var(--wp--preset--color--gris) !important;
}


.col-vignette {
	margin-bottom: 40px;
	position: relative;
	z-index: 99;
}
.bloc-vignette {
	border-radius:10px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	position: relative;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
}

.bloc-vignette .image-vignette {
	display: block;
	position: relative;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
}
.bloc-vignette .content-vignette{
	padding: 40px 40px 30px 40px;
	position: relative;
	background: #fff;
	height: 100%;
}

.bloc-vignette .content-vignette h2 {
	color: var(--wp--preset--color--primary);
	margin:10px 0 20px 0;
	font-size: 32px;
}
.bloc-vignette .content-vignette h2 a {
	color: var(--wp--preset--color--primary);
}
.bloc-vignette .content-vignette h2 a:hover {
	color: var(--wp--preset--color--secondary);
}



.roll {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: var(--wp--preset--gradient--gradient-one);
	opacity: 0;
	visibility: hidden;
}
.roll:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(img/monogram.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
}
.bloc-vignette:hover .roll {
	opacity: 0.85;
	visibility: visible;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// EMPLOIS
----------------------------------------------------------------- */
.titre-emploi {
	margin-bottom: 20px;
}
.rgpd {
	font-size: 12px;
	font-style: italic;
}
#single-emplois {
	background-image: url(img/rect-droite.svg);
	background-repeat: no-repeat;
	background-size: 26% auto;
	background-position: top 250px right ;
}
#single-emplois .padding-bloc40 {
	border-radius: 10px;
}
.infos {
	margin-bottom: 30px;
}
.infos p.monogram img{
	width: 25px;
}
.infos h2{
	margin-top: 0;
	margin-bottom: 30px;
}
 .infos.noir * {
	color: #fff;
}
#single-emplois h1 {
	margin-top: 0;
}
#section-emplois .wpgb-facet-title {
	display: none;
}
.types em:last-of-type {
	display: none;
}
.emploi {
	margin-bottom: 30px;
	border-radius: 10px;
	border-right: 3px solid var(--wp--preset--color--secondary);
}
.emploi:last-of-type {
	margin-bottom: 0;
}
.emploi .content-emploi {
	padding: 25px 30px;
}
.emploi .content-emploi a {
	display: block;
}
.emploi .content-emploi h3 {
	margin: 15px 0 10px 0;
	color: var(--wp--preset--color--primary);
}
.emploi .content-emploi a:hover h3 {
	color: var(--wp--preset--color--secondary);
}
.sous-titre-emploi {
	margin: 0;
}
.types {
	display: inline-block;
	margin-right: 10px;
	color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 15px;
	margin: 0;
	background-color: var(--wp--preset--color--secondary);
}
.image-vignette {
	height: 100%;
	width: 100%;
}

.wpgb-radio-label {
	font-weight: 700 !important;
	color: var(--wp--preset--color--primary) !important;
}
.wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
    border-color:  var(--wp--preset--color--secondary)!important;
}
.wpgb-facet .wpgb-radio-facet .wpgb-radio-control::after {
    background-color: var(--wp--preset--color--primary) !important;
}
.wpgb-facet fieldset{
    margin-bottom: 0px!important;
}
.wpgb-facet .wpgb-facet-title {
	margin-bottom: 15px !important;
	color: var(--wp--preset--color--primary);
}
.wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"], 
.wpgb-geolocation-facet input[type="search"],.wpgb-facet .wpgb-select {
	height: 40px!important;
    min-height: 40px!important;
    background: #fff!important;
    border: 1px solid #cecece !important;
    padding-top: 0px!important;
    padding-bottom: 0!important;
    border-radius: 5px!important;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// METIERS
----------------------------------------------------------------- */
#single-metiers h2{
	font-size: var(--wp--preset--font-size--petit-titre);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FOOTER
----------------------------------------------------------------- */
footer#footer {
	padding: 40px 0;
	background: var(--wp--preset--color--primary);
}
footer#footer .titre-footer {
	font-weight: 700;
	color: var(--wp--preset--color--secondary);
}
footer#footer ul {
	margin: 0;
	padding: 0;
}
footer#footer ul li{
	padding: 0;
	margin: 15px 0;
	list-style-type: none;
	font-size: var(--wp--preset--font-size--small);
}
footer#footer ul li a{
	color: var(--wp--preset--color--blanc);
}
footer#footer ul li a:hover{
	color: var(--wp--preset--color--secondary);
}
footer#footer .logo-footer {
	margin-bottom: 50px;
}
footer#footer .logo-footer img{
	width: 180px;
}
#credits {
	background: var(--wp--preset--color--primary);
	padding: 15px 0;
}
#credits p {
	font-size: 12px;
}
#credits p a {
	color: var(--wp--preset--color--blanc);
	display: inline-block;
	margin-right: 20px;
}
#credits p a:hover {
	color: var(--wp--preset--color--secondary);
}