/*
 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
------------------------------------------------------- */
.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet {
    left: 0 !important;
}
div#energie_services_shortcode ul {
    padding: 0;
}
.slider-nos-clients {
    width: 2000px;
    z-index: 9999999;
    position: relative  !important;
}
.section5 .swiper-slide {
    width: 493px !important;
}
div#main-content {
    overflow: hidden;
}
.row-testi {
    background: #C9DDF2;
    border-radius: 20px;
    padding: 60px 95px !important;
}
div#steps_services_shortcode_2 h3 {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #0054B3;
    text-transform: uppercase;
    margin-top: 50px;
}
div#steps_services_shortcode_2 p {
    color: #1E1E1E;
    line-height: 18px;
    font-size: 16px;
    font-family: 'InstrumentSans-Regular', Helvetica, Arial, Lucida, sans-serif;
}
div#steps_services_shortcode_2 strong {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}
.step-text {
    padding-left: 0 !important;
    padding-right: 15px !important;
    margin-bottom: 20px;
    width: 80%;
    color: #D9D9D9;
    font-size: 22px;
    line-height: 100%;
    text-align: left;
}
li.step-text.active {
    color: #1E1E1E !important;
}
.step-image-text {
    padding-bottom: 20px !important;
}
  @keyframes grow {
    from {
		  transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
li.step-image > p:first-child {
    padding-bottom: 0 !important;
}
.progress-bar-steps-container {
    background-color: #E6E6E6;
    position: relative;
    width: 100%;
    height: 3px !important;
}
.progress-bar-steps {
    background-color: #0054B3;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    animation: grow 3s ease-out forwards;
    transform-origin: left;
}
.active .progress-bar-steps {
    animation: grow 3s ease-out forwards;
	height: 3px !important;
}
.steps_services li {
    list-style-type: none;
    position: relative;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
}
div#energie_services_shortcode_1 li {
    width: 100%;
}
div#energie_services_shortcode_1 ul {
    width: 100%;
    padding: 0;
}
div#energie_services_shortcode_1 {
    padding: 0;
    max-width: 455px;
    width: 100%;
}
div#energie_services_shortcode {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
li.step-image {
    border-style: solid;
    border-width: 1px;
    border-color: #E6E6E6;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
    max-width: 436px;
    width: 100%;
    list-style: none;
    background: #fff;
    min-width: 400px;
}
.step-image.inactive {
    display: none;
}
body {
    background-color: #f0f4f6;
}
a.btn-1 {
    color: #fff;
    border: solid 1px #fff;
    padding: 20px 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    width: 260px;
    height: 58px;
    border-radius: 100px;
    display: inline-block;
	margin-right:10px;
}
a.btn-2 {
	  color: #fff;
    padding: 20px 24px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
	background-color:#0054B3;
	text-align: center;


}
a.btn-1:hover {
     color: #0054B3;
  	background-color:#fff;

}
a.btn-2:hover {
    color: #0054B3;
  	background-color:#fff;

}
/***********/
a.btn-3 {
    color: #fff;
	  background-color:#6CC9E3;
    padding: 20px 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    border-radius: 100px;
    display: inline-block;
	  margin-right:10px;
}
a.btn-4 {
	  color: #1E1E1E;
    padding: 20px 24px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
	background-color:#fff;


}
a.btn-3:hover {
     color: #0054B3;
  	background-color:#fff;

}
a.btn-4:hover {
    color: #0054B3;
  	background-color:#fff;

}
a.btn-1:after,
a.btn-2:after,
a.btn-3:after,
a.btn-4:after{
	content: "$";
    line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
	opacity:0;
}
a.btn-1:after,
a.btn-2:after,
a.btn-3:after,
a.btn-4:after{
    color: #0054B3;
}
a.btn-2:after {
    color: #0054B3;
}
a.btn-1:hover:after,
a.btn-2:hover:after,
a.btn-3:hover:after,
a.btn-4:hover:after{
    left: auto;
    margin-left: .3em;
    opacity: 1;
    position: relative;
    top: 2px;
}
.et_pb_button:hover:after{
    position: relative;
    top: 2px;	
}
.middle .et_pb_column{
    margin: auto;
}
ul.header-list {
    list-style: none !important;
    padding: 0px !important;
}
ul.header-list li {
    display: inline-block;
}
a.lien-header-1 {
    color: #0054B3;
    border-bottom: 1px solid;
	    margin-right: 8px;

}
a.lien-header-2 {
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    color: #fff;
    background-color: #0054B3;
		    margin-right: 4px;

}
a.lien-header-3 {
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background: #C9DDF2;
    color: #0054B3;
}
.et_pb_menu ul li a {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    line-height: 100%;
    color: #1E1E1E;
}
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 40px !important;
    max-width: 156px;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 0px 17px 0 0 !important;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li:last-child>a {
    padding: 0 !important;
}
a.lien-header-2 img {
    position: relative;
    top: 2px;
}
a.lien-header-1 img {
    position: relative;
    top: 2px;
}
a.lien-header-3 img {
    position: relative;
    top: 2px;
}
.section1 h2{
	font-size: 22px;
	font-weight: 500;
	color: #1e1e1e;
}
.section1 ul {
    list-style: none;
    display: flex;
    justify-content: center;
	padding-left: 0;
}
.section1 li {
    font-family: 'InstrumentSans-Medium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 9px 20px 9px 9px;
    border: 1px solid #E6E6E6;
    margin: 0 5px;
}
.section1 li img {
    margin-right: 10px;
}
.section2 h2,
.section3 h2,
.section5 h2,
.section6 h2{
	font-size: 42px;
	font-weight: 500;
	line-height: 47px;
	color: #1e1e1e;
}
.section6 h2{
	line-height: 42px;
}
.section3 h3.dsm_card_title.et_pb_module_header {
    min-height: 54px;
}
.section4 .dsm_card_layout_stacked{
	padding-top: 20px;
	border-radius: 20px;
			border: 1px solid transparent;

}
.section4 .dsm_card_layout_stacked:hover {
    background: white;
	border-color: #E6E6E6;
}
.section4.airair .dsm_card_layout_stacked {
    background: white;
	border-color: #E6E6E6;
}
.section4 .dsm_card_image_stretch {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.section4 .h3 {
	margin-bottom: 3px;
    margin-top: 2px;
}
.section4 a.et_pb_button.et_pb_more_button {
    display: none;
}
.section4 .dsm_card_layout_stacked:hover  a.et_pb_button.et_pb_more_button{
	display: inline-block;
}
.section4 a.et_pb_button.et_pb_more_button:hover{
	padding-left: 10px;
	padding-right: 8px;
}

.section5 .et_pb_row,
.section5 .et_pb_column,
.section5 .et_pb_module {
	position: initial;
}
.section5 .dnxte-itcont-des h3{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #0054B3;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.section5 .dnxte-itcont-des p{
    font-family: 'InstrumentSans-Regular', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #1E1E1E;
	text-align: left;
}
.section5 .dnxte-tstimonial-item-prfle{
	-webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
	margin-bottom: 0;
}
.section5 .dnxte-tstimonial-prfle-review {
    width: 54px;
	height: 54px;
}
.section5 .dnxte-tstimonial-prfle-des-name h4{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #1E1E1E;
}
.section5 .dnxte_testimonial_parent_0 .dnxte-tstimonial-item:before {
    transform: scale(1);
    right: 23px !important;
    left: auto;
    top: auto;
    bottom: 60px;
}
.section5 .dnxte-tstimonial-item-con {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 24px;
}
.section5 .dnxte-quote-icon2{
	display: none;
}
.section5 .swiper-button-prev:after {
    content: "";
    background-image: url("/wp-content/uploads/2025/03/left-arrow-testi.svg");
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}
.section5 .swiper-button-next:after {
    content: "";
    background-image: url("/wp-content/uploads/2025/03/right-arrow-testi.svg");
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}
body .section5 .swiper-button-prev, body .section5 .swiper-button-next {
    color: #0054B3!important;
    background-color: #0054B3!important;
    width: 45px!important;
    height: 45px!important;
    border-radius: 100%;
    top: -65px;
}
.section5 .swiper-button-prev {
    right: 50px !important;
    left: auto !important;
}
.section5 .dnxte_testimonial_child {
    margin-bottom: 0 !important;
}
.section6 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
	    margin-top: 40px;
}
body .section6 .dsm-tab{
	background-color: transparent !important;
}
.section6 .dsm-tab.dsm-active{
	background-color: transparent !important;
}
body .section6 .dsm-tab.dsm-active .dsm-title{
	color: #1E1E1E !important;
}
.section6 .dsm-tab{
	position: relative;
}
.section6 .dsm-tab:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #E6E6E6;
	bottom: 0;
}
.section6 .dsm-tab.dsm-active:before {
    content: "";
    height: 3px;
    width: 30%;
    position: absolute;
    left: 0;
    background: #0054B3;
	bottom: 0;
	z-index: 1;
}
.section6 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
    padding-left: 0!important;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    width: 80%;
}
body .section6 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #E6E6E6;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
    width: 436px;
}
.section6 .dsm-advanced-tabs-content-wrapper{
	display: flex;
	justify-content: end;
}
body .section6 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper h3{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #0054B3;
	text-transform: uppercase;
	margin-top: 50px;
}
body .section6 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper strong{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
}
body .section6 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper p{
	color: #1E1E1E;
	line-height: 18px;
	font-size: 16px;
	font-family: 'InstrumentSans-Regular', Helvetica, Arial, Lucida, sans-serif;
}
.section6 .et_pb_module.dsm_advanced_tabs{
    margin-top: -184px;
	margin-bottom: 0 !important;
}

