/****************/
/* CSS THEME 3 */
/****************/


.buttoncursordefile {
	cursor: url("image/econeto-theme2-cursor.png?1763505857"), pointer ;
}

.buttonmenu:hover {
	background-color:#d7d723;
}

.accessite {
 color:#FFFFFF;
 background-color:#d7d723;
}

.btninterfaceclient {
 color:#FFFFFF;
 background-color:#d7d723;
}

.arubrique {
	color:#d7d723;
}

.prestations img:hover {
border: 3px solid #d7d723;
}

/* Responsive */
@media screen and (max-width: 915px)
{
    .accessite {
     background-color:#d7d723;
    }
    .btninterfaceclient {
     background-color:#d7d723;	
    }

    .notmobile li a{
    border-bottom: 1px solid #d7d723;
    }
    .notmobile li a:hover{
    border-bottom: 1px dashed #d7d723;
    }
}
.body-barre { background-color:#d7d723;}
.body-barre:hover { background-color:#ffffff; }
.themeinfo { color:#18ba33; }
.themeinfo a { color:#18ba33; }

.thumbsphotos .photoonly {
	background-color:#d7d723;
}

.colonnedegauche .thumbsphotos:hover .titre {
color:#d7d723;
}

/****************/
/* CSS Variable */
/****************/


@import "multitheme.css";

@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

.btn
{
	padding: 10px 15px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #F3F3F3;
	border-radius: 3px;
	background-image: linear-gradient(#EEE,#E2E2E2);
	border: 0.5px solid #CDCDCD;
	display: flex;
	user-select: none;
	width: fit-content;
}

.btn:active
{
	background-image: linear-gradient(#E2E2E2,#EEE);
}
.btn p
{
	margin: auto !important;
	padding-left: 0px !important;
	border-left: none !important;
	color: #393939;
}
.espace_client
{
	padding: 10px 0px;
}
.espace_client .btn
{
	margin-left: auto;
}

textarea
{
	border: 1px solid #e7e7e7;
}

select
{
	border: 1px solid #e7e7e7;
}
.body {
	width: 100%;
	margin:  0 auto;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	display: flex;
	flex-direction: column;
}

.th2-accueil-telephone {
	font-size:30px;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
}

.bodyback {
	position:absolute;
	left:calc(50% - 451px);
	z-index:-1;
	width:882px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background-color:#FFF;
	display:none;
}
.espacelient {
	padding-top:1px;
}
.menu {
	z-index:500;
	position:absolute;
	left:calc(50% - 451px);
	width:882px;
	height:60px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background-color:#fafafa;
}
.sousmenu {
	padding-top:70px;
	min-height:400px;
}

.buttoncursornotdefile {
	cursor: pointer ;
}
.buttonmenu {
	margin:10px;
	text-align:center;
	vertical-align:middle;
	height:40px;
	width:200px;
	background-color:#F2F2F2;
	position:relative;
	float:left;
	font-size:15px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.buttonmenu span{
	font-size:7px;
}

.menuscrolled {
	z-index:400;
	position:absolute;
	left:calc(50% - 451px);
	width:882px;
	margin-top:60px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background-color:#fafafa;
	display:none;
}

.body-contenu {
	z-index:5;
	text-align:left;
	background-color:white;
}
.body-page {
	text-align:left;
}
.logo {
	width:400px;
}
.accessite {
	width:fit-content;
	padding:10px 25px;
	border-radius: 2px;
	margin:25px 0px;
	cursor:pointer;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:bold;
	border: none;
	float: right;
}
.btninterfaceclient {
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 2px;
	box-shadow: 0px 3px 2px #C0C0C0; 
	margin:25px;
	cursor:pointer;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:bold;
}
.cadre {
	margin-left:430px;
	margin-top:15px;
	color:#39F;
	font-size:13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position:absolute;
	width:420px;
	z-index: 11;
	background-color: white;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #888888;
}
.swoaxplanevent {
	background-color:#A9B0FF;
	z-index:490;
	position:absolute;
	padding:2px;
	max-width:115px;
	word-wrap:break-word;
	opacity:0.8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#admmodif {
	display:none;
}
#selectcommune {
	margin-botttom:15px;
}
input[type=number] {
	-moz-appearance: textfield;
}
/* Liens */
a {
	text-decoration: none;
	color: #000;
	word-wrap: break-word;
}
.cadre a {
	color:#606060;
	cursor: pointer;
}
.telephone {
	color:#707070;
}
.zoom {
	font-size:12px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.zoom:hover {
	font-size:18px;
}
.mailimg {
	margin-bottom:-3px;
	height:25px;
	max-width:100%;
	max-height:100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.mailimg:hover {
	margin-bottom:-3px;
	height:25px;
}
#coordoneesdevis td {
	width:100%
	vertical-align:top;
}
.devis {
	font-size:25px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
	color:#0C0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.devis:hover {
	font-size:20px;
	color:#FF3;
}
.trhovercrm tr:hover {
	background-color:#a5ff66;
}
.coordhover span {
	display:none;
}
.coordhover:hover span {
	width:835px;
	height:40px;
	display: inline-block;
	position:absolute;
	float:left;
	background-color:#a5ff66;
	margin-top:-50px;
	margin-bottom:15px;
}
.coordhover div {
	width:835px;
	height:40px;
	position:absolute;
	float:left;
	background-color:#a5ff66;
	margin-top:-50px;
	margin-bottom:15px;
}

.coordhover span:hover {
	display: none;
}
.trhoverpieces tr:hover {
	background-color:#ffcc33;
}
.trhoverbonpassage tr:hover {
	background-color:#00d8ff;
}
.trhoversuivi tr:hover {
	background-color:#ff66cc;
}
.devis a {
	color:#0C0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.devis:hover a {
	font-size:25px;
	color:#090;
}
.poste {
	color:#060;
}
.zone {
	font-size:13px;
	border-bottom:2px dotted #0F0;
	cursor:pointer;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
}
.prestations {
	min-height:250px;
}

.divarubrique
{
	display: flex;
	justify-content: space-between;
}
.strike {
	text-decoration:line-through;
}
#prestationgeoloc {
	margin-top:50px;
	margin-bottom:15px;
	text-align:left;
}
#formcontact {
	margin-top:15px;
	width:100%;
	max-width:500px;
	margin:auto;
}
.cadre_coordonnees {
	padding:5px;
	width:100%;
	box-sizing:border-box;
}
.aftercharform {
	display:none;
}
.aftercharform, .everytimecharform {
	margin:4px 0px;
}
#formcontact textarea {
	height:200px;
}

#reqmobile {
	margin-left: calc(50% - 451px);
	max-width: 902px;
	margin-bottom: 15px;
	padding-top: 80px;
}
#reqmobile td {
	vertical-align:top;
	text-align:center;
}
#reqmobile a {
	font-size:20px;
}
#reqmobile img {
	margin:auto;
	padding:auto;
}

