/*
Theme Name: SBSv2
Theme URI: https://sport-bs.com
Author: Talent Business Solutions
Author URI: https://talent-bs.com
Description: Sport Business Solutions
Requires at least: WordPress 5.0
Version: 2.0
*/

@import url(fonts/Open_Sans/stylesheet.css);

html{
  width: 100%;
  height: 100%;
  font-size: 100%;
  user-select: none;
}

body{
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  /* overflow: hidden; */
}

h1{
  color: #fa9600;
  font-size: 1rem;
  text-align: left;
}
h2{  
  text-align: left;
}

h3{
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: left;
}

.owl-item h3 {
  margin-top: 0px;
}

ul {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

li {
  padding-left: 16px;
  line-height: 32px;
}

li::before {
  content: ">"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: orange; /* Or a color you prefer */
  font-size: 32px;
  font-weight: bold;
  margin-top: 63px;
  vertical-align: sub;
}

a{
  color: #fa9600;
}

a:hover{
  color: #fa9600 !important;
}

.splashscreen-text {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50px;
  transition:1s;
}

.splashscreen-right {
  padding: 55px;
  width: 66%;
  float: left;
  text-align: end;
}

.splashscreen-link{
  color: white;
  width: 70%;
  float: left;
}

@media (max-width:1248px) {
  .splashscreen-link{
    font-size: 1.8rem!important;
  }
}

a.splash-link, a.splash-link span {
  color: #8b9091;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
  padding-left:20px;
}

a.splash-link span{
  color: #fe9600;
}

a.splash-link:hover {
  color: #8b9091 !important;
  text-decoration:none
}

.splashscreen-logo {
  width: 20%;
  float: left;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  float: left;
  padding-right: 5px;
}

.blog-separator{
  clear: both;
  border: 0;
  padding: 1px 0;
}

.blog-title{
  font-size: 37px;
  color: #fe9600 !important;
  font-family: "open_sansbold_italic";
  text-transform: uppercase;
}

h3.blog-title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin: 20px 0 10px 0;
}

h3.blog-title:hover {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin: 20px 0 10px 0;
}

.the_date{
  margin-bottom:10px;
	font-family: "open_sansregular";
    font-size: 15px;
}

.page-numbers {
  color: #fe9600;
  text-align: center;
  padding: 0 20px 0 0;
}

nav.navigation.post-navigation {
  margin-bottom: 30px;
}

a.read.blog-read {
  padding: 30px 0px;
}

.pagination {
  text-align: center;
}

span.page-numbers.current {
  text-decoration: underline;
  color: #000000;
}

.splashscreen {
  background-color: #f2f2f2;
  height: 3000px;
  z-index: 10000;
  position: absolute;
  width: 100%;
  background-size: cover;
}

.splashscreen-background{
  height: 100%;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 1s;
}

.splash-img {
  width:  80%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0s;
}

img.splash-logo {
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: .5s;
}

#sbclose:hover{
  color:#ffffff !important;
}

.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
}
.arrow span {
  top: 0;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.2s ease;
}
.arrow #top-arrow {
  left: 0;
}
.arrow #bottom-arrow {
  top: 14px;
  left: 0;
}
.arrow #center-arrow {
  top: 7px;
  left: 0;
}

.contact-page{
  width: 165%;
  margin-left: 0;
  overflow: hidden;
}
.introduction-page{
  padding-left:30px;
}
.legal-page, .privacy-page {
  padding: 30px;
}

.notFound-page{
  padding: 20% 30px;
  margin-left: 55px;
  margin-top: 0pxfna;
}

.notFound-page h1{
  font-size: 3rem;
}


.notFound-page a{
  color: #fa9600;
}

#image-map{
    transition: 300ms;
    height: 100%;
    width: 100%;
    margin:0px 0px 0px 55px;
    float: right;
}
.leaflet-control-zoom-in {
    float: left;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.3125rem;
    padding: 0.625rem;
    border-radius: 2.5rem;
    background-color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
}

.white .sa_owl_theme .owl-nav .owl-prev {
  background: unset;
  background: rgba(255, 149, 0, 0.3) url(../images/icon_prev.png) no-repeat center center !important;
}

.white .sa_owl_theme .owl-nav .owl-next {
  background: unset;
  background: rgba(255,149,0,0.3) url(../images/icon_next.png) no-repeat center center !important;
}

.white .sa_owl_theme .owl-nav .owl-prev:hover,
.white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: unset;
  background-color: rgba(255, 149, 0, 0.3) !important;
}

.bandeau{
  color: #fa9600;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 55px 5px 15px;
  border-radius: 0px 0px 15px 15px;
}

.bandeauContent{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}

#bandeauAccueil{
  z-index: 1001;
  position: absolute;
  padding: 5px 15px;
}

.overlay-bandeau{
  position: fixed;
  top:0px;
  left:55px;
  display: none;
  opacity: 0;
  transition: 0s;
  z-index: 2;
}
#bandeauFanOverlay{
  min-height:55px;
}
.textBandeau{
  float:left;
  line-height: 32px;
}

.text-justified{
  text-align: justify;
}

.pilierImg{
  height: 42px;
  top: 0.5px;
  color:orangered;
}

.pilierIcon{
  padding: 0 5px;
  margin: 0 0 0 1rem;
  float: left;
}

.fanBandeau >.pilierImg {  
  height:42px;
  width:42px;
}
.smartBandeau > .pilierImg{  
  height:42px;
  width:42px;
}
.businessBandeau > .pilierImg {  
  height:42px;
  width:42px;
}
.sportBandeau > .pilierImg { 
  height:42px;
  width:42px;
}

.TBS-Names{
  font-weight: bold;
  font-size: 16px;
  padding-left: 35%;
}

.TBS-Jobs{
  font-size: 14px;
  padding-left: 35%;
  text-align:left;
}

.TBS-agencies{
  font-weight: bold;
}
.TBS-agencies{
  font-weight: bold;
}
.coord-contact {
  text-align: center;
  margin: 30px 0 30px 0;
}

.iconsRow{
  float: left;
}

/* Delete native scrollbar */
/* Webkit browsers (Chrome, Safari) */

::-webkit-scrollbar {
  display: none;
}

/* MS Browsers (Edge, Internet Explorer) */

