*{
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0%;

}

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
header{
	
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0%;
	z-index: 6;
}

footer {
max-width: 100%;
background-color: #53566e;
color: white;
	}

input {
    margin: .4rem;
}

form {
	 margin-top: 5vh;
	 margin-bottom: 5vh;
}

label
{
	display: block;
	width: 10%;
	float: left;
}


.attestation > img{
	width:100%;
	height: auto;
}


.attestation
{
	width: 35%;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    text-align: center;

}
.attestation:hover
{

   	box-shadow: 0px 0px 15px rgb(119, 181, 254);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(3);
    transition: all 200ms ease-in;
    transform: scale(3);
    text-align: center;
    z-index: 7;
}



.avantage:hover span#text-hover{
	display: flex;
	 flex-direction: column;
}
#text-hover {
	display: none;
	font-size: 2vh;
	font-style: italic;
	color: rgb(16, 52, 166);
} 

.aimer {
	background-color: #EBEBEB;
	margin-bottom: 4vh;
	margin-top: 4vh;
}


.avantage
{

	width: 80%;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    text-align: center;

}
.avantage:hover
{
	color: white;
	background-color: black;
	width: 60%;
   	box-shadow: 0px 0px 150px rgb(119, 181, 254);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.50);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.50);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.50);
    transition: all 200ms ease-in;
    transform: scale(1.50);
    text-align: center;
    border-radius: 6px;
}





a[class=footer] {
text-decoration: none;
color: #B3B0B0;
}
a[class=footer]:hover {
color: #87878D;
text-decoration: underline;
}
a[class=footer]:active {
color: grey;
}
a[class=footer]:focus {
  outline: #00A1A1 auto 5px;
}


a[class=contact] {
text-decoration: none;
color: #434F6A;
}
a[class=contact]:hover {
color: #800000;
text-decoration: underline;
}
a[class=contact]:active {
color: grey;
}
a[class=contact]:focus {
  outline: #00A1A1 auto 5px;
}

a[class=header] {
text-decoration: none;
color: white;
}
a[class=header]:hover {
color: #6d071a;
text-decoration: underline;
}
a[class=header]:active {
color: white;
}
a[class=header]:focus {
  outline: #00A1A1 auto 5px;
}

a[class=headerPhone] {
text-decoration: none;
color: black;
}
a[class=headerPhone]:hover {
color: #6d071a;
text-decoration: underline;
}
a[class=headerPhone]:active {
color: white;
}
a[class=headerPhone]:focus {
  outline: #00A1A1 auto 5px;
}





#paragraphe{
	text-align: justify;
	font-size: 2vh;
	margin-left:10%;
	 margin-right:10%;
	  margin-top:2%;
	  margin-bottom: 2%;
}
#texteGrand{
	font-size: 3.6vh;

}
#texteMenu
{
	font-size: 1.5vh
}
#texteFormu{
	font-size: 1.2vh;
}
#textePetit{
	font-size: 2vh;
}
#texteMoyen{
	font-size: 2.2vh;
}
.texteInfoUtile
{
	font-size: 1vh;
}
#texteSoulignée
{
	color: #4a4e62;
	text-align: center;
	font-size: 5vh;
	margin-top: 2%;
}
#texteInfo{
	 font-family: eskapade, serif;
	 font-weight: 600;
	 font-style: italic;
	color: #007acc;
	font-style: italic;
	font-size: 4vh;
}
#imageLogo{
	max-width:40vh;
	height: auto;
	float: left;
	display: inline-block;
	display: flex;
	margin-right: 15px; 
	}

#imageFooter
{
	max-width:6vh;
	height: auto;
	display: inline-block;
	display: flex;

}

#imageContact
{
	max-width:5vh;
	height: auto;

}

.menu {
     flex-basis: 100%;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 2em;
    text-transform: uppercase;
    transition: margin .5s ease-in-out, max-height .5s ease-in-out, opacity .3s .1s ease-in-out;
    }
.menu-checkbox:checked ~ .menu {
   margin: 1em 0;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}
