
* {
/* Here we set the margin and padding  0 */
  margin: 0; 
  
    padding: 0;
}
h1 
{
	color: red;
	padding: 10px;
	text-align: center;
}

h3 
{
	color: blue;
	text-align: center;
    padding: 10px;
}
h3 
{
	text-align:center;	
	margin:40px;
}
h4 
{
	text-align:center;	
}
ul
{
	list-style-type:circle;
	margin-left:20px;
}
ul li 
{
	display: list-item;
	margin-left: 40px;
}
ul li ul
{
	margin-left: 20px;

}

/* doument html writer */
p 
{ 
	direction: ltr; 
	color: #000000; 
	text-align: left; 
	orphans: 2; 
	widows: 2; 
	background: transparent;
	margin:30px;
}
p.western { font-family: "Times New Roman", serif; font-size: 10pt; so-language: fr-FR; font-weight: bold }
p.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-weight: bold }
p.ctl { font-family: "Times New Roman", serif; font-size: 10pt; so-language: ar-SA; font-weight: bold }
h3 { direction: ltr; color: #000000; orphans: 2; widows: 2; background: transparent; page-break-after: avoid }
h3.western { font-family: "Times New Roman", serif; font-size: 10pt; so-language: fr-FR; font-weight: bold }
h3.cjk { font-family: "Times New Roman", serif; font-size: 10pt; font-weight: bold }
h3.ctl { font-family: "Times New Roman", serif; font-size: 10pt; so-language: ar-SA; font-weight: bold }
h4 { direction: ltr; color: #000000; orphans: 2; widows: 2; background: transparent; text-decoration: underline; page-break-after: avoid }
h4.western { font-family: "Times New Roman", serif; font-size: 10pt; so-language: fr-FR }
h4.cjk { font-family: "Times New Roman", serif; font-size: 10pt }
h4.ctl { font-family: "Times New Roman", serif; font-size: 10pt; so-language: ar-SA }
a:link { color: #0000ff; text-decoration: underline }
a:visited { color: #800000; so-language: zxx; text-decoration: underline }
.rightNav {
    width: 50%;
}
.contact {
	position: absolute;
	color: white;
    top: 350px;
	left: 23%;
	opacity: 0.8;

}
.logo_facebook{
	position: absolute;
    top: 100px
	left: 30pi%;
	opacity: 0.6;
	object-position : 50% 50%


}
.logo_coelacanthe{
	position: absolute;
    top: 10px;
	right: 10px;
	opacity: 0.6;
	width: 250px;
    height: 200px ;

}
.logo_coelacanthe_nouveau{
	position: absolute;
    top: 0%;
	left: 0%;
	opacity: 0.9;
	width: 200px;
    height: 200px ;

}
.logo_ESCALL {
	position: absolute;
	width: 100px;
    height: 100px ;
    top: 260px;
	right: 1%;
	opacity: 1;
	border: 1px solid grey;

}
.clearfix{
	overflow: auto;
	zoom:1 
}
.logo_facebook {
	position: absolute;
    top: 200px;
	left: 0%;
	width: auto;
    height: auto ;
	opacity: 1;
	transform: translate(80%, -60%)
}

.logo_FFESSM {
	position: absolute;
	width: 100px;
    height: 100px ;
    top: 260px;
	left: 1%;
	opacity: 1;
	border: 1px solid grey;
}



.sdp {
  width: 100%;
  height: auto;

}

.merou {
  width: 100%;
  height: 400px;
}


.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  border: 2px solid grey;
}
.haut {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.gauche {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}
.centre_haut {
  grid-column: 2 ;
  grid-row: 2;
}
.centre_bas {
  grid-column: 2 ;
  grid-row: 3;
}
.droite {
  grid-column: 3;
  grid-row: 2 ;
}

.premier_plan {
	z-index: 3;
}
.arriere_plan {
	z-index: 1;
}
.mi_plan {
	z-index: 2;
}
.coelacanthe {

	align-items: center;
    justify-content: left;
	background-color:#284F95;
	color:#FFF;
	font-size:30px;
	font-style:oblique;
	font-variant:small-caps;
	height:100px;
	padding-top:15px;
	
}
  
.affilie {
	background-color:#284F95;
	color:#FFF;
	font-size:15px;
	font-style:oblique;
	font-variant:small-caps;
	height:100px;
	padding-top:15px;
}
.barre-de-nav {
    display: flex;
 	font-size:25px; 
/* This is used to make the navbar sticky, So that the
    navbar stays at the top part even if we scroll */
    position: sticky; 
    align-items: center;
     justify-content: flex-start;
    top: 0px;
	left:0px;
	height:50px;
	z-index: 3;
  
/*it specifies the mouse cursor to be displayed
    when it is pointed over the element */
    cursor: pointer;
}

.liste-barre-de-nav {
    width: 100%;
	height : 50px;
    display: flex;
	padding-bottom: 20px;
}
  
.liste-barre-de-nav li {
    list-style: none;
    padding: 26px 30px;
}

.liste-barre-de-nav li a {
    text-decoration: none;
    color: white;
}
  
.liste-barre-de-nav li a:hover {
    color: black;
}
.background {
     /*background: rgba(0, 0, 0, 0.4) url(images/coelacanthe/logo_coelacanthe.jpg); */
    background: blue;
    background-blend-mode: darken;
    background-size: cover;
}

#search {
    padding: 5px;
    font-size: 15px;
    border: 2px solid grey;
    border-radius: 4px;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:300px;
	width:600px;

}

.mapouter{
	position:relative;
	text-align:right;
	height:300px;
	width:600px;
	grid-column: 2 ;
	border: 2px solid grey;
}
.wrapper_piscine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  border: 2px solid grey;
}
.piscine {
	position:relative;
	height :100%;
	left:0;
	grid-column: 1 ;
	margin:30px;
	
}
.image_dgaem {
	position:relative;
	left:20%;
	grid-column: 1 ;

	
}
.margin_h34 {
	margin:40px;
}

.encadrement {
	border-bottom-width :1px;
border-bottom-style: solid;
border-top-width: 2px;
border-top-style: solid;
}