/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */

/* GENERAL */

.grecaptcha-badge {
  display: none;
}

.mark,
mark {
  padding: 0;
}

a {
  text-decoration: none;
  color: #363636;
}

@font-face {
  font-family: "Toutanlon";
  src: url(assets/_fonts/Toutanlon.otf) format("opentype");
}

@font-face {
  font-family: "Helvetica";
  src: url(assets/_fonts/Helvetica.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url(assets/_fonts/HelveticaBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url(assets/_fonts/HelveticaBoldOblique.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica";
  src: url(assets/_fonts/HelveticaOblique.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica";
  src: url(assets/_fonts/HelveticaLightRegular.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url(assets/_fonts/HelveticaLightOblique.otf) format("opentype");
  font-weight: 200;
  font-style: italic;
}

body {
  font-family: "Helvetica";
}

.back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 20px; /* Increase font size */
  color: #ffffff;
  background: #46a6a6;
  border: solid 1px #ffffff;
  border-radius: 50px;
  padding: 14px 16px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #363636;
}

.s26-bg-white {
  background-color: #ffffff !important;
}

.s26-bg-turquoise {
  background-color: #46a6a6 !important;
}

.s26-bg-turquoise-light {
  background-color: rgba(70, 166, 166, 0.1) !important;
}

.s26-bg-blue {
  background-color: #446fb4 !important;
}

.s26-bg-blue-light {
  background-color: rgba(68, 111, 180, 0.1) !important;
}

.s26-bg-green {
  background-color: #b5c947 !important;
}

.s26-bg-green-light {
  background-color: rgba(181, 201, 71, 0.1) !important;
}

.s26-bg-yellow {
  background-color: #f2cb13 !important;
}

.s26-bg-yellow-light {
  background-color: rgba(242, 203, 19, 0.1) !important;
}

.s26-bg-orange {
  background-color: #db6d1b !important;
}

.s26-bg-orange-light {
  background-color: rgba(219, 109, 27, 0.1) !important;
}

.s26-bg-dark {
  background-color: #363636 !important;
}

.s26-bg-gray-light {
  background-color: rgba(127, 127, 127, 0.1);
}

.s26-white {
  color: #ffffff;
  border-color: #ffffff;
}

.s26-dark {
  color: #363636;
  border-color: #363636;
}

.s26-dark-light {
  color: rgba(0, 0, 0, 0.7);
}

.s26-turquoise {
  color: #46a6a6;
  border-color: #46a6a6;
}

.s26-blue {
  color: #446fb4;
  border-color: #446fb4;
}

.s26-green {
  color: #b5c947;
  border-color: #b5c947;
}

.s26-yellow {
  color: #f2cb13;
  border-color: #f2cb13;
}

.s26-orange {
  color: #db6d1b;
  border-color: #db6d1b;
}

.s26-border-right {
  border-right: solid 2px;
}

.s26-border-right-xl {
  border-right: solid 4px;
}

.s26-border-left {
  border-left: solid 2px;
}

.s26-button {
  font-family: "runda", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #46a6a6;
  border: solid 3px #46a6a6;
  border-radius: 50px;
  padding: 18px 60px;
  display: inline-block;
  text-align: center;
}

.s26-button:hover,
.s26-button.active {
  background-color: #ffffff;
  color: #46a6a6;
}

.s26-button.s26-button-orange {
  background-color: #db6d1b;
  border-color: #db6d1b;
}

.s26-button.s26-button-orange:hover {
  background-color: #ffffff;
  color: #db6d1b;
  border-color: #db6d1b;
}

.s26-button.s26-button-yellow {
  background-color: #f2cb13;
  border-color: #f2cb13;
}

.s26-button.s26-button-yellow:hover {
  background-color: #ffffff;
  color: #f2cb13;
  border-color: #f2cb13;
}

.s26-offers-categs .s26-button {
  background-color: #ffffff;
  color: #46a6a6;
}

.s26-offers-categs .s26-button:hover,
.s26-offers-categs .s26-button.active {
  color: #ffffff;
  background-color: #46a6a6;
}

.s26-button.s26-bg-turquoise-light {
  background-color: rgba(70, 166, 166, 0.1) !important;
  border-color: transparent;
}

.s26-button.s26-bg-turquoise-light:hover {
  background-color: #46a6a6 !important;
}

.s26-button h1 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: initial;
}

.s26-vh {
  width: 100%;
  height: calc(100vh - 211px);
  min-height: 600px;
}

.wrapper-open {
  position: relative;
}

.s26-title {
  font-family: "Toutanlon";
  font-size: 60px;
  line-height: 70px;
}

.s26-title-small {
  font-family: "Toutanlon";
  font-size: 60px;
  line-height: 45px;
  letter-spacing: 1.2px;
}

.s26-title-simple {
  font-size: 65px;
  line-height: 78px;
  font-weight: bold;
}

.s26-title-big {
  font-family: "Toutanlon";
  font-size: 180px;
  line-height: 160px;
}

.s26-content {
  font-size: 20px;
  line-height: 30px;
}

.s26-content p {
  margin-bottom: 0;
}

.s26-separator {
  position: relative;
}

.s26-separator:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}

.s26-separator.s26-turquoise:after {
  background-color: #46a6a6;
}

.s26-separator.s26-blue:after {
  background-color: #446fb4;
}

.s26-separator.s26-green:after {
  background-color: #b5c947;
}

.s26-separator.s26-yellow:after {
  background-color: #f2cb13;
}

.s26-separator.s26-orange:after {
  background-color: #db6d1b;
}

.s26-separator-x {
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.s26-separator-x-small {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.s26-separator-100 {
  display: inline-block;
  width: 100px;
  height: 2px;
  border-radius: 50px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.s26-big-title {
  font-family: "Toutanlon";
  font-size: 180px;
  line-height: 160px;
}

.s26-baseline {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

.s26-page-content {
  padding-top: 83px;
  padding-bottom: 83px;
}

.s26-introduction {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}

.s26-content-introduction {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
/* GENERAL */

/* HEADER */
.s26-header-bg {
  /*
	position: relative;
	z-index: 800;
	*/
}

.s26-header {
  /*
	padding-top: 60px;
	padding-bottom: 53px;
	*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.s26-header-menu-button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-right: 48px;
  position: relative;
  z-index: 999;
}

.s26-header .s26-button,
.s26-header-logo {
  position: relative;
  z-index: 999;
}

.s26-header-menu-button:hover {
  color: #46a6a6;
}

.s26-header-menu-button-open {
  opacity: 1;
  position: relative;
  z-index: 999;
}

.s26-header-menu-button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  font-size: 30px;
  z-index: 999;
}

.s26-header-menu-button-open,
.s26-header-menu-button-close i {
  transition: all 0.1s;
}

.s26-header-menu-button.active .s26-header-menu-button-open {
  opacity: 0;
}

.s26-header-menu-button.active .s26-header-menu-button-close {
  opacity: 1;
}

.s26-header-menu {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  transform: translateY(-100%);
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 700;
  display: inline-grid;
}

.s26-header-menu.active {
  transform: translateY(0);
}

.s26-header-menu-search {
  /*height: 212px;*/
  height: 135px;
}

.search-form {
  box-shadow: inset 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  border: none;
  outline: none;
  color: rgba(54, 54, 54, 0.28);
  padding: 12px 20px;
  resize: none;
  display: flex;
}

.search-form input {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-grow: 1;
}

.search-form button {
  padding: 0;
  border: none;
  background-color: transparent !important;
  color: #6c757d !important;
  outline: none;
}

.s26-header-menu-elements {
  background-image: url(assets/images/S26-Header-Left.png),
    url(assets/images/S26-Header-Bottom.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right 50px;
}

.s26-header-menu-title {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: solid 2px;
}

.s26-header-menu-bottom {
  /*
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 100px;
	*/
  display: flex;
  justify-content: center;
  column-gap: 50px;
  padding-top: 95px;
  padding-bottom: 95px;
}

.s26-header-menu-bottom a .s26-button {
  border: solid 3px #ffffff;
}

.s26-header-menu-bottom a:hover .s26-header-menu-title {
  color: #363636;
}

.s26-header-menu-content a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #000000;
}

.s26-header-menu-content a:hover {
  color: #46a6a6;
}

#accordionMenu .accordion-item {
  border: none;
}

#accordionMenu .accordion-button {
  border: none;
  border-bottom: solid 2px #46a6a6;
  border-radius: 0;
  padding: 15px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  outline: none;
  box-shadow: none;
  background-color: transparent !important;
}

#accordionMenu .accordion-button:after {
  background-image: url(assets/images/S26-Plus.svg);
}

#accordionMenu .accordion-button:hover:after {
  transform: rotate(180deg);
}

#accordionMenu .accordion-button:not(.collapsed):after {
  background-image: url(assets/images/S26-Minus.svg);
  transform: translateY(50%);
}

#accordionMenu .accordion-body {
  padding: 22px 0;
}

#accordionMenu .accordion-body a {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #000000;
  display: block;
}

