@charset "utf-8";
/* CSS Document */


a:visited { color:#00C; }
a:active { color:#00C; }

import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@media (max-width: 1200px) {
    .container{
        .content{
            padding: 0 20px;
            .row{
                .col-lg-6{
                    .center{
                        .img-responsive{
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
}

body {
	margin: 0px;
	padding: 0px;
        background-color: #dbf3fb;
	font-family: "Roboto Condensed", sans-serif;
}

li {
	list-style:none;
	display:inline;
	
}

.passwd
{
	float:right;
	margin-right: 70px;
}

.password {

font-size: 1.4em;
}
footer {
	
	min-width:100%;
    height:100px;
	position:relative;
	text-align: center;
	bottom: 0px;
	left: 0px;
	margin: auto;
	margin-top: -10px;
	z-index: 100;
	border-radius: 10px;
	background-color: #01abe6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: 0.6;

	
}

#logo {
	float: left;
	margin-top: 1px;
	margin-left: 2px;
}



#bas {

	height: 30px;
	text-align:center;
	margin: auto;
	font-size: 1.2em;
}

#bas ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bas li {
	display: inline-block;
}

#bas a {

	color: #FFF;
	text-decoration: none;
}


.bulle {
	width: 140px;
	height: 105px;
	background: url(../images/rond.png);
	margin-left: 390px;
	float: left;
        position: absolute;
        top: 0px;
}

.txt_bulle {
	display: block;
	color: #fff;
	font-size: 1em;
	text-align: center;
}


.compteur_bulle {
	display: block;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}




.cadre_exp {
	
	background-color: #01abe6;
	margin-top: 15px;
	
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../PIE/PIE.htc);
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height:auto;
	color:#FFF;
        min-height: 175px;
}

.ss_cadre_exp {
	background-color: #01abe6;
	padding: 5px;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	padding: 5px;
	
	color: #fff;
}

.ss_cadre_exp2 {
	
	padding: 5px;
	float: left;
	margin-right: 1%;
	padding: 5px;
	background-color: #01abe6;
	color: #fff;
}

#home {
background-color: #01abe6;
height:200px;
}

.titre_bloc1 {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 3px;
}

.titre_bloc2 {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 3px;
}

.login { 
float:none;
margin-top:20px;
}

.center {
    position: relative;
	}
.txt {
	text-align:left;
	color:#FFF;
	font-size:1em;
}
.img-responsive {
max-width : 100%;
heigth: auto;
display: block;
border-radius:10px;
}

.cgu {
	text-align:left;
}

.content {
    border-radius: 5px;
    background-color: #FDFBFB;
}

.erreur {
    font-size: 1em;
    color: red;
    text-align: center;
    margin-top:  10px;
}

.error {
    font-size: 1em;
    color: red;
    text-align: center;
    margin-top:  10px;

}

.messageok {
    font-size: 1em;
    color: green;
    text-align: center;
    margin-top:  10px;   
}

.acc_top {
	float: right;
	height: 24px;
	margin-right: 10px;
	margin-top: 30px;
}


.top {
	width: 100%;
	height: 110px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
	margin-top: 5px;
	
	margin-right: auto;
	
	margin-left: auto;
	/*background-image: url(../images/header_h.png); */
	
}

.pub {
	margin: auto;
	border: 1px solid #999;
	height:90px;
	width:728px;
	
}

.pub_home {
	margin: auto;
	
	height:60px;
	width:468px;
	float:right;
}


.success {
	
        font-size: 1em;
	color: #0C6;
	text-align: center;
}


#socio {
    margin-top: 50px;
	margin-bottom: 50px;
}

.form-control {
  border: 2px solid #a4c5d0;
  border-radius: 50px;
}

.inscription legend {
	color: #0099ff;
}

#valider, #envoi {
	border-radius: 20px;
	background-color: #0099ff;
	border: none;
}

.passwd a {
	color: #0099ff;
}