.section6 .dsm-tab .dsm-title,
.section-accor .dsm-tab .dsm-title{
	color: #D9D9D9;
}
.section7 .dsm_blog_carousel .swiper-button-next, .dsm_blog_carousel .swiper-button-prev{
	width: 45px !important;
	height: 45px !important
}
.section7 .dsm-blog-carousel-item {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
}
.section7 .dsm-entry-title{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #1E1E1E;
}
.section7 .dsm-entry-meta .dsm-meta-seperator:first-child{
	display: none;
}
.section7 .dsm-entry-meta .dsm-posted-category a{
	color: #E3A96C;
	font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}
.section7 .dsm-entry-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.section7 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    background: white;
    border-radius: 50px;
    padding: 15.7px 20px 5.7px 20px;
    width: 160px !important;
    left: 41% !important;
    bottom: -82px !important;
}
.section7 .swiper-pagination-bullet{
	opacity: 1 !important;
	transform: scale(1) !important;
}
.section7 .dsm_blog_carousel .dsm-entry-image {
    border-radius: 20px 20px 0 0;
}
.section7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c9ddf2 !important;
	position: relative;
	width: 62px;
	border-radius: 50px;
}
.section7 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: "";
    background: #0054B3;
	width: 40px !important;
	left: 0;
	position: absolute;
	height: 8px;
	border-radius: 50px;
}
.section7 .dsm_blog_carousel .swiper-button-prev:after{
    background-image: url("/wp-content/uploads/2025/03/left-arrow-testi.svg");
    font-size: 0 !important;
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;	
}
.section7 .dsm_blog_carousel .swiper-button-next:after {
    background-image: url("/wp-content/uploads/2025/03/right-arrow-testi.svg");
    font-size: 0 !important;
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer {
    color: white;
    padding: 0px 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 15px;
    font-weight: 500 !important;
    margin-bottom: 12px;
	color:#fff;
	font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif !important;

}

.footer-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400 !important;
    display: block;
    margin-bottom: 8px;
}
.footer-column ul li a:hover {
    color: #49BFFF;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-column {
        margin-bottom: 20px;
    }
}

