/*!
Theme Name: Revolucy
Theme URI: http://underscores.me/
Author: Revolucy
Author URI: https://www.revolucy.fr/
Description: Revolucy
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: revolucy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
# DEBUT CSS REVOLUCY
--------------------------------------------------------------*/
/* DEBUT GLOBAL */

:root {
	--first-color: #751757;/*purple*/
	--second-color:  #3e3e3c;/*grey*/
	--third-color:  #e5005b;/*pink*/
	--fourth-color: #fdc533; /*yellow*/
	--fifth-color: #fff7f4; /*light pink*/
	--sixth-color: #f2f2f2; /*light grey - footer*/
	--seventh-color: #fff7f4;
}

.color-white h1, .color-white p{
	color: #fff;
}

.first-color, .first-color p, .first-color-title h1, .first-color-title h2, .first-color-title h3, .first-color-title h4, .first-color-link a, .first-color-strong strong {
	color: var(--first-color);
}

.first-color-strong strong {
	color: var(--first-color);
	font-weight: 900;
}

.second-color p {
	color: var(--second-color);
}

.second-color-strong strong {
	color: var(--second-color);
	font-weight: 900;
}

.third-color, .third-color p, .third-color-title h2, .third-color-anchor a, .third-color-quote em {
	color: var(--third-color);
}

.third-color-quote-strong strong {
	color: var(--third-color);
}

.third-color-quote em{
	font-style: normal;
   font-family: 'Libre Baskerville', serif;
}

.third-color-strong strong {
   color: var(--third-color) !important;
}

.third-color-title-strong h2 strong {
   color: var(--third-color) !important;
}

.fourth-color {
  color: var(--fifth-color);
}

.sixth-color {
	color: var(--sixth-color);
}

div.font-baskerville p, .font-baskerville-strong strong, div.title-font-baskerville h2 , div.title-font-baskerville-strong strong{
	font-family: 'Libre Baskerville', serif;
}

.font-cursive p {
	font-family: 'Caveat', cursive, serif;
	font-weight: 600;
}

.font-cursive-italic em {
	font-family: 'Caveat', cursive, serif;
	font-weight: 900;
}

.font-cursive-title h3 {
	font-family: 'Caveat', cursive, serif;
   font-size: 50px;
    font-weight: 800;
}

.font-cursive-title h2 {
	font-family: 'Caveat', cursive, serif;
	font-size: 50px;
	font-weight: 600;
}

.font-work p, .font-work-title h1, .font-work-title h2, .font-work-title h3 {
	font-family:'Work Sans', sans-serif;
}

body {
	margin-bottom: 0 !important;
}

body article {
	margin-bottom: 0!important;
}

body a {
	text-decoration: none;
}

.hoverslideteam {display: none !important}

.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow:hover .hoverslideteam {
	position: absolute !important;
  background: #fff !important;
  box-shadow: 0 0 15px #d7d7d7;
  padding: 10%;
  width: 78% !important;
  height: 88% !important;
  top: 0 !important;
  border-radius: 0 0 20px 20px;
  display: block !important;
  line-height: 19px;
}
.hoverslideteam h3{
  font-family: 'Libre Baskerville', serif;
  font-weight: 800;
  color: var(--third-color) !important;
}

body p {
	font-size: 18px;
	color: var(--second-color);
	font-family:'Work Sans', sans-serif;
}

.small-font {
 font-size: 14px !important;
 line-height: 20px !important;
 font-weight: 500 !important;
}

#primary {
  max-width: 1200px;
  margin: auto;
}
.l600 {margin: auto !important; width: 95% !important; max-width: 600px !important;}
.l900 {margin: auto !important; width: 95% !important; max-width: 900px !important;}
.l1000 {margin: auto !important; width: 95% !important; max-width: 1000px !important;}
.l1100 {margin: auto !important; width: 95% !important; max-width: 1100px !important;}
.l1200 {margin: auto !important; width: 95% !important; max-width: 1200px !important;}
.l1400 {margin: auto; width: 95%; max-width: 1400px;}
.l1500 {margin: auto; width: 95%; max-width: 1500px;}
.l1900 {margin: auto; width: 95%; max-width: 1900px;}
.mobile {display: none}

body ul {
  padding: 0;
  margin: 0;
}

div.img-symbol img {
  max-width: 30% !important;
}

.bg-purple {
	background-color: var(--first-color);
}

.btn a {
  display: inline-flex !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  border-radius: 18px;
}

.btn strong {
	line-height: 30px;
	font-family: 'Caveat', cursive, serif;
    font-size: 48px;
    line-height: 26px;
    position: relative;
    left: 8px;
}

.btn-purple a {
  background-color: var(--first-color);
  color: #fff;
  padding: 10px 35px;
  border: 3px solid transparent;
 transition: 0.3s;
}

.btn-border-white a {
 border: 3px solid #fff;
 color: #fff;
 padding: 12px 25px;
 font-weight: 500;
 transition: 0.3s;
}

.btn-border-white a:hover, .btn-purple a:hover {
  text-decoration: none;
  color: var(--first-color);
  background-color: #fff;
}

.btn-purple a:hover{
   border: 3px solid var(--first-color);
}

.btn-pink a, #gform_submit_button_1 {
  background-color: #fff;
  border: 3px solid var(--third-color);
 color: var(--third-color);
 padding: 12px 32px;
 font-weight: 500;
  transition: 0.3s;
}

.btn-pink a:hover, #gform_submit_button_1:hover  {
  text-decoration: none;
  color: #fff;
  background-color: var(--third-color);
}

#gform_submit_button_1 {
  text-transform: uppercase;
  font-size: 18px;
  background-color: transparent;
}

.link-know-more a {
	font-family: 'Caveat', cursive, serif;
	text-decoration: underline;
	font-size: 38px;
	color: var(--third-color);
	font-weight: 700;
	display: inline-block;
	transition: 0.3s;
}

.link-know-more a:hover {
	color: var(--third-color);
	transform: scale(1.2);
}

.title-banner h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 52px;
}

.title-banner h1 strong {
  color: var(--first-color);
  font-family: 'Libre Baskerville', serif;
}

.title-up-and-low h2, .title-up-and-low h3 {
	font-family: 'Work Sans', sans-serif; 
    font-weight: 300;
	line-height: 76px;
	margin-bottom: 20px;
}

.title-up-and-low h2  {
	font-size: 70px;
}

.title-up-and-low h3  {
	font-size: 46px;
}

.title-up-and-low h2 strong,.title-up-and-low h3 strong {
	font-family: 'Libre Baskerville', serif;
    font-weight: 800;
}

div.title-coaching {
	margin: auto;
    display: inline-block;
}

.title-coaching h3 {
	margin-top: 2px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-weight: 500;
}

.title-coaching h3 strong{
	font-weight: 900;
}

.bloc-title-purple h2 {
	font-family: 'Caveat', cursive, serif;
    font-size: 80px;
	color: var(--first-color);
	text-transform: uppercase;
	margin: 0;
}

.bloc-title-purple  {
	text-align: center;
}

.bg-heart{
   background-repeat: no-repeat;
}

.medium-bg-underline h2, .tall-bg-underline h2{
  background-repeat: no-repeat;
  display: inline-block;
}
	
.medium-bg-underline h2{
	background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/bg-medium-underline.png);
	background-position: center 80px;
	background-size: 106%;
	padding-left: 64px;
    padding-right: 64px;
}
	
.tall-bg-underline h2{
	background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/bg-tall-underline.png);
	background-position: center 48px;
	background-size: 108% 80%;    
	padding-left: 70px;
    padding-right: 70px;
}

.bg-circle-cursive-text p, .bg-circle em{
	background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/picto-entourage.png);
	background-position: center;
}

.bg-circle-right em{
  background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/circle-home.png);
}

.bg-circle-right em, .bg-circle em{
	font-style: normal;
}

.bg-wave-underline p{
	background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/soulignement-vague-e1707339855183.png);
}

.bg-yellow-heart p{
	background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/coeur.png);
}

.bg-smile p{
	background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/img-smiley.png);
}

.bloc-quoi p {
	font-size: 36px;
}

.frame {
  border: 2px solid var(--first-color);
  border-radius: 25px;
}

div.cible .vc_single_image-wrapper{
  max-width: 155px !important;
  position: relative;
  left: -62px;
}

.cible img {
  width: 100%;
  object-fit: contain;
}

.star img {
 width: 140px;
  margin-left: 28px;
}

.cross img {
 width: 110px;
}

.text-tall p{
 font-size: 52px;
 line-height: 65px;
  margin-top: 0px;
}

