@font-face{
	font-family: "Cabin";
	src: url('Cabin-Regular.ttf');
}

@font-face {
	font-family: "CenturyGothic";
	src: url('GOTHIC.TTF');
}

@font-face {
	font-family: "CenturyGothicBold";
	src: url('GOTHICB.TTF');
}

@font-face {
	font-family: "Apalu";
	src: url('Apalu.ttf');
}

*{
    margin: 0px;
    padding: 0px;
    font-family: CenturyGothic;
	font-size: 16px;
}

html {
	height: 100%;
	overflow-x: hidden;
}


body {
	min-height: 100vh;
	background-color: #f5f4ec;
	display: block;
	height : 100%;
	color: #33281e;

}

.btn-primary {
	color: #fff;
	background-color: #33281e;
	border-color: #33281e;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #4e3333;
	border-color: #4e3333;
}

body#homepage {
	background-image: none !important;
}


.container.body-container {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 38px;
	min-height: calc(100% - (130px + 38px + 130px - 3px));
	padding-top: 20px;
}



#main, .main {
	flex: 1;
	min-height: 100px;
	padding: 10px 100px 25px 100px;
	padding-bottom: 10px;
	padding-bottom: 25px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0);
	max-width: 1200px;
	margin: auto;
	margin-top: 40px;
}

#topbar {
	background-color: #6b96b5;
	height: 130px;
}

.topmenu {
	font-size: 22px;
}

a {
    color: #33336e;
    text-decoration: none;
}

a:active {
    color: #dda262;
    text-decoration: none;
}

.h2, h2 {
    font-size: 26px;
}

.logo-home {
    width: 80%;
    max-width: 225px;
}

.logo-header {
    margin: auto;
	max-width: 220px;
    margin-top: 10px;
}

#header {
    width: 100%;
    display: block;
    text-align: center;
}

.col-1 {
    width: 49%;
    float: left;
	margin-right: 2%;
}

.col-2 {
    width: 49%;
    float: left;
}

.div-home-1 {
	background-image: url("../img/backgrounds/home-header-2.png") !important;
	height: 482px;
	float: left;
	width: 100%;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: -120px;
	z-index: 10;
	position: relative;
}

.block-home-main-1 {
	background-color: #f5f4ec;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

.block-home-main-2 {
	background-color: #212321;
	float: left;
	position: relative;
	width: 100%;
	height: 600px;
}

.block-home-main-2 {
	background-color: #0pbac0;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 11;
}

.block-home-main-3 {
	background-color: #f5f4ec;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}


#block-title {
	font-family: CenturyGothicBold;
	font-size: 30px;
	line-height: 25px;
	color: #33281e;
	margin-bottom: 20px;
	padding-top: 20px;
}


.navbar-default {
    background-color: #74ba3b;
    border-color: transparent;
    border-radius: 15px 15px 0px 0px;
}

.navbar-toggle {
    position: relative;
    margin-right: 0px;
    padding: 16px 12px;
    margin-top: -10px;
    margin-bottom: 5px;
    background-color: #2c3e50;
    background-image: none;
    border: 1px solid #2c3e50;
    border-radius: 28px;
    float: unset;
}

.navbar-default .navbar-toggle {
    border-color: #2c3e50;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #2c3e50;
	border-color: #2c3e50;
    background-color: transparent;
}

header {
	z-index: 100;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
}

.page-logo {
    padding-bottom: 0px;
    margin: -110px 0px 0px 0px;
    border-bottom: 20px solid transparent;
}


.site-title {
    font-size: 23px;
    color: #fff;
    font-family: "yikes";
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 2px;
	margin-bottom: 3px;
	display: none;
}

a.aheader {
    color: #fff;
    text-decoration: none;
}

#bas-page {
    height: 130px;
}

.data-epreuve {
    font-size: 18pt;
    font-weight: bold;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font: 16px/1.5 sans-serif;
    line-height: inherit;
    color: #2c3e50;
    border-bottom: 1px solid transparent;
    font-weight: 700;
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 0px 50px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#inscription_mm19_InsBirthdate > select {
    width: 30%;
    float: left;
    margin-right: 10px;
}

#inscription_mm19_InsGender > div {
    width: 100px;
    float: left;
}

#inscription_mm19_InsFFA > div  {
    width: 65px;
    float: left;
}