* {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch; /* Touch scroll by default */
}

.native_scroll_container {
  width: 500px;
  height: 200px;
  overflow-y: scroll;
}

/* Firefox */
.scroller {
  scrollbar-width: none;
  overflow-x: hidden;
}

        
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1002; /* Sit on top */
  left: 0;
  top: 0;
  margin-left: 55px;
  margin-top: -100%;
  background-color: #f2f2f2; /* Black fallback color */
  /* background-color: rgba(0,0,0, 0.9); Black w/opacity */
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.3s; /* 0 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  height: 100%;
  width: 385px; /* 100% width */
  text-align: justify; /* Centered text/links */
  overflow: hidden;
  float: left;
}

.ytbP{
  text-align:center;
}

.ytbVideo{
  width: 95%;
}

figure.wp-block-embed-youtube.aligncenter.wp-block-embed.is-type-video.is-provider-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio{
  text-align: center;
}

figure.wp-block-video {
  text-align: center;
  height: 500px;
}

figure video {
  height: 100%;
  width: 100%;
}

video::-internal-media-controls-download-button {
  display:none;
}

video::-webkit-media-controls-enclosure {
  overflow:hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

/* The navigation links inside the overlay */
.overlay a, .opening h1{
  text-decoration: none;
  font-size: 17px;
  color: #fa9600;
  display: inline-block !important; /* Display block instead of inline */
}

.overlay h2{
  font-size: 30px;
  color: black;
}

.carousel-control-next, .carousel-control-prev {
  top: 50%;
  /* background-color: #fe9600; */
}

.carousel-indicators{
  bottom: 30px;
  /* background-color: #fe9600; */
}

.carousel-item{
 margin-bottom: 30px;
}

/*
.carousel{
  opacity: 1;
  display: none;
}

.w-100 {
  height: auto !important;
}

.rightText{
  opacity: 1;
  display: block;
}

.lb-data .lb-number{
  display: none !important;
}

.lightbox .lb-image {
  border: none;
} */

.topline{
  width: 50%;
  margin: 0 0 1rem;
  margin-right: auto;
}

.orangetop{
  border-top: 1px solid #fa9600;
}

.whitetop{
  border-top: 1px solid #ffffff;
}

.bottomline{
  width: 35%;
  margin: 0 0 1rem;
  border-top: 1px solid #fa9600;
  margin-right: auto;
}

/* #bottomLine{
  position: absolute;
} */

#backHome{
  /* position: absolute; */
  margin-bottom: 20px;
}

.contact-sbs{
  width: 100%;
  margin: 30px 0px;
}

.wp-caption{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover {
  cursor: pointer;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 10px;
  height: 60px;
  right: 5px;
}

.content-left, .content-right{
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .content-left, .content-right{
    padding: 20px 20px;
  }
}

#success-left-content{
  padding-bottom: 20px;
}

#logo-sig{
  position: absolute;
  right: 30px;
}

#success-right-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#success-left-content h2 + p{
  margin-left:99px;
}

div#success-left-content h2 + p::first-letter {
  font-weight: bold;
  FONT-SIZE: 99px;
  line-height: 80px;
  margin-left: -99px;
  float:left;
}

.circle-text p:first-of-type {
  margin-left: 0px !important;
}

.bottom-aside-overlay{
  position: absolute;
  bottom: 20px;
}

.bottom-aside-overlay-mini{
  position: absolute;
  bottom: 50px;
  width: 239px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.socialNetworks{
  right: 139px;
  position: static;
  bottom: 10px;
  width: 371px;
  padding-top: 10px;
  margin: 0px auto 10px auto;
}

.social-link{
  margin: 0 5px 0 5px
}

.socialImg{
  float: left;
  width: 30px;
}

.socialLine{
  width: 2px;
  background-color: #fa9600;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.solution-pres{
  height: 48px;
  width: 423px;
  margin: 0 auto 0 auto;
}

.solution-text{
  float: left;
  max-width: 119px;
  text-align: justify;
  font-size: 10px;
}

#solution-line{
  height: 48px;
  width: 3px;
}

.solutionImg{
  max-height: 30px;
  margin-right: 10px;
}

.tbs-link{
  max-width: 160px;
  float: left;
}

.twitter-link{
  margin: 0 0 0 10px;
}


#opening{
    height: 100%;
}

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 360px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1003; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #ffffff; /* Black*/
  margin-left: -205px;
  transition: 0s; /* 0.5 second transition effect to slide in the sidebar */
  user-select: none;
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #4D4D4D;
  display: block;
  transition: 0.5s;
  text-align:left;
}

#offersSB {
  background-color: #FA9600;
  /* font-family: 'Segoe UI'!important; */
  font-weight: 700;
  font-size: 14px;
  color: white!important;
  text-align: center;
  padding: 12px 0px 12px 0px;
  border-radius: 28px;
  opacity: 0;
}

#offersSB:hover {
  background-color: #ffb443;
}

#offersSB:active, #offersSB:target {
  background-color: #ff7b00;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  padding: 0px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 39px;
  height: 0px;
  width: 0px;
  font-size: 36px;
  margin-left: 50px;
  line-height: 42px;
  color: #ffffff;
}

.logo{
  width: auto;
  height: auto;
  max-width: 70%;
}
.logo-tbs-fix {
  height:40px;
  width:auto;
}
@media (max-width: 800px) {
  .logo{
    max-width:50%;
  }
  #sblogo {
    text-align:left;
    padding-left: 32px;
  }
  #sblogo a {
    text-align:left !important;
  }
  .logo-tbs {
    height:50px;
    width:auto;
  }
  #offersSB {
    opacity: 1;
    width: 80%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
#sblogo{
  margin: 2rem 55px 0px 0px;
}
#sblogo > a {
  text-align: center;
  padding: 0px;
}

.top-sb-links a{
  /**padding: 0px 8px 8px 32px;**/
  font-size: 12px;
}
.middle-sb-links {  
  margin-right:55px;
}
.middle-sb-links a {
  font-size: 1.03em !important;
}
.bottom-sb-links {
  margin-right:55px;
}
.bottom-sb-links a {  
  font-size: 1.03em !important;
}
.item-sb-link {
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 8px 8px 8px 20px;
}
.item-sb-link > img {
  width:36px;
  height:36px;
  align-self: center;
}
.item-sb-link > a {
  padding-left: 1rem;
  width: 85%;
}
.sparator-sb-links {
  border: 0.5px solid #fa9600;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
}