.text-medium p, .text-medium-strong strong {
   font-size: 38px !important;
   line-height: 50px !important;
   font-weight: 400 !important;
}

.text-small p {
     font-size: 21px;
    line-height: 26px;
    font-weight: 500;
}

.text-small li {
     font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.slanted-text p, .slanted-text-purple h3 {
  font-size: 66px;
  font-weight: 600;
  margin-top: 0;
  transform: rotate(-6deg);
  line-height: 74px;
}

.slanted-text p {
  color: #ffff !important;
}

.slanted-text-purple p {
  color: var(--first-color) !important;
}

div.bg-list li {
  background: 0% 3px/ 15px no-repeat url(https://www.elveor.com/wp-content/uploads/2024/01/trame-plus.png) !important;
  list-style: none !important;
  padding-left: 34px;
  font-size: 21px !important;
  font-family: 'Work Sans';
  line-height: 26px !important;
  margin-top: 10px !important;
}

div.bg-list-slider li {
  background: 0% 3px/ 15px no-repeat url(https://www.elveor.com/wp-content/uploads/2024/01/trame-plus.png) !important;
  list-style: none !important;
  padding-left: 30px !important;
}

.calendar {
  display: flex;
  align-items: center;
}

.calendar .vc_col-sm-3{
  width: 36%;
}

.calendar .vc_col-sm-9{
  width: 54%;
}
.calendar img {
  width: 300px;
}

.calendar h2 {
font-size: 48px !important;
}

.calendar .third-color-title {
  margin-left: -20px;
}

.calendar p {
 font-weight: 900;
}

div.bg-coaching {
  background-position: center 32% !important;
  height: 740px;
  border-radius: 0 70px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.informations-bg-footer{
	z-index:-1;
}


/* FIN GLOBAL */

/* DEBUT CUSTOM */

/* DEBUT PAGE HOME */

#bloc-1-home {
margin-top: -292px !important;
padding-top: 15% !important;
padding-bottom: 8% !important;
}

#bloc-1-home .vc_col-sm-12{
padding-top: 0!important;
}

#bloc-img-violet {
  position: absolute;
  z-index: 99;
  margin-top: -110px;
  margin-left: -7%;
}

#bloc-img-jaune {
  position: absolute;
  z-index: 99;
  margin-top: -110px;
  margin-left: 10%;
}

.title-home {
   margin-top: 100px;
}

.title-home h1 {
    font-size: 55px;
    line-height: 75px;
    font-weight: 300;
	margin: 0;
	margin-left: 40px;
}

.title-home h1 strong {
    font-weight: 900 !important;
}

#bloc-2-home {
    border-radius: 0 0 0 70px;
}

#bloc-2-home .slide-text .wpb_wrapper, #bloc-2-home .slide-text  ul {
	width: 100%;
	display:flex;
	gap: 50px;
}

#bloc-2-home .slide-text li {
    margin: 0 5px;
    font-size: 40px;
    color: white;
    font-family: 'Libre Baskerville', serif !important;
    padding-left: 10px;
    font-weight: 700;
    text-align: center;
}

 #bloc-2-home ::marker {
	font-size: 40px;
}

 #bloc-2-home .slide-text ul:first-child li:first-child {
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

 #bloc-2-home .slide-text ul {
    white-space: nowrap;
    animation : slideText 18s linear infinite;
}

@keyframes slideText {
   0% {
    transform: translatex(-100%); 
  }
  100%{
    transform: translatex(100%)
  }
}

#bloc-3-home h2 strong:first-child {
   font-size: 90px;
   line-height: 90px;
   font-weight: 600;
   letter-spacing: 5px;
}

#bloc-3-home h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 68px;
}

#bloc-3-home h2 .third-color {
    font-family: 'Caveat', cursive, serif;
    color: var(--third-color);
    font-size: 100px;
    font-weight: 300;
    line-height: 70px;
}

#bloc-3-home .bloc-nous-sommes {
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: right;
}
	 
#bloc-3-home .bloc-values {
  padding-top: 65px;
  padding-bottom: 70px;
  margin: auto;
}

#bloc-3-home .vc_col-sm-4 {
  right: 135px;
  top: -60px;
  position: relative;
  z-index: -2;
}

#bloc-3-home .vc_col-sm-4>.vc_column-inner {	
	padding: 0!important;
    width: 440px;
}

#bloc-3-home .bloc-list-results .vc_column-inner {
	background: 1% 35%/7% no-repeat;
}

#bloc-10-home {
  margin-top: 30px !important;
}

#bloc-3-home .wpb_single_image img {
  width: 90px;
  height: 100px;
}

#bloc-3-home .list-results-home p {
	font-size: 20px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 0px;
}

#bloc-3-home .bloc-list-results .wpb_content_element {
	margin-bottom: 5px;
}

#bloc-3-home .vc_custom_1706261847967 .wpb_content_element {
  width: 210px;
  height: 150px;
}

#bloc-3-home .vc_custom_1706261847967 .first-color .wpb_wrapper{
  right: -75px;
  position: relative;
}

#bloc-3-home .vc_custom_1706261847967 .first-color .wpb_wrapper p:first-child{
	font-size: 22px;
   text-indent: 62px;
  line-height: 20px;
}

#bloc-3-home .vc_custom_1706261847967 .wpb_content_element img {
  width: 204px;
  height: 150px;
  margin-left: 48px;
  margin-top: 26px;
}

#bloc-3-home .vc_custom_1706261847967 .wpb_content_element strong {
  font-size: 22px;
  font-weight: 400;
}

#bloc-3-home .bloc-list-results strong {
font-size: 30px;
color: var(--first-color);
font-weight: 600;
font-family:'Work Sans', sans-serif;
}

#bloc-4-home {
 border-radius: 0 70px 0 0;
 margin-bottom: 0!important;
 padding-right: 185px!important;
 padding-left: 185px!important;
 background-repeat: no-repeat;
 margin-top: -70px;
  background-size: cover;
}

.bloc-title-purple-home {
 text-align: center;
}

.bloc-title-purple-home h2 {
 font-family: 'Caveat', cursive, serif;
 font-size: 105px;
 color: var(--first-color);
 text-transform: uppercase;
 margin: 0;
}

#bloc-4-home p {
  font-family: 'Work Sans', sans-serif;
  font-size: 42px;
  line-height: 45px;
  margin-top: 0px;
 font-weight: 300;
}

#bloc-5-home{
  background-size: contain !important;
  background-position: center top!important;
}

#bloc-5-home .vc_custom_1707149571380 {
    margin-left: -30px;
    margin-top: -197px;
    margin-bottom: -275px;
    min-width: 155%;
}

#bloc-5-home p, #bloc-6-home p, #bloc-7-home p {
	font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

#bloc-5-home .font-cursive p, #bloc-10-home .font-cursive p {
    font-size: 42px;
}

#bloc-6-home {
	background-size: cover !important;
    background-position: center right !important;
}

#bloc-6-home .bloc-1-coaching-equipe-formation {
    margin-left: -217px !important;
    margin-top: -140px!important;
    margin-bottom: -305px !important;
    width: 143% !important;
} 

#bloc-7-home .wpb_single_image {
     margin-left: 11px !important;
    margin-top: -158px !important;
    margin-bottom: -275px !important;
    width: 140% !important;
} 

#bloc-8-home p > strong{
  font-size: 40px;
  font-weight: 600;
}

#bloc-9-home .wpb_single_image{
     width: 575px;
    margin-right: -67px;
}

#bloc-9-home .vc_col-sm-8{
	margin-left: 60px;
}
#bloc-9-home .vc_col-sm-4{
	width: 28%;
}

#bloc-9-home .wpb_single_image img {
    width: 285px;
    margin-right: 136px;
    margin-top: -28px;
}

 #bloc-9-home h2 {
    min-width: 318px;
    margin-right: -220px;
    margin-top: -76px;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
}

 #bloc-9-home h2 strong {
  font-weight: 800;
}

 #bloc-9-home p {
 font-weight: 400;
 font-size: 22px;
 margin-bottom: 0;
}

#bloc-10-home p {
  margin-top: 0;
}

#bloc-11-home.bg-heart{
   background-size: contain;
   background-position: center;
}

#bloc-11-home .title-up-and-low h2, #bloc-12-home .title-up-and-low h2, #bloc-13-home .title-up-and-low h2 {
  font-size: 58px;
  font-weight: 400;
}

#bloc-11-home .n2-ss-control-bullet {
 top: 60px;
}

#bloc-11-home .n2-ss-slider .n2-ss-slide {
    overflow: visible !important;
}