.rs-logos {
    display: flex;
    gap: 25px;
    list-style: none !important;
    padding: 0 !important;
    margin-top: 15px;
}
.rs-logos li {
    display: inline-block;
}
.rs-logos li a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

@media (max-width: 768px) {
    .rs-logos {
        justify-content: center;
    }
}
@media screen and (min-width: 981px) and (max-width: 1454px){
a.lien-header-1, a.lien-header-2, a.lien-header-3 {
		font-size: 12px;
}
.et_pb_row.et_pb_row_0_tb_header.middle.et_pb_equal_columns.et_pb_gutters1.et_pb_row--with-menu {
    width: 97%;
}
	.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 13px !important;
}
	.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
    width: 60%;
}
}
@media (max-width: 980px) {

	a.lien-header-1, a.lien-header-2, a.lien-header-3 {
    display: inline-block;
		font-size: 0;
}
a.lien-header-2, a.lien-header-3 {
    padding-bottom: 5px;
	}
ul.header-list {
    text-align: center;
    margin-top: 15px;
}
	.section6 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
    margin-top: 0;
}
}
@media (max-width: 980px) {
.et_pb_row.chiffre-class .et_pb_column .et_pb_image_wrap img {
    width: 950px !important;
    object-fit: cover;
}
	a.btn-3 {
    margin-bottom: 30px;
	margin-top: 30px;
	
}
	a.btn-1 {
    margin-bottom: 30px;
}
	.reverse {
    display: flex;
    flex-direction: column-reverse;
}
	.section1 ul {
    display: block;
}
	.section1 li {
    margin-bottom: 15px;
}
	.section6 .et_pb_module.dsm_advanced_tabs {
    margin-top: 0px;
}
	body .section5 .swiper-button-prev, body .section5 .swiper-button-next {
    bottom: -80px;
		top: auto;
}
.section5 .swiper-button-prev {
    right: auto!important;
    left: calc(50% - 50px) !important;
}
.section5 .dnxt_testimonial_arrows_default_right {
    right: calc(50% - 50px)!important;
}
	.section7 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
		display: none;
	}
	.dsm_blog_carousel_0 .swiper-button-prev {
    left: calc(50% - 50px) !important;
}
	.dsm_blog_carousel_0 .swiper-button-next {
    right: calc(50% - 50px) !important;
}
}
.price-titles .et_pb_text_inner h2 {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    line-height: 30px;
	    color: #0054b3;


}
.price-titles .et_pb_text_inner h3 {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.price-titles .et_pb_text_inner h4 {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #0054b3;
}
.dsm-pricelist-price {
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #0054b3 !important;
}
.dsm_pricelist_0 .dsm-pricelist-separator {
    border-bottom-color: #d5d5d5 !important;
}
.dsm-pricelist-title {
    font-size: 22px !important;
	color : #1e1e1e !important;
}
/***/
.section9 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
body .section9 .dsm-tab{
	background-color: transparent !important;
}
.section9 .dsm-tab.dsm-active{
	background-color: transparent !important;
}
body .section9 .dsm-tab.dsm-active .dsm-title{
	color: #1E1E1E !important;
}
.section9 .dsm-tab{
	position: relative;
}
.section9 .dsm-tab:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #E6E6E6;
	bottom: 0;
}
.section9 .dsm-tab.dsm-active:before {
    content: "";
    height: 3px;
    width: 30%;
    position: absolute;
    left: 0;
    background: #0054B3;
	bottom: 0;
	z-index: 1;
}
.section9 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
    padding-left: 0!important;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    width: 80%;
}
body .section9 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #E6E6E6;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
    width: 436px;
}
.section9 .dsm-advanced-tabs-content-wrapper{
	display: flex;
	justify-content: end;
}
body .section9 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper h3{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #0054B3;
	text-transform: uppercase;
	margin-top: 50px;
}
body .section9 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper strong{
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
}
body .section9 .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper p{
	color: #1E1E1E;
	line-height: 18px;
}
.section9 .et_pb_module.dsm_advanced_tabs{
    margin-top: -15px;
}

    .mytable {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 16px !important;
    min-width: 320px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    }