#inscription_mm19_InsNavette > div  {
    width: 65px;
    float: left;
}

#titre-form {
	color: #555;
	font-size: 25px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

#form-part {
    background-color: #fff;
    padding: 5px;
	margin-bottom: 40px;
}

#form-part-valid {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    min-width: 250px;
	font-size: 11pt;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.text-muted {
    color: #888;
}

#valid-form {
    text-align: center;
}


.flyer-home {
    width: 100%;
}


#block-pres {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 2px;
}

#block-pres > p {
    font-size: 12pt;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #2c3e50;
    background-color: transparent;
}

.header-home {
    width: 100px;
    margin-top: -80px;
    padding: 5px;
}

.body-container {
    flex: 1;
    min-height: 100px;
}

.page-title {
    background-color: #76b82e;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
}

.mod-central {
    max-width: 300px;
    margin: auto;
}

#header-resources > a {
    color: #fff;
}

#header-resources {
    color: #fff;
}

#code_promo_paiement_save {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: lightseagreen;
    border-color: lightseagreen;
}

.custom-file {
    width: 70%;
    float: left;
}

.btn.btn-primary.btn-lg.addfile {
    padding: 10px 10px 10px 10px;
}

.site-subtitle {
	font-size: 10pt;
	color: #fff;
	font-family: arial;
	letter-spacing: normal;
	display: block;
	width: 125px;
	float: right;
	line-height: 1.1;
}

.course-title {
    font-family: "heroes";
    margin-bottom: 10px;
}

.asso-title {
    font-family: "yikes";
	font-size: 20pt;
}

.course-header {
    width: 235px;
    float: right;
}

.dropdown-menu {
    list-style: none;
    font-size: 15px;
    text-align: center;
}

#bottom-user {
    z-index: 10000000;
    background: transparent none repeat scroll 0% 0%;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    transition: none 0s ease 0s;
    position: fixed;
    bottom: -4px;
    width: 60px;
    height: 35px;
    right: 10px;
}

#bottom-user > a {
    color: #fff;
}

.container {
    margin-left: 0px;
    margin-right: 0px;
}

.titre_lic {
    font-weight: bold;
}

.btn.btn-primary.btn-lg.color2 {
    background-color: #74ba3b;
    border-color: #74ba3b;
}

.btn.btn-primary.btn-lg.color2:hover {
    background-color: #439402;
    border-color: #439402;
}

#inscription_club_InsClubLicence {
    background-color: lightyellow;
}

#fiche-course {
	background-color: #f0f0f0;
	padding: 5px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	margin: unset;
	width: 100%;
	float: left;
	height: 300px;
}

#article-news > a {
    color: black;
}

h2 {
    line-height: 1;
    font-weight: ;
}

#thumb_rea {
    width: 50%;
}

.label {
    display: inline;
    padding: .2em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #64328a;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
	background-color: transparent;
}

.label-default:hover{
    background-color: transparent;
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: transparent;
}

a.label:focus, a.label:hover {
    color: #64328a;
    text-decoration: none;
    cursor: pointer;
}

.logo-header-2 {
    width: 30px;
    margin-top: 30px;
}

.logo-header-2 {
    width: 30px;
    margin-top: 45px;
    margin-right: 20px;
}

.label-success {
	background-color: #f8ca1b;
}

#taghighlight {
	color: #64328a;
	padding: 7px;
	width: auto;
	border-radius: 5px;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	background-color: #f8ca1b;
	font-weight: bold;
}

#block_head_page {
    display: flex;
    width: 100%;
}

#historyback {
	padding: 10px 10px 10px 35px;
}

.lienretour {
	font-size: 20px;
	color: #888;
}

.btn-success {
	color: #fff;
	background-color: #64328a;
	border-color: #64328a;
}

textarea.form-control {
	height: 200px;
}

#maincenter {
    text-align: center;
}

.tarteaucitronAlertBigBottom {
    bottom: 90px;
}

#cookieconsent\:desc {
    font-size: 10pt;
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.2em 1em 0.2em 1em;
	height: 100%;
}

.cc-compliance {
	display: block ruby;
}

.section.actions {
	display: inline-table;
	width: 100px;
	margin-top: 40px;
	position: relative;
}

