  @font-face {
	    font-family: gilroy;
	    src: url('fonts/Gilroy-Light.otf');
	    src: url('fonts/gilroy-light-webfont.woff') format('woff'),
	         url('fonts/gilroy-light-webfont.woff2') format('woff2');
	    font-weight: normal;
	    font-style: normal;

	}
  @font-face {
	    font-family: gilroybold;
	    src: url('fonts/Gilroy-SemiBold.otf');
	    src: url('fonts/Gilroy-SemiBold.woff') format('woff'),
	         url('fonts/Gilroy-SemiBold.woff2') format('woff2');
	    font-weight: normal;
	    font-style: normal;

	}
	.image-profil-member img {
	width: 100%;
	overflow: hidden;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
.single-post .img-blog img {

	max-height: 630px;
}
figure {
	text-align: center;
  }
body {
	margin: 0;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
dfn,cite,em,
i {
	font-style: italic;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,kbd,tt,var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins {
	background: #fff9c0;
	text-decoration: none;
}
embed,iframe,object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0 0 1em;
	max-width: 100%;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.masterhead {
	display: flex;
	width: 100%;
	justify-content: space-between;
	background: #fff;
  border-bottom: 1px solid #e8e8e8;
	align-items: center;
  padding-left: 20px;
	z-index: 9999;
	position: relative;
  box-shadow: 0 5px 8px rgba(0,0,0,0.3);
}
.editadresse {
	background: #007cff;
	display: block;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}
#menu-principal {
  padding: 0;
  display: flex;
  align-items: baseline;
  margin: 0;
}
#site-navigation li {
	list-style: none;	
	cursor: pointer;
	position: relative;
}
#site-navigation li a {
  font-size: 18px;
  padding: 10px;
  padding-left: 10px;
  display: block;
  text-decoration : none;
  position: relative;
  color: #545454;
  
}
.lastname {
	text-transform: uppercase;
}
.menu-item-has-children {
  position: relative;
}
.logo-afecti img {
	max-width: 180px;
	max-height: 73px;
	padding: 5px;
}
.sub-menu {
  position: absolute;
  background: #fff;
  padding: 15px;
  min-width: 290px;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  left: -0;
  box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
}
#site-navigation li a:hover, #site-navigation li.current-menu-item a {
	background: #005487;
	color: #fff;
}
.sub-menu li {
  padding: 0 !important;
  border-bottom: 1px solid #e1e1e1;
}
* {
	box-sizing: border-box;
}
.trunck-mission {
	display: flex;
}
.trunck-mission a {
	color: #333;
}
.trunck-mission a:hover {
	color: #0077ff;
}
.date-mission {
	font-size: 12px;
	background: #fff;
	padding: 0 5px;
	border-radius: 3px;
	min-width: 90px;
	text-align: center;
}
body {
	font-family: 'gilroy', sans-serif;
	font-size: 16px;
	margin: 0;
	display: inline-block;
  	background: #f2f2f2 url('images/bg-afecti.jpg');
	width: 100%;
  	background-attachment: fixed;
	line-height: 1.6em;
	color: #545454;
}
#menu-principal .menu-item-has-children:hover > a {
  background: #ea2b6e;
  box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
  color: #fff;
  font-weight: normal;
  display: block;
}
a {
	color: #009cff;
	word-wrap: break-word;
	text-decoration: none;
}
#menu-principal .menu-item-has-children:hover > a {
	background: #005487;
	box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
	color: #fff;
	font-weight: normal;
	display: block;
}
#secondary {
	width: 21%;
	margin-right: 4%;
}
#primary {
	width: 100%;
  margin-top: 20px;
}
li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-item-has-children > a::after {
	content: "\F229";
	margin-left: 5px;
	font-family: bootstrap;
	font-size: 12px;
}
#page {
  max-width: 1350px;
  margin: 0 auto;

}
.alignfull {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: 50vw;
	position: relative;
}
.site-info p {
	margin: 0;
}
.site-info {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background: #19222f;
	font-size: 14px;
	color: #b3b3b3;
	z-index: 0;
	position: relative;
}
#footer-sidebar a:hover {
	color: #007cff;
}
#footer-sidebar a {
	color: #fff;
	text-decoration: none;
}
.sidefooter::before {
	content: url(images/bg-fond-footer.png);
	position: absolute;
	left: 0;
	bottom: 9%;
}
#colophon{
	position: relative;
  margin-top: 50px;
}
#footer-sidebar {
	max-width: 1350px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.site-info a {
	text-decoration: none;
	color: #4d95d5;
}
.sidefooter {
	padding: 1%;
	background: #1b1f24;
	color: #d5d5d5;
}

.full-width {
    background: url('images/bg-membre.png') no-repeat;
    min-height: 485px;
    margin-top: -20px;
    min-width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}
