
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

@font-face{
font-family:'Araboto Normal';
src:local(Araboto-Normal),
url("../fonts/webfont/Araboto-Normal.ttf");
font-weight: normal;
font-style: normal;
}
@font-face{
font-family:'Digital Serial';
src:local(Digital-Serial),
url("../fonts/webfont/digital-serial-bold.ttf") format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face{
font-family:'Lato Regular';
src:local(Lato),
url("../fonts/webfont/Lato-Regular.ttf");
font-weight:normal;
font-style:normal;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
font-family:'Lato Regular', sans-serif;
font-size:18px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #656565;
  text-decoration: none;
  background-color: transparent;
	transition: all 0.2s ease-in-out
}

a:hover {
  color: #656565;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.family_poppins{
	font-family: "Poppins", sans-serif;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}

h1, .h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h2, .h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
/*==============================================
================================================
===============================================*/
.fond_gris{
background-image:url("../images/fond-gris.png");
background-repeat:no-repeat;
background-size:1905px 2525px;
}
.section{
	position:relative;
	padding: 4rem 0;
    /* overflow: hidden; */
}
.bandeau_section .header_back_logo{
background-image:url("../images/Dallet-fond.png");
background-repeat:no-repeat;
background-size:cover;
position:absolute;
display:block;
bottom:-190px;
left:270px;
width:550px;
height:550px;
}
.bandeau_section .header_back{
content:'';
background-color:#e0f2f2;
width: 50%;
height: 550px;
position:absolute;
left:0;
top:0;
display:block;
z-index:-1 !important;
}
.section_blue{
background-image:url("../images/bandeau-bleu.jpg");
background-size:cover;
background-repeat:no-repeat;
}
.section_wcu{
padding-bottom:4rem;
padding-top:200px;
}
.section_wcu .wcu_back{
content:'';
background-color:#e0f2f2;
width: 25%;
height: 300px;
position:absolute;
right:0;
top:0;
display:block;
}
.section_green{
background-color:#e0f2f2;
padding:4rem 0;
}
.container75{
	min-width:75vw;
}
.container65 {
    min-width: 65vw;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 11;
	cursor:pointer;
	width: 40px;
  height: 40px;
	background: #ff6f61;
  box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
border-radius:50%;
}
.back-to-top i{
	color:#fff;
}
.back-to-top.show{
	display:flex;
	align-items:center;
	justify-content:center;
}
.back-to-top:hover{
	background: #62b9cc;
	transition: all 0.2s ease-in-out
}
.color-princip{
	color:#59b34f;
}
.bg-princip{
	background-color:#59b34f;
}
.w-50{
	width:50%;
}
label.error{
	color:red;
	font-size:13px;
}
.overflow-hidden{
	overflow:hidden;
}
.h-70{
	height:70%;
}

@media (min-width: 992px) {
	.header .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	}
	.header .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
	}
}
.copyright_bottom{
	background: transparent;
    padding: 10px 0;
}