.menu-checkbox {
	opacity: 0;
	position: absolute;
	top: -1000px;
}
.menu-checkbox:focus + .menu-toggle {
    outline: #00A1A1 auto 5px;
}

.menu-toggle {
    padding: .5em 1em;
}
.nav-wrapper {
	align-items: center;
    display: flex;
    justify-content: space-between;
     flex-wrap: wrap;
}
.invisibleDebug {
	   margin: 0;
        max-height: 1000px;
        opacity: 1;
        padding: 0;
        visibility: visible;
        display: block;
}
.menu li {
    border-bottom: 1px solid #eee;
}

.menu li a {
    display: inline-block;
    padding: 0.5em 1em;
}
.visible {
 	 display: none;

    list-style:none;
 }
.adaptation {
	margin-left: 20%;
}

.footerLigne
{

width: 50%;
text-align: center;
margin-top: 2vh;
}
.marginFooter
{
	margin-left: 2%;
}
.footerTaille
{
	width: 100%;
}
.contactAdaptatif {
	width: 80%;
}

@media screen and (orientation:landscape)  /* and (min-width: 1540px)*/ {


	#texteFormu{
	font-size: 1.9vh;
}
	#texteMoyen{
	font-size: 2.5vh;
}
	#textePetit{
	font-size: 2.2vh;
}
#paragraphe{
	text-align: justify;
	font-size: 2.5vh;
	margin-left:10%;
	 margin-right:10%;
	  margin-top:2%;
	  margin-bottom: 2%;
}
#texteSoulignée
{
	color: #4a4e62;
	text-align: center;
	font-size: 10vh;
	margin-top: 2%;
}
#texteInfo{
	 font-family: eskapade, serif;
	 font-weight: 600;
	 font-style: italic;
	color: #007acc;
	font-style: italic;
	font-size: 7vh;
}
.avantage:hover
{
	width: 17%;
   	box-shadow: 0px 0px 150px rgb(119, 181, 254);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.50);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.50);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.50);
    transition: all 200ms ease-in;
    transform: scale(1.50);
    text-align: center;
    border-radius: 6px;
}
.avantage
{

	width: 25%;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    text-align: center;

}
.contactAdaptatif {
	width: 40%;
}

.footerTaille
{
	width: 50%;
}
.marginFooter
{
	margin-left: 25%;
}
	.adaptation{
	margin-left: 0%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.footerLigne
{
border-left: 0.2vh black groove;
width: 50%;
text-align: center;
margin-top: 2vh;
}
.attestation
{
	width: 10%;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    text-align: center;

}

    .menu-toggle,
    .menu-checkbox {
        display: none;
        font-size: 2em;
    }
    .site-title
    {
        align-items: center;
        display: flex;
        margin-left: 10px;
        margin-bottom: 15px; 
        margin-top: 15px;
    }
    nav > ul > li {
	float: left;
	position: relative;

}
.visible{
		margin: 0;
        max-height: 1000px;
        opacity: 1;
        padding: 0;
        visibility: visible;
        display: block;
}
 .invisibleDebug {
 	 display: none;

    list-style:none;
 }
 .texteInfoUtile
{
	font-size: 3vh;
}

}





nav{
	/*couleur du menu*/
}


nav > ul{
	margin: 0px;
	padding: 0px;
}
nav > ul::after{
	content: "";
	display: block;
	clear: both;
}
nav > ul > li {
	/*float: left;*/
	position: relative;
}

nav > ul > li > a {

	padding: 3vh 4.5vh;
	color: #FFF;
}
nav>ul>li:hover a{
	padding:  1.5vh 3vh 2vh 3vh;
}
nav li{
	list-style-type: none;
}
.souspartie{
	display: none;
}



nav a{
	display: inline-block;
	text-decoration: none;

}

nav li:hover .souspartie{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 100000;
}

.souspartie li{
	border-bottom: 1px solid #CCC;
}

.souspartie li a{ 
	padding: 1.5vh 3vh;
	font-size: 13vh;
	color: #222538;
	width:  270px; 
}

.index:hover{
	border-top: 5px solid #afafaf;
	background-color:  rgba( 175, 175, 175, 0.15); 

}
.gestionlocative:hover{
		border-top: 5px solid #afafaf;
	background-color:  rgba( 175, 175, 175, 0.15); 
}