#closesb{
  position:absolute;
  right: 0px;
  height: 55px;
  width: 55px;
  background-color: #fa9600;
  border-radius: 0% 0% 15% 15%;
  cursor: pointer;
}

.sidebar-content{
  /*padding-right: 45px;*/
  /*padding-top: 30px;*/
  overflow-y: auto;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
@supports (-ms-ime-align:auto)
{
  .sidebar-content{
    justify-content: space-between !important;
  }
}

.menu-text{
  display: none;
  position: absolute;
  cursor: pointer;
}

#menu-vertical{
  top: 50%;
  width: 55px;
  right: 0px;
}

#menu-horizontal{
  left: 50%;
  height: 55px;
  bottom: 0px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 500px) {
  .bottom-sb-links{
    position: static;
  }
} */

.overlay-content-aside{
  height: 100%;
  width: 450px;
  background-color: #444444;
  float: left;
  color: #f2f2f2;
  /* padding: 0 30px; */
}

.overlay-content-aside h2{
  color: #fa9600;
}

.insight-img img {
  width: 100%;
  height: 100%;
}

.insight-img {
  margin: 10px;
}

.col.insight-text {
  font-weight: bold;
  align-self: center;
}

.overlay-title{
  margin-top: auto;
  margin-bottom: auto;
  height: 610px;
  vertical-align: middle;
  display: table-cell
}

.overlay-title h1{
  font-weight: bold;
}

.overlay-title h2{
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 50px;
}

.overlay-title p{
  margin-bottom: 50px;
}

.overlay-title .read{
  margin-top: 60px;
}

.bandeau p{
  margin-bottom: 0rem;
}

.customers-logo{
  float: left;
  margin: 0 10px 30px;
}

.customers-logo:last-of-type{
  float: none;
}

.customers-logo img{
  width: 75px;
  height: 75px;
}

.circle{
  margin: 50px 10px 200px 10px;
  width:150px;
  height:150px;
  border-radius:100%;
  background-color:#fa9600;
  color:#fff;
  text-align:center;
  overflow:hidden;
  cursor: pointer;
  user-select: none;
}

.circle-img{
  height: 100%;
  padding: 10% 0%;
}

.circle-joint{
  opacity: 0;
  height: 25px;
  width: 2px;
  position: absolute;
  left: 98px;
  top: 150px;
  background-color: #fa9600;
}

.circle-text{
  width: 80%;
  height: auto;
  position: absolute;
  top: 0px;
  left:30px;
  color: #ffffff;
  background-color: #fa9600;
  display: block;
  border-radius: 13px;
  padding: 10px;
  opacity: 0;
  user-select: none;
}

.last-circle{
  float: none;
}

.contact-title{
  padding: 40px;
}

#contact-title{
  font-size: 30px;
  color: black;
}

.contact-left{
  height: 100%;
  background-color: #f2f2f2;
  float: left;
}

.contact-right{
  height: 100%;
  width: 100%;
  background-color: #fa9600;
  color: #ffffff;
  float:left;
}

.contact-right a{
  color: #ffffff;
	display: block !important;
	font-size: 24px;
}

.contact-right a:hover{
  color: #ffffff !important;
  text-decoration: none;
}

.contact-scrollbar{
  float: left ;
}

.contact-right-middle{
  /*float: left;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-right-middle h4{
  margin-top: 100px;
  font-size: 18px;
  font-weight: bold;
}

.container-contact img {
  width: 30%;
  float: left;
}

.container-contact .row {
  margin-bottom: 20px;
}

.solution {
  text-align: center;
}

.container-logo-contact {
  position: static;
  width: 96%;
  margin: 10px auto 10px auto;
  bottom: 0;
  left: 0;
}
.container-logo-intro {
  position: static;
  width: 96%;
  margin: 10px auto 10px auto;
  bottom: 0;
  left: 0;
}

.contact-right-middle.scrollbar-inner.scroll-content.scroll-scrolly_visible {
  padding: 0 15px;
}

.scroll-wrapper.contact-right-middle.scrollbar-inner{
  padding: 15px 15px !important
}

#first-logo-contact {
  float: right;
}

.TBS-cities{
  text-align: center;
  font-size: 32px;

}

@media not all and (min-resolution:.001dpcm)
{ 
    #first-cities{    
      background: none !important;
      background-clip:unset !important;
      -webkit-background-clip: unset !important;
      -webkit-text-fill-color: unset !important;
      color:white!important;
    }
    .TBS-agencies {
      opacity: 0.5 !important;
    }  
    #last-cities{
      background: none !important;
      background: none !important;
      background-clip:unset !important;
      -webkit-background-clip: unset !important;
      -webkit-text-fill-color: unset !important;
      color:white!important;
    }

}

@supports (-ms-ime-align:auto)
{
  #first-cities{    
    background: none !important;
    background-clip:unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color:white!important;
  }
  .TBS-agencies {
    opacity: 0.5 !important;
  }  
  #last-cities{
    background: none !important;
    background: none !important;
    background-clip:unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color:white!important;
  }
}
#first-cities{
  display:inline;
  background: -webkit-linear-gradient(#ffffff, #fa9600);
  background: linear-gradient(#ffffff, #fa9600);
  background-clip:text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#last-cities{
  background: -webkit-linear-gradient(#fa9600, #ffffff);
  background: linear-gradient(#fa9600, #ffffff);
  background-clip:text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-right-right{
  float: left;
  padding-top: 80px;
  height: 100%;
}

.contact-right-right a{
  position: absolute;
  bottom: 50px;
}

.contact-right-right .textwidget {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contact-right-right h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.coord-contact{
  float: left;
  width: 100%;
}

label{
  width: 100%;
}

.wpcf7{
  margin:0 40px;
}

.wpcf7-form {
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
  border: none;
  background-color: transparent;
  border-bottom: solid 1px grey;
  width: 100%;
  resize: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea:focus{
  outline: none;
}

#nametext, #companytext, #teltext{
  width:40%;
  float: left;
}

#emailtext, #functiontext, #firstnametext{
  width: 40%;
  margin-left: 20%;
}

.submitCF7, input.submit{
  text-decoration: none;
  font-size:17px;
  color: #fa9600;
  display: block;
  background-color: transparent;
  border: none;
}

.valuation-title{
  width: 70%;
  padding: 20px;
}


#primary{
  padding: 20px 10%;
}

.scroller {
  overflow-y: scroll;
  scrollbar-width: thin;
}

.download-icon{
  height: 20px;
  width: 20px;
}

.img-valuation{
  transition: filter 0.5s ease;
  object-fit: cover;
}

.doc-overlay{
  padding: 20px;
}

.valuation-container{
  position: relative;
  margin: 20px;
}

.download{
  transition: .5s ease;
  opacity: 0;
  padding:0;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #fa9600;
}

.description-doc{
  transition: .5s ease;
  font-size: 12px;
  opacity: 0;
  padding:0;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #ffffff;
}

.valuation-container:hover .img-valuation{
  filter: brightness(40%);
}

.valuation-container:hover{
  cursor: pointer;
}

#valuation-left:hover{
  cursor: default;
}

.valuation-container:hover .download,
.valuation-container:hover .description-doc{
  opacity: 1;
}

.livres-blancs{
  /* height: 350px; */
  /* width: 900px; */
  margin-left: auto;
  margin-right: auto;
}