#bloc-10-leadership div.n2-ow div.n2-ss-slide-background div,
#bloc-11-home div.n2-ow div.n2-ss-slide-background div {
  background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/bg-card-transparent.png ) !important;
  background-size: 100% 104%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#bloc-11-home .n2-ss-slider-pane  {
  padding-top: 20px;
}

#bloc-11-home .n2-ss-layers-container {
  transition: 0.3s;
}

#bloc-11-home .n2-ss-layers-container:hover {
  transform: translateY(-7px);
}

#bloc-11-home  .n2-ss-slider .n2-ss-item-image-content img {
  max-width: 97%;
}

#bloc-13-home {
    margin-top: 0px;
	padding-top: 0px!important;
	background-repeat: no-repeat;
    background-size: 100% 74%;
    background-position: center bottom;
}

#bloc-13-home .vc_column_container>.vc_column-inner {
	padding-right: 0px !important;
}

#bloc-13-home strong:last-child {
    display: inline-block;
    font-size: 116px;
    line-height: 132px;
}

#bloc-13-home .wpb_single_image img {
  width: 325px;
  margin-right: -50px;
}

#bloc-13-home .wpb_content_element {
	margin-bottom: 0;
	margin-top:10px;
}

#bloc-14-home {
	background-size: cover;
    background-repeat: no-repeat;
	padding-top: 65px;
	padding-bottom: 65px;
	border-radius: 0 0 0 70px;
}

#bloc-14-home div.vc_tta-panel-body{
  padding: 45px 100px 0 0 !important;
}

#bloc-14-home .bg-circle-right em{
  background-position: 8px 27px;
  margin: -20px -30px -20px -25px;
  padding-top: 20px; 
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 95%;
  display: inline-block;
  line-height: 95px;
}

#bloc-14-home .bloc-testimonials{
  float: right;
  max-width: 715px;
}

#bloc-14-home .testimonials p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

#bloc-14-home .footer-testimonials p {
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}

#bloc-14-home .footer-testimonials p strong{
  font-weight: 600;
}

#bloc-14-home .footer-testimonials p strong:first-child {
  font-family: 'Libre Baskerville', serif;
}

#bloc-14-home .vc_custom_1706277182863 {
  padding-left: 200px !important;
}

#bloc-14-home li:not(.vc_active)>a {
  border: none;
  background-color: #b35b97;
}

#bloc-14-home .wpb_single_image {
    margin-top: -22px;
    padding-right: 165px;
    text-align: right;
}

#bloc-14-home .wpb_single_image img {
    max-width: 145px;
    min-width: 100px;
	transform: rotate(-30deg);
}

#bloc-14-home .vc_general.vc_pagination .vc_pagination-trigger {
	width: 20px;
	height: 20px;
}

#bloc-14-home .vc_general.vc_pagination{
  padding-left: 100px;
  text-align: left;
}

#bloc-15-home .vc_column-inner {
  padding-top: 0;
}

#bloc-15-home div.n2-ss-section-main-content {
  padding: 0 !important;
}

/* FIN PAGE HOME */

/* DEBUT PAGE ENJEUX   */

.title-enjeu {
	margin-bottom:0 !important;
}

.title-enjeu h1 {
    font-size: 68px;
    font-weight: 400;
	margin-bottom:0 !important;
	margin-top: 25px;
}

.title-enjeu .bg-circle em {
    background-repeat: no-repeat;
}

#bloc-1-enjeu-du-moment p {
	margin-top: 0 !important;
}
 
#bloc-1-enjeu-du-moment p {
	margin-top: 0 !important;
}
 
#bloc-1-enjeu-du-moment .bg-circle-right em {
  background-position: 12px 20px;
  background-repeat: no-repeat;
background-size: 88%;
  margin-right: -20px;
  padding-right: 20px;
  margin-left: -20px;
  padding-left: 20px;
}

#bloc-1-enjeu-du-moment .font-cursive p {
	 font-size: 56px;
	font-weight: 800;
}

#bloc-2-enjeu-du-moment p, #bloc-2-enjeu-du-moment a {
	color: #fff;
}

#bloc-2-enjeu-du-moment p {
    font-size: 28px;
	margin:0;
}

#bloc-2-enjeu-du-moment p:first-child {
	line-height: 35px;
	padding: 14px;
}

.bloc-enjeu{
	width:400px !important;
	height: 400px !important;
	margin: 0;
}

.bloc-enjeu .wpb_content_element {
    margin-bottom: 0;
}

#bloc-2-enjeu-du-moment img {
     width: 400px;
    height: 400px;
    object-fit: cover;
    margin-top: -5px;
}

#bloc-2-enjeu-du-moment .vc_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.enjeu-1 .wpb_single_image, .enjeu-2 .wpb_single_image, .enjeu-3 .wpb_single_image, .enjeu-4 .wpb_single_image {
   margin-top: -400px !important;
}

#bloc-2-enjeu-du-moment .enjeu-bottom .bloc-enjeu{
     margin-top: -5px;
}

.bloc-enjeu .vc_column-inner{
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center bottom;
}

.enjeu-1 .vc_column-inner{
	mask-image: url(https://www.elveor.com/wp-content/uploads/2024/01/forme5.png);
}

.enjeu-2 .vc_column-inner{
	mask-image: url(https://www.elveor.com/wp-content/uploads/2024/01/forme2.png);
}

.enjeu-3 .vc_column-inner{
	mask-image: url(https://www.elveor.com/wp-content/uploads/2024/01/forme3.png);
}

.enjeu-4 .vc_column-inner{
	mask-image: url(https://www.elveor.com/wp-content/uploads/2024/01/forme5.png);
}

.bloc-enjeu .font-baskerville-strong .wpb_wrapper{
    height: 400px !important;
    position: relative !important;
	margin-top: 0;
	display: flex;
    z-index: 4;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding-top: 35px;
}

#bloc-2-enjeu-du-moment .font-baskerville-strong + .wpb_single_image {
  transition: 0.3s;
}
 
#bloc-2-enjeu-du-moment .hover-enjeux:hover + .wpb_single_image {
   opacity: 0.7;
}
    
#bloc-2-enjeu-du-moment .vc_col-has-fill>.vc_column-inner {
	padding:0;
}

/* FIN PAGE ENJEUX */

/* DEBUT PAGE COACHING INDIVIDUEL */

.banner-coaching .wpb_content_element {
	margin-bottom: 0 !important;
}

.bloc-coaching-pourquoi .wpb_wrapper {
	text-align: center;
}

.bloc-coaching-pourquoi .wpb_text_column p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}

#bloc-3-leadership .challenges {
	padding-left: 250px;
    padding-right: 250px;
}

#bloc-4-coaching-individuel .first-color-title h3, #bloc-7-coaching-individuel .first-color-title h3 {
  font-weight: 900;
  line-height: 60px;
}

#bloc-4-coaching-individuel .bloc-objectifs {
 padding-left: 100px;
}

.benefits h2{
 font-weight: 900;
 line-height: 60px;
}

div.tab-benefits .vc_tta-tab:nth-child(1) {
    display: inline-block;
    width: 48%;
    border-radius: 15px !important;
    position: relative;
    right: -20px;
    z-index: 9;
    margin-right: 10px;
}

div.tab-benefits .vc_tta-tab:nth-child(2) {
	display: inline-block;
	width: 50%;
	position: relative;
	right: 10px;
}

div.tab-benefits .vc_tta-tab a span {
  margin-bottom: -5px;
  display: block;
}

div.tab-benefits a {
	border-radius: 15px !important;
}

div.vc_tta-panel-body{
	padding: 45px 100px 0 100px !important;
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a{
	color: #fff !important; 
	background-color: var(--first-color) !important;
}

.vc_tta.vc_general .vc_tta-tab>a{
	color: var(--first-color) !important;
	background-color: #f0e8ef !important;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
	z-index: 2;
	padding: 10px 20px !important;
}

#bloc-8-coaching-individuel h3 {
  margin-top: 20px;
}

#bloc-11-coaching-individuel {
    background-position: 80% 68% !important;
    background-size: 100% !important;
}

#bloc-11-coaching-individuel h2 {
 font-size: 60px;
 margin-top: 20px;
 margin-bottom: 0px;
}

#bloc-11-coaching-individuel .slanted-text-purple h3 {
    line-height: 86px;
	font-weight: 800;
}

#bloc-11-coaching-individuel  .bg-circle-right em {
    background-size: 96% 88%;
    background-repeat: no-repeat;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    background-position: 10px 6px;
    padding-right: 20px;
}
 
#bloc-11-coaching-individuel p {
 font-weight: 500;
}

