/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height: 1;}ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}

@font-face {
	font-family: 'FranceTVBrown-Light';
	src: url('FranceTVBrown-Light.otf');
	font-weight: normal;
	font-style: normal;
}
html { 
	height: 100%;
	width: 100%;
	margin: auto;
	display:inline-block;
}

body{
	font-family: "FranceTVBrown-Light", Helvetica, Arial, sans-serif;
	font-weight : normal;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 0.05em;
}
a {text-decoration: none; color:#FFFFFF; outline: none;}
a:link {text-decoration: none; color:#FFFFFF;}
a:visited {text-decoration: none; color:#FFFFFF;}
a:active {text-decoration: underline; color:#FFFFFF;}
a:hover {text-decoration: none; color: #FFFFFF;}

li a, ul a {text-decoration: none; color:#000000; outline: none;}
li a:link, ul a:link {text-decoration: none; color:#000000;}
li a:visited, ul a:visited {text-decoration: none; color:#000000;}
li a:active, ul a:active {text-decoration: underline; color:#000000;}
li a:hover, ul a:hover {text-decoration: none; color: #000000;}

input::placeholder.frm1 {color: #FFFFFF;}
input::placeholder.frm2 {color: #000000;}

input[type=text].frm1, input[type=password].frm1 {
    width: 80%;
    height: 100px;
    text-align: center;
    display: inline-block;
    background-color: #69BAED;
    color: white;
    border-radius: 1.5em;
    border: none;
	margin-bottom: 5%;
	font-size: 1.5em;
}
input[type=text].frm2 {
    width: 100%;
    height: 80px;
	font-family: 'FranceTVBrown-Light';
    text-align: left;
	padding-left: 80px;
    display: inline-block;
	box-sizing: border-box;
    background-color: #E1E1E1;
    color: black;
	border: none;
    font-size: 1.1em;
	background-image: url('images/frm2.png');
	background-position: 15px 15px; 
	background-repeat: no-repeat;
}
input[type=text].frm3, select.frm3 {
    width: 100%;
    height: 80px;
	font-family: 'FranceTVBrown-Light';
    text-align: left;
	padding-left: 80px;
    display: inline-block;
	box-sizing: border-box;
    background-color: #E1E1E1;
    color: black;
	border: none;
    font-size: 1.1em;
}
input[type=text].frm4, input[type=password].frm4, select.frm4 {
    width: 100%;
    height: 80px;
	font-family: 'FranceTVBrown-Light';
    text-align: left;
	padding-left: 80px;
    display: inline-block;
	box-sizing: border-box;
    color: black;
    font-size: 1.1em;
	border: none;
	border-bottom: 1px solid #000000;
}
input[type=submit] {
  	width: 80%;
  	height: 100px;
  	background-color: #69BAED;
  	color: white;
  	border: none;
  	border-radius: 1.5em;
  	cursor: pointer;
  	text-align: center;
	font-size: 1.5em;
}
.bt1 {
    width: 3em;
    height: 1.2em;
    text-align: center;
    font-size: 1.1em;
	border-radius: 1.5em;
	background-color: #69BAED;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 3em;
	padding-right: 3em;
}

.cover{
	width: 70%;
    height: auto;
    objet-fit: cover;
	padding-top: 5%;
	padding-bottom: 5%;
}
.switch {
    position: relative;
    display: inline-block;
	box-sizing: border-box;
    width: 80px;
    height: 44px;
	margin-top: 18px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FF0004;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FF0004;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#index {
	height: 100%;
	width: 100%;
    vertical-align:middle;
	display:inline-block;
	background-color: black;
}
#pages {
	width: 100%;
	height: auto;
	min-width: 590px;
	max-width: 950px;
	margin:auto;
	background-color: coral;
}
#haut {
    width: 100%;
    height: 1.5em;
    color: #FFFFFF;
    background-color: #000000;
	display: flex;
	justify-content: space-between;
}
#bt_acc, #bt_edit {
	width: 10%;
	height: auto;
	transition: transform .1s;
  	display: flex;
	justify-content: center;
	align-items: center;
}
#bt_acc img:hover, #bt_edit img:hover {transform: scale(1.4);}

#logo{
	width: 78%;
	height: auto;
	float: left;
	font-weight : bold;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5em;
}

#accueil{
	width: 100%;
	height: auto;
	min-height: 700px;
	background-color: white;
	text-align: center;
}
#bas{
	width: 100%;
	height: 1.8em;
	font-size: 0.5em;
	line-height: 1.8em;
	text-align: center;
	background-color: black;
	color: white;
}
.rech_nom2 {
	width: 100%;
	height: auto;
	min-height: 450px;
	float: left;
	background-color: white;
}
ul.liste, ul.fiche {
	width: 100%;
	height: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	display: block;
	float: left;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

ul.liste {
	background-image: url('images/rech_fleche.png');
	background-position: 940px 0px; 
	background-repeat: no-repeat;
}
ul.fiche {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;	
}
li{
	width: 100%;
	height:80px;
	list-style:none;
	line-height: 80px;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
li.tel {
	height:80px;
	width: 50%;
	list-style:none;
	line-height: 80px;
	float: left;
	display: block;
	box-sizing: border-box;
}