#columns {
	-webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;
	moz-column-width: 350px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;

	width: 90%;
	max-width: 100%;
	margin: 50px auto;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 15px;
	transition: opacity .4s ease-in-out;
	display: inline-block;
	column-break-inside: avoid;
}

div#columns figure img {
	width: 100%; height: auto;
}

div#columns figure figcaption {
	color: #323232;
	line-height: 1.5;
	font-weight:bold;
}

div#columns:hover figure:not(:hover) {
	opacity: 0.5;
}


.colonnededroite {
	width:50%;
	padding-right:6%;
}
.colonnecommercial {
	width:200px;
}
.colonnegaucheadmsite {
	position: relative;
	float: left;
	width:50%;
}
.imgflecheorder {
	max-width:10px;
}
.colonnedroiteadmsite {
	position: relative;
	float: left;
	width:580px;
}

a.imagesurvol {
	position: relative;
	color: black;
	text-decoration: none;
}
a.imagesurvol span {
	display: none; /* On masque l'infobulle. */
}
a.imagesurvol:hover {
	background: none; /* Correction d'un bug d'Internet Explorer. */
	z-index: 500; /* On dÃƒÂ©finit une valeur pour l'ordre d'affichage. */
	cursor: pointer;
}
a.imagesurvol:hover span {
	display: inline-block; /* On affiche l'infobulle. */
	position: absolute;
	float:left;
	border: 1px solid #CCC;
	bottom: 100px; /* On positionne notre infobulle. */
	left: -150px;
	background: rgba(255,255,255,0.85);
	vertical-align:middle;
	width:400px;
	text-align:center;
	padding: 5px;
	z-index: 0;
}
a.imagesurvolbr {
	position: relative;
	color: black;
	text-decoration: none;
}
a.imagesurvolbr span {
	display: none; /* On masque l'infobulle. */
}
a.imagesurvolbr:hover {
	background: none; /* Correction d'un bug d'Internet Explorer. */
	z-index: 500; /* On dÃƒÂ©finit une valeur pour l'ordre d'affichage. */
	cursor: pointer;
}
a.imagesurvolbr:hover span {
	display: inline-block; /* On affiche l'infobulle. */
	position: absolute;
	float:left;
	border: 1px solid #CCC;
	bottom: 100px; /* On positionne notre infobulle. */
	left: -330px;
	background: rgba(255,255,255,0.85);
	vertical-align:middle;
	width:400px;
	text-align:center;
	padding: 5px;
	z-index: 0;
}
.arubrique {
	font-size:14px;
	font-weight:bold;
	background-color: #f4f4f4;
	padding: 10px 15px;
}
.imgimagesurvol {
	max-width:400px;
	max-height:400px;
}

