
html, body {
	background-color: white;
	overflow-x: hidden;
	height: 100%;
}

body {
	font-size: 1.1rem;
	font-family: 'aktiv-grotesk-extended', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: url('../img/bg-body.jpg') no-repeat center center fixed;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}

/*---------- COLORS ----------*/

body {
	background-color: transparent;
}

.bg-dark {
    background-color: #004991!important;
}

.bg-content {
	background-color: transparent;
}

section {
    background-color: transparent;
}

.footer-dark {
    background-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #D1A193;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p {
	color: #D1A193;
}

p a {
	color: #D1A193;
	text-decoration: underline;
}

p a:hover {
	color: #D1A193;
}

.font2 {
	font-family: 'domlovesmary-pro', sans-serif !important;
	text-transform: none;
}

.text-sm {
    font-size: .9rem!important;
}

label a {
	color: #D1A193;
	text-decoration: underline;
}

label a:hover {
	color: #D1A193;
}

label {
	color: #D1A193;
	font-weight: bold;
}

.btn {
	text-transform: uppercase;
}

.btn-link {
    color: #D1A193;
}

.btn-link:hover {
    color: #D1A193;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.5rem;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-primary.disabled:hover {
    color: #a4a4a4;
    background-color: transparent;
    border-color: #a4a4a4;
}

.btn-outline-primary:hover {
    color: #6e00ff;
    background-color: rgba(112, 0, 255, 0.7);
    background-color: transparent;
    border-color: rgba(110, 0, 255, 0.7);
}

.hover-scale-90:hover,.scale-90{
	-webkit-transform:scale(0.9)!important;
	-ms-transform:scale(0.9)!important;
	transform:scale(0.9)!important;
}

.zone-diet-comment {
	display: none;
}

/*---------- HEADER/FOOTER ----------*/

.header .container {
	background: #E9CBBE;
}

.navbar-toggler {
	position: relative;
	z-index: 100;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (min-width:992px){
	.navbar-toggler {
		display: none;
	}
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.header, .navbar, .navbar-top {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
    
#navbar-logo {
	width: 100%;
	max-width: 500px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.navbar-nav .nav-link {
    font-size: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: black;
}
  
.navbar-nav .nav-item:not(:first-child) .nav-link:after {
	 content: "";
	 position: absolute;
	 display: block;
	 border-top: 30px solid white;
	 width: 1px;
	 margin: -27px 0px 0px -20px;
}

.header-collapse-show .navbar-nav .nav-item:not(:first-child) .nav-link:after {
	border: none;
}

.header-collapse-show .navbar-nav .nav-link {
    font-size: 1.2rem;
}

.header-collapse-show {
	/*background-color: #273444;*/
}

.header-collapse-show #logo-container {
	/*display: none;*/
}

.navbar-main.navbar-collapsed {
	margin-top: 40px;
}

.navbar-nav .nav-link {
	text-transform: uppercase;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: black;
}

.slice {
    padding-top: 3rem;
}

#logo-footer {
	width: 60px;
}


/*---------- HOME ----------*/

.text-home {
	font-size: 7em;
}

@media screen and (max-width: 780px){
	.text-home {
		font-size: 5em;
	}
}

/*---------- INFOS ----------*/

.text-big {
	font-size: 4.5em;
}

.gmap {
	max-width: 100% !important;
	height: 400px !important;
	position: relative !important;
	margin-bottom: 30px;
	border: 10px solid #E9CBBE;
}

.find-hotel .divider {
	border-top: 1px solid #E9CBBE;
	margin-top: -10px;
	margin-bottom: 30px;
}

.find-hotel h3 {
	font-size: 3.5em;
	font-weight: normal;
}

.find-hotel .divider::after {
	content: '';
	display: block;
	margin: -8px auto 0px auto;
	width: 15px;
	height: 15px;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
	background-color: #E9CBBE;
}

/*---------- RESGISTER ----------*/

.form-control::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder{
	color: white;
}

.form-control:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder{
	color: white;
}

.form-control::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder{
	color: white;
}

.form-control::placeholder,
.form-control:focus::placeholder{
	color: white;
}

.custom-control-label:before {
	background-color: #E9CBBE;
    border: 2px solid #E9CBBE;
}

.custom-control-input:checked~.custom-control-label:before {
    /*color: #004991 !important;*/
    border-color: #E9CBBE;
    background-color: #E9CBBE;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #E9CBBE;
	border-color: #E9CBBE;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #E9CBBE;
}

.form-control {
	color: white;
	background-color: #E9CBBE;
	border: 1px solid #E9CBBE;
	text-transform: uppercase;
}

.form-control:focus {
	color: white;
	background-color: #E9CBBE;
	border: 1px solid #E9CBBE;
}

.btn-outline-primary {
    color: #E9CBBE;
    border-color: #E9CBBE;
}

.btn-outline-primary:hover {
    color: #E9CBBE;
    border-color: #E9CBBE;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: white;
    background-color: #E9CBBE;
    border-color: #E9CBBE;
}


.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}