#bloc-11-coaching-individuel .testimonials p {
	font-size: 22px;
 font-weight:600;
 margin-bottom: 10px;
}

#bloc-11-coaching-individuel .footer-testimonials p {
 font-size: 24px;
 font-weight: 400;
 margin-top: 0;
 margin-bottom: 0;
}

#bloc-11-coaching-individuel .bloc-informations-programme .vc_col-sm-6:nth-child(2) .vc_column-inner {
 padding-left: 258px;
}

.bloc-informations-programme .vc_col-sm-4:nth-child(1) {
   width: 41%;
}

.bloc-informations-programme .vc_col-sm-4:nth-child(1) p{
     font-size: 34px;
    line-height: 45px;
    font-weight: 500;
}

.bloc-informations-programme .vc_col-sm-4:nth-child(2) {
   width: 25%;
}

.bloc-informations-programme .vc_col-sm-4:nth-child(2) .vc_single_image-wrapper {
   width: 150px;
}

.bloc-informations-programme .font-cursive p {
   font-size: 40px;
   line-height: 40px;
}

/* FIN PAGE COACHING INDIVIDUEL*/

/* DEBUT PAGE LEADERSHIP DES FEMMES */

#bloc-2-leadership .medium-bg-underline h2, #bloc-3-leadership .medium-bg-underline h2, #bloc-8-leadership .medium-bg-underline h2, #bloc-9-leadership .medium-bg-underline h2{
   line-height: 145px;
   background-position: center 68px;
   background-size: 84%;
}

#bloc-3-leadership .wpb_wrapper {
 text-align: center;
}

#bloc-3-leadership .title-up-and-low {
 background-position: center bottom !important;
 display: inline-block;
 max-width: fit-content;
 margin: auto;
 padding: 5px 40px 20px 40px;
}

#bloc-3-leadership .title-up-and-low h3 {
    margin-top: 10px;
    line-height: 68px;
    font-weight: 400;
}

#bloc-3-leadership .medium-bg-underline h2 {
  line-height: 145px;
  background-position: 6px 64px;
  background-size: 95%;
}

#bloc-4-leadership {
 display: flex;
 justify-content: center;
}

#bloc-4-leadership h3 {
 margin: 0;
}

#bloc-6-leadership h3 {
 background-position: center 32% !important;
 height: 1040px;
}

#bloc-7-leadership {
 display: flex;
 justify-content: center;
}

#bloc-7-leadership p {
 font-size: 21px;
}

#bloc-8-leadership {
  background-size: cover;
}

#bloc-8-leadership div.bg-list-slider li {
  background-position: left 18px !important;
}

#bloc-8-leadership .n2-ss-slide{
  --slide-margin-side: 35px;
}

#bloc-8-leadership .medium-bg-underline h2{
  line-height: 145px;
  background-position: center 58px;
}

#bloc-9-leadership .medium-bg-underline h2 {
    line-height: 145px;
    background-position: center 57px;
    background-size: 97%;
}

#bloc-9-leadership p {
   margin: 0;
}

#bloc-10-leadership .slider-container{
	margin-top: -390px;
}

#bloc-11-leadership{
	background-position: 100% 106% !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

#bloc-11-leadership{
	display: flex;
}

#bloc-11-leadership h3 {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 0px;
	line-height: 34px;
}

#bloc-11-leadership .img-bloc-11-leadership {
    margin-top: -710px;
    margin-left: -160px;
}

#bloc-11-leadership .img-bloc-11-leadership img {
	max-width: 103%;
}
 
/* FIN PAGE LEADERSHIP DES FEMMES */

/* DEBUT PAGE QUI SOMMES NOUS */
#bloc-1-qui-sommes-nous h1 {
  margin-top: 65px;
}

#bloc-gif-qui-sommes-nous {
  background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/ELVR_gif_quisommesnous-1.gif);
  background-size: cover;
  background-position: top center;
}

#bloc-2-qui-sommes-nous{
 background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bloc-2-qui-sommes-nous p{
	font-size: 21px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 30px;
}

#bloc-2-qui-sommes-nous p strong{
	font-weight: 600;
}

#bloc-2-qui-sommes-nous div.font-cursive p{
	font-size: 35px;
}

#bloc-2-qui-sommes-nous div.bloc-elveor-partenaire p{
	font-size: 50px;
    line-height: 80px;
}

#bloc-2-qui-sommes-nous .picto-underlines-2 em{
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/02/picto-surlignement.png");
  background-position: 52% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

#bloc-2-qui-sommes-nous .picto-tips em{
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/02/picto-tips.png");
 background-position: 100% 8%;
 background-repeat: no-repeat !important;
 background-size: 27px;
 display: inline-block;
padding-right: 10px;
}

#bloc-2-qui-sommes-nous em, #bloc-3-qui-sommes-nous em{
	font-style: normal;
}

#bloc-2-qui-sommes-nous .bg-circle em {
  margin-right: -20px;
  display: inline-block;
  padding-right: 20px;
  background-size: 95%;
  background-repeat: no-repeat;
  padding-left: 28px;
  margin-left: -20px;
}

.mainfloat img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 19% !important;
}

#bloc-3-qui-sommes-nous {
    background-repeat: no-repeat;
    background-size: 100% 89%;
    background-position: center bottom;
}

#bloc-3-qui-sommes-nous h2{
  background-position: center 23px;
	background-size: 96%;
}

#bloc-3-qui-sommes-nous .vc_row-fluid {
  align-items: center;
}

#bloc-3-qui-sommes-nous p{
	font-size: 22px;
   line-height: 28px;
}

#bloc-3-qui-sommes-nous .bg-main-crayon{
	margin-left: -386px;
    margin-top: -305px;
    width: 440px;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-1 {
    padding-right: 75px;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-1 p{
     font-size: 85px;
    font-weight: 600;
	margin-top: 0;
    line-height: 130px;
	display: inline-block;
}

#bloc-3-qui-sommes-nous .bg-wave-underline p{
  background-position: 22px 96px;
  background-size: 356px;
  background-repeat: no-repeat;
}

#bloc-3-qui-sommes-nous .bg-yellow-heart p{
  background-size: 146px;
  background-repeat: no-repeat;
  background-position: 118px 4px;
}

#bloc-3-qui-sommes-nous .bg-circle-cursive-text p{
background-position: 24px 25px;
  background-repeat: no-repeat;
  background-size: 384px 96px;
  padding-left: 10px;
  padding-right: 20px;
}

#bloc-3-qui-sommes-nous .bg-smile p{
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: 110px -7px;
}

/#bloc-3-qui-sommes-nous .blocs-nos-valeurs-1 .wpb_content_element{
	margin-bottom: 0;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-2 p{
  margin-top: 15px;
  margin-bottom: 5px;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-3 p{
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 0;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-3 .wpb_content_element{
  margin-top: 0;
  margin-bottom: 0;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-3 .font-baskerville p{
  font-size: 46px;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-3 .font-cursive strong{
 font-size: 58px;
 margin-top: 10px;
 font-weight: 900;
}

#bloc-4-qui-sommes-nous .img-symbol{
	margin-bottom: 0px!important;
}

#bloc-4-qui-sommes-nous {
    border-radius: 0 0 70px 0 !important;
	background-position: center 34%;
    height: 490px;
}

#bloc-5-qui-sommes-nous h2{
 background-position: center 0px;
 background-size: 108% 125%;
}

#bloc-5-qui-sommes-nous p{
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
}

#bloc-6-qui-sommes-nous h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
	margin-bottom: 0px;
}

#bloc-6-qui-sommes-nous .font-baskerville-strong p{
  font-size: 24px;
  line-height: 37px;
  margin-top: 10px;
}

#bloc-7-qui-sommes-nous.bg-heart {
    background-size: 82%;
    background-position: 45% 0%;
	display: flex;
	justify-content: center;
}

#bloc-7-qui-sommes-nous .card .font-cursive-italic{
	padding-bottom: 20px;
}

#bloc-7-qui-sommes-nous h2{
  font-size: 62px;
  font-weight: 400;
}

#bloc-7-qui-sommes-nous h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}

#bloc-7-qui-sommes-nous .font-cursive-italic p{
	line-height: 25px;
	width: 95%; 
	margin: auto;
	margin-bottom: 15px;
}

#bloc-7-qui-sommes-nous .font-cursive-italic .wpb_wrapper{
	width: 95%; 
	margin: auto;
}

#bloc-7-qui-sommes-nous .font-cursive-italic em{
    font-weight: 900;
    font-size: 25px;
}

