body{
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
}
 .clearfix {
  *zoom: 1;
} 
html{
	font-family: Roboto, Helvetica, arial, sans-serif;
	font-size: 12px;
}
body{
	background: #fff;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

* html body{
  overflow:hidden;
} 
* html div.content{
  height:100%;
  overflow:auto;
}
.content{margin-top:9%;max-width:1940px;}
.container{
	width: 70%;
	margin: 0 auto;
}
#container{margin-top:225px;}
header{
	width: 100%;
	height: auto;
	background: #fff;
	margin:0;
	top:0; 
     padding: 45px 0 15px 0;
}
*>header{position:fixed;z-index:1001;} 
header{position:fixed;z-index:1001;} 

.header-left,
.header-right{
	position: relative;
	color: black;
	float: left;
}
.header-left{
	width: 20%;
     margin-top:-45px;
		animation-name: slideDownone;
	-webkit-animation-name: slideDownone;	
	animation-duration: 1s;	
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
	visibility: visible !important;	
}
.header-right label{
	position: absolute;
	top: -3.7em;
	right: 0;
	cursor: pointer;
}
.header-right span{
	position: relative;
	width: 2em;
	height: 2em;
	background: white;
	-webkit-transition: all .3s ease;
}
.header-right{
    width: 80%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    animation:1s ease 0s normal forwards 1 fadeint;
-webkit-animation:1s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
opacity:0;

}
h1{
	font-weight: 300;
	line-height: 30px;
	padding-bottom:0;
     margin-top:0;
}
a{
	text-decoration: none;
	color: black;
}
.hidden-desktop{
	display: none;
}
/** NAV  ***/
input[type="checkbox"] {
    display: none; /* Masquer la case à cocher */
}
/* Styles du menu hamburger */
.hamburger {
    display: none; /* Masqué par défaut */
    flex-direction: column;
    cursor: pointer;
    padding-right:85px;
}

/* Styles de l'icône hamburger */
.hamburger span {
    width: 2em;
    height: 0.25em;
    background: black;
    margin: 2px 0;
    transition: all 0.3s ease;
}
ul.nav{
  padding: 0;
  list-style: none;
  display: flex; /* Aligner horizontal */
  justify-content: flex-end; /* Aligner à droite */
}
.mlul {list-style: none;display:column;margin : 8px 0 8px 0;}
.mlul li{padding: 3px 0 3px 0;}
ul.nav li{width:auto;padding: 7px 10px 5px 10px;}
ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 3px;
  font-size: 14px;
  text-align:left;
  }