.et_pb_menu--with-logo .et_pb_menu_inner_container:after {
    display: none !important;
}
.mytable th, .mytable td {
    text-align: left;
    padding: 15px !important;
    font-family: 'InstrumentSans-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    color: #1E1E1E !important;
    font-weight: 500 !important;
}
    .mytable tbody tr:nth-child(even) {
    background-color: rgb(201 221 242 / 33%);
    }

    .mytable tbody tr:hover {
      background-color: #eef2ff;
    }

                  /* Responsive Table */
        @media (max-width: 768px) {
            .table-container {
                overflow-x: auto; 
            }
        }
.entry-content tr td {
    border-top: 0px solid #eee !important;
}
  .fa-check {
    color: #28a745;
        }

        .fa-x {
            color: #dc3545;
        }
.section10 .dsm_card_layout_stacked{
	padding-top: 10px;
	border-radius: 10px;
	border: 1px solid transparent;

}
.section10 .dsm_card_layout_stacked:hover {
    background: #f0f4f6;
	border-color: #E6E6E6;
}

.section10 .dsm_card_image_stretch {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.section10 .h3 {
	margin-bottom: 3px;
    margin-top: 2px;
}
.section10 a.et_pb_button.et_pb_more_button {
    display: none;
}
.section10 .dsm_card_layout_stacked:hover  a.et_pb_button.et_pb_more_button{
	display: inline-block;
}
body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
    background-color: white !important;
	border-color: #0054B3;
}
@media (max-width: 991px){
.section5.et_pb_with_background.et_section_regular {
    width: 90%;
    padding-bottom: 0;
}
li.step-image {
    min-width: auto;
}
div#energie_services_shortcode {
    flex-direction: column;
}
div#energie_services_shortcode {
    gap: 5px;
}
.row-testi {
    padding: 60px 30px !important;
}
.dnxte_testimonial_child {
    max-width: 330px;
}
.section6 .dsm-advanced-tabs-content-wrapper {
    display: flex;
    justify-content: center;
}
	.section9 .dsm-advanced-tabs-content-wrapper{
		justify-content: center;
	}
}
@media (max-width: 767px){
a.btn-1 {
    display: block;
    margin: 0 auto 30px;
}	
	h1{
    font-size: 40px !important;
    line-height: 40px !important;
	}
	h2 {
    font-size: 28px !important;
    line-height: 28px !important;
}
	.section5 h2 br{
		display: none;
	}
	.section7 .dsm-entry-title {
    font-size: 16px !important;
    line-height: 20px !important;
}
	.et_pb_text_0_tb_footer {
    line-height: 28px !important;
    font-size: 28px !important;
}
	.section6 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab, .section9 .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
    padding-left: 0!important;
    padding-right: 0 !important;
    width: 100%;
}
	.section5 .dnxte_testimonial_parent_0 .dnxte-tstimonial-item:before{
		display: none;
	}
}
@media (min-width: 981px) and (max-width: 1063px){
	.et_pb_menu .et-menu>li {
    padding-left: 7px;
    padding-right: 7px;
}
	.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 16px !important;
}
}
@media (min-width: 981px) and (max-width: 1160px){
	.section-chiffre .percent-value{
		font-size: 49px;
	}
	a.btn-3, a.btn-4 {
    padding: 20px 17px;
    font-size: 13px;
	}
}
@media (min-width: 1201px) and (max-width: 1420px){
.section7 .dsm_blog_carousel_0 .swiper-button-next {
    right: 33.2%;
}
	.section7 .dsm_blog_carousel_0 .swiper-button-prev {
    left: 56.6%;
}
}
@media (max-width: 1200px){
	.section2 .et_pb_row{
		max-width: 100%;
	}
	.dsm_blog_carousel_0 .swiper-button-next {
    right: calc(50% - 50px) !important;
}
	.dsm_blog_carousel_0 .swiper-button-prev {
    left: calc(50% - 50px) !important;
}
	.section7 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    display: none;
}
}
.homesection1 h1 {
    margin-bottom: 10px;
}