p {
	font-size:14px;
	margin:0;
	margin-bottom:8px;
	padding:0;
}
h1 {
	margin:0;
	margin-left:5px;
	padding:0;
}
u {
	text-decoration: none;
	border-bottom:1px dotted #9F3;
}
.mentions a {
	text-decoration: none;
	border-bottom:0px dotted grey;
}
.mentions a:hover {
	text-decoration: none;
	border-bottom:2px dotted black;
}
ol li {
	list-style-type:square;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
li a {
	
}
li a:hover {
	font-weight:bold;
}
li span {
	color:#060;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#codepostal {
	max-width:70px;
}
.prestations img {
	width:auto;
	color:#3C0;
	margin:10px;
	border: 3px solid #DCDCDC;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.imgaccueil {
	height:100px;
}
.imgpresta {
	height:150px;
}
.ifryoutube {
	width:640px;
}
.main {
	background-image:url(image/main.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
.center {
	text-align:center;
}
/* Formulaire */
#devismetrecarre {
	width:50px;
}
#devisdetails {
	min-width:320px;
	max-width:320px;
	height:100px;
}
/* Bug IE */
a img {
	border: none;
}
.popup, .divevent{
	border-radius: 7px;
	background:rgba(155, 155, 155, 0.2);
	margin:30px auto 0;
	padding:3px;  
	position:fixed;
	width:500px;
	top: 10px;
	left: 50%;
	margin-left: -250px;
	z-index:491;
	display:none;
}
.contentpop, .contentdivevent{
	background:rgba(255, 255, 255, 0.1);
	padding: 10px 26px 33px 25px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.contentpop img{
	opacity:0.2;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.contentpop:hover, .contentdivevent:hover{
	background:rgba(255, 255, 255, 4);
}
.contentpop:hover img{
	opacity:1;
}
.popupdevisgratuit {
	font-size:15px;
}
.popuptextnum {
	font-size:12px;
}
.admtab {
	width:100%;
}
.admtab td {
	text-align:center;
	vertical-align:top;
	width:20%;
}
.admtab a:hover {
	font-weight:bold;
}
.admtabcateg {
	width:800px;
}
.admtabcateg td {
	text-align:left;
	vertical-align:top;
}
.admtabclient input {
	width:70px;
}
.admtabclient textarea {
	width:150px;
}
.inputtitreligne {
	width:300px;
}
.bloctotal {
	margin-left:80%;
}

.mobile {
	display:block;
}
.notmobile {
	display:none;
}
.tableplanning {
	width:100%;
}
.planningmensuel {
	width:100%;
}
.planningmensuel td {
	width:124.5px;
	height:50px;
	vertical-align:top;
	border: 1px #CCC solid;
}
.today {
	background-color:#FF9;
}
.satsun {
	background-color:#EEE;
}
.tva {
	background-color:#FFF2F2;
}

#totop {
	position:fixed;
	bottom:10px;
	left:49%;
	z-index:10;
	display:none;
}
#totop img {
	width:20px;
}
#footer {
	font-size:17px;
	background-color:#F2F2F2;
	margin-top: auto;
}
.ui-effects-transfer {
	border: 1px dotted black;
}
#assitfactnotif {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#theme1droite
{
	margin-top: 0px;
	-webkit-perspective: 800;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.autoscrollformcontact
{
	background-color:#F4F4F4;
	margin-top:15px;
	padding-top:15px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s;
	-webkit-backface-visibility: visible;
	-webkit-transform: rotateY(0deg);
}
#theme1droite:hover .autoscrollformcontact
{
	/*-webkit-transform: rotateY(360deg);*/
	background-color:#FBFBFB;
}

.trombinoscope .trbprofil
{
	width: 100% !important;
}
/* Responsive */
@media screen and (max-width: 915px) {
	body, bodyback {
		font-size: 28px;
	}
	.body {
		font-size: 15px;
		margin-top:0px;
	}


	.espace_client
	{
		padding: 50px 0px 0px 0px;
	}
	.espace_client .btn
	{
		margin: auto;
	}


	.logo {
		width:900px;
	}
	.body-page {
		margin-top:0px;
	}

	#theme1droite
	{
		margin-top: 0px;
	}
	.accessite {
		cursor:pointer;
		font-size:20px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	}
	.btninterfaceclient {
		padding-left:25px;
		padding-right:25px;
		padding-top:5px;
		padding-bottom:5px;
		margin:0px;
		cursor:pointer;
		font-size:20px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	}
	.espacelient {
		font-size:15px;
	}
	.menu {
		z-index:500;
		position:absolute;
		left:auto;
		width:100%;
		height:auto;
		padding-left:0px;
		padding-right:0px;
		margin-top:10px;
		text-align:left;
	}
	.buttonmenu {
		margin:0px;
		padding:0px;
		text-align:center;
		vertical-align:middle;
		height:40px;
		width:25%;
		background-color:#F2F2F2;
		position:relative;
		float:left;
		font-size:12px;
		font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}
	.menuscrolled {
		z-index:400;
		position:absolute;
		left:auto;
		width:100%;
		margin-top:60px;
		padding-left:0px;
		padding-right:0px;
		text-align:left;
		background-color:#fafafa;
		display:none;
	}
	.cadre {
		margin-left:20px;
		margin-top:485px;
		color:#39F;
		font-size:26px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		position:absolute;
		width:840px;
		z-index: 11;
		background-color: white;
		padding:10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 1px 1px 5px #888888;
	}
	.cadre a {
		color:#36C;
		cursor:default;
	}
	.telephone {
		font-size:30px;
		color:#FFFFFF !important;
		text-shadow: 0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);

	}
	.arubrique {
		font-size:15px;
		font-weight:bold;
		letter-spacing:-1px;
	}
	.reglement {
		font-size:15px;
	}
	.planningmensuel td {
		font-size:12px;
		word-wrap: break-word;
	}
	.mailimg {
		margin-bottom:-6px;

		height:25px;
		max-width:100%;
		max-height:100%;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.buttonwidthmax {
		min-width:auto;
		height:30px;
		font-size:15px;
	}

	.mailimg:hover {
		margin-bottom:-6px;
		height:25px;
	}
	.zoom{
		font-size:30px;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.zoom:hover {
		font-size:30px;
	}
	p {
		font-size:20px;
		margin:0;
		margin-bottom:8px;
		padding:0;
	}
	#codepostal {
		max-width:200px;
		height:50px;
		width:200px;
	}
	#prestationgeoloc {
		position:relative;
		margin-bottom:15px;
		margin-left:0px;
		text-align:left;
	}
	#prestationgeoloc a {
		text-align:center;
	}
	#prestationgeoloc a img {
		max-width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	#formcontact {
		margin-top:0px;
	}
	#formcontact input {
		width:auto;
		min-width:90%;
		max-width:90%;
		height:auto;
		font-size:15px;
	}
	#formcontact button {
		width:90%;
		height:50px;
		font-size:30px;
	}
	#formcontact textarea {
		font-size:15px;
	}
	#reqmobile {
		padding-top:70px;
		font-size:40px;
	}
	#reqmobile a {
		font-size:40px;
	}
	#reqmobile img {
		margin:auto;
		padding:auto;
	}


	.colonnededroite, .colonnecommercial {
		width:100%;
		padding-right:0px;
	}
	.colonnecommercial {
		font-size:50px;
	}
	.colonnegaucheadmsite {
		position: relative;
		float: left;
		width:100%;
		padding-bottom:40px;
	}
	.imgflecheorder {
		max-width:30px;
	}
	.colonnedroiteadmsite {
		position: relative;
		float: left;
		width:100%;
	}

	h1 {
		font-size:30px;
		margin-left:5px;
	}
	h2 {
		font-size:25px;
		margin-left:5px;
	}
	ol li {
		font-size:15px;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:10px;
		margin-right:10px;
	}
	.main {
		background-image:url(image/main.png);
		background-repeat:no-repeat;
		background-size:64px 64px;
		width:64px;
		height:64px;
	}
	.zone {
		font-size:30px;
	}
	.prestationsmobile {
		margin-top:400px;
	}
	.prestations img {
		min-width:auto;
		height:auto;
		width:90%;
		color:#3C0;
		margin:10px;
	}
	.imgaccueil {
		height:auto;
	}
	.imgpresta {
		height:auto;
	}
	.ifryoutube {
		width:100%;
	}
	.devis {
		margin-top:20px;
		font-size:80px;
	}
	.devis:hover {
		margin-top:20px;
		font-size:80px;
	}
	.devis:hover a {
		margin-top:20px;
		font-size:80px;
	}
	.mobile {
		display:none;
	}
	.notmobile {
		display:block;
	}
	.notmobile li a{
		text-decoration: none;
	}
	.notmobile li a:hover{
		text-decoration: none;
	}
	.popup, .divevent{
		width:100%;
		top: 0px;
		left: 0px;
		margin-left: -0px;
		margin-top: 0;
		z-index:5;
		display:none;
	}
	.contentpop, .contentdivevent{
		background:rgba(255, 255, 255, 1);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}
	.contentpop img{
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}
	.popupdevisgratuit {
		font-size:15px;
	}
	.popuptextnum {
		font-size:15px;
	}
	#numaccroche {
		min-width:100%;
		max-width:100%;
		font-size:15px;
	}
	.admtabclient td {
		font-size:15px;
	}
	.admtabclient textarea {
		width:120px;
	}
	.admtabclient input {
		width:65px;
	}
	.admtabclient input[type=email] {
		width:100px;
	}
	.inputtitreligne {
		width:150px;
	}
	.bloctotal {
		margin-left:50%;
	}
	.tableplanning {
		width:870px;
	}
	.annmois {
		width:50px;
	}
	.totalannuelmob {
		font-size:5px;
		word-wrap: break-word;
	}

	#totop {
		left:45%;
	}
	#totop img {
		width:60px;
	}
	#footer {
		font-size:15px;
	}
}
@media print {
	body
	{
		background-color: white;  
	}
}

.bodybghaut { display:none; }
.bodybgbas { position:fixed; background:url(image/bgtheme1.png); background-repeat:repeat; min-height:100%; min-width:100%; z-index:-3; margin-top:0px; }
.bodyback { margin-top:30px;
}
.themeinfo a { cursor:pointer; }


.thumbsphotos .photoonly {
	display:flex;
	justify-content:space-around;
	padding:10px;
}
.thumbsphotos .photoonly img{
	border: 1px solid #ffffff20;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	padding: 5px;
}