#accordionMenu .accordion-body a:hover {
  color: #46a6a6;
}
/* HEADER */

/* FOOTER */
.s26-footer-help {
  font-weight: 300;
}

.footer-phone {
  font-family: "Toutanlon";
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 7px;
}

.footer-phone i {
  font-size: 25px;
  vertical-align: middle;
}

.s26-footer-help b {
  font-weight: 600;
}

.s26-footer-help h3 {
  font-family: "Toutanlon";
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 15px;
  color: #000;
}

.s26-footer-help small {
  font-size: 16px;
  line-height: 19px;
}

.s26-footer {
  padding-top: 84px;
  padding-bottom: 68px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.s26-footer a {
  color: #ffffff;
}

.s26-footer a:hover {
  color: #363636;
}

.s26-footer-socials {
  column-gap: 40px;
}

.s26-footer-socials-links {
  column-gap: 40px;
}

.s26-footer-socials a {
  transform: rotate(0);
  transition: all 0.5s;
}

.s26-footer-socials a:hover {
  transform: rotate(30deg);
}

.s26-footer-content a {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #ffffff;
}

.s26-footer-content a:hover {
  color: #363636;
}

.s26-footer-content-text {
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  margin-top: 9px;
}

.s26-footer-links {
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.s26-footer-links a {
  color: #000000;
}

.s26-footer-links a:hover {
  color: #ffffff;
}
/* FOOTER */

/* HOME */
.s26-video video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
}

.s26-home-introduction {
  padding-top: 104px;
}

.s26-organization-image {
  height: 224px;
  max-height: 224px;
  border-bottom: solid 40px;
  margin-bottom: 35px;
  display: flex;
  align-items: end;
}

.s26-organization-image img {
  max-height: 100%;
  width: 100%;
  object-position: bottom center;
  object-fit: contain;
}

.s26-organization-title {
  min-height: 92px;
}

.s26-home-work {
  padding-bottom: 82px;
}

.s26-work-image {
  margin-bottom: 33px;
}

.s26-work-image img {
  width: 149px;
  height: 149px;
  max-width: 149px;
  max-height: 149px;
  object-fit: fill;
}

.s26-work-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.s26-home-challenges {
  padding-top: 116px;
  padding-bottom: 130px;
  background-image: url(assets/images/S26-Home-Challenges.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  margin-bottom: 10px;
}

.s26-turquoise .s26-organization-content a{
  color: #46a6a6;
}

.s26-green .s26-organization-content a{
  color: #b5c947;
}

.s26-yellow .s26-organization-content a{
  color: #f2cb13;
}

.s26-blue .s26-organization-content a{
  color: #446fb4;
}

.s26-orange .s26-organization-content a{
  color: #db6d1b;
}

.s26-organization-content a:hover{
  color: #000000;
}
/* HOME */

/* ENVIE D'AIDER */
.s26-help-title {
  font-family: "Toutanlon";
  font-size: 80px;
  line-height: 60px;
}

.s26-help-buttons {
  column-gap: 40px;
  row-gap: 20px;
}
/* ENVIE D'AIDER */

/* HISTOIRE */

.s26-story-numbers {
  padding-top: 112px;
  padding-bottom: 90px;
}

.s26-story-numbers-title {
  min-height: 87px;
}

.s26-story-numbers-element-title {
  min-height: 58px;
}

.s26-story-slider-container {
  padding-top: 170px;
  padding-bottom: 100px;
}

.s26-story-slider {
  border-top: solid 2px #46a6a6;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  margin-top: 29px;
}

.s26-story-slider-prev,
.s26-story-slider-next {
  padding: 0;
  background-color: transparent;
  border: none;
}

.s26-story-slider-next {
  transform: rotate(180deg);
}

.s26-story-slider .slick-slide {
  margin: 0 85px;
}

.s26-story-slider .slick-list {
  margin: -9px -85px;
}

.s26-story-slide {
  position: relative;
  padding-top: 40px;
}

.s26-story-slide:after {
  content: "";
  background-image: url(assets/images/S26-Slider-Dot.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}

.s26-story-elements .accordion-item {
  border: 0;
}

.s26-story-elements .accordion-button {
  outline: none;
  box-shadow: none;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 42px 0;
}

.s26-story-elements .accordion-collapse {
  border: solid 4px;
  border-top: none;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}

.s26-story-elements .accordion-button:after {
  display: none !important;
}

.s26-story-element-title {
  font-family: "Toutanlon";
  font-size: 80px;
  line-height: 65px;
  letter-spacing: 1.6px;
}

.s26-story-elements .accordion-body {
  padding: 61.8px 0;
}

.s26-story-element-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 78px;
}

.s26-story-element-content-3 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 170px;
}
/* HISTOIRE */

/* FORMULAIRE */
.s26-form .wpcf7-spinner {
  display: block;
}

.s26-form label {
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  color: #363636;
  margin-bottom: 38px;
}

.s26-form .wpcf7-radio label,
.s26-form .wpcf7-checkbox label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
  margin: 0;
}