#livres-blancs-title, #valuation-righttop, #valuation-rightbottom{
  margin: 20px 0 20px 30px;
}

@media (max-width: 799px), (max-width: 999px) and (orientation: portrait){
  #livres-blancs-title, #valuation-righttop, #valuation-rightbottom{
    margin: 20px 0 20px 20px;
  }
}

.left-container{
  float: left;
  width: 55%;
  overflow: hidden;
  text-align: justify;
}

.right-container{
  float: left;
  width: 45%;
  height: 100%;
  overflow: hidden;
  text-align: justify;
}

#valuation-righttop{
  height: 55%;
  width: 100%;
  overflow: hidden;
}



#valuation-rightbottom{
  height: 45%;
  width: 100%;
  overflow: hidden;
}

.valuation-overlay{
  /* transition: .5s ease; */
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #000000;
  border-radius: 15px;
  display: none;
}

.filter-overlay{
  height: 0px;
  width: 0px;
  background-color: #000000;
  position: fixed;
  top: 0;
  opacity: .8;
  display: none;
}

#name-valuation{
  width:40%;
  float: left;
}

#first-name-valuation{
  width: 40%;
  margin-left: 20%;
}

.valuation-form{
  display: none;
}

.valuation-page{
  position: absolute;
  padding-left: 300px!important;
  width: 95.7%;
}

/* Pensez à ajouter également les versions avec préfixes pour être compatibles avec le plus de navigateurs possibles */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 }

@media screen and (max-width: 799px){

  .main-page{
    margin-top: 250px;
    margin-left: 0px;
  }

  .textBandeau {
    font-size: smaller;
  }

  .bandeauContent {
    justify-content: center;
  }

  .bandeau p {
    text-align: center;
    width: 100%;
  }

  .iconsRow {
    display: flex;
    justify-content: space-around;
    width: 50%;
  }

  .pillierIcon {
    padding: 0;
  }

  .owl-stage-outer {
    margin-bottom: 6rem;
  }

  .overlay-title h2 {
    margin-top: 5rem;
  }

  .social-items {
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0px 0px 0px;
    width: 9rem!important;
  }

  .solution-text {
    max-width: 7.5rem;
    font-size: 8px;
    padding: 2px 0px 0px 0px;
  }

  .socialImg {
    width: 1.5rem!important;
  }

  .socialLine {
    margin: 0px 5px 0px 0px;
  }

  .solutionImg {
    max-height: 1.4rem;
  }

  .twitter-link {
    margin: 0px 0px 0px 5px;
  }

  .sa_owl_theme .owl-nav .owl-next, .sa_owl_theme .owl-nav .owl-prev {
    top: 105%;
  }

  .sa_owl_theme .owl-dots div {
    bottom: -5.5%!important;
  }
  
  #pageSso {
    display: flex;
    flex-direction: column;
  }
}


.cn-button.bootstrap, .cn-button.wp-default{
  all: unset;
  border-style: none;
  background: none;
}

.cn-button.wp-default:hover, .cn-button.bootstrap:hover {
  all: unset;
  border-style: none;
  background: none;
}

.cn-revoke-cookie{
  font-size: 12px !important;
  padding: 8px 8px 8px 32px !important;
  text-decoration: none !important;
  color: #4D4D4D !important;
  display: block !important;
  transition: 0.5s !important;
  background-color: transparent !important;
  cursor: pointer !important;
  font-family: "Open Sans",sans-serif !important;
}

.cn-set-cookie{
  background-color: #fa9600 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  padding: 2px 10px !important;
  cursor: pointer !important;
}

.cn-set-cookie:hover{
  background-color: #fa9600 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  padding: 2px 10px !important;
  text-decoration: none !important;
  -webkit-box-shadow: inset 0px 0px 247px 0px rgba(147,86,0,0.65) !important;
  -moz-box-shadow: inset 0px 0px 247px 0px rgba(147,86,0,0.65) !important;
  box-shadow: inset 0px 0px 10px 0px rgba(147,86,0,0.65) !important;
}

@media (max-width: 799px), (max-width: 999px) and (orientation: portrait){
  html{
    font-size: 80%;
  }
  
  .valuation-page{
    width: 100%;
  }
  .socialNetworks{
    right: 139px;
    position: static;
    bottom: 20px;
    width: 401px;
    margin: 10px auto 20px auto;
  }
}

/** 
Section: TOOLTIP
Manager tooltip
**/

.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip > .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #fa9600;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  font-size: small;
  top: 100%;
  left: 20px;
  /*margin-left: -80px;*/

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.custom-tooltip:hover > .tooltiptext {
  visibility: visible;
}

.custom-tooltip .tooltiptext-upper {
	text-transform: uppercase;
}

.legal-links {
  margin-right:55px;
}
.legal-links  > .legal-links-items {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  padding: 0 0 0 32px;
}
.legal-links a{
  color: gray !important;
  font-size: 11px !important;
  padding:0px !important;
  margin:0px !important;
}
.legal-links a::after {
  content: "|";
  margin: 0 5px;
  color: #999;
}
.legal-links a:last-child::after{
  content: "";
}

