.title_basic{

}
.button_theme{
	float:left;
	width:100%;
	padding: 5px 15px;
	height:auto;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background-color:#1c2a4d;
	font-size:16px;
	cursor:pointer;
}
.button_theme:hover{
	background-color:#0d7bbf;
	color:#FFF;
}
.button_green{
	float:left;
	width:100%;
	padding:15px 15px 15px 15px;
	height:auto;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background-color:#36632e;
	font-size:16px;
	cursor:pointer;
}
.button_green:hover{
	background-color:#429e31;
	color:#FFF;
}
.button2{
	float:left;
	width:100%;
	padding:15px 15px 15px 15px;
	height:auto;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background-color:#006ff7;
	font-size:16px;
	cursor:pointer;
}
.button2:hover{
	background-color:#4b4cb9;
}
/* menu */
.btn_menu_desk {
	position: fixed;
	z-index: 2001;
	top: 0px;
	left:0;
	background: #FFF;
	display: none;
	overflow-y:scroll;
	height:100%;
	width: 365px;
}
.show{
	display:block!important;
}
a.link_menuColor {
	color:#2d2d2d;
}
.link_menuColor:hover a{
	color:#000;
}
.btn_menu_desk > ul >li >a:hover {
    color: #fff;
    background: #071725;
}
.line_menu_connection{
	left:0;
	top:0;
	position: absolute;
	width:100%;
	background-color: #071725;
	padding:10px 5px;
	text-align: center;
	color:#FFF;
	font-size:20px;
}
.titre_categorie_menu{
	float:left;
	padding: 10px 5px 10px 54px;
	color:#969397;
	weight:300;
	width:100%;
	font-size:18px;
}
.menu_link{
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	padding:10px 5px 10px 54px;
}
.menu_link:hover{
	background-color:#a9bcc7;
	text-decoration:none;
	color:#000;
}
.close_menu_desk{
	position:fixed;
	left:337px;
	color:#FFF;
	font-size:18px;
	width:auto;
	cursor:pointer;
	top:10px;
}
.menu_separator{
	float:left;
	width:100%;
	height:1px;
	background-color:#CCC;
	margin-top:20px;
	margin-bottom:20px;
}
.square_header{
	float:right;
	width:calc(100% / 3);
	max-width:80px;
	height:calc(100% - 4px);
	color:#000;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	cursor:pointer;
}
.square_header:hover{
	background-color:#00a5db;
	color:#FFF;
}
.square_theme3{
	background-color:#85cba5;
	color:#FFF;
	cursor:pointer;
}
.square_theme3:hover{
	background-color:#85cba5;
	color:#FFF;
	cursor:pointer;
}
/* menu */

/* label, input, form */
.switch {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #30333f;
     -webkit-transition: .4s;
     transition: .4s;
}

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

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

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

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

.closebottom{
	position:absolute;
	top:10px;
	right:10px;
	color:#CCC;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	height:40px;
	font-size:8px;
	width:40px;
	border-radius:50%;
	border:solid 1px #CCC;
	cursor:pointer;
}
.bandeau_mob_float{
	float:left;
	width:100%;
	color: #FFF;
	font-size: 22px;
	height: 55px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	background-color:#48aad3;
}
/* Rounded sliders */
.slider.round {
     border-radius: 34px;
}

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

.search_input{
     height:60px;
     width:80%;
     border:none;
     outline:none;
     position:absolute;
     top:-110px;
     right:21%;
     padding-left:20px;
     padding-right:40px;
     font-size:18px;
     color:#665;
}
.search_input2{
     height:60px;
     width:70%;
     border:none;
     outline:none;
     position:absolute;
     top:-110px;
     right:0px;
     padding-left:20px;
     padding-right:40px;
     font-size:18px;
     color:#665;
}
/* label, input, form */

/* table */
tfoot input {
   width: 100%;
   padding: 3px;
   box-sizing: border-box;
}
td{
     /*height:70px;*/
     border-bottom:solid 1px #CCC!important;
}
tr th{
     border-bottom:solid 1px #CCC!important;
}
/* table */

.window_table{
     width:900px;
     top:-40px;
     left:50%;
	float:left;
     transform: translateX(-50%);
     position:absolute;
     height:auto;
     min-height:200px;
     background-color:#FFF;
     border-radius:10px;
     padding:15px;
}