ul.nav li a strong{font-weight:500;letter-spacing: 0.5px;}
 ul.nav > li:hover, .actifmen {background: #36e3d9;}
 ul.nav li a:hover {text-align:left;}
 ul.nav > li {display: inline-block; position: relative;}
 ul.nav > li ul {
	display: none; 
	position: absolute; 
	left:-200px; 
	width:100%; min-width: 915px;
	background: #36e3d9;text-align:left;padding:5px;
}
ul.nav > li ul#leftmoins1{width:100%; min-width:460px;}
ul.nav > li ul#leftmoins2{width:100%; min-width:390px;}
ul.nav > li:hover ul {display: block;}
ul.nav > li ul li {display: inline-block;}
ul.nav > li ul li:hover {background:#03524d;}
ul.nav > li ul li:hover > a {color:#fff;}
/*** NAV ***/
.vlaun{
	background-image: 
    linear-gradient(to right, #000, #36e3d9, #03524d, #26d9d9); 
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
  animation: rainbow-animation 375s linear infinite;
}
ul.nav > li:hover a.vlaun{animation:none;background-image: linear-gradient(to right, #000, #000, #000, #000);}
section{
	width: 100%;
	height: auto;
	background:#fff;
	margin:auto;
}
.section-left,
.section-right{
	float: left;
	margin-top: 1%;
}
.section-left{
	width: 70%;
	padding: 2em 0; 
}
.section-right{
	width: 30%;
}
.section-title,
.section-tagline, .section-titlevid, .section-titleb{
	color: #03524d;
	font-weight: 300;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s ease;
}
.section-title, .section-titleb{
	font-size: 4em;
	margin-bottom: .3em;
}
.section-tagline{
	font-size: 1em;
}
.section-titlevid{font-size:3em;float:left;}
.learn{
     padding:0 10px 0 10px;
	cursor: pointer;
	border:none; 
	background:transparent;
	font-size: 1.25em; color:#000;
	text-align:center;
}

.lettrgt{font-size:2.5em;}
.learn-more{
	display: table;
	margin: 2em auto 0;
	padding: 0.5em 2em;
	cursor: pointer;
	border:none; 
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
  background:#36e3d9;
font-size: 1.25em; color:#000;
}
.learn-more:hover, .actifsousmen{
	background: #03524d;color:#fff;
}
.actifsousmen a{color:#fff;}
.learn-more:active{
	background:#36e3d9;color:#fff;
}
div[class*=box] {
    height: 33.33%;
    width: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-3 { 
	background-color: #fff;
}


/***** CENTRE SLIDE  ***/
.newcentre{
	width:90%;max-width:1490px;margin:auto;min-height:320px;
}
.centrepcsw{
	width:100%;max-width:1490px;margin:auto;min-height:320px;
}
.services-web{
	float:right;
	width:23%;
	font-size:15px;
	text-align:left;
	margin-top:25px;
	padding-right:15px;
	 line-height:25px;
     	}
#slidetteone{
	animation-name: slideDownone;
	-webkit-animation-name: slideDownone;	
	animation-duration: 1.3s;	
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
	visibility: visible !important;		
}
#slidettetwo{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: 0.3s; 
    	animation-delay: 0.3s; 
	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
	opacity : 0;
	position:relative;
	z-index:10;
}
#slidettethree{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .6s; 
    	animation-delay: .6s; 
	-webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards;
	opacity : 0;
     position:relative;
	z-index:10;
}
#slidettefor{
	animation-name: slideDowntwo;
	-webkit-animation-name: slideDowntwo;	
	animation-duration: 1.3s;	
	-webkit-animation-duration: 1.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	-webkit-animation-delay: .9s; 
    	animation-delay: .9s; 
	-webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards;
	opacity : 0;
	position:relative;
	z-index:10;

}

/**** END CENTRE SLIDE ****/


/* 
========================
      BUTTON THREE
========================
*/
.btn-three {
    display: table;
    transition: all 0.5s;
    position: relative;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    margin: 3px auto;
    padding:15px 20px 15px 20px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background:#36e3d9;
    font-size:15px;
    animation: wiggle 2s linear infinite;
    transform-origin: 50% 5em;
}
.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(89,217,249,0.4);
}
.btn-three:hover{background:#fff;}
.btn-three:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
    color:#000;
    background:transparent;
}

.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #03524d;
    transform: scale(1.2,1.2);
}
.btn-three:hover::after {
    opacity: 1;
    transform: scale(1,1);
}


#centrepagee a.learn-more{color:#000;}
.centrepage a:hover{color:gray;}
.centrecrea{width:100%;float:left;font-size:1.6em;text-align:center;}
.globframe{width:100%;float:left;}
.iframec iframe{float:right;width:48%;}

/******* Css text*************/
#logo{
	width:100%;max-width:240px;position:relative;z-index:999;
}
.monargum, .monargumd, .monargumde{width:100%;font-size: 3em;height:auto;position:relative;}
.monargum p, .monargumd p{padding: 0.3em 0 0.3em 0;margin:1px 0 1px 0;}
.monargumde{margin-left:50px;}
.monargum a, .monargumd a, .monargumde a{text-decoration:none;}

#element{
animation:2s ease 0s normal forwards 1 fadeout;
-webkit-animation:2s ease 0s normal forwards 1 fadeout; /* For Safari */animation-duration: 1s;
opacity:1; color:gray; position:absolute;
}
#element1{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 0.8s;
opacity:0;
color:#36e3d9; position:relative;
text-shadow: 0 1px 0px black,
				 0 2px 0px rgba(150,150,150,.5);
}
#element2{
animation:2s ease 0s normal forwards 1 fadeout;
-webkit-animation:2s ease 0s normal forwards 1 fadeout; /* For Safari */animation-duration: 1s;
animation-delay: 1.6s;
opacity:1; color:black; position:relative;left:36%;
}
#element3{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 2.4s;
opacity:0;
color:#03524d; position:relative;left:-9%;
}
#element4{
animation:2s ease 0s normal forwards 1 fadeout;
-webkit-animation:2s ease 0s normal forwards 1 fadeout; /* For Safari */animation-duration: 1s;
  animation-delay: 3.2s;
opacity:1;
color:gray; position:relative;left:37%;
}
#element5{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 4s;
opacity:0;
color:black; position:relative;
}
#element6{
animation:2s ease 0s normal forwards 1 fadeout;
-webkit-animation:2s ease 0s normal forwards 1 fadeout; /* For Safari */animation-duration: 1s;
  animation-delay: 4.8s;
opacity:1;
color:black; position:relative;left:20%;
}
#element7{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 5.6s;
opacity:0;
color:#36e3d9; position:relative;
text-shadow: 0 1px 0px black,
				 0 2px 0px rgba(150,150,150,.5);
}
#element8{
animation:2s ease 0s normal forwards 1 fadeout;
-webkit-animation:2s ease 0s normal forwards 1 fadeout; /* For Safari */animation-duration: 1s;
  animation-delay: 6.2s;
opacity:1;
color:gray; position:absolute;left:4%;
}
#element9{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 7s;
opacity:0;
color:black; position:relative;
}

#elementa{
animation:2s ease 0s normal forwards 1 angld;
-webkit-animation:2s ease 0s normal forwards 1 angld; /* For Safari */animation-duration: 1s;
  animation-delay: 1s;
opacity:1;
color:black;width:100%;position:relative;
}
#elementb{
animation:2s ease 0s normal forwards 1 fadeout;
-webkit-animation:2s ease 0s normal forwards 1 fadeout; /* For Safari */animation-duration: 1s;
animation-delay: 0.58s;
opacity:1; color:gray; position:relative;
}
#elementc{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 0.8s;
opacity:0;
color:black; position:relative;
}
#elementd{
animation:2s ease 0s normal forwards 1 foncright;
-webkit-animation:2s ease 0s normal forwards 1 foncright; /* For Safari */animation-duration: 0.2s;
  animation-delay: 1s;
opacity:1;
color:black;position:relative;
}
#elemente{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 0.4s;
opacity:0;
position:relative;
}
#elementf{
animation:2s ease 0s normal forwards 1 fadeint;
-webkit-animation:2s ease 0s normal forwards 1 fadeint; /* For Safari */animation-duration: 1s;
  animation-delay: 0.2s;