.section.actions > a {

    color: #fff;
	margin-top: 4em;

}

#admin {
    background-image: none;
	padding: 0px;
}

#notifnew {
	width: 30px;
	height: 30px;
	background-color: red;
	border-radius: 15px;
	text-align: left;
	padding: 3px 0px 0px 5px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 3px;
}

#admin > div > h1 {
    color: #fff;
}

.loader-img {
    margin-top: 46vh;
	width: 60px;
}

#block-home-ctn > p > img {
    max-width: 100%;
}

.block-home-ctn > p > img {
    max-width: 100%;
}

#map {
    height: 400px;
}

a.listags {
	color: rgb(44, 62, 80);
	font-family: Cabin;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}

a.listagsselect {
	color: #fff;
	background-color: darkmagenta;
	font-family: Cabin;
	font-size: 12pt;
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 8px;
}

a.listags:hover {
	color: #64328a;

}

#media_edit_Featured {
    margin-bottom: 40px;
}

.img_media_small {
	width: 180px;
	margin-top: 27px;
	margin-left: -11px;
}

.city, .city > p {
	font-size: 9pt;
}

.content-block {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-color: #555;
	color: #555;
}

.content-block:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

#background_screen {
	background-image: url("../img/screen.png");
	background-size: cover;
	width: 250px;
	background-position-x: center;
	text-align: center;
	margin: auto;
}

.btn.btn-primary {
	width: 100%;
	max-width: 450px;
}

.contact-form {
	width: 100%;
	float: left;
	position: relative;
}

.blockpage {
	width: 100%;
	float: left;
	position: relative;
}

#floating-panel {
	width: 100%;
	text-align: center;
	padding: 10px;
	float: left;
}

div.header-homepage {
	padding-top: 0%;
	padding-bottom: 1%;
	background-color: inherit !important;
	position: relative;
	height: auto;
}


.block-home-user-main {
	margin-top: 0px;
	width: 100%;
	float: left;
	padding: 70px;
	padding-bottom:0px;
	padding-top: 10px;
}
.block-home-main > div > div {
	width: 100%;
	display: block;
	height: 300px;
	padding: 20px;
	background-color: #f0f0f0;
}


.block-home-contact {
	margin-top: 50px;
	width: 100%;
	float: left;
	padding: 40px 40px 40px 40px;
	background-color: #eedfd7;
}

.block-home-contact-c1 {
	width: 50%;
	background-color: #555;
	color: #fff;
	height: 350px;
	float: left;
	padding: 40px;
}


.block-home-contact-c2 {
	background-image: url("../img/backgrounds/maudoffice.jpg") !important;
	height: 350px;
	float: left;
	width: 50%;
	background-size: cover;
	background-position: center;
}

#block-home-ctn {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	padding: 15px;
	height: 100%;
	background-color: #fff;
	min-height: 280px;
	border-radius: 5px;
	width: 99%;
		float: left;
}

.block-home-ctn {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	padding: 15px;
	height: 100%;
	background-color: #fff;
}

#block-home-photos {
	padding: 15px;
	width: 99%;
	height: 100%;
	background-color: #f0f0f0;
	float: left;
	margin-top: 55px;
}

.btn-1 {
	text-transform: none;
	margin-top: 5px;
	font-weight: normal;
	font-family: CenturyGothic;
	font-size: 20px;
	color: #e0e0e0;
	border-radius: 10px;
	background: #33281e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 27px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: auto;
	margin-top: 30px;
	box-shadow: 0px 10px 12px -7px rgb(0 0 0 / 52%);
}


.btn-1:hover {
	background-color: #dda262;
	color: #fff;
	text-decoration: none;
}

.btn-1-i {
	text-transform: none;
	margin-top: 5px;
	font-weight: normal;
	font-family: CenturyGothic;
	font-size: 20px;
	color: #33281e;
	border-radius: 10px;
	background: #dda262;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 27px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: auto;
	margin-top: 30px;
}


.btn-1-i:hover {
	background-color: #33281e;
	color: #fff;
	text-decoration: none;
}

.btn-2 {
	text-transform: none;
	margin-top: 5px;
	font-weight: normal;
	font-family: CenturyGothic;
	font-size: 20px;
	color: #e0e0e0;
	border-radius: 10px;
	background: #33281e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 27px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: auto;
}