#bloc-7-qui-sommes-nous a{
    text-decoration: underline;
    font-weight: 600;
    font-size: 20px;
	transition: 0.3s;
}

#bloc-7-qui-sommes-nous a:hover{
    color: var(--third-color);
}

#bloc-7-qui-sommes-nous .row-card-citation-right{
    margin-left: 82px;
}

#bloc-7-qui-sommes-nous .row-card-citation-left{
    margin-right: -92px;
}

#bloc-7-qui-sommes-nous .row-card-citation-left .citation{
   padding-left: 85px;
}

#bloc-7-qui-sommes-nous .card {
  border-radius: 15px;
  background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/bg-card-transparent.png);
  background-size: 88% 118%;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 20px;
  max-width: 400px;
  min-width: 370px
}

#bloc-7-qui-sommes-nous .vc_column_container {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

#bloc-7-qui-sommes-nous  .vc_row.vc_row-flex>.vc_column_container{
	display: block;
}

#bloc-7-qui-sommes-nous .vc_column-inner{
	justify-content: center;
}

#bloc-7-qui-sommes-nous .citation {background-image: none}

#bloc-7-qui-sommes-nous .citation p{
    font-size: 30px;
    font-weight: 400;
    line-height: 58px;
    line-height: 42px;
}

#bloc-7-qui-sommes-nous blockquote{
  margin: auto 0 auto 0;
}

/* FIN PAGE QUI SOMMES NOUS */

/*DEBUT PAGE REALISATIONS*/

#bloc-1-realisation h1{
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 0;
}
#bloc-1-realisation .font-work,#bloc-1-realisation .title-font-baskerville{
	margin-bottom: 0;
}

#bloc-1-realisation .title-font-baskerville h2{
	font-size: 50px;
	margin-top:0;
}

#bloc-1-realisation p{
 font-size: 50px;
 font-weight: 600;
 flex-wrap: wrap;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 25px;
 margin-top: 10px;
}

#bloc-1-realisation .font-cursive p{
 font-size: 60px;
}

#bloc-1-realisation img{
width: 270px;
}

#bloc-2-realisation{
 background-position: center !important;
 height: 660px;
 border-radius: 0 70px 0 0;
 background-size: cover;
}

#bloc-3-realisation{
     background-position: 100% 35%!important;
    background-size: 100% !important;
}

#bloc-3-realisation h2{
    line-height: 85px;
    background-position: center 26px;
    padding-bottom: 50px;
}

#bloc-3-realisation p, #bloc-4-realisation p, #bloc-5-realisation p{
   font-size: 22px;
}

#bloc-4-realisation h2{
    background-repeat: no-repeat;
    background-size: 108% 103%;
    display: inline-block;
    line-height: 83px;
    background-position: -30px 2px;
    padding-bottom: 64px;
}

#bloc-4-realisation p{
   margin: 10px 0;
}

#bloc-4-realisation div.bg-list li{
   font-size: 22px !important;
}

#bloc-4-realisation .vc_row.vc_row-flex {
	align-items: center;
}

.proposition-bloc-1 {
  width: 60% !important;
}

.proposition-bloc-2 {
  width: 39% !important;
}

.proposition-bloc-2 div.vc_column-inner{
    background-position: center left !important;
   background-size: 4px 95% !important;
}

.proposition-bloc-2 strong{
     font-size: 36px;
    font-weight: 400;
    line-height: 45px;
}

#bloc-5-realisation{
    background-size: contain;
    background-position: center 80%;
    background-repeat: no-repeat;
}

#bloc-5-realisation h2{
    background-size: 108%;
    padding-bottom: 34px;
    background-position: -26px 18px;
}

#bloc-5-realisation .third-color-strong{
	font-weight: normal;
}

#bloc-5-realisation .third-color-anchor a:hover{
   color: var(--third-color);
   text-decoration: underline;
}

#bloc-6-realisation .n2-ss-control-bullet {
 top: 60px;
}

#bloc-6-realisation .font-cursive-title h2 {
 font-size: 60px;
}

#bloc-7-realisation h2, #bloc-9-realisation h2 {
    font-size: 60px;
}

#bloc-7-realisation h3 {
    font-size: 33px;
    font-weight: 400;
}

#bloc-7-realisation  .bg-circle-right em {
    background-size: 96% 92%;
    background-repeat: no-repeat;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    background-position: 10px 7px;
    padding-right: 20px;
}

#bloc-7-realisation .vc_row-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#bloc-7-realisation p {
    font-weight: 500;
}

 #bloc-7-realisation .bloc-satisfaction h3 {
	font-size: 70px;
    margin: 0;
    line-height: 50px;
}

 #bloc-7-realisation .bloc-satisfaction p {
	font-weight: 400;
}

 #bloc-7-realisation .bloc-satisfaction img {
     min-width: 110px;
    transform: rotate(45deg);
    margin-top: -134px;
    margin-left: -138px;
    width: 26%;
}
  
#bloc-8-realisation{
    background-size: cover;
    background-position: 100% -32px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

#bloc-9-realisation  .bg-circle-right em {
    background-size: 96% 92%;
    background-repeat: no-repeat;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    background-position: 10px 7px;
    padding-right: 20px;
}

/*FIN PAGE REALISATIONS*/

/* FIN CUSTOM */
/* DEBUT HEADER */

#masthead {
    margin-top: 50px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.home #masthead{
  margin-bottom: 65px !important;
}

#shiftnav-toggle-main {
 background: transparent !important;  
 top: 122px !important;
 right: 80px !important;
}

.home #shiftnav-toggle-main {
 color: #fff !important;
}

.home .logo-standard{
	display: none;
}

.home .logo-home{
	display: inline-block!important;
}

.page-template-default .logo-home{
	display: none;
}

.shiftnav {
    width: 565px !important;
	background-color: var(--sixth-color)!important;
}

shiftnav-toggle .fa{
  transition: 0.3s;
}

a.shiftnav-target {
  text-decoration: none;
  color: var(--first-color) !important;
  transition: 0.3s !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  font-family:'Work Sans', sans-serif !important;
  line-height: 27px !important;
	transition: 0.3s;
}

.shiftnav-target {
text-decoration: underline !important;
text-decoration-color: var(--fourth-color) !important;
	text-decoration: none;
}

menu-item-object-custom >a{
 text-decoration:underline;
}

a.shiftnav-target:hover, .shiftnav-toggle .fa:hover {
 color: var(--first-color);
}

 a.shiftnav-target:not([href="#"]):hover {
 transform: translatex(5px) !important;
}

.sub-menu-1 a {
  font-size: 20px !important;
  margin-left: 20px !important;
}

.sub-menu-2 a{
	font-size: 28px !important;
	margin-left: 45px !important;
}

.sub-menu-1 a, .sub-menu-2 a {
  line-height: 22px !important;
  text-decoration: none !important;
}

.sub-menu-2 a::before{
	content: "-";
	color: var(--fourth-color);
	margin-right: 10px;
}

.header-navigation {    
	display: grid;
    align-items: center;
    grid-template-columns: 1fr 5fr 1fr 76px;
    grid-template-rows: 150px;
    gap: 35px;
    padding-top: 25px;
}

.logo-header {
  width: 260px;
}
  
.container-logos-com {
	display: inline-flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
	text-align: right;
}

.container-logos-com .linkedin {
    transition: 0.3s;
}

#masthead a.linkedin > .fa-linkedin-in, .home #masthead a.linkedin > .fa-linkedin-in {
 background-repeat: no-repeat;
 font-size: 22px !important;
 padding: 20px 29px 18px 25px;
 background-size: contain;	
 transition: 0.3s;
}

#masthead a.linkedin > .fa-linkedin-in{
	 color: var(--second-color) !important;
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/02/picto-cercle-gris.png") !important;
}

.home #masthead a.linkedin > .fa-linkedin-in {
	color:#fff !important;
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/03/picto-cercle-white.png")!important;
}

#masthead a.youtube > .fa-youtube {
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/02/picto-cercle-gris.png") !important;
 background-repeat: no-repeat;
 font-size: 22px !important;
 color: var(--second-color) !important;
 padding: 20px 29px 18px 23px;
 background-size: contain;
	transition: 0.3s;
}

.home #masthead a.youtube > .fa-youtube{
 color:#fff !important;
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/03/picto-cercle-white.png")!important;
}

#masthead a.youtube > .fa-youtube:hover, #masthead a.linkedin > .fa-linkedin-in:hover {
 background-image: url("https://www.elveor.com/wp-content/uploads/2024/02/picto-cercle-purple.png") !important;
 color: var(--first-color) !important;
}