.colonnedegauche .thumbsphotos {
	width:480px;
	margin-top:10px;
	padding:10px;
	background-color:#fafafa;
}
.colonnedegauche .thumbsphotos:hover {
	background-color:#EBEBEB;
}
.colonnedegauche .titre {
	text-align:left;
}
.colonnedegauche img {
	margin:1px;
}
.cadre {
	color:#606060;
	background-color: #fbfbfb;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #888888;
	cursor: auto;
}
.cadre a{
	color:#606060;
	cursor: pointer;
}
.theme1info {
}
.diapo{ width:430px; }
.clear{ clear:both }

.diapo a{
	outline:none
}

.diapo ul{
	margin:0;
	padding:0;
}

.diapo p{
	font-style:normal;
	text-shadow:none
}
.diapo .button {
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	font: 18px/100% 'Lobster Two';
	margin: 0 2px;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	vertical-align: baseline;
	padding:3px 6px
}
.green {
	background: -moz-linear-gradient(center top , #CDE552, #AFC937) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#CDE552), to(#AFC937));
	border: 1px solid #A2BA2E;
	color: #FEFEFE;
}
.green:hover {
	background: -moz-linear-gradient(center top , #AFC937, #C5DD4D) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFC937), to(#C5DD4D));
	color: #FFFFFF;
	text-decoration: none;
}
.green:active{
	position:relative;
	top:1px
}


.jDiaporama_wrapper{
	position: relative;
	clear: both;
}

.jDiaporama_slider{
	position:relative;
	overflow: hidden;
}

.jDiaporama ul{
	-moz-box-shadow:1px 1px 0.5em #222;
	overflow:hidden;
	position:absolute;
	left:0;
}

.jDiaporama li{
	list-style-type:none;
	overflow:hidden;
	float:left;
	position:relative;
	background: #000
}

.jDiaporama li img{
	display:block;
	margin: 0 auto
}

.jDiaporama .fade-tmp{
	position:absolute;
	z-index:1;
	text-align: center;
	background: #000
}

.jDiaporama .fade-tmp img{
	margin:0 auto;
	display:block
}

.jDiaporama-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.jDiaporama .desc{
	position:absolute;
	bottom: 0; left: 0; right:0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
	background:url(image/back_desc.png) repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back_desc.png',sizingMethod='scale');  _background-image:none;
	width:inherit;
	padding-bottom:20px;
	text-align:left
}

.jDiaporama .title{
	position:absolute;
	top: 0; left: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
}

.jDiaporama .count{
	position:absolute;
	top: 0; right: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Arial;
	padding:5px;
}

.jDiaporama_controls{
	display:none;
}

.jDiaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:block;
	margin:0 3px;
	position:absolute;
	z-index:1
}

.jDiaporama_controls .prev{
	background:url(image/controls2.png) no-repeat bottom;
	_background:url(image/controls.gif) no-repeat bottom;
	top:50%;
	margin-top:-16px;
	height:32px;
	width:32px;
	left: 0px
}

.jDiaporama_controls .next{
	background:url(image/controls2.png) no-repeat top;
	_background:url(image/controls.gif) no-repeat top;
	top:50%;
	margin-top:-16px;
	height:32px;
	width:32px;
	right: 0px
}

.jDiaporama_controls .pause{
	background:url(image/playpause.png) no-repeat top;
	_background:url(image/playpause.gif) no-repeat top;
	width:64px;
	height:48px;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-24px;
}

.jDiaporama_controls .play{
	background:url(image/playpause.png) no-repeat bottom;
	_background:url(image/playpause.gif) no-repeat bottom;
	width:64px;
	height:48px;
	left:50%;
	top:50%;
	margin-left:-32px;
	margin-top:-24px;
}

/**** Status ****/

.jDiaporama_status{
	text-align:center;
	margin: 0px auto;
	padding-bottom:10px;
	display:none;
	overflow:hidden
}

.jDiaporama_status a{
	background:url(image/bullets.png) no-repeat left;
	_background:url(image/bullets.gif) no-repeat left;
	float:left;
	width:10px;
	height:10px;
	text-indent:-9999px;
	margin-right:5px;
}

.jDiaporama_status .imgBack{
	width:50px;
	height:50px;
	margin-right:10px;
	margin-bottom: 10px
}

.jDiaporama_status a:hover, .jDiaporama_status a.active{
	background:url(image/bullets.png) no-repeat right;
	_background:url(image/bullets.gif) no-repeat right;
}

/********** themes ***********/

/** DESIGN **/

.design .jDiaporama_slider{ -moz-box-shadow:0 0 0.7em #333; }
.design .jDiaporama_status .imgBack{ -moz-border-radius:0.5em; -moz-box-shadow:0 0 0.3em #444; -webkit-border-radius:0.5em; -webkit-box-shadow:0 0 0.3em #444; border-radius:0.5em; box-shadow:0 0 0.3em #444; border:1px solid #555; opacity:0.4; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.design .jDiaporama_status .imgBack:hover{ opacity:1;  -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in }
.design .jDiaporama_status .imgBack.active{ -moz-box-shadow:inset 0 0 0.5em #333; opacity:1 }

/** BORDER **/

.border .jDiaporama_slider{ border:15px solid transparent }
.border .jDiaporama_status .imgBack{ border:2px solid #fff; opacity:0.5 }
.border .jDiaporama_status .imgBack:hover{ opacity:1 }
.border .jDiaporama_status .imgBack.active{ opacity:1; border:2px solid #333 }
.border .jDiaporama_controls .next{ right:10px; }
.border .jDiaporama_controls .prev{ left:10px; }

/****************/
/* Multi-themes */
/****************/

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
}

:root {
  --color-main-p: white;
  --color-second: #79477a;
  --color-second-p: white;
  --bg-black: #00000005;

  --padding-full: 90px 15vw;
  --padding-halfl: 90px 5vw 90px 15vw;
  --padding-halfr: 90px 15vw 90px 5vw;
  --padding-page: 3%;
  --big-padding: 30px;
  --normal-padding: 20px;
  --small-padding: 10px;

  --enormous-gap: 5%;
  --big-gap: 35px;
  --normal-gap: 15px;
  --small-gap: 5px;

  --big-bradius : 10px;
  --small-bradius : 3px;

  --rub-box-shadow: inset 0px 30px 200px white;

  --items-box-shadow: 9px 15px 40px #0000000d;
  --rub-border: 1.5px solid #ffffff61;

  --h1: 1.8rem;
  --h2: 1.5rem;
  --h3: 1.3rem;
  --big-p: 1.2rem;
  --normal-p: 1.025rem;
  --small-p: 0.8rem;
}

@media all and (max-width: 2160px) 
{
  :root 
  {
    --padding-full: 90px 10vw;
    --padding-halfl: 90px 5vw 90px 10vw;
    --padding-halfr: 90px 10vw 90px 5vw;
  }   
}


@media all and (max-width: 1980px) 
{
  :root 
  {
    --big-padding: 20px;
    --normal-padding: 10px;
    --small-padding: 5px;

    --big-gap: 25px;
    --normal-gap: 10px;
    --small-gap: 5px;
  }   
}


@media all and (max-width: 1400px) 
{
  :root 
  {
    --padding-full: 70px 5vw;
    --padding-halfl: 70px 2.5vw 70px 5vw;
    --padding-halfr: 70px 5vw 70px 2.5vw;
    --big-gap: 15px;
  } 
}

@media all and (max-width: 900px) 
{
  :root 
  {
    --padding-full: 50px 2.5vw;
    --padding-halfl: 0px 0vw;
    --padding-halfr: 0px 0vw;
  }

  .halfrub:has(.parthalfpic)
  {
    --padding-halfl: 35px 2.5vw;
    --padding-halfr: 35px 2.5vw;
  }
}

.error
{
  display: flex;
  width: 100%;
  background-color: #d13636;
  box-shadow: inset 0em -1em 2em 0px #a22020;
  border-radius: var(--small-bradius);
}

.error .part_a
{
  width: 100px;
  background-color: #d13636;
  box-shadow: inset 0em -1em 2em 0px #a22020;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  padding: var(--normal-padding);
}

.error .part_b
{
  padding: 10px 15px;
  color: white;
}

.error img
{
  height: 25px;
  margin: auto;
  user-select: none;
}

.error p 
{
  padding: 0px !important;
  margin: auto 0px !important;
}

.bubble_help
{
  width: 100%;
  display: flex;
  background-color: #36d16f;
  box-shadow: inset 0em -1em 2em 0px #20a250;
  border-radius: var(--small-bradius);
}


.content_bubble_help
{
  margin: 15px;
}

.bubble_help img
{
  height: 25px;
  margin: auto;
  user-select: none;
}

.bubble_help .part_a, .bubble_help .part_b
{
  color: white;
  display: flex;
}

.bubble_help .part_b
{
  padding: 10px 15px;  
}

.bubble_help .part_a
{
  width: 100px;
  background-color: #36d16f;
  box-shadow: inset 0em -1em 2em 0px #20a250;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  padding: var(--normal-padding);
}

.bubble_help p
{
  margin: auto 0px;
  font-size: var(--small-p);
  text-align: left;
}

.btns 
{
  width: fit-content;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
  gap: var(--normal-gap);
}

.btns .btn
{
  border-radius: var(--small-bradius);
  cursor: pointer;
  user-select: none;
  display: flex;
  transition: background-image 0.5s ease;
  outline: none;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  padding: var(--normal-padding);
  height: fit-content;
}

.btn:has(img) p 
{
  margin: auto 0px !important;
}
.btn:has(img) img
{
  height: 25px;
  padding-right: 10px;
  margin: auto 10px auto 0px;
  border-right: 0.5px solid #C3C3C3;
}

#bloc_contact .big_btns, #bloc_contact .btn, #bloc_contact .btns_link a, #bloc_contact .icofavorite
{
  border-radius: var(--small-bradius);
  cursor: pointer;
  user-select: none;
  display: grid;
  transition: background-image 0.5s ease;
  outline: none;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  padding: var(--normal-padding);
}

#bloc_contact .big_btns:hover, .btns .btn:hover, #bloc_contact .btn:hover, #bloc_contact .btns_link a:hover, #bloc_contact .big_btns:active, #bloc_contact .btn:active, #bloc_contact .btns_link a:active
{
  background-image: linear-gradient(0deg, #d4d4d4 0%, #e5e5e5 100%);
  background-color: #f3f3f3;
  transition: background-image 0.5s ease;
}

#bloc_contact .btnnext
{
  background-image: none !important;
  background-color: #53a653;
  border: 0.5px solid #449c44;
  transition: background-image 0.5s ease;
}

#bloc_contact .btn, #bloc_contact .btns_link a
{
  padding: 5px 10px;
  font-size: var(--normal-p);
}

 .btn p, .big_btns p, .btn span, .big_btns span
{
  margin: auto;
  user-select: none;
  color: #393939;
}

input,
textarea {
  outline: none;
}

input[type="checkbox"] {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input[type="checkbox"]:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* DEBUT BODY BARRE */
/* Masquer par défaut */
.divraccourciagenda {
  position: fixed;
  background-color: white;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  margin-top: 10px !important;
  max-width: 300px;
  z-index: 500;
}

.divraccourciagenda a {
  margin: auto;
}

.body-barre {
  display: none;
}

.body-barre:has(.btnnav) {
  display: flex;
}

/* Appliquer des styles flex aux divs enfants */
.body-barre div {
  display: flex;
  margin: auto;
  gap: 10px;
  padding: 20px !important;
  flex-wrap: wrap;
}

.body-barre div:has(.msgokdlpdf) {
  flex-direction: column;
}
.body-barre .btnnav {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 3px;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  display: flex;
  user-select: none;
  font-size: 13px;
  width: fit-content;
  font-family: arial;
}


.body-barre .msgokdlpdf {
  margin: auto;
}

.body-barre button {
  border: none;
  background: none;
  cursor: pointer;
}

/* FIN BODY BARRE */

/* BLOC CONTACT */
#widget_moncompte
{
  display: grid;
  gap: var(--small-gap);
}

#widget_moncompte div 
{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#widget_moncompte .btn 
{
  width: fit-content;
  margin-left: auto;
}
/* FIN BLOC CONTACT */

/* DEBUT POP UP */
#fromm {
  color: grey;
  background-color: #fff;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 300px;
  text-align: left;
  z-index: 501;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
  box-sizing: border-box;
  overflow: auto;
}

#frommrel {
  color: grey;
  background-color: #fff;
  padding: 5px 10px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 75px;
  text-align: center;
  display: none;
  z-index: 500;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
  box-sizing: border-box;
}

#fromm a {
  font-size: 10px;
}
#frommrel a {
  font-size: 10px;
  margin: auto;
  text-align: center;
}

/* FIN POP UP*/

.page_mentions .rubmentionscontent .flex {
  gap: 20px;
  flex-wrap: wrap;
}

/* DEBUT AI */
#econeto-ai {
  z-index: 499;
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 20px;
  padding: 20px 0px;
}

#econeto-ai::before {
  background-color: black;
  filter: blur(70px);
}

#econeto-ai * {
  margin: 0px;
  box-sizing: border-box;
  font-family: open Sans, Calibri light, Helvetica Neue Light;
  font-size: 17px;
  word-break: normal;
}

#econeto-ai span,
#econeto-ai p {
  font-size: 16px;
}