.accordion .card {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
}

.card-header {
    border-bottom: none;
}

.accordion>.card .card-header {
    margin-bottom: 0px;
}

.btn-primary {
    color: white;
    background-color: #E9CBBE;
    border-color: #E9CBBE;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: white;
    background-color: #E9CBBE;
    border-color: #E9CBBE;
}

.btn-dark {
    color: white;
    background-color: #E9CBBE;
    border-color: #E9CBBE;
}

.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #E9CBBE;
    background-color: white;
    border-color: white;
}

#btn_contrib_video,
#btn_contrib_ecrite {
	font-size: 0.8em;
}

#contribution_ecrite {
	font-size: 1.2em;
}

#video-recorder,
#audio-recorder {
	margin: 0 auto;
	width: 640px;
}

@media screen and (max-width: 780px){
	#video-recorder,
	#audio-recorder {
		margin: 0 auto;
		width: auto;
	}
}

#pipeRecordRTC-video-recorder {
	margin: 0 auto;
	background: #E9CBBE !important;
	/*
	background: url('../img/bg-test.jpg') no-repeat center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		*/
}

#pipeRecordRTC-audio-recorder {
	margin: 0 auto;
}

#pipeClickPowered-video-recorder,
#pipeClickPowered-audio-recorder {
	display: none !important;
}

.controls button i {
	margin-left: 2px;
}

.controls button#recordbtn {
	padding-top: 1px;
}

.controls button#recordbtn i {
	margin-left: 1px;
}

.controls button#playbtn i {
	margin-left: 3px;
}

.g-recaptcha div {
	margin: 0 auto;
}


/*---------- PRIVACY POLICY ----------*/


.fancybox-is-open .fancybox-bg {
	opacity: .7;
}

.fancybox-bg {
	background: white;
}

.fancybox-active {
	height: 100% !important;
}

#privacy-policy {
	position: relative;
	text-align: justify;
	max-width: 640px;
}

#privacy-policy p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 16px;
	color: #D1A193;
}

#privacy-policy-header {
	background: #E9CBBE;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#privacy-policy-header a,
#privacy-policy-header a:hover {
	color: #fff !important;
}

#privacy-policy h1 {
	font-size: 1.4em;
	color: #D1A193;
}

#privacy-policy h2 {
	font-size: 1.2em;
	color: #D1A193;

}

#privacy-policy a,
#privacy-policy a:hover {
	color: #D1A193;
}


/*---------- CONTRIBUTION ECRITE ----------*/

#infos-contribution-ecrite {
	position: relative;
	text-align: justify;
	max-width: 640px;
}

#infos-contribution-ecrite p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.85em;
	line-height: 16px;
	color: #273444;
}

#infos-contribution-ecrite-header {
	background: #273444;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#infos-contribution-ecrite-header a,
#infos-contribution-ecrite-header a:hover {
	color: #fff !important;
}

#infos-contribution-ecrite h1 {
	font-size: 1.4em;
	color: #273444;
}

#infos-contribution-ecrite h2 {
	font-size: 1.2em;
	color: #273444;

}

#infos-contribution-ecrite a,
#infos-contribution-ecrite a:hover {
	color: #273444;
}