.btn-2:hover {
	background-color: #dda262;
	color: #fff;
	text-decoration: none;
}

.presta {
	color: #000 !important;
	background: #e9bac0 !important;
}

.presta:hover {
	color: #fff !important;
	background: #212321 !important;
}


#bottom {
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #222;
}

#bottom-bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #6b96b5;
	padding: 2px 10px 2px 10px;
	height: 130px;
	color: #fff;
}

#bottom-bar-left {
	width: 50%;
	float: left;
	text-align: left;
}

#bottom-bar-right {
	width: 50%;
	float: right;
	text-align: right;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	height: 38px;
}

.sticky2 {
	position: fixed;
	top: 30px;
	width: 100%;
}


.logo-central-minimize {
	width: 125px !important;
	margin-top: 0px !important;
}

#navbar {
	background-color: #fff;
	width: 100%;
}

.post-metadata .metadata {
	margin-right: 10px;
}


#main-pres {
	width: 80%;
	text-align: justify;
	margin: auto;

}

#main-login {
	width: 20%;
	text-align: justify;
	float: right;
}

.block-logo {
	width: auto;
	margin: auto;
	display: block;
}



#bottom-bar-right > a {
	color: #fff;
}

#bar-lang {
	position: absolute;
	top: 10px;
	left: 10px;
}

.ilang {
	height: 20px;
}

#logo-central {
	margin-top: 10px;
	height: 110px;
}

.coeur-icon {
	width: 30px !important;
}

.img_media_full {
width: 100%;
}


#article-media {
	text-align: center;
	max-width: 800px;
	margin: auto;
}

.img-thumb {
	width: 100%;
}

#block-home-user-1 {
	width: 64%;
	float: left;
	display: block;
	position: relative;
}

#block-home-user-2 {
	width: 30%;
	float: left;
}

.chat-cadre {
	width: 100%;
}


#login-buttons {
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 25px 10px;
	border-color: #aaa;
	border-radius: 5px;
}

#login-arguments {
	border-style: solid;
	border-width: 0px;
	padding: 40px 10px 75px 10px;
	border-color: #ccc;
	border-radius: 5px;
	text-align: left;
	/*box-shadow: -webkit-box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39);
	box-shadow: 10px 10px 23px -9px rgba(0,0,0,0.39);*/
	background-color: transparent;
	width: 900px;
	margin: auto;
}

.logtd1 {
	width: 50px;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

#home-contact-ca1 {
	text-align: center;
	font-size: 30px;
}

#home-contact-ca2 {
	text-align: center;
}

#block-txt {
	font-size: 16px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	min-height: 125px;
	text-align: left;
}

.block-txt {
	font-size: 19px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	min-height: 125px;
	text-align: left;
}

.link-blog-home {
	font-size: 19px;
}

.block-home-photos {
	background-color: #f0f0f0;
	text-align: center;
	margin: 70px 0px 10px 0px;
	padding-top: 3px;
	float: left;
	width: 100%;
}

#home-img {
	display: block;
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 2px;
	border-radius: 50px 20px 50px 20px;
}

.img_home_mob {
	display: none;
}

.product-origin {
	font-style: italic;
	color: darkgray;
}

.block-center {
	text-align: left;
	padding-right: 30px;
}

.block-membre-main {
	width: 32%;
	float: left;
	min-height: 250px;
	text-align: center;
	vertical-align: top;
}

.block-membre-main_1 {
	width: 32%;
	display: inline-block;
	height: 500px;
	text-align: center;
}

.block-membre-main-2 {
	width: 68%;
	float: left;
	min-height: 250px;
	height: auto;
	text-align: center;
}

.block-membre-main_1_b {
	width: 64%;
	display: inline-block;
	height: 375px;
	text-align: center;
}


.userpic {
	position: relative;
}

#statutuser {
	background-color: #fff;
	width: auto;
	display: block;
	position: relative;
	padding: 5px;
	border-radius: 0px 5px 5px 0px;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 13px;
	padding-left: 20px;
}

#fiche1 {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin: 1%;
	width: 98%;
}

#fiche2 {
	float: left;
	background-color: lightpink;
	margin: 1%;
	width: 98%;
	padding: 5px;
	padding-left: 20px;
	font-size: 24px;
	line-height: normal;
}

