section {
}
/*section:nth-child(even){
    background: var(--color-secondary-lighter);
}*/
section img {
    width: max-content;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#breadcrumbs{
	margin-top:0;
}
.breadcrumb_last{
	font-weight:700;	
}
.hero-int{
	
}
.hero-int .text-center{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;	
}
h1 , .hero-int .text-center p.intro-text{
    text-align: center;
    max-width: 1040px;
    margin: auto;	
}
.hero-int .text-center p.intro-text a{
    font-weight: 600;
    text-decoration: underline;
}
.hero-int .text-center p.intro-text a{
    font-weight: 600;
    text-decoration: underline;
}
.hero-int .text-center h2.h3{
    margin: 1em auto;	
}
.hero-int .text-center h2.subtile-text.h3{
    margin: auto;
	text-align: center;
}
.quick-access {
    display: flex;
    gap: 20px;
	margin-top:2em;
}

/* personnalisation section services */
.service-section {
    padding: 30px 0;
}
.service-section.service-1{
    padding-top: 0;
}
.service-section.service-4{
    padding-bottom: 70px;
}
.row.service-content {
    background: var(--color-secondary-lighter);
    padding: 36px 20px;
    border-radius: 12px;
}
.service-image {
	position: relative;
	height:100%;
}
.service-image img {
	height:100%;
	object-fit: cover;
}
.service-image .service-badge{
	position: absolute;
    top: 20px;
    left: 20px;
    background:var(--color-primary);
    color: var(--color-white);
    padding: 8px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.service-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    background: var(--color-white);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.service-info p.service-description{
    margin:0;
}
.service-details h3 {
    margin-top: .5em;
}
.service-details ul {
    list-style-type: none;
    margin-left: 1.3em;
    margin-top: .75em;
    margin-bottom: 0;
}
.service-list li {
    position: relative;
}
.service-list li::before {
    content: '→';
    position: absolute;
    left: -1em;
	top:-4px;
    color: var(--color-primary);
    font-weight: bold;
	font-size: 20px;
}
.avant-cta{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-features {
	width:100%;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #FDF2E0;
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0;
}
.service-features .feature-item{
    display: flex;
    gap: 8px;
	flex-direction: column;
	align-items: center;
	padding:0 8px;
}
.service-features .feature-item p{
    margin:0 auto;
	text-align: center;
    line-height: 1.2;
	max-width: 80%;
}
.service-features .feature-item p.avantages {
    font-size: 18px;
}
.service-features .feature-item .icon{
    color: var(--color-secondary);
	font-size: 20px;
	line-height: 1; 
	padding-right:6px;
}

/* A propos */
.hero-int.hero-about{
	padding-bottom: 0;
}
section.innovation {
	padding-top:40px;
    padding-bottom: 20px;
}
section.expertise {
    padding-top: 20px;
    padding-bottom: 0;
}

.innovation .row,
.expertise .row{
	padding: 2em 1.5em;
    border-radius: 12px;
    background: var(--color-secondary-lighter);
}
.innovation .row .innovation-content,
.expertise .row .expertise-content{
	display: flex;
    background: var(--color-white);
    border-radius: 12px;
    padding: 20px 24px;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.innovation .row .innovation-content p:last-of-type,
.expertise .row .expertise-content p:last-of-type{
	margin-bottom: 0;
}
.innovation .row .innovation-content a,
.expertise .row .expertise-content a{
    font-weight: 600;
    text-decoration: underline;
}
.innovation-image,
.expertise-image{
	height:100%;
}
.innovation-image img,
.expertise-image img{
	height:100%;
	object-fit: cover;
}

.values .row.values-element {
    margin-left: -15px;
    margin-right: -15px;
}
.values .value-card {
    display: flex;
    align-items: center;
    margin-top: 1em;
	height:100%;
	max-height:325px;
	background: var(--color-white);
    border-radius: 12px;
    padding: 20px 24px;
    flex-direction: column;
	gap:8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.values p.section-intro, .values h2 {
    text-align: center;
    max-width: 900px;
    margin: auto;	
}
.value-card svg {
    width: 80px;
    margin: 0 auto 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: var(--color-secondary-lighter);
    border-radius: 50%;
    color: var(--color-primary);
}

.value-card p{
    margin: 0 auto;
	text-align: center;
}
.values .text-center {
    display: flex;
    gap: 8px;
    flex-direction: column;
	margin-bottom: 1em;
}
/* Composant */
.ia-simulation.custom-style{
    background: var(--color-primary);
	padding-top:70px;
}
section.ia-simulation.custom-style .row {
    padding: 0;
/*    margin-left: -15px;
    margin-right: -15px;*/	
}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 481px) and (max-width: 1023px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (min-width: 433px) and (max-width: 480px) {}
@media only screen and (max-width: 432px) {}
@media screen and (min-width: 481px) and (max-width: 800px) {}
@media screen and (max-width:480px) {}

/* PAGE CONTACT */
.hero-int.hero-contact{
	padding-bottom: 0;
}
#gform_1{
    background: var(--color-secondary-lighter);	
    padding: 30px;
    border-radius: 16px;
}
#gform_1 label, #gform_1 a, #gform_1 em{
    color: var(--color-primary);	
	font-size:14px;
}
#gform_1 a{
    text-decoration: underline;	
}
#gform_1 em {
    font-size: 12px;
}
#gform_1 .gfield_required{
    display: none;
}
#gform_1 input, #gform_1 textarea, #gform_1 select{
    border-radius: 8px;
	border-color: var(--color-white);
	--gf-local-shadow: none;
}
#gform_1 input:focus, #gform_1 textarea:focus, #gform_1 select:focus{
    outline: none;
}
.gform-theme--foundation #gform_1 .gform_fields {
    row-gap: 16px;
}
.bloc-contact{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 20px;
}
section.contact {
  padding-top: 40px;
}
.contact .gform-theme--foundation .gform-grid-col {
  padding-inline: 8px;
}
#gform_1 #gform_submit_button_1{
    color: var(--color-primary);
    padding: 10px 22px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-radius: 8px;
    display: block;
    position: relative;
    width: 100%;
    max-width: max-content;
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 2px solid;
    cursor: pointer;
	border-color: var(--color-secondary);
	background: var(--color-secondary);
}
#gform_1 #gform_submit_button_1:hover{
    border-color: var(--color-secondary-light);
    background: var(--color-secondary-light);
    color: var(--color-primary);
}
#gform_1 #gform_submit_button_1:focus{
    --gf-local-outline-width:0;
}
.contact .gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
    color: var(--color-primary);
	border-color: var(--color-white);
}
.contact .gfield_description.validation_message.gfield_validation_message, .contact #field_1_12 small em{
    font-weight: 600;
    font-style: italic;
}
.gform-theme--foundation #gform_1 .gform_footer {
    justify-content: flex-end;
	position: relative;
}
.gform-theme--foundation #gform_1 .gform_footer:before {
    position: absolute;
    top: 43%;
    right: 100px;
    transform: translate(-50%, -50%);
    content: var(--btn);
}
.contact .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
    color: var(--color-primary);
}
.contact .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control{
    background: var(--color-primary);
}