#masthead .contact {
  font-family: 'Caveat', cursive, serif;
  text-align: right;
  font-weight: 600;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 40px;
	transition: 0.3s;
}

#masthead .contact a, .home #masthead .contact a {
    background-position: center 126%;
    background-repeat: no-repeat;
    background-size: 128%;
    transition: 0.3s;
    line-height: 50px;
    display: inline-block;
}

#masthead .contact a {
 color: var(--second-color);
 background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/bg-contact-underline.png);
}

.home #masthead .contact a {
color:#fff;
background-image: url(https://www.elveor.com/wp-content/uploads/2024/03/bg-contact-underline-white.png);
}

#masthead .contact a:hover {
 background-image: url(https://www.elveor.com/wp-content/uploads/2024/02/bg-contact-underline-purple.png);
	color: var(--first-color);
}

#site-navigation {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
}
 
#masthead ul li {
  font-weight: 600;
  display: inline-block;
  margin: 0px 23px;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: top;
}

/*  FIN HEADER */

/* DEBUT FOOTER */
#colophon {
  background-color:var(--sixth-color);
  padding-top: 15px;
  padding-bottom: 60px;
  border-radius: 0 70px 0 0;
}

#colophon p {
 font-size: 20px;
 line-height: 28px;
}

#colophon a {
  font-size: 20px;
  color: var(--second-color)
}

#colophon div.col1 div div:first-child {
   width: 335px;
}

#colophon div.col1 div div:last-child {
  width: 185px;
  position: relative;
  margin-top: -60px;
  margin-left: -2px;
}

#colophon div.col1, #colophon div.col2, #colophon div.col3, #colophon div.col4 {
  display: inline-block;
	margin-top: 35px;
}

#colophon div.col1{
    max-width: 24%;
    width: 100%;
}

#colophon div.col2 {
    max-width: 21%;
    width: 100%;
	margin-left: 95px;
}

#colophon div.col3  {
    max-width: 26%;
	width: 100%;
    margin-left: 40px;
}

#colophon div.col3 label {
 font-size: 20px;
 line-height: 25px;
 font-weight: 600;
}

#colophon div.col4 {
  max-width: 16%;
  width: 100%;
  margin-left: 33px;
}


#colophon div.col4 ul.sub-menu{
 margin-bottom: 0!important;
  margin-left: 9px !important;
}

 
#colophon div.col1 {
  padding: 0px;
  position: relative;
}

#colophon div.col1 strong {
  font-weight: 600;
}

#colophon div.col1 .small-font{
  margin-bottom:0px;
}

#colophon div.col2 div {
  margin-top: 20px;
}

#colophon div.col3 div {
  margin-top: 5px;
}

#colophon div.col2 p {
font-family: 'Work Sans', sans-serif;
}

#colophon div.col2 strong {
font-weight: 600;
}

#colophon div.col2 p, div.col3 p, div.col4 p {
  margin: 0;
}

#colophon div.col3 input {
	display: block;
    border-radius: 15px;
    border-color: var(--first-color);
	margin-top: 8px;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#colophon div.col3 input[type="email"]:focus{
	color: var(--first-color);
	outline: 2px solid var(--first-color) !important;
}


#colophon div.col3 .sib-default-btn{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
    color: var(--first-color);
    font-family:'Work Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s;
}

#colophon div.col3 .sib-default-btn:hover{
	background-color: var(--first-color) ;
    color: #fff;
}

#colophon div.col3 strong {
  font-weight: 500;
}

#colophon div.col4 .third-color {
     margin-top: 10px;
    margin-bottom: 12px;
}

#colophon div.col4 a {
    font-size: 15px;
    line-height: 20px;
}

#colophon div.col4 .sub-menu a {
    font-size: 14px;
    line-height: 20px;
}
 
#colophon div.col4 a .fa-brands {
  font-size: 36px;
  margin: 0px 15px 0px 0px;
}

#colophon ul li {
    display: block;
    margin: auto 0;
	line-height: 22px;
}

/* FIN FOOTER */


/*--------------------------------------------------------------
# DEBUT CSS MOBILE
--------------------------------------------------------------*/
@media (max-width: 768px) {

body{
overflow-x: hidden;
 
}
	
.nomobile {display: none !important}
	
#colophon div.col1, #colophon div.col2, #colophon div.col3, #colophon div.col4 {
    max-width: 80%% !important;
    margin-left: 10px !important;
}
	
div#bloc-4-home p {
  font-size: 24px;
  line-height: 30px;
}
		
.bloc-title-purple h2 {
    font-size: 32px !important;
}

div.bg-list li {
    font-size: 18px !important;
}
	
div .medium-bg-underline h2, div .tall-bg-underline h2 {
  background-position: center bottom;
}
	
div.img-symbol img {
  max-width: 22% !important;	
}
	
.title-banner h1 {
  font-size: 38px;
}
	
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
    background-color: var(--first-color) !important;
}	
	
.vc_tta.vc_general .vc_tta-panel-title>a{	
	color: var(--first-color) !important;
	background-color: #f0e8ef !important;
}
	
div.bg-coaching {
  height: 400px !important;
}	
	
.calendar h2 {
  font-size: 38px !important;
}	
	
div.bloc-objectifs{
 margin: auto!important;
}
	
div.n2-ss-slide {
  margin-left: -35px;
}
	
/*HOME*/
	
#bloc-1-home {
padding-bottom: 5% !important;
}
	
.title-home h1 {
    text-align: center;
	font-size: 42px;
}
	
.title-home {
   margin-top: 135px;
}
	
#bloc-2-home .slide-text li {
  font-size: 30px !important;
}
	
.container-logos-com, #masthead .contact {
	display: none;
}
	
div.text-medium p, div.text-medium-strong strong {
  font-size: 25px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
}
	
div.header-navigation.l1200 {
  padding: 0;
}
	
#shiftnav-toggle-main.shiftnav-toggle-position-absolute {
  right: 0 !important;
  top: 35px !important;
}

#masthead {
  margin-top: 0 !important;
}
	
.logo-header img {
  max-width: 190px;
}
	
.title-up-and-low h2 {
  font-size: 34px;
}
	
.font-cursive-title h3 {
  font-size: 38px !important;	
}
	
div.vc_tta-panel-body {
  padding: 45px 8px 10px 5px !important;
}	
	
.title-home h1 {
    font-size: 40px!important;
line-height: 40px!important;
 
}	

div .bloc-title-purple-home h2 {
  font-size: 50px;
}
	
#bloc-3-home h2 strong:first-child {
    font-size: 46px !important;
    line-height: 58px!important;
}
	
#bloc-3-home h2 {
    font-size: 32px!important;
}

#bloc-3-home .vc_custom_1706465895971 {
margin-top: -94px;
}
	
#bloc-3-home .bloc-list-results .vc_column-inner {
    background: 50% 4%/4% no-repeat;
	padding-top: 50px;
}
	
#bloc-3-home .vc_custom_1706261847967 .wpb_content_element img {
  margin-left: 0;
}
	
#bloc-5-home .title-up-and-low h2, #bloc-6-home .title-up-and-low h2 , #bloc-7-home .title-up-and-low h2  {
  font-size: 46px;
   line-height: 50px;
}	
	
#bloc-8-home p > strong, #bloc-10-home p > strong {
  font-size: 36px;
}
	
#bloc-11-home .title-up-and-low h2, #bloc-12-home .title-up-and-low h2, #bloc-13-home .title-up-and-low h2 {
  font-size: 45px !important;
  line-height: 57px !important;
}	

div#bloc-11-home {
	padding-top: 0px !important;
    padding-bottom: 80px !important;
    margin-bottom: 20px !important;
}
	
#bloc-11-home .title-up-and-low {
    margin-top: 10px !important;
}
	
.n2-ow div{
  font-size: 18px !important;
  line-height: 23px !important;
  }
	
.n2-ow div h3 {
margin-bottom: 10px;
}	
	
#bloc-14-home .slanted-text{
  padding-right: 0px !important;	
 }
	
#bloc-14-home .bloc-testimonials {
  float: none;
  margin: auto;
}
#bloc-14-home .btn-border-white {
  margin-top: 20px !important;
}	

#bloc-14-home div.vc_tta-panel-body {
  padding: 20px 10px 0 0 !important;
}
	
#bloc-14-home .footer-testimonials p {
  font-size: 24px;
}
	
/*PAGE QUI SOMMES NOUS*/
	
#bloc-gif-qui-sommes-nous .vc_empty_space{
 height: 400px !important;
}

#bloc-2-qui-sommes-nous div.bloc-elveor-partenaire p {
  font-size: 26px;
  line-height: 50px;
}

