/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.cls-flex-bloc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cls-bloc1 {
    width: 535px !important;
}
.cls-bloc2 {
    width: 535px !important;
}
.et_mobile_menu {
    border-top: 3px solid #255F7B;
}
.mobile_menu_bar:before {
    color: #255F7B !important;
}
.top-bare-right .et_pb_module {
    margin: 0;
}
.top-bare-right img {
    height: 37px !important;
    width: auto !important;
}
.top-bare-right {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.cls-valeurs img {
    height: 300px;
    object-fit: cover;
}
.cls-marque-img img {
    height: 400px;
    object-fit: cover;
}
.cls-infrastructures img {
    height: 800px;
/*     object-fit: cover;
    object-position: 47%; */
	    object-position: 57%;
}






/* ==========================================================================
   animation slider
   ========================================================================== */



/* ==========================================================================
   Subtitle Styles
   ========================================================================== */
.subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.subtitle-label {
  color: #95CF35;
  font-size: 16px;
  margin-right: 12px;
}

.subtitle.center .subtitle-label {
    margin-left: 12px;
}

.subtitle-line {
  flex-grow: 1;
  height: 1px;
  background-color: #7dc242;
  position: relative;
  top: -1px;
}

.subtitle-dot {
  width: 6px;
  height: 6px;
  background-color: #7dc242;
  border-radius: 50%;
}

.blue .subtitle-label {
  color: #255F7B;
}

.blue .subtitle-line {
  background-color: #255F7B;
}

.blue .subtitle-dot {
  background-color: #255F7B;
}
/* ==========================================================================
   Mission Section Styles
   ========================================================================== */
.notre-mission-wrapper {
    display: flex;
    gap: 80px;
    flex-wrap: nowrap;
}

.mission-left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
    width: 345px;
}

.mission-right {
    width: 345px;
    display: flex;
    align-items: center;
}

.mission-center {
    width: 490px;
}

.mission-subtitle {
    color: #76C043;
    font-weight: 500;
}

.mission-title {
    font-size: 24px;
    line-height: 1.4;
}

.mission-title h2 span,  .histoire-title h2 span{
    color: #3BB6D0;
}

.mission-right ul {
    margin-top: 25px;
    margin-left: 15px;
}
#nos-infrastructures-et-metiers ul {
    margin-left: 15px;
}
.blue-text {
    color: #00AEEF;
}

.mission-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mission-btn.et_pb_button {
	padding: 10px 25px 10px 25px !important;
	border-color: #B7B7B7;
	background: transparent;
	color: #B7B7B7 !important;
	text-align: left;
	width: max-content;
}

.mission-btn.et_pb_button:after {
    display: none;
}

.mission-btn.et_pb_button.active {
    border-color: #3BB6D0;
    color: #3BB6D0 !important;
    background: rgb(59 182 208 / 15%);
}

.mission-btn {
    cursor: pointer;
}

.mission-center img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 500px;
    min-height: 500px;
}

.mission-right h3 {
    color: #003366;
    margin-bottom: 10px;
}

.mission-content-block {
    display: block;
}

.notre-mission-wrapper .hidden {
    display: none;
}

#nos-marques h3 {
    border-bottom: 1px solid #255F7B;
    display: inline-block;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
}
/* ==========================================================================
   History Section Styles
   ========================================================================== */
.histoire-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
}

.histoire-header .sub-title {
    color: #777;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.histoire-title .main-title {
    font-size: 42px;
}

.histoire-header .main-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.histoire-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 0px;
    width: 100%;
    border-radius: 26px;
}

.histoire-tab-btn {
    background: #f5f5f5;
    border: none;
    padding: 2px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease;
    width: 100%;
}

.histoire-title h2 {
    font-size: 42px;
}

.histoire-tab-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.histoire-tab-btn.active {
    background: #3BB6D0;
    color: white;
}

.histoire-tab-btn:nth-child(1) {
    border-radius: 3px 0 0 3px;
}

.histoire-tab-btn:nth-child(3) {
    border-radius:  0 3px 3px 0;
}

.histoire-tab-content {
    display: none;
}

.histoire-tab-content:not(.hidden) {
    display: flex;
}

.histoire-left {
}

.histoire-text {
    font-size: 16px;
}

.histoire-text span {
    color: #3bb6d0;
}

.histoire-text p {
    margin-bottom: 20px;
}

.histoire-right {width: 100%;}

.histoire-images {
    display: flex;
    gap: 32px;
}

.histoire-images img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.histoire-text span {
    color: #3bb6d0;
}
.histoire-images img:hover {
    transform: translateY(-5px);
}

.histoire-navigation {
    display: flex;
    gap: 20px;
    align-items: center;
}

.histoire-btn-nav {
    display: flex;
    gap: 10px;
}

.histoire-nav-btn {
    background: #3BB6D0;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.histoire-nav-btn:hover {
    background: #255F7B;
}

.histoire-nav-btn:disabled {
    background: #cccccc;
    transform: none;
}

.histoire-nav-btn svg {
    width: 20px;
    height: 20px;
}