#fiche3 {
	float: left;
	margin-top: 20px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	border-width: 3px;
	border-style: solid;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffff;
}

#statutins {
	float: right;
	margin-top: 17px;
	margin-right: 15px;
	border-radius: 15px;
	padding: 1px 10px 1px 10px;
	border-style: solid;
	border-width: 1px;
}

.btn_center {
	text-align: center;
	width: 100%;
}

.form-control, output {
	display: block;
	font-size: 18px;
	line-height: 1.42857;
	color: #2c3e50;
}

#pagephotos {
	float: left;
	width: 70%;
	padding: 5px;
	padding-top: 0px
}

#pagepost {
	float: left;
	width: 30%;
	background-color: #f0f0f0;
	padding: 5px;
	margin-top: 5px;
}

#pagepost > a {
	font-size: 22px;
	color: #222;
}

#bottom-txt {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

#bottom-txt > a {
	color: #ffffff;
}

.btn {
	font-size: 20px;
}

div > .sn-title {
	font-family: krinkes;
	font-size: 40px;
}

#block-notice {
	font-size: 18px;
	width: 50%;
}

#block-notice-cart {
	font-size: 18px;
	width: 50%;
}

#block-notice-cart {
	font-size: 18px;
	width: 100%;
	line-height: 18px;
}

.cart-text > ul > li {
	font-size: 18px;
}

#signature {
	font-size: 70px;
	font-family: "Indonesian";
	float: right;
}

.cart-text > ul > li {
	font-size: 18px;
	list-style-position: inside;
}

.prv-bdsm {
	float: right;
	width: 177px;
	margin-right: 10px;
	margin-left: 30px;
}

#block-subtitle {
	margin-top: -12px;
}

.text-legal {
	text-align: left;
	font-size: 14px;
	width: 50%;
	margin: auto;
}

.text-legal > a {
	font-size: 14px;
}

.prv-login {
	float: right;
	width: 225px;
	margin-right: 0px;
	margin-top: -30px;
}

.topmenu-u {
	font-size: 22px;
	color: chocolate;
}

#central {
	max-width: 650px;
	margin: auto;
}

.text-danger-custom {
	font-family: Vanlose;
	font-size: 45px;
	color: indianred;
}

.dashb_user {
	background-color: #f0f0f0 !important;
}

.dashb_chat {
	background-color: cornflowerblue !important;
}

.form-check {
	width: auto;
	float: left;
	margin-right: 40px;
}

.bdsmred {
	color: #921d1d;
}

.blogbdsm {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.ad-next-image {
	display: block !important;
}

.ad-prev-image {
	display: block !important;
}

.imgdesc {
	margin-left: 5px !important;
	font-size: 18px;
	color: #888;
}

.div-home-web-2 {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #d5deb2;
}


#home-bouleau-ca1 {
	font-family: CenturyGothicBold;
	font-size: 30px;
	padding: 0px;
	color: #33281e;
	margin-bottom: 20px;
}

#home-bouleau-ca2 {
	font-family: CenturyGothic;
	font-size: 18px;
	color: #9b6940;
	text-align: center;
}

#home-heidi-ca1 {
	font-family: CenturyGothicBold;
	font-size: 30px;
	padding: 0px;
	color: #ffffff;
	margin-bottom: 20px;
}

#home-heidi-ca2 {
	font-family: CenturyGothic;
	font-size: 18px;
	padding: 0px;
	color: #9b6940;
}

.block-home-pro {
	float: left;
	width: 100%;
	margin-top: 100px;
}

#home-pro-ca1 {
	font-family: CenturyGothicBold;
	font-size: 30px;
	padding: 0px;
	color: #212321;
	margin-bottom: 20px;
}

#home-pro-ca2 {
	font-family: CenturyGothic;
	font-size: 18px;
	padding: 0px;
	color: #33281e;
}

.img-acc {
	border-radius: 8px;
	margin-bottom: 5px;
}

.slide {
	margin-bottom: 4px;
}

.slide > img {
	max-width: 100%;
	border-radius: 5px;
}

.control > img {
	width: 32%;
	max-width: 150px;
	border-radius: 5px;
}

.img_spa {
	max-width: 600px;
	width: 100%;
}