.background-orange {
  background: #fa9600;
}

.flex-box-logo-container{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
}
.flex-box-logo-item{
  padding:10px
}

/* Insight - right part*/
.full-height {
  height:100%
}
.flex-content-right {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.flex-social-content{
  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-wrap:wrap;
}
.flex-social-content > * {
  margin-top:1rem;
}
.flex-social-info-content{
  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-wrap:wrap;
}
.social-items{
  width:140px;
}

/******************************************/
/***********      TEMPLATE ARCHIVE BLOG       ***********/
/******************************************/
.archive_actus .bandeau {
  background: #28a9e2;
  background: -webkit-gradient(linear, left top, right top, from(#28a9e2), color-stop(70%, #158fd2), to(#0273c1));
  background: linear-gradient(90deg, #28a9e2 0%, #158fd2 70%, #0273c1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .archive_actus .bandeau {
    height: auto;
  }
}

.archive_actus .bandeau .container {
  position: relative;
  height: 100%;
}

.archive_actus .bandeau .container .row {
  height: 100%;
}

.archive_actus .bandeau .relative {
  position: relative;
  height: 100%;
}

.archive_actus .bandeau .contenu_bandeau {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .archive_actus .bandeau .contenu_bandeau {
    position: relative;
    padding-top: 100px;
    top: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.archive_actus .bandeau .contenu_bandeau .h1 h1,
.archive_actus .bandeau .contenu_bandeau .h1 h2,
.archive_actus .bandeau .contenu_bandeau .h1 p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .archive_actus .bandeau .contenu_bandeau .h1 h1,
  .archive_actus .bandeau .contenu_bandeau .h1 h2,
  .archive_actus .bandeau .contenu_bandeau .h1 p {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 70px;
  }
}

.archive_actus .bandeau .contenu_bandeau .intro p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .archive_actus .bandeau .contenu_bandeau .intro p {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .bandeau .contenu_bandeau .button_marg {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.archive_actus .bandeau .image_bandeau {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 70vh;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1500px) {
  .archive_actus .bandeau .image_bandeau {
    height: 65vh;
  }
}

@media screen and (max-width: 1200px) {
  .archive_actus .bandeau .image_bandeau {
    height: 60vh;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .bandeau .image_bandeau {
    height: 55vh;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .bandeau .image_bandeau {
    position: inherit;
    height: auto;
    width: 100%;
  }
}

.archive_actus .bandeau::before,
.archive_actus .bandeau::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive_actus .actus {
  padding: 100px 0px;
}

@media screen and (max-width: 992px) {
  .archive_actus .actus {
    padding: 60px 0px;
  }
}

.archive_actus .actus .sticky {
  padding-bottom: 100px;
}

@media screen and (max-width: 992px) {
  .archive_actus .actus .sticky {
    padding-bottom: 60px;
  }
}

.archive_actus .actus .sticky img {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.archive_actus .actus .sticky .gris {
  background-color: #f7f7f7;
  border-radius: 20px;
}

.archive_actus .actus .sticky .sticky_content {
  padding: 30px 30px 10px 30px;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus .sticky .sticky_content {
    padding: 30px 30px 30px 30px;
  }
}

.archive_actus .actus .sticky .sticky_content p {
  font-family: "open_sansregular";
  font-size: 15px;
  padding: 10px 0px 0px 0px;
  min-height: 100px;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus .sticky .sticky_content p {
    font-size: 15px;
    padding: 0px;
    min-height: 90px;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .actus .sticky .sticky_content p {
    min-height: 100px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .actus .sticky .sticky_content p {
    min-height: inherit;
    font-size: 15px;
  }
}

.archive_actus .actus .sticky .sticky_content .categorie {
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 16px;
  color: #fa9600;
  text-transform: uppercase;
  margin-top: 15px;
  min-height: inherit;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus .sticky .sticky_content .categorie {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .actus .sticky .sticky_content .categorie {
    margin: 0px auto;
  }
}

.archive_actus .actus .sticky .sticky_content .temps {
  display: inline-block;
  font-family: "open_sansregular";
  font-size: 16px;
  color: #404040;
  margin-top: 15px;
  min-height: inherit;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus .sticky .sticky_content .temps {
    margin-top: 0px;
  }
}

.archive_actus .actus .sticky .sticky_content h3 {
  font-family: "open_sansbold";
  font-size: 23px;
  color: #404040;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus .sticky .sticky_content h3 {
    min-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .actus .sticky .sticky_content h3 {
    min-height: 60px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .actus .sticky .sticky_content h3 {
    min-height: inherit;
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .actus .sticky .sticky_content .archi_link {
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .actus .sticky .sticky_content .archi_link {
    margin: 0px auto;
  }
}

.archive_actus .actus .sticky .sticky_content .archi_link a {
  color: #fa9600;
  font-family: "open_sansbold";
  font-size: 16px;
  border-bottom: 1px solid #fa9600;
  display: inline-block;
}

.archive_actus .actus .sticky .sticky_content .archi_link a:hover {
  text-decoration: none;
}

.archive_actus .actus .sticky .addtoany_share_save_container {
  display: none !important;
}

.archive_actus .actus a .archi_card {
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.archive_actus .actus a .archi_card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.archive_actus .actus a .archi_card p {
  font-family: "open_sansregular";
  font-size: 15px;
  padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus a .archi_card p {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .actus a .archi_card p {
    font-size: 13px;
    padding: 10px 0px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .actus a .archi_card p {
    font-size: 15px;
  }
}

.archive_actus .actus a .archi_card .categorie {
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 16px;
  color: #fa9600;
  text-transform: uppercase;
  margin-top: 15px;
  min-height: inherit;
}

@media screen and (max-width: 767px) {
  .archive_actus .actus a .archi_card .categorie {
    margin: 0px auto;
  }
}

.archive_actus .actus a .archi_card .temps {
  display: inline-block;
  font-family: "open_sansregular";
  font-size: 16px;
  color: #404040;
  margin-top: 15px;
  min-height: inherit;
}

.archive_actus .actus a .archi_card h3 {
  font-family: "open_sansbold";
  font-size: 23px;
  color: #404040;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus a .archi_card h3 {
    min-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .actus a .archi_card h3 {
    min-height: 60px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .archive_actus .actus a .archi_card h3 {
    min-height: inherit;
    font-size: 20px;
  }
}

.archive_actus .actus a:hover {
  text-decoration: none;
}

.archive_actus .actus a:hover .archi_card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.3);
          box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.archive_actus .actus .pagination {
  display: block;
  margin: 20px auto 0px auto;
}

.archive_actus .actus .pagination a {
  line-height: 20px;
  font-family: "open_sansbold";
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #fa9600;
  text-align: center;
  padding: 8px 16px;
  border-radius: 13px;
  color: #fa9600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1200px) {
  .archive_actus .actus .pagination a {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 992px) {
  .archive_actus .actus .pagination a {
    font-size: 11px;
    padding: 8px 6px;
    border-radius: 7px;
  }
}

.archive_actus .actus .pagination a:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  background-color: #fa9600;
}

.archive_actus .actus .pagination a:last-child {
  margin-left: 40px;
}

/* Article */
.page-actu .page-header {
	max-width: 1140px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.page-actu .page-header h1.page-title {
	font-size: 36px;
    font-weight: bold;
    color: black;
    margin: 20px 0 10px 0;
	text-transform: uppercase;
    font-style: italic;
}

.autres h1.page-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FA9600;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-style: italic;
}

#actus-tbs .actus a.card_link{
	display: inline-block;
}

#actus-tbs .actus a .archi_card img{
    width: 100%;
    height: auto;
    border-radius: 10px;
	padding: 0;
    float: none;
}

#actus-tbs .actus a:hover{
	text-decoration: none;
}

#actus-tbs .actus a .archi_card{
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#actus-tbs .actus a:hover .archi_card{
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px rgb(100 100 100 / 30%);
    box-shadow: 0px 5px 20px rgb(100 100 100 / 30%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#actus-tbs .actus a .archi_card h3{
	color: black;
    font-size: 20px;
	margin:0;
	margin-bottom: 0.5rem;
	font-weight: 800;
    line-height: 1.2;
    margin-top: 15px;
}

#actus-tbs .actus a .archi_card p {
	color: black;
    font-size: 15px;
    padding: 5px 0px 0px 0px;
}

#actus-tbs .pagination a {
	line-height: 34px;
    font-size: 20px;
    width: 40px;
	height: 40px;
    border-radius: 50%;
    color: #212529;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #212529;
	margin: 0 6px;
}

#actus-tbs .pagination a:hover {
	background-color: #fa9600 !important;
	color: white !important;
	border: 2px solid #fa9600 !important;
}

#actus-tbs .pagination a.active {
	background-color: #fa9600 !important;
	color: white !important;
	border: 2px solid #fa9600 !important;
}

@media (min-width: 768px) {
	#actus-tbs .actus a .archi_card h3{
		font-size: 15px;
	}
	#actus-tbs .actus a .archi_card p {
		font-size: 13px;
	}
}

@media (min-width: 992px) { 
	#actus-tbs .actus a .archi_card h3{
    	font-size: 18px;
	}
		#actus-tbs .actus a .archi_card p {
		font-size: 15px;
	}
}

@media (min-width: 1200px) { 
	#actus-tbs .actus a .archi_card h3{
		font-size: 23px;
	}
}

.bouton-actu {
  float: right;
}

.bouton-actu a {
  border: 2px solid #FA9600;
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
  text-decoration: none;
}

.bouton-actu a:hover, .bouton-actu a:active {
  background-color: #FA9600;
  color: #FFF!important;
}

input[type='checkbox'] {
  accent-color: #FA9600;
}

input[type='checkbox']:after {
  border: solid white;
}

/**********************************************/
/*****    TEMPLATE OFFRES CLE EN MAIN     *****/
/**********************************************/
.turnkey .bandeau {
  background: #28a9e2;
  background: -webkit-gradient(linear, left top, right top, from(#28a9e2), color-stop(70%, #158fd2), to(#0273c1));
  background: linear-gradient(90deg, #28a9e2 0%, #158fd2 70%, #0273c1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .turnkey .bandeau {
    height: auto;
  }
}

.turnkey .bandeau .container {
  position: relative;
  height: 100%;
}

.turnkey .bandeau .container .row {
  height: 100%;
}

.turnkey .bandeau .relative {
  position: relative;
  height: 100%;
}

.turnkey .bandeau .contenu_bandeau {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .turnkey .bandeau .contenu_bandeau {
    position: relative;
    padding-top: 100px;
    top: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.turnkey .bandeau .contenu_bandeau .h1 h1,
.turnkey .bandeau .contenu_bandeau .h1 h2,
.turnkey .bandeau .contenu_bandeau .h1 p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .turnkey .bandeau .contenu_bandeau .h1 h1,
  .turnkey .bandeau .contenu_bandeau .h1 h2,
  .turnkey .bandeau .contenu_bandeau .h1 p {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 70px;
  }
}

.turnkey .bandeau .contenu_bandeau .intro p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .turnkey .bandeau .contenu_bandeau .intro p {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .bandeau .contenu_bandeau .button_marg {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.turnkey .bandeau .image_bandeau {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 70vh;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1500px) {
  .turnkey .bandeau .image_bandeau {
    height: 65vh;
  }
}

@media screen and (max-width: 1200px) {
  .turnkey .bandeau .image_bandeau {
    height: 60vh;
  }
}

@media screen and (max-width: 992px) {
  .turnkey .bandeau .image_bandeau {
    height: 55vh;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .bandeau .image_bandeau {
    position: inherit;
    height: auto;
    width: 100%;
  }
}

.turnkey .bandeau::before,
.turnkey .bandeau::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.turnkey .liste_prestations {
	  padding: 0px;
}

@media screen and (max-width: 992px) {
  .turnkey .liste_prestations {
    padding: 0px 0px 60px 0px;
  }
}

.turnkey .liste_prestations .intro_blanc {
  background-color: #fff;
  padding: 100px 0px;
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .intro_blanc {
    padding: 60px 0px;
  }
}

.turnkey .liste_prestations .intro_blanc .h1 h1,
.turnkey .liste_prestations .intro_blanc .h1 h2,
.turnkey .liste_prestations .intro_blanc .h1 p {
  text-align: center;
}

.turnkey .liste_prestations .intro_blanc .intro p {
  text-align: center;
}

.turnkey .liste_prestations .intro_blanc .liste_solutions {
  display: flex;
  flex-direction: row;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .intro_blanc .liste_solutions {
  flex-direction: column;
  }
}

.turnkey .liste_prestations .intro_blanc .liste_solutions img {
    max-height: 50px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
	.turnkey .liste_prestations .intro_blanc .liste_solutions img {
  max-height: 80px;
  }
}

/* .turnkey .liste_prestations .intro_blanc .liste_solutions img:hover {
    max-height: 50px;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
} */

/* @media screen and (max-width: 767px) {
	.turnkey .liste_prestations .intro_blanc .liste_solutions img:hover {
  max-height: 80px;
  }
} */

.turnkey .liste_prestations .card_prestation {
  /* margin-top: 50px; */
  height: 450px;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 4em;
  background-position-y: -6.5rem;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation {
    height: 390px;
  }
}

@media screen and (max-width: 992px) {
  .turnkey .liste_prestations .card_prestation {
    height: 405px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation {
    height: 510px;
  }
}

@media screen and (max-width: 576px) {
  .turnkey .liste_prestations .card_prestation {
    height: 430px;
  }
}

.turnkey .liste_prestations .card_prestation > img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 576px) {
  .turnkey .liste_prestations .card_prestation > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 220px;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 210px;
  left: 0;
  padding: 0px 30px;
  background-color: #FA9600;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.turnkey .liste_prestations .card_prestation .card_bleu li:before {
  content: none;
}

.turnkey .liste_prestations .card_prestation .card_bleu li::marker {
  display: initial;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu {
    top: 174px;
  }
}

@media screen and (max-width: 992px) {
  .turnkey .liste_prestations .card_prestation .card_bleu {
    top: 198px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu {
    top: 305px;
  }
}

@media screen and (max-width: 576px) {
  .turnkey .liste_prestations .card_prestation .card_bleu {
    top: 220px;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .nom {
  /* font-family: "Segoe UI"!important; */
  font-size: 0.9em;
  font-weight: 700;
  text-transform:uppercase;
  color: #fff;
  padding-top: 20px;
  margin: 0px 0px 1.5rem 0px;
  min-height: 0px;
  text-align:center;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .nom {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .nom {
    font-size: 1.2rem;
    margin: 0px;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .description {
  /* font-family: "Segoe UI"!important; */
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  margin: 0px;
  /* padding-top: 10px; */
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .description {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .description {
    font-size: 14px;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .description p {
  /* font-family: "Segoe UI"!important; */
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .description p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .description p {
    font-size: 1rem;
    margin-bottom: 3em;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .duree {
  background-image: url(img/duree_formation.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left bottom 2px;
  padding-left: 25px;
  /* font-family: "Segoe UI"!important; */
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 0.7em;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .duree {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .duree {
    font-size: 1rem;
    margin-bottom: 0em;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .tarif {
  background-image: url(img/tarif.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 2px;
  padding-left: 25px;
  /* font-family: "Segoe UI"!important; */
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .tarif {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .tarif {
    font-size: 1rem;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .contenu {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.turnkey .liste_prestations .card_prestation .card_bleu .contenu p {
  /* font-family: "Segoe UI"!important; */
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .contenu p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .contenu p {
    font-size: 15px;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .contenu ul {
  /* font-family: "Segoe UI"!important; */
  font-size: 0.9rem;
  color: #fff;
  list-style: disc;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 1200px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .contenu ul {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .card_prestation .card_bleu .contenu ul {
    font-size: 15px;
  }
}

.turnkey .liste_prestations .card_prestation .card_bleu .contenu ul li {
  line-height: 26px;
	margin-left: 20px;
	padding: 0;
}

.turnkey .liste_prestations .card_prestation .card_bleu .arrow_down {
  z-index: 9000;
  width: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* .turnkey .liste_prestations .card_prestation:hover .card_bleu {
  left: 0;
  position: absolute;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */
/* .turnkey .liste_prestations .card_prestation:hover .card_bleu .contenu {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */

.turnkey .liste_prestations .formulaire {
	padding: 100px;
	background-color: #f7f7f7;
}

@media screen and (max-width: 992px) {
  .turnkey .liste_prestations .formulaire {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 767px) {
  .turnkey .liste_prestations .formulaire {
    padding: 60px 0px;
  }
}

.turnkey .liste_prestations .formulaire .h1 h1,
.turnkey .liste_prestations .formulaire .h1 h2,
.turnkey .liste_prestations .formulaire .h1 p {
  text-align: center;
}

/**********************************************/
/*****     TEMPLATE FORMULAIRE DEVIS      *****/
/**********************************************/

#form-devis h2, #form-livre h2  {
  /* font-family: 'Segoe UI'!important; */
  font-size: 2em;
  font-weight: 700;
  font-style: italic;
  margin-left: 20px;
  margin-top: 20px;
}

#form-devis label, #form-livre label {
  /* font-family: 'Segoe UI'!important; */
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0%;
}

#form-devis input, #form-devis textarea, #form-livre input, #form-livre textarea  {
  font-size: 0.7em;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  border-bottom: none;
  padding: 12px 16px;
  color: white;
}

#form-devis input[type="checkbox"] {
  background-color: #FA9600;
}

#form-devis .wpcf7-list-item, #form-livre .wpcf7-list-item {
  font-size: 0.8em;
  margin: 0 0 1em 0;
  display: block;
  float: left;
  width: 50%;
}

#form-devis .wpcf7, #form-livre .wpcf7 {
  margin: 20px 20px;
  display: flex;
  justify-content: space-evenly;
}

#form-devis #prestype {
  margin-bottom: 1em;
}

#form-devis .submitCF7, #form-livre .submitCF7 {
  width: 100%;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 2em;
  border-radius: 6px;
  background-color: #FA9600;
}

#form-devis .wpcf7-textarea {
  height: 10rem!important;
}

#form-livre-header {
  text-align: right;
  display: flex;
  align-items: center;
}

#form-livre-header h2 {
  position: relative;
  font-size: 1.6rem;
}

@media (max-width: 500px) {
  #form-livre-header h2 {
    font-size: 1rem;
  }
}

#livreImg {
  height: 14.3rem;
  width: 15.9rem;
  margin-left: auto;
}

.wpcf7-acceptance > .wpcf7-list-item {
  width: 100%!important;
  font-size: 0.9rem!important;
  text-align: justify;
}

#demandedevis .wpcf7-spinner, #livreblanc .wpcf7-spinner {
  margin: 24px 24px 24px 0px;
} 

#demandedevis .wpcf7-response-output, #livreblanc .wpcf7-response-output {
  font-size: 0.8rem;
  border-color: #FA9600;
} 

/* ReCapcha */
.grecaptcha-badge {
  display: none;
}


/******************************************/
/***********      TEMPLATE SINGLE ACTU        ***********/
/******************************************/
.single_actu .bandeau_single .contenu_bandeau .categorie,
.single_actu .bandeau_single .contenu_bandeau .temps {
  margin-bottom: 0px;
}

.single_actu .bandeau_single .contenu_bandeau .date {
  color: white;
  font-family: "open_sansbold";
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.single_actu .bandeau_single {
  background: #28a9e2;
  background: -webkit-gradient(linear, left top, right top, from(#28a9e2), color-stop(70%, #158fd2), to(#0273c1));
  background: linear-gradient(90deg, #28a9e2 0%, #158fd2 70%, #0273c1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single {
    height: 650px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .bandeau_single {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .bandeau_single {
    height: auto;
  }
}

.single_actu .bandeau_single .contenu_bandeau {
  padding-top: 280px;
}

@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .contenu_bandeau {
    padding-top: 250px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .contenu_bandeau {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .contenu_bandeau {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.single_actu .bandeau_single .contenu_bandeau .h1_actu {
  font-size: 37px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .contenu_bandeau .h1_actu {
    font-size: 31px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .contenu_bandeau .h1_actu {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .contenu_bandeau .h1_actu {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.single_actu .bandeau_single .contenu_bandeau .categorie {
  /* font-family: "Segoe UI"!important; */
  display: inline-block;
  text-transform: uppercase;
  color: #404040;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .contenu_bandeau .categorie {
    font-size: 17px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .contenu_bandeau .categorie {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .contenu_bandeau .categorie {
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.single_actu .bandeau_single .contenu_bandeau .temps {
  display: inline-block;
  color: #fff;
  font-family: "open_sansregular";
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .contenu_bandeau .temps {
    font-size: 17px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .contenu_bandeau .temps {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .contenu_bandeau .temps {
    font-size: 17px;
  }
}

.single_actu .bandeau_single .img_bandeau {
  position: relative;
  padding-top: 200px;
}

.single_actu .bandeau_single .img_bandeau img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .img_bandeau img {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .img_bandeau {
    padding-top: 150px;
  }
}

.single_actu .content {
  background-color: #f7f7f7;
  text-align: center;
  padding: 50px 0px;
}

.single_actu .article {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 20px;
}

@media screen and (max-width: 992px) {
  .single_actu .content {
    padding: 60px 0px;
  }
}

.single_actu .content .left {
  text-align: left;
  padding: 0px 20%;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left {
    padding: 0px 20%;
  }
}

@media screen and (max-width: 576px) {
  .single_actu .content .left {
    padding: 0px 10%;
  }
}

.single_actu .content .left p {
  font-family: "open_sansregular";
  font-size: 15px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left p {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left p {
    font-size: 13px;
  }
}

.single_actu .content .left p strong {
  font-family: "open_sansbold";
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left p strong {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left p strong {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left p strong {
    font-size: 13px;
  }
}

.single_actu .content .left h2 {
  font-family: "open_sansbold_italic";
  font-size: 26px;
  color: #fa9600;
  margin-top: -50px;
  padding-top: 100px !important;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left h2 {
    font-size: 20px;
  }
}

.single_actu .content .left h3 {
    font-family: "open_sansbold_italic";
    font-size: 22px;
    text-transform: uppercase;
	margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left h3 {
    font-size: 16px;
  }
}

.single_actu .content .left h4 {
    font-family: 'open_sansbold';
    font-size: 18px;
    margin-top: 20px;
}	

@media screen and (max-width: 1200px) {
  .single_actu .content .left h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left h4 {
    font-size: 14px;
  }
}

.single_actu .content .left a {
  color: #fa9600;
}

.single_actu .content .left .wp-block-button {
  width: auto !important;
}

.single_actu .content .left .wp-block-image img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single_actu .content .left blockquote {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 10%;
  margin: 10px 0px;
}

.single_actu .content .left blockquote p {
  font-family: "open_sansbold_italic";
  font-size: 18px;
  color: #fa9600;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left blockquote p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left blockquote p {
    font-size: 16px;
  }
}

.single_actu .content .left .video {
  position: relative;
  max-width: 90rem;
  margin: 0 auto 4rem;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 10;
  margin: 60px 0px;
}

.wp-block-embed {
    margin: 0;
    overflow-wrap: break-word;
    text-align: center;
}

.single_actu .content .left .video img {
  display: block;
  z-index: 10;
}

.single_actu .content .left .video .play {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.single_actu .content .left .video:hover .play {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single_actu .content .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 5rem;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  background-image: url("img/play-circle-regular.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}

.single_actu .content .left ul {
  padding: 0 0 0 40px;
  list-style: none;
}

.single_actu .content .left ul li {
  font-family: "open_sansregular";
  font-weight: normal;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left ul li {
    font-size: 16px;
  }
}

.single_actu .content .left ul li a {
  text-decoration: none;
  font-family: "open_sansregular";
  font-weight: normal;
  font-size: 15px;
  color: #444444;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .single_actu .content .left ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .single_actu .content .left ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .single_actu .content .left ul li a {
    font-size: 16px;
  }
}

.single_actu .content .left ul li a:hover {
  color: #fa9600;
}

.single_actu .content .left ul li:last-child {
  margin-bottom: 0px;
}

.single_actu .content .left ul li::before {
  content: "\2022";
  color: #fa9600;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.single_actu .content .left figcaption {
  font-family: "open_sansbold";
  color: #fa9600;
  font-size: 14px;
  text-align: right;
}

.simplesocialbuttons {
  display: none;
}