/* */
.bg-shadow{
	box-shadow: rgb(0, 0, 0) 0px 0px 22px -6px;
}
.bg-shadow2{
    box-shadow: rgb(0, 0, 0) 9px 3px 36px -10px;
}

/* */
#header-font{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:86px;
	max-height:86px;
	color:#000;
	background-color:#FFF;
	z-index:9999999999999999;
}
#champs_notif{
	position:fixed;
	top:60px;
	right:10px;
	width:500px;
	height:auto;
	min-height:20px;
	z-index:900;
}
#SBgPoppup{
	position:fixed;
	left:0;
	top:50px;
	z-index:708;
	display:none;
	cursor:pointer;
	margin-left:80px;
	width:calc(100% - 160px);
	height:100%;
	min-height:100%;
}
#BgPoppup, #BgPoppupPanier{
	position:fixed;
	left:0;
	top:0;
	z-index:808;
	display:none;
	cursor:pointer;
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
}
.divTitleBloc{
	float:left;
	width:100%;
	height:60px;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
}
.divTitleMiniBloc {
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    /* border-radius: 10px 10px 0px 0px; */
}
.poppup, .poppup2{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:800px;
	min-width:800px;
	background-color:#FFF;
	border: solid 1px #1c2a4d;
	box-shadow: 0px 3px 5px #CCC;
	z-index:810;
}
.conteneurRapide{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	padding:20px;
}
.cadrePoppup{
	width:100%;
	height:auto;
	font-size:14px;
}
.closePoppup, .closeRapide{
	position:absolute;
	top: 0px;
	font-size: 18px;
	right: 10px;
	width:30px;
	height:50px;
	text-align:center;
	display:flex;
	cursor:pointer;
	z-index:900;
	flex-direction:column;
	justify-content:center;
}
#Strict_poppup{
	position:fixed;
	top:50px;
	left:50%;
	transform:translatex(-50%);
	width:calc(100% - 160px);
	min-width:800px;
	height:calc(90% - 50px);
	background:none;
	border-radius:10px 10px 10px;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.07);
	z-index:710;
	overflow-y:scroll;
}
.title_strict{
	float:left;
	width:100%;
	height:40px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-size:16px;
	border-radius:0;
	display:flex;
	justify-content:center;
	flex-direction:column;
	text-align:center;
}
.close_strict{
	float:left;
	width:100%;
	height:40px;
	text-align:center;
	font-size:16px;
	border-radius:0;
	display:flex;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	cursor:pointer;
}
.title_poppup{
	float:left;
	width:100%;
	text-align:center;
	height:60px;
	font-size:18px;
	color:#000;
	margin-bottom:15px;
}