opacity:0;
color:#03524d; position:relative;left:3%;
}
.scrollum {
    opacity: 1;
    transform: translateY(+200px);
    transition: all 0.6s ease-out;
}
.slideInTop {
    opacity: 1;
    transform: translateY(0);
}
/**** KEYFRAME  ****/
@keyframes fadein{
    0%{opacity:0}
    50%{opacity:1}
    100%{opacity:0}
}

@-webkit-keyframes fadein{
    0%{opacity:0}
    80%{opacity:1}
    100%{opacity:0}
}

@keyframes fadeout{
    0%{opacity:1;}
    70%{opacity:0}
    100%{opacity:0;left:0px;}
}

@-webkit-keyframes fadeout{
    0%{opacity:1;}
    70%{opacity:0;}
    100%{opacity:0;left:0px;}
}

@keyframes fadeoutt{
    0%{opacity:1;}
    50%{opacity:0.5}
    100%{opacity:0;}
}

@-webkit-keyframes fadeoutt{
    0%{opacity:1;}
    50%{opacity:0.5;}
    100%{opacity:0;}
}


@keyframes fadeint{
    0%{opacity:0}
    50%{opacity:0.5}
    100%{opacity:1}
}

@-webkit-keyframes fadeint{
    0%{opacity:0}
    50%{opacity:0.5}
    100%{opacity:1}
}

@keyframes angld{
    0%{
	 -ms-transform:rotate(0deg); /* IE 9 */
  	 // -moz-transform:rotate(0deg); /* Firefox */
  	 -webkit-transform:rotate(0deg);/* Safari and Chrome */
  	 -o-transform:rotate(0deg); /* Opera */
	}
  100%{
	 -ms-transform:rotate(-9deg); /* IE 9 */
  	 //-moz-transform:rotate(-9deg); /* Firefox */
  	 -webkit-transform:rotate(-9deg);/* Safari and Chrome */
  	 -o-transform:rotate(-9deg); /* Opera */
	}

}

@-webkit-keyframes angld{
  0%{
	 -ms-transform:rotate(0deg); /* IE 9 */
  	 // -moz-transform:rotate(0deg); /* Firefox */
  	 -webkit-transform:rotate(0deg);/* Safari and Chrome */
  	 -o-transform:rotate(0deg); /* Opera */
	}
  100%{
	 -ms-transform:rotate(-9deg); /* IE 9 */
  	 // -moz-transform:rotate(-9deg); /* Firefox */
  	 -webkit-transform:rotate(-9deg);/* Safari and Chrome */
  	 -o-transform:rotate(-9deg); /* Opera */
	}
}
@keyframes foncright{
    0%{
	 right:0%;
	}	
100%{
	right:40%;
	}
}

@-webkit-keyframes foncright{
0%{
	 right:0%;
	}	
100%{
	right:40%;
	}
}
@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}
@keyframes slideDownone {
	0% {transform: translateY(-100%);}
	50%{transform: translateY(1%);}
	65%{transform: translateY(-4%);}
	80%{transform: translateY(4%);}
	95%{transform: translateY(-2%);}			
	100% {transform: translateY(0%);}		
}
@-webkit-keyframes slideDownone {
	0% {-webkit-transform: translateY(-100%);}
	50%{-webkit-transform: translateY(8%);}
	65%{-webkit-transform: translateY(-4%);}
	80%{-webkit-transform: translateY(4%);}
	95%{-webkit-transform: translateY(-2%);}			
	100% {-webkit-transform: translateY(0%);}	
}
@keyframes slideDowntwo {
    0% { transform: translateY(-50px); opacity: 0; }
    1% { display: block; }
    100% { transform: translateY(0); opacity: 1;pointer-events: auto; }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

/**ICI**/

.redirct-img{
	width:30%;
	float:right;
	margin-right:2%;
	animation:1s ease 0s normal forwards 1 fadeint;
	-webkit-animation:1s ease 0s normal forwards 1 fadeint; 	animation-duration: 1s;
	animation-delay:0.3s;
	opacity:0;
}
.redirct-imgdeux{
     width:100%;
	max-width:453px;
	float:right;
	margin-right:2%;
     margin-top:-80px;
	animation:1s ease 0s normal forwards 1 fadeint;
	-webkit-animation:1s ease 0s normal forwards 1 fadeint; 	animation-duration: 1s;
	animation-delay:0.3s;
	opacity:0;
}
.line-container {
    position: relative;
    width: 100%;
    height: 1px; /* Hauteur de la ligne */
    background: #03524d; /* Couleur de la ligne */
    margin: 20px 0; /* Espace au-dessus et en dessous */
  }

  .arrow {
    position: absolute;
    left: 50%;
    top: -17px; /* Position de la flèche */
    transform: translateX(-50%); /* Centrer la flèche */
    font-size: 20px; /* Taille de la flèche */
    background: linear-gradient(to top, #03524d, #036564);
    color:#36e3d9;
    padding: 5px 3px 5px 3px;
    border-radius:45px;
    border: 1px solid #03524d;
    animation: spinArrow 2s linear infinite; /* Animation infinie */
  }

  @keyframes spinArrow {
    0% {
      transform: translateX(-50%) rotate(0deg); /* Position de départ */
    }
    100% {
      transform: translateX(-50%) rotate(360deg); /* Tourner sur 360 degrés */
    }
  }

#lunettes{width:100%;max-width:453px; height:auto;}
#optionsitesweb{text-align:center;margin-bottom:20px;}
#centreboxone, #centreboxtwo, #centreboxthree{width:33.333%; float:left;font-size:20px;font-weight:bold;} 
.dicentsup{width:70%;margin:auto;}
#vido{width:100%;max-width:1200px;min-width:300px;margin:auto;}

.container h2, #centrepageb h3, #centrepagec h3, #centrepagea h4, #centrepagea h5{text-shadow: 0px 1px gray;}
.centrepresent{width:100%;margin :5px auto;}
#centrepage, #centrepagea, #centrepageb, #centrepagec, #centrepaged, #centrepagee, #centrepagef, #centrepageg, #centrepagez{width:96%;min-width:200px;padding:10px;font-size:15px;font-weight:normal;}
#centrepage h1, #centrepagez h1, #centrepage h2, .blou, #centrepagea h5, #centrepage h5, .bloude, #centrepagef h5{color:#000;}
#centrepage h2, #centrepagez h2, #centrepagea h2, #centrepageb h3, #centrepagec h2, #centrepaged h2, #centrepagec h3, #centrepagee h2, #centrepagef h2, #centrepagea h4, #centrepagea h5, #centrepageg h2{font-size:2.3em;margin-bottom:5px;}
#centrepagef h5, .blou, .raide, .grine, .violait, .gri, .nouoire, .print{font-size:1.8em;}
.aurange{font-size:1.5em;}
#centrepagea h2, #centrepagea h4, .raide{color:gray;}
#centrepageb h3, .grine, .jone{color:#000;}
#centrepagec h2, #centrepagec h3, #centrepagef h2, .aurange{color:gray;}
#centrepaged h2, #centrepaged a, .violait{color:#000;}
#centrepagee h2, #centrepagee a, #centrepagee h3, .gri{color:gray;}
#centrepagee h3{margin-bottom:2px;}
#centrepagef a, #centrepagea a, #centrepageb a, #centrepagec a, #centrepage a, #centrepagez a, .nouoire, #centrepageg h2{color:#03524d;}
#centrepagez h5{margin-bottom:8px;padding-bottom:0;font-size:1.8em;}

#centrepagef a:hover, #centrepagea a:hover, #centrepageb a:hover, #centrepagec a:hover, #centrepage a:hover, #centrepagez a:hover, .nouoire:hover, .actimenbas{
	color:#36e3d9;
}
.slide-link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.4s ease;
}