.block-map-main-1 {
	background-color: #d5ddb0;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -1px;
}

.map-form-2 {
	width: 25%;
	float: right;
	margin-left: 10px;
}

.map-form-1 {
	width: 25%;
	float: right;
}

.date-choice {
	text-align: center;
	width: 100%;
}

.date-choice-1 {
	width: 200px;
	display: inline-block;
}

.date-choice-2 {
	width: 200px;
	display: inline-block;
}

.pers-choice {
	max-width: 406px;
	display: inline-block;
	width: 100%s
}

div.datedropper {
	--dd-color1: #8d952b !important;
	--dd-color2: white;
	--dd-color3: #222;
	--dd-color4: white;
	--dd-radius: 6px;
	--dd-width: 180px;
	--dd-shadow: 0 0 32px 0 rgba(0,0,0,0.1);
}

.pick-lk {
	color: #ccc !important;
}

option {
	font-family: sans-serif;
	font-size: 16px;
}

.resa-choice {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 12px;
	padding: 24px;
	background-color: #ffffff;
	max-width: 406px;
	margin: auto;
	margin-top: 10px;
}

.pres-chambre {
	font-family: CenturyGothic;
	font-size: 18px;
	color: #9b6940;
	text-align: left;
	z-index: 11;
	position: relative;
	padding-bottom: 20px;
}

.pres-presta {
	font-family: CenturyGothic;
	font-size: 18px;
	color: #111111;
	text-align: left;
	z-index: 11;
	position: relative;
}


.titre-chambre {
	font-family: CenturyGothicBold;
	font-size: 30px;
	padding: 0px;
	color: #33281e;
	margin-bottom: 20px;
	padding-top: 20px;
}

.chambre-equipement {
	width: 60%;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.pres-region {
	width: 80%;
	margin: auto;
	margin-bottom: 50px;
}


.titre-equip {
	font-family: CenturyGothicBold;
	font-size: 24px;
	padding: 0px;
	color: #33281e;
	margin-bottom: 20px;
	padding-top: 20px;
}

.pres-equip {
	font-family: CenturyGothic;
	font-size: 18px;
	color: #33281e;
	text-align: left;
}

.pres-equip-2 {
	font-family: CenturyGothic;
	font-size: 18px;
	color: #33281e;
	text-align: left;
	margin-top: 20px;
}

.pres-equip-bloc{
	width: 49%;
	display: inline-grid;
}

.space {
	float: left;
	height: 60px;
	width: 100%;
}

.component-frame {
	z-index: 99 !important;
}

.fa.fa-check.form{
	bottom: 10px;
	position: absolute;
}

.alert.alert-dismissible.alert-alert.fade.in.captcha {
	color: red;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}

.table.table-middle-aligned.unvalide {
	background-color: #ddd;
	border-radius: 8px;
}

.resa-choice-value {
	float: right;
}

.resa-choice-title {
	float: left;
}


.img-tree {
	width: 20%;
	position: absolute;
	left: 50px;
	bottom: 0px;
	min-width: 250px;
	z-index: 0;
	max-width: 350px;
}

.pres-chambre > ul, li {
	list-style-type: disc;
	line-height: 2;
}

.div-presta-web-1 {
	float: left;
	width: 100%;
	background-color: #f5f4ec;
	margin-top: 0vh;
	margin-bottom: 0vh;
	z-index: 10;
	position: relative;
	background-image: url("../img/backgrounds/barrehautsombre.svg") !important;
	height: 25vh;
	background-position: top;
	background-size: 101%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.imgmulti {
	max-width: 100%;
	border-radius: 8px;
}

.imgmulti1 {
	text-align: center;
}

#formbooking {
	margin-top: -60px;
}

.prevmedias {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}

.thumb_rea_mini {
	width: 65px;
	display: inline-block;
}

.showmedia {
	width: 100%;
	display: flex;
	justify-content: center;
}

.prevmedia {
	margin-top: 25%;
	margin-right: 1%;
	display: inline-flex;
}

.mediafull {
	display: block;
	max-width: 800px;
}

.nextmedia {
	margin-top: 25%;
	margin-left: 1%;
	display: inline-flex;
}

.aprevmedia {
	font-size: 26px;
}

a.nextmedia {
	font-size: 26px;
}

.mediadesc {
	text-align: center;
}