#bloc-3-qui-sommes-nous {
  background-size: 100% 96%;
  padding-top: 35px !important;
}

#bloc-3-qui-sommes-nous .blocs-nos-valeurs-3 .font-cursive strong {
  font-size: 36px;
}
	
#bloc-3-qui-sommes-nous {
    background-size: 100% 96% !important;	
}
	
#bloc-3-qui-sommes-nous h2 {
  background-position: center 6px !important;
}
	
#bloc-3-qui-sommes-nous p {
  font-size: 20px;
}	

#bloc-3-qui-sommes-nous .font-cursive{
  margin-bottom: 25px !important;
}
	
#bloc-3-qui-sommes-nous .l1200 {
  flex-direction: column;
}	
	
#bloc-3-qui-sommes-nous .img-symbol{
margin: auto !important;	
text-align: center;
 }
	
#bloc-3-qui-sommes-nous .medium-bg-underline{
  margin-bottom: 52px !important;
}
	
 #bloc-3-qui-sommes-nous .bg-smile p {
    background-position: 77px -7px;
}
 
#bloc-3-qui-sommes-nous .bg-wave-underline p {
  background-position: -8px 95px;
  background-size: 255px;	
}
	
#bloc-3-qui-sommes-nous .bg-yellow-heart p {
  background-position: 30px 4px;	
}
	
#bloc-3-qui-sommes-nous .blocs-nos-valeurs-1 {
  padding-right: 0px !important;	
}	
	
#bloc-3-qui-sommes-nous .l1200 {
  text-align: center;	
}
	
#bloc-5-qui-sommes-nous  {
 margin-top: 25px !important;
}
	
#bloc-5-qui-sommes-nous p {
    font-size: 22px;
	line-height: 38px;
}
	
#bloc-5-qui-sommes-nous h2 {
  background-position: center -10px;
  background-size: 108% 147%;
  line-height: 43px;
}
	
#bloc-6-qui-sommes-nous {
      max-width: 95%;
    margin: auto;
}
	
#bloc-6-qui-sommes-nous h3 {
  font-size: 30px;	
}
	
#bloc-7-qui-sommes-nous {
 margin-top: 40px !important;
  padding-top: 0px !important;	
}
	
#bloc-7-qui-sommes-nous h2 {
  font-size: 36px;
}
	
#bloc-7-qui-sommes-nous .row-card-citation-right {
  margin: auto;	
  flex-direction: column-reverse;	
}
	
#bloc-7-qui-sommes-nous .vc_row.vc_row-flex {
    align-content: center;	
}
	
#bloc-7-qui-sommes-nous div.row-card-citation-right .third-color-quote, #bloc-7-qui-sommes-nous div.row-card-citation-left .third-color-quote {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
	
#bloc-7-qui-sommes-nous div.row-card-citation-right, #bloc-7-qui-sommes-nous div.row-card-citation-left {
  margin-top: 20px !important;
}	
	
#bloc-7-qui-sommes-nous .citation p {
	font-size: 20px;
    text-align: center !important;
}
	
/*PAGE LEADERSHIP-COACHING*/	
	
#bloc-3-leadership .text-tall strong {
   font-size: 38px;
}
	
#bloc-3-leadership .challenges {
  padding-left: 0px !important;
  padding-right: 0px !important;	
}	
	
.frame > .vc_column-inner, div.frame .bloc-objectifs, div.frame .calendar   {
   padding-right: 10px !important;
  padding-left: 10px !important;
}
	
#bloc-7-leadership {
margin-top: 45px !important;
  margin-bottom: 45px !important;
}		
	
#bloc-7-leadership .frame .vc_column-inner {
padding-top: 35px !important;
  padding-right: 30px !important;
  padding-bottom: 35px !important;
  padding-left: 30px !important;
}	
	
#bloc-7-leadership .vc_tta-panel-body {
	margin-bottom: 15px;	
}
	
#bloc-8-leadership .n2-ss-margin {
	margin-left: auto!important;	
}	
	
#bloc-8-leadership .wpb_text_column {
 padding-left: 20px!important;	
 padding-right: 20px!important;	
margin-left: auto!important;	
 margin-right: auto!important;	
}

#bloc-11-leadership {
	padding-top: 42px !important;
}
	
#bloc-11-leadership h3, #bloc-11-leadership .vc_col-sm-12 {
	text-align: center !important;
}	
		
#bloc-11-leadership .img-bloc-11-leadership {
    margin-top: -50px !important;
    margin-left: 0px !important;
}
	
.bloc-coaching-pourquoi .wpb_text_column p {
  font-size: 20px;	
}
	
.bloc-informations-programme .vc_col-sm-4{
	text-align: center;
   width: 95% !important;
}
	
#bloc-11-coaching-individuel .slanted-text-purple h3 {
  line-height: 70px;
}

#bloc-11-coaching-individuel .vc_col-sm-6 .vc_column-inner{
 padding-left: 10px !important;	
 }

#bloc-11-coaching-individuel .testimonials {
 margin-top: 10px !important;
}	
	
#bloc-11-coaching-individuel .testimonials p {
  font-size: 18px;	
}
	
#bloc-12-leadership .vc_column-inner{
	margin-top: 20px !important;
}	
/*REALISATIONS*/
.frame .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
	
 #bloc-4-realisation .vc_column-inner,#bloc-4-realisation ul, #bloc-4-realisation p #bloc-9-realisation ul, #bloc-9-realisation p {
width: 90%;
margin: auto;
}	
	
#bloc-5-realisation .frame {
padding-right: 20px !important;
padding-bottom: 40px !important;
padding-left: 20px !important;
margin: auto;
width: 95%;
}	
	
div.frame .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}	
	
#bloc-9-realisation .vc_column_container  {
  width: 90%;
  margin: auto;
}
	
#bloc-10-realisation {
  text-align: center;
}
	
#bloc-10-realisation .wpb_single_image {
  margin: auto !important;
  text-align: center;
 }

}
@media (max-width: 992px) {

/*GlOBAL*/
.nomobile-header {display: none !important}	
.title-up-and-low h2 {
  font-size: 55px;
}
	
.font-cursive-title h3 {
    font-size: 42px;
}	

.slanted-text p {
  padding-right: 15px;
}
	
.btn a {
font-size: 18px;
}
	
.btn strong {
font-size: 35px;
line-height: 18px;
}
	
#colophon div.col2 {
    margin-left: 0;
}
	
#colophon div.col1, #colophon div.col2, #colophon div.col3, #colophon div.col4 {
  max-width: 100% !important;
}
	
.col3 > div:nth-child(4) {
max-width: 85%;
}
	
.title-enjeu h1 {
  font-size: 42px;
}
	
div.frame {
  width: 95%;
}
	
div.text-medium p, div.text-medium-strong strong {
  font-size: 23px !important;
  line-height: 40px !important;
}	
	
.bloc-informations-programme .font-cursive p {
    font-size: 36px;	
}
	
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 13px!important;	
}	
/*HOME*/
 
.title-home h1{
 text-align: center;
 font-size: 50px;
 line-height: 50px;
  margin: 0;
}	

#bloc-3-home h2{
  font-size: 35px;
  line-height: 46px;
}
	
.bloc-title-purple h2{
  font-size: 42px;
  margin-top: 0px;
}

#bloc-3-home h2 .third-color{
 font-family: 'Caveat', cursive, serif;
  color: var(--third-color);
  font-size: 75px;
}	

#bloc-3-home .bloc-title-purple p {
  font-size: 40px;
}

#bloc-3-home .bloc-values {
  padding-top: 0px;
  text-align:center;
}
	
#bloc-3-home h2 strong:first-child {
  font-size: 60px;
  line-height: 75px;
}

#bloc-3-home .bloc-list-results .vc_column-inner {
  align-items: center;
  background: 7% 35%/7% no-repeat;
}
	
#bloc-3-home .vc_custom_1706261847967 .wpb_content_element img {
width: 197px;
height: 142px;
margin-left: 23px;
}	
	
#bloc-3-home .bloc-nous-sommes {
 padding-bottom: 500px;
  background-position: center bottom;
  margin-top: 0px !important;
}
		
#bloc-4-home {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}
	
#bloc-9-home{
  text-align: center;
  padding-right: 0px !important;
  padding-top: 50px;
}
	
#bloc-9-home h2{
  margin-right: 0;
 font-size: 36px;
}
	
#bloc-9-home .vc_col-sm-4 {
	width: 95%;
}

#bloc-9-home .vc_col-sm-8 {
	margin-left: 0;
	width: 100%;
	text-align: center;
}
		