#econeto-ai .reponse {
  width: 100%;
  margin: auto;
  display: flex;
  gap: 10px;
  border-radius: 15px;
}

#econeto-ai .reponse img {
  height: 75px;
}

#econeto-ai #formulaire {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 15px;
  padding: 20px;
}

#econeto-ai form p {
  color: white;
  text-align: left;
  margin: auto 5px auto 0px;
}

#econeto-ai textarea {
  width: 100%;
  margin: 0px auto;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  height: 110px;
  overflow: auto;
  border: none;
}

#econeto-ai label {
  display: flex;
}

#econeto-ai p {
  white-space: normal;
}

#econeto-ai .smallp {
  font-size: 13px !important;
}

#econeto-ai .uploadimage2024 .futuristicbtn {
  width: 250px;
}

#econeto-ai .share_networks {
  margin: auto;
  display: flex;
  gap: 10px;
}

#econeto-ai .share_networks a:first-of-type {
  margin-left: auto;
}

#econeto-ai .share_networks img {
  height: 40px;
}

#econeto-ai .divacceptrgpd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#econeto-ai .divacceptrgpd a {
  margin: auto !important;
  text-decoration: none;
  background: #0e153669;
  padding: 6px;
  border-radius: 5px;
  font-size: 10px !important;
}