.container-member {
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	border-radius: 5px;
  padding: 1% 5% 5% 5%;
	margin-top: -250px;
}
.header-member {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
  flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.image-profil-member {
	overflow: hidden;
	border-radius: 150px;
	height: 220px;
	width: 220px;
	margin: -115px 0 0 0 ;
	box-shadow: 0 0 19px rgba(0,0,0,0.3);
}

.download-cv a {
	background: #14d3ff;
  text-decoration: none;
	color: #fff;
  margin-right: 10px;
	border-radius: 5px;
	padding: 8px 15px;
}
.mailto a {
	background: #36339D;
	color: #fff;
	border-radius: 5px;
	padding: 8px 15px;
	text-decoration: none;
}
.name-menber {
	font-weight: bold;
	font-size: 18px;
  margin-bottom: 0;
}
.cv-member {
	text-align: right;
  display: flex;
}

.title-member {
	font-weight: bold;
	font-size: 24px;
	margin: 10px 0;
}
.expertise {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
  flex-wrap: wrap;
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}
.domaine-expertise, .expertise-add {
	width: 48%;
}
.bailleur {
	width: 100%;
}
.world-intervention {
	border: 1px solid #cecece;
  width: 100%;
	padding: 5px;
  margin-top: 50px;
	border-radius: 5px;
}
.title-world {
	color: #36339d;
	background: #fff;
	margin-top: -20px;
	max-width: 314px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.title-world i {
	font-size: 30px;
	vertical-align: middle;
}
.world {
	background: #36339d;
  color:#fff;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}
.expertise ul {
	width: 100%;
	background: #f2f2f2;
	border-radius: 5px;
	padding-top: 10px !important;
	padding-bottom: 10px;
}
.member-article {
	margin-top: 30px;
	background: #eee;
	width: 100%;
	border-radius: 5px;
	padding: 2%;
}
.member-article i {
  vertical-align: middle  
}
.member-article a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #60339d;
	margin-top: 10px;
	border-radius: 5px;
	padding: 5px 20px;
}
.description-search {
	padding: 20px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
.autocomplet {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	width: 100%;
  padding: 0 2%;
}
.trouve-search {
	width: 100%;
	color: #3e3e3e;
	font-size: 18px;
	padding: 9px;
	border-bottom: 2px solid #007cff;
	background: #fff;
	margin-bottom: 30px;
}
.empty_search {
	width: 100%;
	color: #3e3e3e;
	font-size: 18px;
	padding: 9px;
	border-bottom: 2px solid #AA1D1D;
	background: #fff;
	margin-bottom: 30px;
}
.vignette-member:hover {
  box-shadow: 0 0px 2px rgba(0,0,0,0.2);
  transition: all ease 0.3s;
}
.vignette-member {
	background: #fff;
	width: 100%;
	max-width: 23%;
	box-shadow: 0 12px 8px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	min-width: 290px;
	margin-top: 10%;
	transition: all ease 0.3s;
}
.autocomplet.before .trouve-search {
	display: none;
}
.view-profil {
	text-decoration: none;
	background: #3bbf88;
	display: block;
	margin-top: 15px;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	font-size: 18px;
}
.img-profil-search {
	overflow: hidden;
	border-radius: 350px;
	max-width: 200px;
	max-height: 200px;
	margin-top: -39%;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #fff;
}
.select2-selection__rendered {
	max-height: 100px;
	overflow-x: hidden !important;
  overflow-y: visible !important;
}
.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

.vignette-member .cv-member {
	justify-content: center;
}
.select2-search__field {
	color: #737373;
	font-family: unset;
}
.section-cle {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  padding: 0 2%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0;
}
.select2-selection__choice {
	max-width: 229px;
	overflow: hidden;
}
.container-intuition {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0;
  margin-top: -20px;
}
.loader {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(255,255,255,0.6);
	width: 100%;
}
.title-article {
	font-weight: bold;
	font-size: 18px;
}
.go-search,.go-search-article,.go-search-mission {
	background: #007cff;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	width: 40px !important;
	cursor: pointer;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	vertical-align: bottom;
}

.entry-date.published::before {
	content: "\F1F6";
	font-family: bootstrap;
	margin-right: 5px;
}
.read-time::before {
	content: "\F102 ";
	font-family: bootstrap;
	margin-right: 5px;
}
.cat-blog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cat-blog article {
	width: 30%;
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 7px 5px rgba(0,0,0,0.2);
  margin-bottom: 5%;
}
.content-cat-art {
	padding:10%;
}
.img-blog {
	margin: 0;
}
.entry-meta-cat {
	color: #000;
	font-size: 14px;
}
.entry-date.published {
	margin-right: 5%;
}
.lire-article-afecti {
	display: table;
	margin: 30px 0 0 0;
	border: 1px solid #999;
	padding: 4px 20px;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	border-radius: 2px;
}
.titre-art-cat a {
	color: #333 !important;
	font-size: 16px;
	text-decoration: none;
}
.info-sendail {
	background: #ffefdf;
	padding: 10px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
}
.titre-article-blog {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.entry-content.blog {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
}
.single-blog .entry-meta-blog {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 10px 10px;
	background: #fafafa;
}
.entry-meta-blog {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 10px 10px;

}
.single-blog .titre-article-blog {
	font-size: 24px;
}
.img-blog img {
	width: auto;
	max-height: 280px;
	max-width: 100%;
}
.content-art {
	padding: 0 5% 5% 5%;
}
.comment-metadata a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
.big_search i {
  color: #ffa700;
}
.big_search {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-bottom: 3px solid #ffa700;
}
.reply {
	display: none;
}
.comment-list > li {
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}
#comments {
	max-width: 1100px;
	background: #fff;
	margin: 3% auto;
	padding: 2%;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}
.comment-list {
	list-style: none;
  padding :0
}
.says {
	display: none;
}
#commentform #submit {
	background: #007cff;
	border: none;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}
.comment-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
textarea#comment {
	width: 100%;
}
.prev.page-numbers {
	background: #19222f;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
	margin-right: 9px;
}
.pagination {
	width: 100%;
	margin-top: 50px;
}
.page-numbers {
	padding: 5px 10px;
	background: #19222f;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
}
.page-numbers.current {
	background: #fff;
	color: #19222f;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
  cursor: not-allowed;
}
.section-cle.article {
	justify-content: normal;
}
.section-cle.article .select-expertise {
	margin-right: 15px;
}
.mot-cle label {
	display: block;
}
.section-cle.article p {
	max-width: 30%;
	width: 100%;
}
.section-cle.article .recherche-intuitive {
	width: 70%;
}
.container-intuition::before {
    content: "";
    position: absolute;
    top: 0;
    background: #e8e8e8;
    height: 100%;
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    z-index: -1;
}
.reset {
	background: #DB2323;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	width: 40px !important;
	cursor: pointer;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	vertical-align: bottom;
}
.connexion i {
    display: block;
    font-size: 24px
}
.connexion a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 13px;
    padding: 0;
    margin-top: 10px;
    display: block;
}
a.connexion span {
    display: block;
}
.connexion {
    background: #126bab;
    color: #fff;
    text-align: center;
    min-height: 80px;
    padding: 5px 10px;
    line-height: 20px;
}
.titre-news {
	display: block;
	font-size: 18px;
  margin-bottom: 15px;
}
.sib-default-btn {
	background: #007cff;
	border: none;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
}
.woocommerce .sib-email-area {
	display: flex;
}
.sib-email-area input {
  border: none;
  height: 35px;
  border-radius: 5px;
  width: 49%;
  min-width: 200px;
  vertical-align: top;
}
.sib-default-btn {
  background: #007cff;
  border: none;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0px !important;
  font-size: 16px;
  width: auto !important;
  min-width: auto !important;
  margin-left: -24px;
  cursor: pointer;
}
.listing-country {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sku_wrapper {
	display: none;
}
.article-mission {
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 5px;
}
.listing-country {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}
.link-mision {
	background: #36339d;
	padding: 5px 20px;
	border-radius: 5px;
	text-decoration: none;
	min-width: 120px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}
.control-mission {
	background: #0077ff;
	color: #fff !important;
	border: none !important;
	font-size: 20px;
	padding: 15px;
	box-sizing: border-box;
	line-height: 20px;
	height: 50px !important;
}
.title-mission {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;

	align-items: center;
}
.meta-mission {
	font-size: 12px;
	color: #36339d;
}
.mission-profil {
	background: #36339d;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	border-radius: 5px;
}
.excerpt-mission .lire-article-afecti {
	background: #36339d;
	color: #fff;
	border: none;
}
.mission-single {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	background: #fff;
	padding: 2%;
	border-radius: 5px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}
.content-mission {
	width: 70%;
}
.section-cle.mission {
	justify-content: left;
}
.file-mission {
	width: 25%;
	background: whitesmoke;
	border-radius: 0 5px 5px 0;
	padding: 2%;
}
.file-mission li {
	list-style: none;
}
.section-cle.mission .mot-cle {
	margin-left: 15px;
}
.file-mission p {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.titre-form.spacing abbr {
	color: red;
}
.page-template-page_inscription_pro #page {
	width: 100%;
	margin: 0;
	max-width: 100%;
	display: flex;
	flex-direction: row-reverse;
}
.fixed-form-pro,.form-pro-overflow {
	width: 50%;
}

.fixed-form-pro {
	position: relative;
	width: 50%;
	height: 100%;
	background: url(images/bg-pro.jpg);
}
.fixed-form-pro {
	position: fixed;
	width: 50%;
	min-height: 100%;
	background: url(images/bg-pro.jpg) no-repeat;
	background-size: cover;
  background-position: center center;
	overflow: hidden;
	top: 0;
	left: 0;
}
.close-nav {
    display: none;
}
small.includes_tax .woocommerce-Price-amount.amount , small.includes_tax{
	font-size: 12px !important;
}
.compte-resp,.open-close-footer{
  display:none;
}
.open-close-footer {
	text-align: center;
	background: #1b1f24;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}
.autocomplet.before.containermission {
	display: block;
	padding: 10px;
	max-width: 900px;
	margin: 0 auto;
}
.vignette-member .nationality {
	display:block ;
}
.img-profil-search img {
	width: 100%;
}
.titre-mymission {
	font-weight: bold;
	font-size: 18px;
}
#received_mission_field label {
	font-weight: normal;
	font-size: 14px;
}