.copyright_bottom a {
color:#696969;
font-family:'Araboto Normal', sans-serif;
}
.slider_area.owl-carousel .slide-item{
	position:relative;
	display: flex;
    justify-content: center;
}
.slider_area.owl-carousel .slide-item:before{
	content:'';
	position:absolute;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider_area.owl-carousel .slide-item .image-bandeau{
position:relative;
right:0;
width:100%;
}
.slider_area.owl-carousel .slide-item img{
	height:700px;
	width: 100%;
    object-fit: cover;
}
.slider_area.owl-carousel .slid_content{
	position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: justify;
margin-top:100px;
}
.slider_area.owl-carousel .slid_content .h1{
	font-size: 25px;
    color: #142f79;
    font-weight: 400;
text-transform:uppercase;
}
.slider_area.owl-carousel .slid_content .h1-bold{
font-size: 35px;
color: #142f79;
font-weight: 500;
font-family:'Digital Serial', sans-serif;
}
.slider_area.owl-carousel .slid_content .h1-bold span{
color: #ff7062;
}

.slider_area.owl-carousel .slid_content .p{
	font-size: 16px;
    color: #626262;
    margin-bottom: 10px;
}

.slider_area.owl-carousel .slid_content .why-item-slider{
background: #fff;
padding: 30px 35px;
height:24%;
position:relative;
border-radius:15px;
box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

.header .header_back{
content:'';
background-color:#e0f2f2;
width: 50%;
height: 196px;
position:absolute;
left:0;
top:0;
display:block;
z-index:-1 !important;
}
.header.sticky-menu .header_back{
height: 100px;
}

.header.sticky-menu{
	position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    padding-top: 0;
		width: 100%;
    z-index: 999;
}
.header.sticky-menu .top_menu{
display:none;
}
.header.sticky-menu .main_menu .btn-menu{
display:flex;
}

.header .main_menu .btn-menu{
display:none;
}
.header.sticky-menu .main_menu .tel-main_menu{
display:flex;
align-items:center;
margin-left:10px;
}
.header .main_menu .tel-main_menu{
display:none;
}
.top_menu{
	background: transparent;
	color:#fff;
	padding: 20px 15px;
padding-right:0;
display:block;
}
.top_menu ul.info_box{
		margin: 0;
    padding: 0;
}
.top_menu ul.info_box .li_info {
    position: relative;
    padding: 0 25px;
		font-size:15px;
		display:flex;
		align-items:center;
color:#626262;
}
.top_menu ul.info_box .li_info i{
	margin-right: 8px;
}
.btn-menu{
	display: flex;
align-items:center;
justify-content: center;
    font-size: 18px;
    padding: 5px 40px;
    text-align: center;
    border-radius: 10px;
    background: #ff7062;
    color: #fff;
		transition: 0.2s all;
height:45px;
font-family:'Araboto Normal', sans-serif;
}
.btn-menu:hover{
    background: #61b9cb;
    color: #fff;
}
.main_menu{
background-color:transparent;
}
.main_menu .navbar-nav .nav-link{
	color: #626262;
	padding:5px 15px;
    font-family:'Araboto Normal', sans-serif;
    font-size:17px;
    transition: padding 0.3s ease, font-size 0.3s ease;

}
    .header.sticky-menu .main_menu .navbar-nav .nav-link {
        padding: 5px 15px;
        font-size: 17px;
         transition: padding 0.3s ease, font-size 0.3s ease;
    }
.main_menu .navbar-nav .nav-link.active{
border-bottom:2px solid #61b9cb;
}
.main_menu .navbar-nav .nav-link:hover{
	color: #ff7062;
}

.main_menu .logo-img-sticky{
display:none;
}
.header.sticky-menu .main_menu .logo-img-sticky{
display:block;
width:130px;
position:relative;
left:120px;
}
.main_menu .logo-img{
position:absolute;
bottom:0;
width:245px;
display:block;
}
.header.sticky-menu .main_menu .logo-img{
display:none;
}

.footer{
	position:relative;
}
.footer-logo{
position:absolute;
background-color:#ededef;
padding-bottom:60px;
padding-top:61px;
padding-left:170px;
padding-right:95px;
}
.footer .logo-img{
width:300px;
height:130px;
}
.footer .logo-img img{
width:100%;
height:100%;
object-fit:contain;
}
.footer-top{
background-color: #62b9cc;

}
.footer .footer-top{
	padding-bottom: 5rem;
	padding-top: 5rem;
}
.footer p, .footer .footer-top a, .footer i {
  color: #fff;
font-family:'Araboto Normal', sans-serif;
font-size:17px;
}
.footer .footer-top a:hover{
color:#ff7062 !important;
}
.footer .h5{
	color: #CCCCCC
}

.button{
font-size:20px;
color:#142f79;
font-weight:600;
margin-top:10px;
}
.button:hover{
color:#142f79;
}
.button .img-arrow{
width:30px;
height:15px;
margin-left:5px;
margin-bottom:0;
opacity:0;
transition:0.2s ease-in-out;
}
.button:hover .img-arrow{
opacity:1;
}
.title{
	margin-bottom:20px;
}
.title .up_title{
font-family:'Digital Serial', sans-serif;
	font-size: 28px;
	position:relative;
	color: #142f79;
	display: inline-block;
font-weight:500;
}
.bloc-gris .up_title{
font-family:'Digital Serial', sans-serif;
	font-size: 28px;
	position:relative;
	color: #142f79;
	display: inline-block;
font-weight:500;

}
.blue .title .up_title{
color:white;
font-weight:500;
display:inline-block;
position:relative;
font-size:30px;
font-family:'Digital Serial', sans-serif;
}
/* .title .up_title:before{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	background: url() no-repeat;
	background-position:center;
	background-size:100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
} */
.title .h1{
	font-size: 35px;
	font-weight:700;
}
.page-header{
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
		padding: 3rem 0;
}

.banner-heading {
	position: relative;
  text-align: center;
}
.banner-heading .h1{
		color: #173482;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
}
.page-header .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    background: transparent;
		justify-content: center;
}
.page-header .breadcrumb li, 
.page-header .breadcrumb li a {
    font-size: 16px;
    color: #0376ba;
    position: relative;
}
.page-header li+li:before{
	content:"\f105";
		position:absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		left: 8px;
		top: 50%;
		font-size:16px;
		transform: translateY(-50%);
		color: #0376ba;
}
.page-header li+li{
	padding-left: 25px;
}
.accueil-header{
width:50px;
}

.why-item{
	background: #fff;
	padding: 30px 40px;
	height:100%;
	position:relative;
	transition: 0.3s all;
border-radius:15px;
box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
background-image:url("../images/back-why-item.png");
background-repeat:no-repeat;
background-position:center;
background-size:200px;
}
.why-item:hover{
transform:scale(1.1);
}
.why-item img{
	height: 80px;
	margin-bottom: 15px;
	position:relative;
	transition: 0.3s all;
}
.why-item .h5{
	font-weight: 600;
	font-size: 25px;
color:#142f79;
font-family:'Digital Serial', sans-serif;

}

.actu_item {
    padding: 20px;
}
.actu_item .actu_img {
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.actu_item .actu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.actu_item:hover .actu_img img{
	transform: scale(1.2);
}
.actu_item .h4{
	margin-top:15px;
	margin-bottom: 10px;
	font-size: 18px;
}
.actu_item .actu_date{
	color: #007bff;
	font-size:15px;
}
.owl-carousel .owl-nav{
		display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.img_about{
	width:100%;
	height: 450px;
	position:relative;
}
.img_about:before{
	content:'';
	position:absolute;
	height: 200px;
	width:200px;
	background: #007bff;
	right:-20px;
	bottom:-20px;
	z-index:-1;
}
.img_about img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue{
background-color:#62b9cc;
background-image:url("../images/back-blue.png");
background-repeat:no-repeat;
background-position:center top;
background-size:210px;
padding:0 70px;
padding-top:70px;
padding-bottom:50px;
}

.blue p{
color:white;
}

.blue .button{
color:white;
}
.blue1{
background-color:#62b9cc;
background-image:url("../images/back-blue.png");
background-repeat:no-repeat;
background-position:center top;
background-size:210px;
padding:0 70px;
padding-top:70px;
padding-bottom:53px;
}

.blue1 p{
color:white;
}

.blue1 .button{
color:white;
}
.carre {
padding:10px 0;
background-color:#fff;
width:90%;
border-radius:10px;
box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
transition:0.2s all ease-in-out;
}

.carre:hover{
transform:scale(1.1);
}

.carre p{
color:#142f79;
font-weight:500;
font-size:18px;
}

.cadre-chiffre{
background-color:#62b9cc;
border-radius:100%;
width:80px;
padding:10px;
text-align:center;
color:#fff;
}

.sub-title{
margin-bottom:7px;
color:#142f79;
font-weight:600;
font-size:18px;
}

.weight {
font-weight:600;
}

.img-taille{
width:100%;
height:463px;
object-fit:cover !important;
}
.img-taille2{
width:100%;
height:401px;
object-fit:cover !important;
}
.img-taille3{
width:100%;
height:472px;
object-fit:cover !important;
}


.icon-dallet{
width:40px;
height:30px !important;
}
.icon-dallet-list{
font-family:'Digital Serial', sans-serif;
font-size:17px;
}
.icon-dallet-list img{
width:35px;
height:25px !important;
margin-right:10px;
}

.icon{
width:79px;
height:83px;
display:flex;
align-items:center;
justify-content:center;
}

.main_img {
height: 460px;
overflow: hidden;
/* width:500px; */
width:100%;
z-index: 1;
}

.main_img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.second_img{
position:absolute;
bottom:0;
right:15px;
width:490px;
height:260px;
z-index: 5;
}

.second_img img{
width:100%;
height:100%;
object-fit:cover;
}

.back-img{
position:absolute;
bottom:0;
left:0;
background-image:url("../images/fond-entreprise.png");
z-index:-1;
background-repeat:no-repeat;
background-size:cover;
width:437px;
height:574px;
}

.img-rea1{
width:450px;
height:530px;
object-fit:cover;
}
.img-rea2{
width:450px;
height:300px;
object-fit:cover;
}
.img-rea3{
width:450px;
height:420px;
object-fit:cover;
}
.img-rea4{
width:450px;
height:400px;
object-fit:cover;
}
.img-rea5{
width:450px;
height:635px;
position:relative;
top:-210px;
object-fit:cover;
}
.img-rea6{
width:450px;
height:515px;
position:relative;
top:-90px;
object-fit:cover;
}
.rea-item .number5{
position:relative;
top:-210px;
}
.rea-item .number6{
position:relative;
top:-90px;
}
.img-rea{
width:450px;
height:340px;
object-fit:cover;
}

.img-arrondis{
border-radius:20px;
position:relative;
z-index:1;
}

.bloc {
background: #fff;
padding: 30px 40px;
height:395px;
position:relative;
transition: 0.3s all;
border-radius:15px;
box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
background-image:url("../images/back-why-item.png");
background-repeat:no-repeat;
background-position:center;
background-size:200px;
right:-233px;
z-index:1;
}

.bloc img{
height: 80px;
margin-bottom: 15px;
position:relative;
transition: 0.3s all;
}

.bloc .h5{
font-weight: 600;
font-size: 25px;
color:#142f79;
font-family:'Digital Serial', sans-serif;
}

.img-bloc{
height:600px;
width:100%;
object-fit:cover;
}

.bloc-gris{
background-color:#f4f5f9;
padding:30px;
border-bottom:#62b9cc solid 5px;
}

.back_logo{
background-image:url("../images/Dallet-fond.png");
background-repeat:no-repeat;
background-size:cover;
position:absolute;
display:block;
top:0;
left:150px;
width:520px;
height:520px;
}

.btn-contact{
display: flex;
align-items:center;
font-size: 18px;
padding: 5px 40px;
text-align: center;
border-radius: 10px;
background: #ff7062;
color: #fff;
transition: 0.3s all;
height:45px;
border:none;
font-family:'Araboto Normal', sans-serif;
}

.btn-contact:hover{
background: #fff;
color: #ff7062;
}

.bouton{
background-color:#ff7062;
padding:10px 10px;
border-radius:10px;
color:#fff;
width:280px;
margin-top:15px;
text-align:center;
}

.bouton:hover{
background-color:#61b9cb;
color:#fff;
}

.img-taille{
height:500px;
width:667px;
object-fit:cover
}

.img-cut{
height:380px;
width:450px;
object-fit:cover
}

/*****************************NEW********************************/
.w_26{
    width: 26%;
        margin-right: 1rem;
}
.w_17{
    width: 17%;
}
.w_80{
    width: 80%;
}
.img_footer{
    width:65px; 
    height:65px
}
.max_height1{
    max-height:400px
}
.max_height2{
    max-height:420px
}
.header .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    transition: 300ms linear;
    border-bottom: 1px solid rgb(0, 0, 0);
}
.header .navbar-light .navbar-toggler-icon::after, .header .navbar-light .navbar-toggler-icon::before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: rgb(0, 0, 0);
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
    transition: 300ms linear;
}
.header .navbar-light .navbar-toggler-icon::after {
    top: 8px !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5) ;
    border-color: rgba(0, 0, 0, 0.1) ;
}
.navbar-toggler {
    padding: .75rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #e0f2f2 ;
    border: 1px solid transparent ;
    border-radius: .25rem;
}

.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
    
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
   .header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent !important;
}
.section_infos .row .col-lg-6:first-child {
    order: 1;
}
.section_infoss .row .col-lg-6:first-child {
    order: 2 !important;
}
.header .main_menu .btn-menu1 {
    display: none;
}
.image-popup img{
    transition: 0.2s all ease-in-out;
}


.tel-link {
    color: inherit;
    text-decoration: none;
}

.tel-link:hover {
    text-decoration: underline; /* ou none si tu veux */
}