#econeto-ai .divacceptrgpd span {
  margin: auto;
}

#econeto-ai .divacceptrgpd .labelp {
  flex-wrap: wrap;
  background: #0e153633;
  padding: 10px 5px;
  border-radius: 15px;
}

#econeto-ai .divacceptrgpd .smallp {
  width: calc(100% - 75px);
}

#econeto-ai .divacceptrgpd .privacylinks {
  margin-left: 75px;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

#econeto-ai .divacceptrgpd input {
  max-width: 75px;
}

#econeto-ai .divacceptrgpd input[type="checkbox"] {
  cursor: pointer;
}

#econeto-ai .futuristicbtn {
  position: relative;
  width: 180px;
  height: 55px;
  display: inline-block;
  background: white;
  border-radius: 5px;
  cursor: pointer;
  margin-left: auto;
}

#econeto-ai .futuristicbtn i {
  position: absolute;
  inset: -2px;
  display: block;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #1d43ad, #0e1538, #0e1538, #4866f3);
  transition: background-image 2.5s ease;
}

#econeto-ai .futuristicbtn:hover i {
  background-image: linear-gradient(45deg, #4866f3, #0e1538, #0e1538, #1d43ad);
}

#econeto-ai .futuristicbtn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  color: white;
  border-radius: 3px;
  background-color: #0e1538a6;
  display: flex;
  letter-spacing: 2px;
  transition: all 2.5s ease;
}

#econeto-ai .futuristicbtn:hover span {
  background-color: #090e26a6;
  transition: all 2.5s ease;
}

#econeto-ai #presentation {
  color: white;
  border-radius: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

#econeto-ai #presentation .logo {
  max-width: 100%;
  width: 400px;
}

#econeto-ai #presentation p {
  color: white;
}

#econeto-ai #presentation .deuxblocs {
  display: flex;
  gap: 20px;
}

#econeto-ai #presentation .deuxblocs div {
  width: 50%;
  background-color: #0e1536c7;
  padding: 20px;
  border-radius: 15px;
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 20px;
  flex: 1;
}

#econeto-ai #presentation .deuxblocs span {
  margin: auto;
}

#econeto-ai #presentation .deuxblocs div img {
  max-height: 100px;
  margin: auto;
}

#econeto-ai #formulaire .fifty {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#econeto-ai #formulaire .fifty .deuxchamps {
  display: flex;
  gap: 10px;
}

#econeto-ai #formulaire .fifty .deuxchamps label {
  width: 50%;
  gap: 5px;
}

#econeto-ai #formulaire {
  background-color: #0e1536c7;
}

#econeto-ai #formulaire input,
#econeto-ai #formulaire select {
  max-width: calc(100% - 150px);
}

#econeto-ai #formulaire p {
  width: 150px;
}

#econeto-ai #discussion {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#econeto-ai .reponse {
  display: flex;
}

#econeto-ai .reponse:has(pre[style*="display: none"]) {
  display: none;
}

#econeto-ai .reponse p {
  color: white;
}

#econeto-ai .reponse pre {
  width: 100%;
  border-radius: 15px;
  height: fit-content;
  padding: 20px;
  margin: auto auto 0px auto;
  background-color: #0e1536c7;
  color: white;
  white-space: normal;
  position: relative;
}

#econeto-ai select {
  cursor: pointer;
}

#econeto-ai .btn {
  cursor: pointer;
  border-radius: 15px;
  background-color: #00000030;
}

#econeto-ai #divformupload {
  width: 100%;
  margin: auto;
  border: 4px dashed #0e1536c7;
  padding: 50px 20px;
  margin-bottom: 20px;
  background: #0e15361f;
  border-radius: 15px;
}

@media all and (max-width: 2100px) {
  #econeto-ai p,
  #econeto-ai span 
  {
    font-size: 16px !important;
  }
}

@media (max-width: 1500px) {
  #cookie-customization ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) 
{

  #econeto-ai {
    width: 90%;
  }

  #econeto-ai * {
    font-size: 16px;
  }

  #econeto-ai #bigforminchat {
    padding: 0px !important;
  }

  #econeto-ai .smallp,
  #econeto-ai .divacceptrgpd a {
    font-size: 10px !important;
  }

  #econeto-ai:has(#presentation) {
    margin: 0px auto auto auto;
  }

  #econeto-ai #presentation .deuxblocs div img {
    max-height: 50px;
  }

  #econeto-ai #presentation .logo {
    max-width: 80%;
  }

  #econeto-ai .reponse img {
    height: 45px;
  }

  #econeto-ai .reponse pre {
    padding: 10px;
  }

  #econeto-ai .divacceptrgpd .labelp {
    flex-direction: column;
  }
  #econeto-ai .divacceptrgpd .smallp {
    width: 100%;
  }

  #econeto-ai .divacceptrgpd .privacylinks {
    margin-left: initial;
  }
}

@media (max-width: 700px) {
  #econeto-ai #bigforminchat {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  #fromm {
    width: 90%;
  }

  #econeto-ai {
    width: calc(100% - 10px);
  }

  #econeto-ai * {
    font-size: 14px;
  }

  #econeto-ai textarea,
  #econeto-ai label {
    flex-direction: column;
  }

  #econeto-ai #formulaire input,
  #econeto-ai #formulaire select {
    max-width: initial;
  }

  #econeto-ai #presentation .logo {
    margin: auto;
  }

  #econeto-ai #formulaire .fifty .deuxchamps {
    flex-direction: column;
  }

  #econeto-ai #formulaire .fifty .deuxchamps label {
    width: 100%;
  }

  #econeto-ai #presentation .deuxblocs {
    flex-direction: column;
  }

  #econeto-ai #presentation .deuxblocs div {
    width: 100%;
    max-width: initial;
  }
}

@media (max-width: 300px) {
  #econeto-ai #formulaire .fifty .deuxchamps {
    flex-direction: column;
  }
}

/* VIGNETTES */