.s26-form .wpcf7-radio {
  height: 54px;
  display: flex;
  align-items: center;
}

.s26-form .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}

.s26-form .wpcf7-text,
.s26-form .wpcf7-textarea {
  box-shadow: inset 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  border: none;
  outline: none;
  color: rgba(54, 54, 54, 0.28);
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  resize: none;
}

.s26-form .wpcf7-text::placeholder {
  color: rgba(54, 54, 54, 0.28);
  opacity: 1; /* Firefox */
  font-style: italic;
}

.s26-form .wpcf7-text::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(54, 54, 54, 0.28);
  font-style: italic;
}

.s26-form .wpcf7-textarea {
  text-align: center;
}

.s26-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.s26-form .wpcf7-checkbox {
  /*
	display: grid !important;
  	grid-template-columns: 25% 25% 25%;
  	column-gap: 12.5%;
  	*/
}

.s26-form .wpcf7-submit {
  font-family: "runda", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #46a6a6;
  border: solid 3px #46a6a6;
  border-radius: 50px;
  padding: 18px 90px;
  display: inline-block;
  text-align: center;
}

.s26-form .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #46a6a6;
}

.s26-form .wpcf7-not-valid-tip {
  font-size: 15px;
  margin-top: 7px;
}

.s26-form-benevole .wpcf7-checkbox {
  display: block !important;
  grid-template-columns: initial;
  column-gap: initial;
}
/* FORMULAIRE */