/* accueil */
.facebookdiv{
	position: fixed;
	top: 30%;
	right: -2px;
	width: 63px;
	border-radius: 4px;
	height: 101px;
	background-color: #3f6aab;
	z-index: 1000;
	background-image: url('../images/icones/logo_facebook_sur_sport-adhesion.png');
	background-position: center bottom;
	background-size: 40px auto;
	background-repeat: no-repeat;
}
.ecran_accueil{
	float:left;
	height:400px;
	width:100%;
	background-position:center bottom;
	background-size:cover;
	position:relative;
	background-image:url('../images/fonds/bg-sport-adhesion-retch.jpg');
}
.slogan_accueil H1, .slogan_accueil{
	position:absolute;
	bottom:100px;
	width:auto;
	left:20px;
	height:auto;
	color:#fff;
	z-index:9;
	font-family: 'Quicksand', sans-serif;
	font-size:56px;
	text-shadow:3px 3px 12px #000;
}
.big_title_home{
	width:100%;
	float:left;
	font-size:48px;
	text-align:center;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
.bouton_type_sport{
	position:absolute;
	left:50%;
	bottom:30px;
	transform: translateX(-50%);
	height:50px;
	background-color:#00a5db;
	border:none;
	color:#FFF;
	border-radius:5px;
	width:auto;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:20px;
}
.bouton_type_sport:hover{
	border:solid 2px #00a5db;
	background-color:#FFF;
	color:#00a5db;
}
.inscription_text{
	border-left:solid 1px #CCC;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:40px;
	margin-left:10px;
	float:left;
	width:auto;
}
.search_bar{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	z-index:900;
}
.text_search_bar{
	color:#FFF;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	font-size:20px;
	height:100%;
}
.input_search_bar {
    float: left;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    outline: none;
    border: none;
    /* border-left: solid 1px #FFF; */
    background: none;
    font-size: 20px;
    background-color: #ffffffcf;
    padding: 20px;
    margin-top: 5px;
    margin-left: 5px;
}
.avantage {
    height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 20px;
}
.blue_circle_bouton{
	width:200px;
	color:#FFF;
	height:40px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background-color:#00a5db;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.text_description_accueil_sport{
	float:left;
	width:100%;
	height:auto;
	font-size:20px;
	text-align:center;
}
.text_p_home{
	font-size:18px;
	margin-top:30px;
	opacity:0.5;
}
.mark_stage{
	position:absolute;
	top:-150px;
	left:0;
	width:100%;
	height:auto;
	z-index:800;
}
/* accueil */


/* footer */
.style_footer{
	float: left;
	width: 100%;
	height: auto;
	background-color: #2c3e50;
	color: #FFF;
}
.footer_haut_bas {
	float: left;
	width: 100%;
	height: 140px;
}
.contact_info {
	height: auto;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact_footer {
	float: left;
	width: calc(100% / 4);
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFF;
}
.tag_croisisere {
	float: left;
	width: auto;
	height: auto;
	padding: 5px;
	border: solid 1px #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	font-size: 11px;
	margin-right: 7px;
	margin-top: 4px;
}
.triangle_center {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 50px;
    position: relative;
    cursor: pointer;
}
.arrow_triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}
.triagnle_gotop {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 50px;
	border-color: transparent transparent #1b71a7 transparent;
}
.bg_newsletter {
	float: left;
	width: 130px;
	height: 40px;
	background-color: #1b71a7;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.newsletter_input {
	float: left;
	width: calc(100% - 130px);
	height: 40px;
	background-color: #FFF;
	padding-left: 15px;
	outline: none;
	border: none;
	border-radius: 0!important;
	color: #000;
}
.button_submit_newsletter {
	position: absolute;
	right: 0px;
	top: 50%;
	height: 40px;
	width: 40px;
	transform: translateY(-50%);
	background: none;
	cursor: pointer;
	border: none;
}
.blue_expert_color {
    color: #1b71a7;
}
/* footer */
/* tarifs */
.panier_service{
	float:left;
	width:100%;
	height:auto;
	background-color:#FFF;
	margin-top:56px;
	border: solid 0.5px #0c1f34;
}
.myService{
	float:left;
	width:100%;
	height:auto;
	background-color:#0c1f34;
	padding:10px 30px;
	color:#FFF;
	font-size:19px;
}
.content_service{
	float:left;
	width:100%;
	height:auto;
	padding:10px;
	color:#000;
}
/* tarifs */
.wdBlArticle{
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-color:#000;
	color:#FFF;
	padding:20px;
	background-color: rgb(0 0 0 / 82%);
	text-align: center;
	font-size:28px;
	display:none;
	z-index:900;
	min-width: 400px;
}
.button_payement{
	float:left;
	width:100%;
	padding:15px 15px 15px 15px;
	height:auto;
	color:#FFF;
	text-align:center;
	background-color:#12931b;
	font-size:16px;
	cursor:pointer;
	border:none;
	outline:none;
}
.button_payement:hover{
	background-color:#23c32e;
	color:#FFF;
}
.button_payement:disabled{
	background-color:#CCC;
	color:#000;
}
.button_blue{
	float:left;
	width:100%;
	padding:8px 15px;
	height:auto;
	color:#FFF;
	text-align:center;
	/* border-radius:5px; */
	background-color:#25692a;
	font-size:16px;
	cursor:pointer;
	border:none;
	outline:none;
}
.button_blue:hover{
	background-color:#2a7b30;
	color:#FFF;
}
.typeStage{
	float:left;
	width:50%;
	text-align: center;
	padding:10px 15px;
	cursor:pointer;
	background-color:#0c1f34;
	color:#FFF;
	transition: 0.4s;
}
.typeStage:hover, .typeStage.activeList{
	background-color:#00a5db;
	color:#FFF;
}