.slide-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: gray;
    transition: all 0.4s ease;
}
.slide-link:hover::before {
    left: 0;
}
#centrepageg ul, .wul {list-style:square;}
.wul li{padding : 4px 0 4px 0;line-height:20px;}
#centrepageg ul li::marker, .wul li::marker {color:#36e3d9}
#centrepageg ul li::marker{padding: 2px 0 3px 0;color:#000;line-height:22px;}
.centrepage, #centrepageg{width:96%;min-width:200px;padding:10px;font-size:15px;font-weight:normal;}
#centrepagef h5{margin:10px 0 5px 0;}

.italiano{font-style:italic;font-size:0.8em;color:#424242;}
.fondblanc{background:#fff;padding:10px 4px 10px 4px;line-height:1.8em;}
.pucerouge, .pucegray, .puceblou{list-style:square;}
.pucerouge li{color: black;}
.pucegray li{color: gray;}
.puceblou li{color: #000;}
.puceblou li::marker {color:#03524d;}
ul.puceblou li{padding:4px 0 4px 0;}

.pucerouge span, .pucegray span, .puceblou span{color:#000;}
.col-md-4{float:left;padding:5px 10px 5px;width:30%;margin-right:1%;margin-top:5px;margin-bottom:10px;}
.col-md-3 {float:left;padding:5px;width:40%;margin-top:20px;justify-content: center;}
.col-md-33 {float:right;padding:5px;width:16%;margin-top:20px;justify-content: center;}
.well {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #000;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 5px 5px;
    text-align:center;
}
.pricing p {
  padding: 5px 0 5px 0;
  border-bottom: 1px dotted #666666;
}
.pricing p.nobordep{border:0;}
.btn-theme {
    background: none repeat scroll 0 0 #fff;     
    border: 2px solid gray;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px;
    // cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 5px;
    outline: 0 none;
    overflow: visible;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.4s ease 0s;
    
}
.centrepresent .col-md-4, .centrepresent .well{margin:0;}
.btn-theme:hover {
	background-color: #36e3d9;
}

.linkbold{font-size:20px;font-weight:bold;}
.btn-theme a{color:gray;}
.btn-theme:hover a{color:white;}

.surserv{
	background:#36e3d9;
	text-align:center;
	padding: 10px;
}
#fdcsw{width:100%;max-width:1330px;margin:0 auto 0 auto;background-image: url("skynet.jpg");background-repeat:no-repeat;margin-top:15px;}

.titrital{margin:25px 0 25px 0;font-size:2.3em;text-align:center;padding: 0 5px 0 5px;}
.titritalrw{margin:65px 0 25px 0;font-size:2.3em;text-align:center;padding: 0 5px 0 5px;}
.ache2{width:100%;font-size:1.44em;margin-top:5px;text-align:center;color:#036564;}
.infoi{padding:5px 10px 5px 10px;border-radius:50px;background:#03524d;color:#fff;border: 1px solid #000; font-style:italic;font-size:0.9em;margin-right:4px;text-transform: none;font-family: Georgia, serif;}

.mgclass{width:100%;max-width:350px; float:left;padding :10px 15px 10px 0;}

#footer {
    margin-top:25px;
    border-top:8px solid #36e3d9;
    background-color: #03524d;
    padding: 20px 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.title-wrapper {
    text-align: center;
    margin : 18px 0 1px 0;
    width: 100%;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

#footer ul li {
    margin: 10px 0;
}

#footer .container a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

#footer .container a:hover {
    color: #36e3d9;
}

#footcopy {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

#footcopy a {
    color: #fff;
}

/**** VLA ****/
.dot {
  width:100%;height:auto;
  background-color: transparent;
  background-image: url('rond.png');
  background-repeat:no-repeat;
  background-position: center bottom;
  justify-content: center;
}
.title-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  transform: skew(0, -5deg);
  height:100px;
}
.sweet-title {
  order: 2;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(0.5rem, 6.5vw, 3rem);
  line-height: 0.75em;
  text-align: center;
  text-shadow: 3px 1px 1px #4af7ff, 2px 2px 1px #165bfb, 4px 2px 1px #4af7ff,
    3px 3px 1px #165bfb, 5px 3px 1px #4af7ff, 4px 4px 1px #165bfb,
    6px 4px 1px #4af7ff, 5px 5px 1px #165bfb, 7px 5px 1px #4af7ff,
    6px 6px 1px #165bfb, 8px 6px 1px #4af7ff, 7px 7px 1px #165bfb,
    9px 7px 1px #4af7ff;
}
.sweet-title span:hover {color:#fff;}
.top-title {
  order: 1;
  text-align: center;
  display: block;
  font-size: clamp(1.3rem, 4.3vw, 1.8rem);
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.bottom-title {
  order: 3;
  text-align: center;
  display: block;
  font-size: clamp(1.3rem, 4.3vw, 1.8rem);
  margin-top: 1.3rem;
  padding-left: 2rem;
}
.top-title, .bottom-title {
	color: #000;
	text-shadow : 1px 2px 1px #36e3d9;
}
span.top-title, span.bottom-title {
    display: block;
    position: relative;
    text-align:center;
    &:before {
      content: attr(data-text);
      position: absolute;
      text-shadow: 2px 2px 1px #e94aa1, -1px -1px 1px #c736f9,
        -2px 2px 1px #e94aa1, 1px -1px 1px #f736f9;
      z-index: 1;
    }

    &:nth-child(1) {
      padding-right: 2.25rem;
    }

    &:nth-child(2) {
      padding-left: 2.25rem;
    }
  }

#resoso {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
}

#facebkk, #twtt, #gplus, #phonfix, #rssl, #upback {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 1.5em;
    text-align: center;
    border-radius: 10px;
    color: white;
    margin-bottom: 3px;
    text-decoration: none;
}

#facebkk {
    background: linear-gradient(#0000FF, #08088A);
    padding: 6px 5px 2px 5px;
}

#twtt {
    background: linear-gradient(#01A9DB, #0080FF);
    padding: 6px 5px 2px 5px;
}

#gplus {
    background: linear-gradient(red, #B40404);
    padding: 5px 5px 3px 5px;
}

#phonfix {
    background: linear-gradient(#03524d, #36e3d9);
    padding: 1px 5px 9px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 0 0 #000;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

#rssl {
    background: linear-gradient(#ed7811, #ede511);
    padding: 7px 5px 2px 5px;
}

#upback {
    background: linear-gradient(#8311ed, #f02bbb);
    padding: 3px 5px 4px 5px;
}

#facebkk:hover, #twtt:hover, #gplus:hover, #phonfix:hover, #rssl:hover, #upback:hover {
    border-radius: 0;
    opacity: 0.8;
}

.white {
    margin: 0;
    padding: 0;
    color: #fff;
}
#phonfix {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.phone-number {
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%);
    white-space: nowrap;
    background-color: #36e3d9;
    color: white;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Affiche le numéro au hover sur l'icône du téléphone */
#phonfix:hover .phone-number {
    opacity: 1;
    visibility: visible;
}

.phone-number a {
    color: #000;
    text-decoration: none;
    text-shadow: none;
}

.phone-number a:hover {
    color: #036564; /* Met en valeur le lien au survol */
}.colleft{width:50%;float:left;}
.colright{width:50%;float:left;}

.centrannex{
    text-align:center;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #666666;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 8px 20px;
	font-style:italic;
}

.centrebox {
    float:left;
    width: 22%;
    height:24%;
    min-height: 230px;
    border-radius: 50%;
    line-height:230px;
    text-align:center;font-size:2.2em;color:#000;
    text-shadow: 1px 1px 1px #fff; 
}

.animated-button7 {
  background: linear-gradient(-30deg, #36e3d9 50%, #0fbab0 50%);
  padding: 10px 25px;
  margin: 10px 0 0 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

/* .animated-button7:hover::before {
  opacity: 0.2;
}  */

.animated-button7 span {
  position: absolute;
}

.animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#85adad));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #0b3d3d);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}
.animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#0b3d3d));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #0b3d3d);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}
.animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#0b3d3d));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #0b3d3d);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}
.animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#0b3d3d));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #0b3d3d);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}
.animated-button7:hover {
  transform: scale(1.1);
  background: linear-gradient(-30deg, #03524d 50%, #086862 50%); color:#fff;
}
.animated-button7:hover::before {
  opacity: 0.2;
}
.animated-button7 span {
  position: absolute;
}
/****END BUTTON ANIMATED***/

.form{width:100%;text-align:center;}
.form input{width:80%;height:25px;line-height:25px;font-size:15px;border:1px solid gray;margin:auto;}
.form p{margin : 25px 0 25px 0;}

#ContactMessage{width:80%;}
.ftn{color:#000;float:left;text-align:left;margin-left:0;padding-left:0;width:100%;}
.flotdroit{float:right;color:#03524d;}
.ctndetarif{font-size:0.9em;text-align:left;}
.ctndetarif, .ctndetarif ul.pucegray{margin-bottom:0;padding-bottom:0;}

.petifontwidthsoix{width:60%;font-size:0.9em;color:#000;}
#imgsem{width:100%;height:100%;max-height:1100px;margin:auto;}

/**********Fin css text ****/

@media (max-width: 1600px) {
	.content{margin-top:13%;}
		/** NAV  ***/
ul.nav{margin-top:40px;}
ul.nav li{width:auto;padding: 7px 10px 5px 10px;}
ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 3px;
  font-size: 14px;
  text-align:left;
  }
ul.nav li a strong{font-weight:500;letter-spacing: 0.5px;}
 ul.nav > li:hover {background: #36e3d9;}
 ul.nav li a:hover {text-align:left;}
 ul.nav > li {display: inline-block; position: relative;}
 ul.nav > li ul {
	display: none; 
	position: absolute; 
	left:-150px; 
	width:100%; min-width: 915px;
	background: #36e3d9;text-align:left;padding:5px;
}
ul.nav > li ul#leftmoins1{width:100%; min-width:460px;}
ul.nav > li ul#leftmoins2{width:100%; min-width:390px;}
ul.nav > li:hover ul {display: block;}
ul.nav > li ul li {display: inline-block;}
ul.nav > li ul li:hover {background:#03524d;}
ul.nav > li ul li:hover > a {color:#fff;}
/*** NAV ***/

.monargum{font-size:2.8em;}
.redirct-imgdeux{margin-top:-40px;max-width:353px;}
.key{font-size:1.5em;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 1330px) {
     header{
	width: 100%;
	height: auto;
	background: #fff; 
	margin: 0;
	top:0; 
     padding: 0;
}
	.container{
		width: 95%;
	}
	h1{
		padding: .5em 0;
	}
	.header-left,
	.header-right{
		width: 100%;
		text-align: center;
	}
	.header-left{margin-top:-25px;}
     .header-right{padding-bottom:60px;}
/*** NAVICI ***/
ul.nav {position: absolute;left:250px;}
ul.nav li{width:auto;padding: 7px 10px 5px 10px;margin-top:0px;}
	.section-left,
	.section-right{
		width: 100%;
	}
	.section-left{
		text-align: center;
		padding: 1em 0;
	}
	.section-right{
		padding: 1em 0 1em;
	}
	.section-title{
		font-size: 4em;
		margin-bottom: .2em;
	}
.section-titleb{
		font-size: 3.8em;
		margin-bottom: .2em;
		margin-top:0.2em
	}

.section-titlevid{font-size:2em;}
	.section-tagline{
		font-size: 1.3em;
	}
	.learn-more{
		margin: 0 auto;
	}
	.monargum, .monargumd, .monargumde{width:100%;font-size: 2.4em;height:auto;padding: 0.2em 0 0.2em 0;text-align:center;margin-top:20px;}
	.ache2{font-size:1.3em;}
.titrital, .titritalrw{margin:45px 0 25px 0;font-size:2em;text-align:center;padding: 0 5px 0 5px;}
.content{margin-top:18%;}
#element4{
	color:gray; position:relative;left:31%;
}
.dicentsup{width:100%;float:left;}
#vido{width:100%;max-width:1200px;min-width:300px;margin:auto;}
}

@media (max-width: 1190px) {
	.content{margin-top:19%;}
      .conteneur-contenu{
  		margin: 50px 20px;
  		height: 1500px;
	}
	.header-right {
        display: flex; /* Afficher le header droit */
        flex-direction: column; /* Aligner verticalement */
        position: relative; /* Positionner relativement */
    }
    .hamburger {
        display: flex; /* Afficher le hamburger */
    }
    /* Cacher les cases à cocher */
    input[type="checkbox"] {display: none;}
    ul.nav {position: relative;left:0;margin-top:-10px;}

    /* Styles du menu */
    ul.nav {
        display: none; 
        flex-direction: column; 
        background-color: #36e3d9; 
        position: absolute;
        top: 10px; 
        width: 100%; 
        padding: 10px 0; 
        z-index: 999;
    }

    /* Afficher le menu quand la case à cocher est cochée */
    input[type="checkbox"]:checked ~ .nav {display: flex;}
	
	 /* Masquer les sous-menus par défaut */
    ul.nav > li ul {
        display: none;
    }

    /* Désactiver les liens actifs avec sous-menus en mode mobile */
    ul.nav > li:has(ul) > a {
        pointer-events: none; /* Désactive l'interaction */
        cursor: not-allowed;  /* Change le curseur pour indiquer qu'il est désactivé */
    }

    /* Optionnel : afficher les liens sans sous-menu */
    ul.nav > li:has(ul) > a:hover {
        cursor: not-allowed;
    }

    /* Styles pour les sous-menus */
    ul.nav li ul {
        // display: none; 
        flex-direction: column; 
        padding-left: 0; 
        margin: 0; 
        // background-color: #36e3d9; 
        position: relative; 
        width:100%;
	    min-width:0;
        max-width:100%;
    }

    /* Afficher les sous-menus au survol */
    //ul.nav li:hover > ul {display: block;}

    /* Styles des liens dans les sous-menus */
    ul.nav li ul li {
	  flex-direction: row; 
        padding-left: 0; 
        width: 100%;
	   min-width:100%;
        margin-left:0;
	}
	ul.nav > li ul, ul.nav > li ul#leftmoins1, ul.nav > li ul#leftmoins2 {
		left:0;
		padding-left:0;
		width:auto;
		max-width:100%;
		min-width:10%;
	} 

/* Icône croix quand le menu est ouvert */
input[type="checkbox"]:checked + .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;padding-right:20px;
}

input[type="checkbox"]:checked + .hamburger span:nth-child(2) {
    opacity: 0; /* Masquer le centre */
}

input[type="checkbox"]:checked + .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 5px;padding-right:20px;
}


/* Cacher la case à cocher dans le mode normal */
input[type="checkbox"] {
    display: none; /* Masquer la case à cocher */
}
 .section-title{margin-top:10px;}
 .services-web{
	float:left;
	width:39%;
	font-size:14px;
	text-align:left;
	margin-top:20px;
     margin-bottom:60px;
     margin-left:9%;
	padding:10px;
     line-height:18px;
}
#resoso{top:45%;}
.redirct-imgdeux{margin-top:-20px;max-width:353px;}
}
@media (max-width: 1090px) {
	.content{margin-top:22%;}
	 	.services-web{
		float:left;
		width:37%;
		font-size:14px;
		text-align:left;
		margin-top:20px;
     		margin-bottom:60px;
     		margin-left:9%;
		padding:10px;
     		line-height:18px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {

	.box{
		width: 49%;
		margin-bottom: 5%;
	}

	ul li:nth-child(3) .box{
		clear: both;
	}

	ul li:nth-child(2n) .box{
		margin-right: 0;
		clear: right;
	}

.monargum, .monargumd, .monargumde{width:100%;font-size: 2.1em;height:auto;padding: 0.2em 0 0.2em 0;text-align:center;}
.monargumde{margin-left:0;}
#presta{display:none;}
.col-md-4{float:left;padding:5px 5px 5px;width:30%;margin-right:0.5%;}
.btn-theme {font-size:0.8em;}
.infoi{padding:2px 4px 2px 4px;border-radius:50px;background:gray;color:#000;border: 1px solid #000; color:#000;font-style:italic;font-size:0.7em;margin-right:2px;text-transform: none;font-family: Georgia, serif;}
.centrebox {font-size:1.5em;}
.content{margin-top:25%;}
.col-md-3 {float:left;padding:5px;width:39%;margin-top:20px;justify-content: center;}
.col-md-33 {float:right;padding:5px;width:16%;margin-top:20px;justify-content: center;}
.disparat{display:none;}
}
 
/* Landscape phones and down */
@media (max-width: 768px) {
	body{
		padding: 0 .5em;
	}
	.container{
		width: 90%;
	}
	.content{margin-top:29%;}
	h1{
		padding: .5em 0;
	}
	.header-left,
	.header-right{
		width: 100%;
		text-align: center;
	}
     .header-right{padding-bottom:30px;}
	.section-left,
	.section-right{
		width: 100%;
	}
	.section-left{
		text-align: center;
		padding: 1em 0;
	}
	.section-right{
		text-align: center;
		padding: 1em 0 2em;
	}
	.section-title{
		font-size: 3em;
		margin-bottom: 0;
	}
.section-titleb{
		font-size: 3em;
		margin-bottom: 0;
	}
.section-titlevid{font-size:1.6em;}
	.section-tagline{
		font-size: 1em;
	}
	.learn-more{
		display: table;
		margin: 0 auto;
	}
	.hidden-desktop{
		display: block;
	}
.redirct-img, .redirct-imgdeux{width:100%;float:left;margin-bottom:25px;}
.redirct-imgdeux{max-width:768px;margin:0;}
#lunettes{width:83%;margin-left:16%}
.titrital, .titritalrw{margin:25px 0 25px 0;font-size:1.8em;text-align:center;padding: 0 5px 0 5px;}
	#logo{width:100%;max-width:230px;position:relative;z-index:999;}
.col-md-4{float:left;padding:5px 10px 5px;width:99%;margin:auto;}
.ache2{font-size:1.6em;}
#centrepage h2, #centrepagez h2, #centrepagea h2, #centrepageb h3, #centrepagec h2, #centrepaged h2, #centrepagee h2, #centrepagef h2, #centrepageg h2 {font-size:1.5em;margin-bottom:5px;}
.blou, .raide, .grine, .violait, .gri, .nouoire{font-size:2em;}
.col-md-3 {float:left;padding:5px;width:37%;margin-top:20px;justify-content: center;}
.col-md-33 {float:right;padding:5px;width:17%;margin-top:20px;justify-content: center;}
    #resoso {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center; /* Centrer horizontalement */
        padding: 10px 0;
        background-color: rgba(0, 0, 0, 0.8); /* Ajout d'un fond pour contraste */
    }
    #resoso a {
        margin: 0 10px; /* Espace entre les icônes */
    }

    #facebkk, #twtt, #gplus, #phonfix, #rssl, #upback {
        margin-bottom: 0; /* Supprimer les marges pour une meilleure uniformité */
        width: 40px; /* Ajuste la taille des icônes si besoin */
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #phonfix {
        font-size: 30px; padding:3.4px;
}
.phone-number {display:none;}
 .services-web{
	float:left;
	width:29%;
	font-size:14px;
	text-align:left;
	margin-top:20px;
     margin-bottom:60px;
     margin-left:9%;
	padding:10px;
     line-height:18px;
}
#upback{font-size:19px;padding:5px;}
.well p{height:35px;}
.centrebox {
    float:left;
    width: 100%;
    height:auto;
    min-height: 160px;
	margin: 80px auto;
    border-radius: 0;
    line-height:60px;
    text-align:center;font-size:3.5em;
}
#optionsitesweb{width:100%;height:auto;float:left;padding:10px;}
.form input{width:80%;height:30px;line-height:35px;font-size:15px;border:1px solid #000;border-radius:25%;margin:auto;}
.monargum #element, .monargumd #element, .monargumde #element{display:none;} 
.monargumde{margin-left:0;}
#ContactMessage{width:80%;}
.iframec iframe{float:left;width:100%;}
#elementa{margin-top:20px;}
.monargum, .monargumd, .monargumde{font-size:2em;}
#container{margin-top:20px;}
.mgclass{padding: 5px;width:100%;max-width:453px;}
} 
@media (max-width: 559px) {
	.section-title, .section-tagline, 
.section-titlevid, .section-titleb{
	margin-top: 20px;
	}
	.content{margin-top:40%;}
		.header-left,
	.header-right{
		width: 100%;
		text-align: center;
	}
	.hamburger {padding-right:5px;margin-top:30px;margin--left:5px;text-align:center;}
ul.nav {top:40px;}
	ul.nav > li ul, ul.nav > li ul#leftmoins1, ul.nav > li ul#leftmoins2 {left:0;width:100%;}

     ul.nav > li ul li, ul.nav > li ul li:hover{left:0;padding-left:0;width:100%;}

ul.nav > li ul li a, ul.nav > li ul#leftmoins1 li a, ul.nav > li ul#leftmoins2 li a{padding-left:5px;}

ul.nav > li ul#leftmoins1 li, ul.nav > li ul#leftmoins2 li{width:100%; min-width:200px;}
ul.nav > li ul#leftmoins1 li:hover, ul.nav > li ul#leftmoins2 li:hover {width:100%;}

.monargum p, .monargum a{margin:0;padding:0;line-height:16px;}
#element1, #element2, #element3, #element4, #element5, #element6, #element7, #element8, #element9{
	width:100%;
	float:left;
	position:relative;	
     left:0;
	text-align;center;
	margin-top:5px;
}
#element9{margin-bottom:20px;}


#footer{margin-top:8%;}
#centrepage h2, #centrepagez h2, #centrepagea h2, #centrepageb h3, #centrepagec h2, #centrepaged h2, #centrepagee h2, #centrepagef h2, #centrepageg h2 {font-size:1.5em;margin-bottom:5px;}
.blou, .raide, .grine, .violait, .aurange, .gri, .nouoire{font-size:1.4em;}
#presta{display:none;}
.monargum, .monargumd, .monargumde{font-size:1.7em;margin-top:45px;}
.monargumde{margin-left:0;}
	.centrebox {
    float:left;
    width: 100%;
    height:auto;
    min-height: 160px;
	margin: 50px auto;
    border-radius: 0;
    line-height:60px;
    text-align:center;font-size:1.9em;
}
#lunettes{width:100%;margin-left:0;}
.centrebox span{border-radius:50%;}
/* #centreboxone{margin-top:90px;} */
#optionsitesweb{width:100%;height:auto;float:left;padding:10px;}
.services-web{
	float:left;
	width:100%;
	font-size:17px;
	margin : 20px 0 auto 0;
     text-align:center;
}
.titrital, .titritalrw{font-size:1.6em;text-align:center;padding: 0 5px 0 5px;}
.monargum #element{display:block;} 
#centrepage h2, #centrepagea h2, #centrepageb h3, #centrepagec h2, #centrepaged h2, #centrepagee h2, #centrepagef h2, #centrepageg h2,  #centrepagez h2{font-size:2em;margin-bottom:5px;}
.blou, .raide, .grine, .violait, .gri, .nouoire{font-size:2em;}
.monargumd, .monargumde{margin-top:-20px;}
.monargumde{margin-left:0;}
#centreboxone, #centreboxtwo, #centreboxthree{width:100%; float:left;font-size:25px;font-weight:bold;margin-bottom:10px;} 
 #footer {
        flex-direction: column;
        align-items: center; /* Centrer les colonnes sur petits écrans */
    }
#footer .container{margin-top:25px;}

    #footer .col-md-3, #footer .col-md-33 {
        width: 100%;
        margin: 5px 0; 
    	  float:left;padding:2px;
	  justify-content: center;
	  text-align:center;
	}
	#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

#footer ul li {
    margin: 5px 0;
}
.rectevent {
  		width: 50px;
  		height: 220px;
	}
} 
@media (max-width: 460px) {
	.header-left,
	.header-right{
		width: 100%;
		text-align: center;
	}
	.fondblanc{line-height:2em;}
	#centrepage a, #centrepagea a, #centrepageb a, #centrepagec a, #centrepaged a, #centrepagee a, #centrepagef a, #centrepagez a{font-size:0.8em;}
	h2, #centrepage h2, #centrepagea h2, #centrepageb h3, #centrepagec h2, #centrepaged h2, #centrepagee h2, #centrepagef h2, #centrepageg h2,  #centrepagez h2{font-size:1.7em}
	#resoso{position:relative;bottom:1%;left:0;}
	.monargumd, .monargumde{margin-top:-20px;}
	.monargumde{margin-left:0;}
	.rectevent {
		margin-left:-15px;
  		width: 40px;
  		height: 200px;
	}
}
 