#econeto-ai #bigforminchat {
  display: grid;
  gap: 20px;
  margin: auto;
  padding: 0px 10px;
  grid-template-columns: repeat(4, 1fr);
}

#econeto-ai #bigforminchat .vignette_chat {
  max-width: 300px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s;
}

#econeto-ai #bigforminchat .vignette_chat:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

#econeto-ai #bigforminchat .vignette_chat img {
  max-height: 200px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

#econeto-ai #bigforminchat .cpcommune {
  display: flex;
  flex-wrap: wrap;
}

#econeto-ai #bigforminchat .vignette_chat .cpcommune img {
  height: 13px;
  margin: auto 10px auto 0px;
}

#econeto-ai #bigforminchat .cpcommune span:last-of-type {
  width: 100%;
}
/* FIN AI */
.shortlink {
  position: relative;
  display: flex;
  flex-direction: column;
}

.iframe-container {
  aspect-ratio: 16 / 9;
  overflow: hidden; /* Masquer les parties de l'iframe qui dépassent */
  position: relative; /* Assurer que les enfants sont positionnés correctement */
  width: 100%;
}

.shortlink div:not(.iframe-container) iframe {
  background-color: grey;
}

.shortlink iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  width: 100%;
  height: 100%;
  border: none; /* Pas de bordure */
  pointer-events: none; /* Désactiver les interactions */
  transform-origin: 0 0;
}

iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 50%;
}

/* Style spécifique pour les PDF */
.shortlink iframe[src$=".pdf"] {
  height: 600px; /* Ajuster la hauteur selon vos besoins */
  transform: none; /* Pas de mise à l'échelle pour les PDF */
  width: 100%; /* Largeur complète du conteneur */
}



/****************/
/* Cookies */
/****************/

.alertcookie {
  text-align: center;
  padding: 2px;
}

#cookie-customization button,
#open-cookie-settings {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 3px;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  display: flex;
  user-select: none;
  font-size: 13px;
  width: fit-content;
  font-family: arial;
}


#cookie-customization #save-preferences {
  margin-left: auto;
}

#open-cookie-settings p {
  margin: auto;
}

/* DEBUT COOKIES */
#cookie-consent-banner,
#cookie-customization {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  padding: 15px;
  z-index: 1000;
  box-sizing: border-box;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cookie-consent-banner h3,
#cookie-customization h3 {
  text-align: left;
  width: 100%;
  font-size: 23px;
  margin: 0px !important;
}

.cookie-consent-container p,
#cookie-customization p,
#cookie-customization span {
  padding: 0;
  color: white;
  text-align: left;
}

#reopen-customization {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500 !important;
}

#cookie-customization .cookie-customization-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1100px;
  margin: auto;
}

#cookie-customization .cookie-customization-container h3,
#cookie-customization .cookie-customization-container p {
  width: 100%;
  color: white;
}

#cookie-customization ul {
  width: fit-content;
  margin: 0px auto;
  list-style-type: none;
  gap: 10px;
  padding: 0px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
}

#cookie-customization ul li {
  max-width: 350px;
  background-color: #00000070;
  padding: 10px 15px;
}

#cookie-customization label {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

#cookie-customization label p {
  margin: auto;
  color: white;
}

#cookie-customization button p {
  margin: auto;
  color: black !important;
}

#cookie-customization a {
  color: white;
  text-decoration: underline;
}

.cookie-consent-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cookie-consent-container div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-consent-container a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent-container button {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.cookie-consent-container button:hover {
  background-color: #0056b3;
}

.cookie-consent-container button p {
  margin: auto;
}

.forcustomcookie {
  cursor: pointer;
}
/* FIN COOKIES */


@media all and (max-width: 2100px) 
{
    #cookie-customization a {
    font-size: 17px !important;
  }
}

@media (max-width: 900px)
{
    .cookie-consent-container p,
  #cookie-customization p,
  #cookie-customization span {
    font-size: 14px !important;
  }

  #cookie-customization .detailstypecookie {
    display: none;
  }

  #cookie-customization ul {
    grid-template-columns: repeat(2, 1fr);
  }

  #open-cookie-settings {
    display: none;
  }

  .cookie-consent-container pre {
    font-size: 12px;
  }
}

@media (max-width: 600px)
{
    #cookie-customization ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Début widget devis */


@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.a4 *, .a4before * {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 18px !important;
  transition: all 1s ease;
}

.a4before {
  width: 50%;
  max-width: 850px;
  margin: 45px auto 15px auto;
}

.a4before .slogandoc {
    color: #A6B9C6;
    margin: 5px 0px 15px 0px;
}

.a4 {
  width: 50%;
  max-width: 850px;
  margin: 30px auto 30px auto;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.a4 .a4ctn {
  padding: 0px 20px 20px 20px;
}

.a4 .bandeau {
  width: 100%;
  padding: 15px;
  background-color: #fbfbfb;
  border-radius: 3px;
  
}

.a4before h1 {
  margin: 0px;
  margin-left: auto;
  font-size: 24px !important;;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  user-select: none;
  color: #1a73e8;
  text-shadow: none;
  text-transform: none;
  text-align: left;
  word-break: break-word;
}

.a4 input[type=number]::-webkit-inner-spin-button,
.a4 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.a4 input[type=number] {
  -moz-appearance: textfield;
}

.a4 input::placeholder,
.a4 textarea::placeholder {
  color: #E6E6E6 !important;
  opacity: 1;
}

.a4 input, .a4 textarea {
  border-radius: 3px;
  border: #dee2e6 1px solid;
  font-size: 16px;
  color: #222;
  outline: none;
  font-family: 'Roboto', sans-serif;
  background-color: white;
}

.a4 input {
  height: 30px;
}
.a4 input[type=date] {
    width: fit-content!important;
}
.a4 textarea {
  resize: none;
}

.a4 input:hover, .a4 textarea:hover {
  border: #1a73e8 1px solid;
}

.a4 button {
  cursor: pointer;
  background-color: #1a73e8;
  color: white;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
}

.a4 button:hover {
  background-color: #1669c1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}
.a4 .divcheckaddrfact {
    margin-top: 15px;
}
.a4 .divcheckaddrfact input[type="checkbox"] {
  display: none; /* On cache l'input natif */
}

.a4 .divcheckaddrfact .custom-checkbox {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.a4 .divcheckaddrfact input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.a4 .divcheckaddrfact input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '✔';
  color: white;
  font-size: 21px;
  position: absolute;
  top: 0px;
  left: 6px;
}




.a4 body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}

.a4 .a4 {
  width: 21cm;
  min-height: 29.7cm;
  margin: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.a4 .top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.a4 .top-section label {
  width: 50%;
  margin: auto;
  opacity: 0.1;
}
.a4 .top-section:hover label {
  opacity: 1;
}
.a4 .top-section label p {
  text-align: center;
}
.a4 .top-section label .colonne input {
  margin:auto;
  font-size: 14px!important;
}

.a4 .top-section:not(:has(.logo, .logos)) .client-info {
  width: 100%;
}

.a4 .colonne {
  display: flex;
  gap: 5px;
}

.a4 .colonne input {
  width: 50%;
}

.a4 .logo {
  width: 50%;
}

.a4 .logo img {
  width: 100%;
}

.a4 .logos {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  max-width: 50%;
}

.a4 .logos img {
  height: 50px;
  cursor: pointer;
  border: 2px solid transparent;
}

.a4 .logos img.selected {
  border-color: blue;
}

.a4 .step-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0 0px;
}

.a4 .step-title .number {
  background-color: #1a73e8;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.a4 .titrerub {
  display: flex;
  margin: 30px 0px 20px 0px;
}
.a4 .titrerub:first-of-type {
  margin: 15px 0px 20px 0px;
}

.a4 .titrerub p {
  margin: auto 0px;
}

.a4 label p {
  font-weight: normal;
  color: #004079;
  font-family: sans-serif;
  user-select: none;
}

.a4 .divcheckaddrfact label {
  display: flex;
  cursor: pointer;
}

.a4 .divcheckaddrfact label p {
  margin: auto 0px auto 0px;
  font-weight: 100;
  color: grey;
}

.a4 .divaddrfact {
  display: none;
}

.a4 .client-info textarea {
  margin-top: 5px;
  width: 100%;
  height: 40px;
}

.a4:has(.prestation) .startsuggestprestas {
    display: none;
}

.a4:not(:has(.prestation)) #btnaddpresta {
    display: none;
}

.a4:not(:has(.prestation)) .suitesimulateur {
    display: none;
}

.a4 .prestations {
  margin-top: 20px;
  min-height: inherit;
  width: 100%;
}

.a4 .prestation {
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
  background-color: #fbfbfb;
  transition: all 0.8s ease-in-out;
}
.a4 .divprestabtndel {
  text-align: right;
}
.a4 .divprestabtndel button,
#popup-photo-choice .divaddphoto button {
  background:none;
  border:none;
  color:#888;
  font-size:16px!important;
  cursor:pointer;
}
.a4 .prestation p, .a4 label p {
  margin: 20px 0px 7px 0px;
}

