.error{
	color: red;
	text-decoration-style: none;
}

.succ{
	color: green;
	text-decoration-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 120%;
	background-image: url(colores_b.jpg);
}
html{

	  scroll-behavior: smooth;/*pour les lein de redirection dasn la page*/
  user-select : none;
}

.header {
	max-width: 35%;
	margin: 20px auto 0px;
	color: white;
	background-color: #5F9EA0;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
	font-size: 24px;
	font-family: Arial;
}
#inner {
max-width: 35%;
margin: 0px auto;
padding: 20px;
border: 1px solid #B0C4DE;
background: white;
border-radius: 0px 0px 10px 10px;
}

#perm{
		font-size: 15px;
	}

@media only screen and (max-device-width:1200px){
	.header{
		max-width: 60%;
	}
	#inner{
		max-width: 60%;
	}
	#perm{
		font-size: 10px;
	}
}

@media only screen and (max-device-width:700px){
#perm{
		font-size: 10px;
	}

}




.input-group {
	margin: 10px 0px 10px 0px;
}

.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 93%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
.btn {
	font-weight: bold;
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #5F9EA0;
	border: none;
	border-radius: 5px;
}
a{text-decoration:none;}

textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

.logo_frame{
	width: 50px;
}

#banner{
	z-index: 10;
	position: fixed;
	top: 0px;
	width: 100%;
	display: inline-block;
	background-color: white;
	border-width: 10px;}
#bann_left{
	float: left;
	display:inline;
	margin-top: 10px;
	background-color: white;
	margin-left: 150px;
	display:inline;}
#bann_right{
	float: right;
	align-items: right;
	display:inline;
	background-color: white;
	margin-right: 250px;}
.element{
	color: #5F9EA0;
	display:inline-block;
	margin: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-family: Arial;}
.element:after{
	display:block;
	content: '';
	border-bottom: solid 3px #5F9EA0;  
  	transform: scaleX(0);  
  	transition: transform 250ms ease-in-out;}
.element:hover:after{transform: scaleX(1);}
.element:fromRight:after{ transform-origin:100% 50%; }
.element:fromLeft:after{  transform-origin:  0% 50%; }

.elementout{
	color: #5F9EA0;
	display:inline-block;
	margin: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-family: Arial;}
.elementout:hover{
	color: red;
}
.elementout:after{
	display:block;
	content: '';
	border-bottom: solid 3px red;  
  	transform: scaleX(0);  
  	transition: transform 250ms ease-in-out;}
.elementout:hover:after{transform: scaleX(1);}
.elementout:fromRight:after{ transform-origin:100% 50%; }
.elementout:fromLeft:after{  transform-origin:  0% 50%; }

@media only screen and (max-device-width:1200px){
	.element{
	color: #5F9EA0;
	display:inline-block;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	font-family: Arial;}

	.elementout{
	color: #5F9EA0;
	display:inline-block;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	font-family: Arial;}

	#bann_left{
		font-size: 9px;
	}
	.logo_frame{
		width: 20px;
	}


}




a{text-decoration: none;}
.btnn {
    padding: 15px;
    border: 2px solid;
    font-family: Arial;
    font-size: 18px;
    color: white;
    background: #E23232;
    border-radius: 10px;
    border-style: 3px;
    border-color: #E23232;
    cursor: pointer;
}

.btnn:hover{
	background: white;
	color: #E23232;
}

#onglet {}

#onglet::hover{
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid blue;
    transition-duration: 1s;
    /*transition: transform .5s ease;
    transform-origin: 100% 0;*/
}
@media only screen and (min-device-width:900px){
#cookie {
	font-size: 10pt;
	line-height: 26px;
}
}

#cookie {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    color: #ccc;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 2%;
    left: 15%;
    right: 15%;
    display: none;
    z-index: 10;
}
#cookie a {
    color: #4B8EE7;
}
#hidecookie {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
    font-size: 12pt;
}
#hidecookie:hover {
    color: #FFF;
}