.contact .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{
    background-color: var(--color-primary);
}
.contact .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .contact .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .contact .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus{
    --gf-local-bg-color: var(--color-primary);
    --gf-local-border-color: var(--color-primary);
    --gf-local-outline-width:0;
}

.contact .coordonnees{
    background: var(--color-primary-dark);
	border-radius: 12px;
	padding:2em;
}
.contact .adress, .contact .emai, .contact .telephon{
	padding-left:30px;
    margin: 10px 0;
}
.contact .coordonnees *{
	color: var(--color-white);
}
.contact .adress strong, .contact .emai strong, .contact .telephon strong{
	position: relative;
	color: var(--color-white);
	
}
.contact .adress strong:before, .contact .emai strong:before, .contact .telephon strong:before{
	position: absolute;
    top: 60%;
    left: -30px;
    transform: translate(0%, -50%);
}
.contact .adress strong:before{
	content: var(--localisation);
}
.contact .emai strong:before{
	content: var(--email);
}
.contact .telephon strong:before{
	content: var(--telephone);
}
h3.noussuivre {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact ul.menu-rs {
    list-style-type: none;
    margin: 0;
}
.contact ul.menu-rs li:first-of-type {
    margin-left:0;
}
.contact .sprites {
  background: url(/wp-content/themes/starter_aeb/images/RS-beige-light.svg) no-repeat center center;
}
.contact .rs-instagram,
.contact .rs-instagram:hover {
  background-position: -55px 0;
}
.contact .rs-facebook,
.contact .rs-facebook:hover {
  background-position: 0 0;
}
section.contact {
	padding-bottom: 0;
}
section.contact .acf-map {
    width: 100%;
    height: 500px;
    margin:50px 0 0;
}
section.contact .acf-map img{
    box-shadow: none;
	border-radius: 0;
}

/* ========================================
   ANIMATIONS DE BASE COMMUNES
   ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ========================================
   HERO COMMUN - Toutes les pages intérieures
   ======================================== */
/*.hero-int h1 {
  animation: fadeIn 1s ease-out;
}

.hero-int #breadcrumbs {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.3s forwards;
}

.hero-int h2,
.hero-int h3,
.hero-int .subtile-text {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.6s forwards;
}

.hero-int .intro-text {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.9s forwards;
}*/
/* ========================================
   SPÉCIFIQUE PAGE SERVICES
   ========================================*/
/*
.quick-access {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 1.3s forwards;
}
.quick-access .quick-btn {
  opacity: 0;
  transform: translateY(20px);
}

.hero-services.animate .quick-btn:nth-child(1) { animation: fadeInUp 0.5s ease-out 1.5s forwards; }
.hero-services.animate .quick-btn:nth-child(2) { animation: fadeInUp 0.5s ease-out 1.7s forwards; }
.hero-services.animate .quick-btn:nth-child(3) { animation: fadeInUp 0.5s ease-out 1.9s forwards; }
.hero-services.animate .quick-btn:nth-child(4) { animation: fadeInUp 0.5s ease-out 2.1s forwards; }

.service-section .service-image,
.service-section .service-info {
  opacity: 0;
}

.service-section.animate:not(.reversed) .service-image {
  animation: fadeInLeft 1s ease-out forwards;
}

.service-section.animate:not(.reversed) .service-info {
  animation: fadeInRight 1s ease-out 0.3s forwards;
}

.service-section.animate.reversed .service-info {
  animation: fadeInLeft 1s ease-out forwards;
}

.service-section.animate.reversed .service-image {
  animation: fadeInRight 1s ease-out 0.3s forwards;
}

.service-features {
  opacity: 0;
}

.service-section.animate .service-features {
  opacity: 1;
}

.service-section.animate .feature-item {
  opacity: 0;
  transform: translateY(15px);
  animation: fadeInUp 0.5s ease-out forwards;
}

.service-section.animate .feature-item:nth-child(1) { animation-delay: 0.8s; }
.service-section.animate .feature-item:nth-child(2) { animation-delay: 1s; }
.service-section.animate .feature-item:nth-child(3) { animation-delay: 1.2s; }
*/

/* ========================================
   SPÉCIFIQUE PAGE À PROPOS
   ======================================== */
/*.innovation-content,
.innovation-image {
  opacity: 0;
}

.innovation.animate .innovation-content {
  animation: fadeInLeft 1s ease-out forwards;
}

.innovation.animate .innovation-image {
  animation: fadeInRight 1s ease-out 0.4s forwards;
}

.expertise-image,
.expertise-content {
  opacity: 0;
}

.expertise.animate .expertise-image {
  animation: fadeInLeft 1s ease-out forwards;
}

.expertise.animate .expertise-content {
  animation: fadeInRight 1s ease-out 0.4s forwards;
}*/

.values .bloc-1 {
  opacity: 0;
}

.values.animate .bloc-1 {
  animation: fadeIn 0.8s ease-out forwards;
}

.value-card {
  opacity: 0;
  transform: translateY(30px);
}

.values.animate .value-card {
  animation: fadeInUp 0.8s ease-out forwards;
}

.values.animate .bloc-3:nth-child(1) .value-card { animation-delay: 0.4s; }
.values.animate .bloc-3:nth-child(2) .value-card { animation-delay: 0.6s; }
.values.animate .bloc-3:nth-child(3) .value-card { animation-delay: 0.8s; }

.value-card svg {
  transition: transform 0.3s ease;
}

.value-card:hover svg {
  transform: scale(1.1) rotate(5deg);
}

/* ========================================
   SPÉCIFIQUE PAGE CONTACT
   ======================================== */
.contact {
  opacity: 0;
}

.contact.animate {
  opacity: 1;
}

.contact .bloc-2-3,
.contact .bloc-3 {
  opacity: 0;
}

.contact.animate .bloc-2-3 {
  animation: fadeInLeft 1s ease-out forwards;
}

.contact.animate .bloc-3 {
  animation: fadeInRight 1s ease-out 0.3s forwards;
}

.contact.animate .gfield {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.4s ease-out forwards;
}

.contact.animate .gfield:nth-child(n+1) { animation-delay: calc(0.1s + (0.1s * var(--i))); }
.contact.animate .gfield:nth-child(1) { --i: 0; }
.contact.animate .gfield:nth-child(2) { --i: 1; }
.contact.animate .gfield:nth-child(3) { --i: 2; }
.contact.animate .gfield:nth-child(4) { --i: 3; }
.contact.animate .gfield:nth-child(5) { --i: 4; }

.contact.animate .gform_footer {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1s forwards;
}

.acf-map {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.acf-map.animate {
  opacity: 1;
}
.contact .coordonnees a {
  transition: color 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (max-width: 1023px) {

}
@media only screen and (min-width: 801px) and (max-width: 1199px) {

}
@media only screen and (min-width: 481px) and (max-width: 800px) {

}
@media only screen and (min-width: 801px) {

}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 480px) {}
@media only screen and (min-width: 433px) and (max-width: 480px) {}
@media only screen and (max-width: 432px) {}
@media screen and (min-width: 481px) and (max-width: 800px) {}
@media screen and (max-width:480px) {

}