.a4 .prestation.dragged {
  opacity: 0.5;
  background-color: #eaf1fb;
  border: 2px dashed #1a73e8;
}

.a4 .prestation.drag-over {
  outline: 2px dashed #1a73e8;
  outline-offset: -4px;
  background-color: #f0f8ff;
}
.a4 .prestation.drag-over .dropzone {
  border: 2px dashed green;
}

.a4 .prestation .colonne {
  width: 100%;
  gap: 10px;
}

.a4 .prestation .colonne .half {
  width: 50%;
}

.a4 .prestation input, .a4 .prestation textarea {
  width: 100%;
}

.a4 .prestation textarea {
  height: 150px;
}

.a4 .dropzone {
  border: 2px dashed #efefef;
  padding: 10px;
  margin-top: 15px;
}
.a4 .dropzone p {
  text-align: center;
}

.a4 .dropzone:has(img) p {
  display: none;
}

.a4 .dropzone img {
  max-width: 200px;
  margin: 5px;
}

.a4 .photo-wrapper {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.a4 .photo-wrapper img {
  max-width: 200px;
  max-height: 100px;
  display: block;
  border-radius: 4px;
}

.a4 .close-photo {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.a4 .btnajouterpresta {
  margin: 0px 15px 15px auto;
}

.a4 .divmail {
  margin-top: 15px;
}

.a4 .divmail label {
  display: block;
  margin-bottom: 10px;
}

.a4 .divmail input[type="email"] {
  width: 300px;
  max-width: 90%;
  text-align: center;
}

.a4 .email-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.a4 .email-row input[type="email"] {
  width: 300px;
  max-width: 90%;
  padding: 8px;
  border-radius: 8px;
  font-size: 16px;
}

.a4 .email-row button {
  background-color: #28a745;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.a4 .email-row button:hover {
  background-color: #218838;
}

.a4 .footer {
  display: flex;
}

.a4 .footer button {
  background-color: #28a745;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 8px;
  margin-right: 0px;
}

.a4 .footer button:hover {
  background-color: #218838;
}
.a4 .whodev {
  display: flex;
  margin: 35px auto 0px auto;
}
.a4 .whodev img {
  max-height: 15px;
}
.a4 .whodev p{
    display: flex;
    margin: auto;
  border: 1px solid #fbfbfb ;
  background-color: #fbfbfb;
  border-radius: 3px;
  padding: 5px;
}
.a4 .whodev a {
    display: flex;
    margin: auto 5px;
  text-decoration: underline;
  font-weight: bold;
  color: #1a73e8;
}
#popup-photo-choice {
display:none;
position:fixed;
top:0; left:0;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.5);
z-index:9999;
justify-content:center;
align-items:center;
}
#popup-photo-choice .divactphoto button:first-of-type {
margin-bottom:15px;
}
#popup-photo-choice .divaddphoto {
background:#fff;
padding:20px;
border-radius:10px;
text-align:center;
width:300px;
}
#popup-photo-choice .divaddphoto p {
margin-bottom: 20px;
}
/* Fin widget devis */


@media all and (max-width: 2100px) 
{
    .a4, .a4before {
        width: 80%;
    }
}

@media all and (max-width: 1300px) 
{
    .a4, .a4before {
        width: 100%;
    }
}
@media (max-width: 900px)
{
    .a4 .logo {
        width: 100%;
    }
    .a4before .bandeau {
        margin: 0px 15px;
    }
    .a4before .slogandoc {
        margin-top: 15px;
        text-align: center;
    }
    .a4 {
        margin: 0px auto 30px auto;
    }
    .a4, .a4before {
        max-width: calc(100% - 10px);
    }
    .a4before h1 {
        font-size: 20px !important;
    }
    .a4 .top-section {
          display: block;
    }
    .a4 .client-info {
          width: 100%;
    }
    .a4 .a4ctn {
          padding: 0px 10px 20px 10px;
    }
    .a4 .divprestabtndel {
          margin-bottom: 30px;
    }
    .a4 .prestation {
          margin-bottom: 50px;
    }
    .a4 .prestations .prestation .colonne {
          display:block;
    }
    .a4 .prestations .prestation .colonne .half {
          width:100%;
    }
    .a4 input[type=date] {
          width: 100% !important;
    }
    #popup-photo-choice .divaddphoto {
        width: calc( 100% - 20px );
    }
}

@media (max-width: 600px)
{
}

.a4before h1 {
color: #18ba33;
}
.a4 .step-title .number,
.a4 button {
background-color: #18ba33;
}