/* EMPLOIS */
.s26-offers-categs {
  display: flex;
  column-gap: 40px;
}

.s26-offers {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 34px;
  row-gap: 34px;
}

.s26-offer {
  border-radius: 28px;
  padding: 55px 45px 50px 45px;
  min-height: 442px;
  box-shadow: -5px 5px 10px #00000029;
}

.s26-offer-type {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 20px 6px 20px;
  margin-bottom: 30px;
}

.s26-offer-title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

.s26-offer-gender {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

.s26-offer-place {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* EMPLOIS */

/* OFFRE */
.s26-offer-scroll {
  display: inline-block;
  position: relative;
}

.s26-offer-scroll img {
  transform: translateY(0);
  transition: all 0.5s;
}

.s26-offer-scroll:hover img {
  transform: translateY(30px);
}

.s26-offer-attributes {
  border-radius: 24px;
  padding: 65px 160px;
}
/* OFFRE */

/* PAGE INTERIEURE STD */
.s26-page-content-std {
  padding-bottom: 0;
}

.s26-content-padding {
  padding-left: 165px;
}

.s26-content-std-introduction {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.s26-content-std-right b,
.s26-content-std-right strong {
  color: #363636;
}

.s26-content-std-middle h2 {
  font-family: "Toutanlon";
  font-size: 60px;
  line-height: 45px;
  letter-spacing: 1.2px;
  margin-bottom: 66px;
}

.s26-content-std-middle h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 29px;
}

.s26-content-std-legal {
  border-radius: 15px;
  padding: 45px;
  margin-top: 70px;
}

.s26-page-content-std-partners {
  padding-top: 115px;
  padding-bottom: 115px;
}

.s26-page-content-std-partners .s26-introduction {
  font-size: 35px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 80px;
}

.s26-page-content-std-partners .s26-content p {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
}

.s26-page-content-std-partners .s26-content img {
  mix-blend-mode: multiply;
}

.s26-content-std-team-title {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}

.s26-projets {
  padding-top: 200px;
  padding-bottom: 215px;
}

.s26-projets-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}
/* PAGE INTERIEURE STD */

/* PAGE PROJETS 1 */
.s26-projet-1-intro {
  font-size: 24px;
  font-weight: bold;
}

.s26-projet-1-rounded-border {
  border-radius: 24px;
  padding: 46px 46px 46px 107px;
}

.s26-projet-1-subtitle {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.s26-projets-button-container {
  margin-bottom: 150px;
}
/* PAGE PROJETS 1 */

/* PAGE PROJETS 2 */
.s26-projet-2-left-text {
  font-size: 24px;
  font-weight: bold;
}

.s26-projet-2-ambitions-title {
  font-family: "Toutanlon";
  font-size: 40px;
  line-height: 47px;
}

.s26-ambition-container {
  border-radius: 24px;
  padding: 28px 26px 28px 22px;
}

.s26-bg-1{
  background-color: rgba(70, 166, 166, 0.1);
}

.s26-cirlce-bg-1{
  background-color: #46a6a6;
}

.s26-bg-2{
  background-color: rgba(219, 109, 27, 0.1);
}

.s26-cirlce-bg-2{
  background-color: #db6d1b;
}

.s26-bg-3{
  background-color: rgba(242, 203, 19, 0.1);
}

.s26-cirlce-bg-3{
  background-color:  #f2cb13;
}

.s26-bg-4{
  background-color: rgba(68, 111, 180, 0.1);
}

.s26-cirlce-bg-4{
  background-color:  #446fb4;
}

.s26-ambition-circle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Toutanlon";
  font-size: 60px;
  padding: 27px 38px;
}

.s26-ambition-content-1 strong {
  text-transform: uppercase;
  color: #46a6a6;
}

.s26-ambition-content-2 strong {
  text-transform: uppercase;
  color: #db6d1b;
}

.s26-ambition-content-3 strong {
  text-transform: uppercase;
  color: #f2cb13;
}

.s26-ambition-content-4 strong {
  text-transform: uppercase;
  color: #446fb4;
}

.s26-ambition-conclusion {
  border-radius: 24px;
}

.s26-ambition-conclusion-content {
  margin: 20px;
  font-size: 20px;
  flex-grow: 1;
  /* margin-left: 20px;  */
}

.s26-ambition-conclusion-content strong {
  color: #46a6a6;
}

.s26-conclusion-image {
  max-width: 425px;
  height: 320px;
  object-fit: cover;
}

.s26-conclusion-image-container {
	flex-shrink: 0;
  }
/* PAGE PROJETS 2 */

/* FORMS RADIO */
.s26-radio {
  display: flex;
}

.s26-radio .wpcf7-list-item label {
  position: relative;
}

.s26-radio label {
  cursor: pointer;
}

.s26-radio [type="radio"],
.s26-radio [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.s26-radio [type="radio"] + .wpcf7-list-item-label,
.s26-radio [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.s26-radio [type="radio"] + .wpcf7-list-item-label::before,
.s26-radio [type="checkbox"] + .wpcf7-list-item-label::before,
.s26-radio [type="radio"] + .wpcf7-list-item-label::after,
.s26-radio [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.s26-radio [type="radio"] + .wpcf7-list-item-label::before,
.s26-radio [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

.s26-radio [type="radio"] + .wpcf7-list-item-label::before,
.s26-radio [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #46a6a6;
}

.s26-radio [type="radio"] + .wpcf7-list-item-label::after,
.s26-radio [type="checkbox"] + .wpcf7-list-item-label::after {
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: solid 2px #46a6a6;
  background: #46a6a6;
  transition: all 0.2s;
}

.s26-radio [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.s26-radio [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
}

.s26-radio [type="radio"]:checked + .wpcf7-list-item-label::after,
.s26-radio [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.s26-checkbox-multiple .s26-radio {
  column-gap: 30px;
}
/* FORMS RADIO */

/* FORMS FILE */
.s26-file-block {
  display: flex;
  border: solid 2px #46a6a6;
  border-radius: 30px;
}

.s26-file-block p {
  margin-bottom: 0;
}

.wpcf7-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.s26-file-button {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 35px;
  background-color: #46a6a6;
  text-align: center;
  border: none;
  border-radius: 30px;
}

.s26-file-name {
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 58, 54, 0.3);
  padding: 0px 18px 0px 13px;
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.s26-file-delete {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(assets/images/s26_file_delete.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-left: 20px;
  top: 0px;
}
/* FORMS FILE */

.card-title a {
  color: #46a6a6;
}