#bloc-9-home .vc_custom_1706266611421{
  margin-top: 20px !important;
}
	
#bloc-9-home .vc_custom_1706467100521{
  margin-right: 10px !important;
}

#bloc-9-home .wpb_single_image img{
   margin-right: 194px; 
}
	
#bloc-11-home {
  margin-top: 0px !important;
  padding-bottom: 20px !important;
}

#bloc-11-home .vc_custom_1706270242890 {
  margin-top: 50px !important;
}
	
#bloc-11-home .vc_custom_1707518082682 {
  margin-top: 0px !important;;
  padding-top: 0px !important;
}
	
#bloc-13-home {
  background-size: cover;
  background-position: center;
}
	
#bloc-13-home .title-up-and-low h2 {
 font-size: 50px;
 text-align: center;
}
	
#bloc-13-home strong:last-child {
  display: inline-block;
  font-size: 64px;
  line-height: 95px;
}

#bloc-13-home .vc_column_container > .vc_column-inner {
  padding-right: 15px !important;
}
	
#bloc-14-home .vc_col-sm-6{
    width: 95%;
  }

#bloc-14-home .vc_custom_1707730558193 {
  margin-top: 35px !important;
}

#bloc-14-home .wpb_single_image {
    margin-left: 100px;  
	margin-top: 12px;
  }

#bloc-14-home .vc_col-sm-6:last-child{
  margin-left: 10px;
}
	
#bloc-14-home .wpb_text_column {
  margin-top: 50px !important;	
	}
	
/*QUI SOMMES NOUS*/
	
#bloc-3-qui-sommes-nous {
    background-repeat: no-repeat;
    background-size: 100% 92%;	
	
}	
#bloc-3-qui-sommes-nous .bg-wave-underline p {
    background-position: -34px 94px;
    background-size: 310px;
	}
	
#bloc-3-qui-sommes-nous .blocs-nos-valeurs-1 {
     padding-right: 0px !important; 
    text-align: center !important;	
}
#bloc-3-qui-sommes-nous .bg-yellow-heart p {
    background-position: 40px 4px;	
}	
	
#bloc-3-qui-sommes-nous .bg-smile p {
    background-position: 70px -7px;	
}	
	
#bloc-3-qui-sommes-nous .blocs-nos-valeurs-1 p {
    font-size: 64px;
}	
	
#bloc-3-qui-sommes-nous .bg-circle-cursive-text p {
    background-position: 9px 25px;
    background-size: 296px 84px;	
}	
	
#bloc-7-qui-sommes-nous div.vc_row.vc_row-flex {
  justify-content: center;	
  align-items: center;
}	
	
#bloc-7-qui-sommes-nous .row-card-citation-right, #bloc-7-qui-sommes-nous .row-card-citation-left {
  margin-left: auto !important;	
 margin-right: auto !important;	
 margin-top: 25px !important;	
}

#bloc-7-qui-sommes-nous div.citation{
 padding-left: 10px!important;
 padding-right: 10px !important;
 margin-top: 20px !important;
 margin-bottom: 20px;
 width: 95%;
}
	
#bloc-7-qui-sommes-nous .citation .wpb_text_column{
margin-top: 25px !important;
}	
	
/*ENJEUX*/

#bloc-1-enjeu-du-moment .font-cursive p {
    font-size: 36px;
  }
	
#bloc-1-enjeu-du-moment .bg-circle-right em {
  background-position: 12px 10px;		
 }
	
/*LEADERSHIP - COACHING*/	

.frame .vc_column-inner {
 padding-left: 30px !important;
padding-right: 30px !important;
 }	

.calendar{
flex-direction: column;	
 }		

.calendar .wpb_column{
 width: 95%;	
 }		

.n2-ow {
  font-size: 28px !important;	
}
	
.n2-ss-item-content p, .n2-ow li{
 font-size: 18px !important;
}
	
div.vc_tta.vc_general .vc_tta-tab>a{
    font-size: 18px !important;
}
	
#bloc-11-coaching-individuel .vc_column-inner {
  padding-left:20px!important;	
  padding-right:20px!important;
}
	
#bloc-11-coaching-individuel .testimonials p {
    margin-left: 15px;
    margin-right: 15px;
}	
	
#bloc-11-coaching-individuel .testimonials  {
    margin-top: 25px !important;
}	
	
#bloc-11-coaching-individuel .slanted-text-purple{
	margin-bottom: 20px !important
}	

/* REALISATIONS */
	
#bloc-4-realisation h2 {
  background-size: 94% 76%;
  line-height: 40px;
  background-position: 5px -5px;
}
	
#bloc-4-realisation .vc_column-inner {
   padding-right: 10px !important;
	padding-left: 10px !important;
  }	
	
#bloc-4-realisation .wpb_content_element{
   margin-bottom: 10px !important;
  }		

.proposition-bloc-1 {
  width: 78% !important;
}	
.proposition-bloc-2 {
  width: 85% !important;
}
	
#bloc-5-realisation h2 {
  background-size: 97% 118%;
  background-position: -10px -14px;
  line-height: 46px;		
 }

#bloc-4-realisation div.proposition-bloc-1, #bloc-4-realisation div.proposition-bloc-2 {
    margin-right: auto !important;
	margin-left: auto !important;
}	
	
#bloc-7-realisation .first-color-title {
  text-align: center;		
 }	
	
#bloc-7-realisation .bloc-satisfaction img {
    margin-top: -205px;
    margin-left: -56px;
	}
	
.proposition-bloc-2 strong {
  font-size: 32px;
}	
	
}
@media (max-width: 1140px) {

.text-medium p, .text-medium-strong strong {
    font-size: 30px !important;
}
	
.vc_tta.vc_general .vc_tta-tab>a {
    font-size: 19px;
}	
	
.title-home h1{
 font-size: 60px;
 line-height: 60px;
}		
	
#bloc-4-home{
  padding-right: 0px !important;
  padding-left: 0px !important;		
}
#bloc-4-home .wpb_text_column{
  padding-right: 10px !important;
  padding-left: 10px !important;
}
	

a.shiftnav-target {
  color: #fff;
}
	
.shiftnav-target:hover {
 color: #fff;
 }	
	
/*PAGE LEADERSHIP*/
#bloc-11-leadership .img-bloc-11-leadership {
    margin-top: -500px;
    margin-left: -105px;
}

#bloc-4-realisation .proposition-bloc-1 {
    margin-left: 10px !important;
 }	
	
#bloc-11-coaching-individuel .l1100 {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	
#bloc-11-coaching-individuel .testimonials p {
    font-size: 20px;
}	
}

@media (max-width: 1400px) {

#bloc-5-home {
    background-size: cover !important;
}
	
#bloc-5-home .l1100, #bloc-7-home .l1100 {
  display: flex;
 flex-direction: column;
 align-items: center;
}
	
#bloc-5-home .vc_custom_1707149571380 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: -205px;
    min-width: 100% !important;
}
	
 #bloc-6-home .l1100 {
  display: flex;
 flex-direction: column-reverse;
 align-items: center;
}
	
#bloc-6-home .bloc-1-coaching-equipe-formation {
    margin-left: 0px !important;
    margin-top: 0px!important;
    margin-bottom: -160px !important;
    width: 95% !important;
}
	
#bloc-7-home .wpb_single_image {
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: -160px !important;
    width: 95% !important;
}	
	
#bloc-13-home .wpb_single_image img{
  margin-right: 0px;
  padding: 20px 30px 0 20px;
 }

#bloc-5-realisation .vc_custom_1706914504842 {
 margin-left: 10px !important;
  margin-right: 10px !important;
 padding-left: 10px !important;
 padding-right: 10px !important;
 }	
	
}

@media (max-width: 1450px) {
#colophon div.col1, #colophon div.col2, #colophon div.col3, #colophon div.col4{
    max-width: 35%;
    margin-left: 65px;
 }
}

@media (min-width: 1850px) {
 #bloc-11-home{
  background-size: 1200px;
 }
}

/*--------------------------------------------------------------
# FIN CSS MOBILE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FIN CSS REVOLUCY
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Red Hat Display', sans-serif;
}
div, p, h1, h2, h3, h4 {font-family: 'Effra Trial', sans-serif;}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
.entry-footer {
    display: none;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:active {
	color: #191970;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


/*! @media screen and (min-width: 37.5em) {*/
@media screen and (min-width: 10px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
} 

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}

/* Formulaire Contact
--------------------------------------------- */
.gform_required_legend {
  display: none;
}
#gform_1 input, #gform_1 textarea {
  border-radius: 10px;
}