.actualite:hover{
		border-top: 5px solid #afafaf;
	background-color:  rgba( 175, 175, 175, 0.15); 
	color: blue;
}





.syndic:hover{
	border-top: 5px solid #afafaf;
	background-color:  rgba( 175, 175, 175, 0.15); 
}

.contact:hover{
	border-top: 5px solid #afafaf;
	background-color:  rgba( 175, 175, 175, 0.15); 
}

.espaceClient:hover{
	border-top: 5px solid #afafaf;
	background-color:  rgb( 175, 175, 175, 0.15);  
}
.actualite:hover{
	border-top: 5px solid #afafaf;
	background-color:  rgb( 175, 175, 175, 0.15);  
}

.index .souspartie{
	background-color:  rgb( 175, 175, 175);
}

.gestionlocative .souspartie{
	background-color:  rgb( 175, 175, 175);
}
.syndic .souspartie {
	background-color:  rgb( 175, 175, 175);
}

.contact .souspartie{
	background-color:  rgb( 175, 175, 175);
}

.espaceClient .souspartie{
	background-color:  rgb( 175, 175, 175); 
}
.actualite .souspartie{
	background-color:  rgb( 175, 175, 175); 
}

.souspartie li:hover a {
	color: #EEE;
	font-weight: bold;
}

.index .souspartie li:hover {
	background-color:  rgb( 90, 90, 90);
}

.gestionlocative .souspartie li:hover {
	background-color:  rgb( 90, 90, 90);
}

.syndic .souspartie li:hover {
	background-color:  rgb( 90, 90, 90);

}

.contact:hover li:hover{
	background-color:  rgb( 90, 90, 90);
}

.espaceClient:hover li:hover {
	background-color:  rgb( 90, 90, 90); 
}
.actualite:hover li:hover {
	background-color:  rgb( 90, 90, 90); 
}
.souspartie li:hover {
	background-color:  rgb( 90, 90, 90);
}





.gestionlocative:hover > a{
	color: blue;
}


.syndic:hover > a{
	color: blue;
}


.contact:hover > a{
	color: blue;
}
.espaceClient:hover > a{
	color: blue;
}
.index:hover > a{
	color: blue;
}
.actualite:hover > a{
	color: blue;
}



		#volet {
			z-index: 6;
			padding: 2vh;
			background: #555; color: #fff;	
			font-size: 2vh;
		}
		
		#volet a.ouvrir,
		#volet a.fermer {
			z-index: 6;
			padding: 2vh 2vh;
			background: #555;
			color: #fff;
			text-decoration: none;
		}

		#volet {
			z-index: 6;
			position: absolute;
			left: -40vh;  
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			transition: all .5s ease-in;
			width: 43vh;
		}
		#volet a.ouvrir,
		#volet a.fermer {
			z-index: 6;
			position: absolute;
			right: -9vh;
			top: 25%;
			height: auto;

			-webkit-transform: rotate(270deg);
			-moz-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			-moz-radius: 0 0 2vh 2vh;
			border-radius: 0 0 2vh 2vh;
		}
		#volet a.fermer {
			z-index: 8;
			display: none;
		}
		#volet:target {
			z-index: 6;
			left: 10px;
		}

		#volet:target a.fermer {
			z-index: 6;
			display: block;
		}
		#volet:target a.ouvrir {
			z-index: 6;
			display: none;
		}
		#volet_clos:target #volet {
			z-index: 6;
			left:  -40vh;
		}

		#volet_clos {
			z-index: 6;
			position: fixed; 
			top:35%; left: 50;
			font-size: 7vh;
		}




		.map-responsive {
overflow:hidden;
padding-bottom:75.25%;
position:relative;>
height:0;
}

.map-responsive iframe {
left:0;
top:0;
height:100%;
width:96%;
position:absolute;
}


.map-responsive2 {
overflow:hidden;
padding-bottom:35vh;
position:relative;>
height:0;
}

.map-responsive2 iframe {
left:5vh;
top:0;
height:100%;
width:90%;
position:absolute;
}