.histoire-counter {
    font-size: 18px;
    color: #555;
    min-width: 60px;
    text-align: center;
}

/* ==========================================================================
   Contact Form 7 Styles
   ========================================================================== */
.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 1em;
}

.cf7-section {
    margin-bottom: 1em;
}

.cf7-phone-group span.wpcf7-form-control-wrap[data-name="your-phone"] {
    display: block;
    width: 100%;
}

.cf7-col-half {
    width: 100%;
}

.cf7-phone-group p {
    display: flex;
}

.cf7-title {
    font-size: 20px;
    margin-bottom: 10px;
}

/* ==========================================================================
   Other Styles
   ========================================================================== */
.title-color {
    color: #3BB6D0;
}

.cgu-text {
    font-size: 14px;
    color: #fff;
}

.cgu-text a {
    color: #fff;
    text-decoration: underline;
}

.cls-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
}

.et_pb_module.et_pb_wc_description ul {
    margin-left: 15px;
}

.et_pb_module.et_pb_wc_description h3 {
    font-weight: 500;
}

.btn-contact-product {
    width: 100%;
    text-align: center;
}

.cls-blur .et_pb_blurb_container {
    padding-left: 0px;
}

.et_pb_button {
    padding: 10px 40px 10px 25px!important;
    font-weight: 400!important;
}

.dark .et_pb_button {
    background: #fff;
    color: #255F7B!important;
    border: 2px solid #fff;
}

.cls-fag .et_pb_toggle_title:before {
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    padding: 5px;
}

.cls-chifre .percent-value:before {
    content: "+";
}

.btn_fiche_technique {
    background-color: #e8f7fc;
    border-radius: 12px;
    border-width: 1px;
    border: 1px solid #3BB6D0;
    padding: 18px 24px;
}

#nos-marques h3:after {
  /*content: url(/wp-content/uploads/2025/05/link1.svg);
  margin-left: 8px;*/
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 1111px) {
    .et_pb_row {
        width: 100%;
        padding-right: 40px!important;
        padding-left: 40px!important;
    }
}

@media (max-width: 992px) {
    .custom-blog-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    
	.cls-infrastructures img {
	  height: 500px;
	}
	
    .histoire-tab-content:not(.hidden) {
        flex-direction: column;
    }
    
    .histoire-images {
        grid-template-columns: fr;
        margin-top: 30px;
    }
    
    .histoire-tabs-nav {
        /*flex-direction: column;*/
        align-items: center;
    }
    
    .histoire-tab-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .histoire-navigation {
        margin-top: 20px;
    }
	.notre-mission-wrapper {
		display: flex;
		gap: 40px;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
	}
	.histoire-images img {
		height: 440px;
	}
	.mission-left {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		gap: 20px;
		width: 100%;
	}
	.mission-right {
		width: 100%;
	}
	.mission-buttons {
		display: flex;
		flex-direction: row;
		gap: 15px;
	}
	.mission-btn.et_pb_button {
		padding: 10px 20px 10px 20px !important;
	}
	.cls-flex-bloc {
		display: block !important;
	}
	.cls-header .et_pb_column {
		margin-bottom: 0px !important;
	}
	.histoire-title h2 {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.et_pb_row {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    .custom-blog-grid,
    .custom-cat-grid {
        display: flex;
        gap: 40px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .custom-products-grid {
        display: flex;
        gap: 40px;
        justify-content: space-between;
        flex-direction: column;
    }
	.cls-bloc1 {
		width: 100% !important;
	}
	.cls-bloc2 {
		width: 100% !important;
	}
	.mission-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
	.mission-center {
		width: 100%;
	}
	.histoire-images {
		display: flex;
		gap: 4%;
	}
	.histoire-images img {
		/*width: 48%;*/
	}
	.histoire-images img {
        height: auto;
    }
	.histoire-title h2 {
		font-size: 27px;
	}
	.mission-right h3 {
		margin-bottom: 0px;
	}
	.cls-infrastructures img {
	  height: 450px;
	}
	
}

@media (max-width: 600px) {
    .custom-blog-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
	.cls-infrastructures img {
	  height: 400px;
	}
}

@media (max-width: 480px) {
    .histoire-section {
        padding: 40px 15px;
    }
    
    .histoire-header .main-title {
        font-size: 28px;
    }
    
    .histoire-tab-content {
        /*padding: 20px;*/
    }
    
    .histoire-nav-btn {
        width: 40px;
        height: 40px;
    }
	.cls-infrastructures img {
	  height: 350px;
	}
}

@media (max-width: 980px) {
    .cls-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
}

@media (max-width: 1260px) and  (min-width: 1110px) {
.et_pb_menu .et-menu>li {
    padding-left: 7px;
    padding-right: 7px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 15px !important;
}
.cls-header .et_pb_column:first-child {
    width: 100%;
}
}
@media (max-width: 1110px) {
    .et_pb_menu .et_mobile_nav_menu {
        float: none;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	.et_pb_menu .et_pb_menu__menu {
        display: none;
    }
	    .et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
        list-style: none !important;
        text-align: left;
    }
}




