@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Inter:wght@200;400;600&display=swap');

@font-face {
  font-family: Weather-sunday;
  src: url(./fonts/Weather-sunday.otf);
  font-weight: 400;
}

*{
	padding:0px;
	border:0px;
	margin:0px;
}

html{
width:100%;
min-width:1000px;
scroll-behavior: smooth;
}

.main_width{
width:970px;
margin:auto;
}


body{
font-family: 'Inter', sans-serif;
color: #1E2132;
background-repeat:no-repeat;
width:100%;
}


/* *********************** COMMON *********************** */

.microdata{
display: none;
}

p{
color:#1E2132;
line-height:31px;
font-size:17px;
margin-bottom:13px;
}

h1{
color: #fff;
font-size: 64px;
font-family: "Weather-sunday", cursive;
padding-bottom: 12px;
margin-bottom: 22px;
text-align: center;
max-width: 650px;
margin: auto;
text-shadow: 0px 0px 8px rgb(54 54 54);
line-height: 86px;
z-index: 2;
position: relative;
padding-top: 200px;
opacity: 0;
transform: translateY(-20px);
padding-top: 22vh;
font-weight: 400;
}

h1 span{
border-bottom: 3px solid #FAD291;
display: inline-block;
height: 65px;
}

h2{
color:#2b3c4d;
font-size: 45px;
font-family: "Weather-sunday", cursive;
line-height: 53px;
margin-bottom:20px;
padding-bottom:7px;
font-weight: 400;
}

h2 span{
font-weight:700;	
}

h3{
color: #2b3c4d;
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
line-height: 33px;
margin-bottom: 21px;
margin-top: 29px;
}



a.button{
display: inline-block;
background-color: transparent;
border: 1px solid #1E2132;
text-transform: uppercase;
color: #1E2132;
padding: 7px 23px;
font-size: 15px;
text-decoration:none;
position: relative;
}

a.button:after {
position: absolute;
transition: .3s;
content: '';
width: 0;
bottom: 0;
height: 2px;
background: #1E2132;
right: 0;
left: auto;
}

a.button:hover:after {
width: 100%;
left: 0;
}

a{
color:inherit;
text-decoration:none;
transition: all 0.2s ease-in-out;
}

#wrapper li{
list-style-type:none;
font-size:13px;
line-height:19px;
padding-left:30px;
padding-bottom:8px;
	
}

.clear{
width:100%;
clear:both;
}

.button+p{
	margin-top: 30px;
}



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
text-align:center;
background-color:white;
margin-bottom: 50px;
}

#heading p{
	color: #2b3c4d !important;
	padding: 8px 50px;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}

#heading+#banner{
	margin-top: 25px;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width: 100%;
position: absolute;
color: white;
top: 0;
box-sizing: border-box;
}

@media only screen and (max-width: 1800px) {
  div#banner>div:not(#heading){
	padding: 0 3%;
  }
}

@media only screen and (max-width: 1650px) {
  div#banner>div:not(#heading){
	padding: 0 2%;
  }
}

@media only screen and (max-width: 1500px) {
	div#banner .c3{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	}
	html:not([data-scroll='0']) #banner .c3{
	display: inline-block;
	}
}

#banner>div:not(#heading){
display: flex;
justify-content: space-between;
}

#banner p{
color: white;
}

#banner a.button{
border: 1px solid #FAD291;
color: white;
}

#banner a.button:after {
position: absolute;
transition: .3s;
content: '';
width: 0;
bottom: 0;
height: 2px;
background: #FAD291;
right: 0;
left: auto;
}

#banner a.button:hover:after {
width: 100%;
left: 0;
}

.langues{
display: inline-block;
vertical-align: top;
font-size: 14px;
margin-left: 50px;
margin-top: 11px;
color: #B9BCC5;
display: none;
}

.langues a.active{
color: white;
}

#banner .c1, #banner .c3{
width: 520px;
}

#banner .c2 img{
height: 200px;
width: auto;
position: relative;
bottom: 20px;
}

#banner .c2 .logo-simplifie{
display: none;
}

#banner .c3{
	text-align: right;
}

#banner .c3 p{
display: none;
}


@keyframes fixedHeader {
  0%   {top: -100px;}
  100% {top: 0;}
}

html:not([data-scroll='0']) #banner {
position: fixed;
top: 0px;
z-index: 50;
box-shadow: 0 -1px 8px lightslategrey;
background-color: #2b3c4d;
margin: 0;
animation-name: fixedHeader;
animation-duration: 0.8s;
}

html:not([data-scroll='0']) #heading{
margin-bottom: 0;
}

html:not([data-scroll='0']) #banner>div:not(#heading){
padding: 10px 5%;
}

html:not([data-scroll='0']) #heading+#banner{
margin-top: 0;
}

html:not([data-scroll='0']) #banner .c2 img.logo{
display: none;
}

html:not([data-scroll='0']) #banner .c2 img.logo-simplifie{
display: inline-block;
}

html:not([data-scroll='0']) #banner .c2 img{
height: 70px;
bottom: 0;
}

html:not([data-scroll='0']) #banner div#cssmenu{
position: relative;
top: 22px;
}

html:not([data-scroll='0']) #banner .langues{
position: relative;
top: 22px;
}

html:not([data-scroll='0']) #banner .c3 p{
position: relative;
top: 22px;
}

html:not([data-scroll='0']) #banner .c3 a{
position: relative;
top: 22px;
}

/* *********************** MENU *********************** */
#cssmenu .burger{
position: fixed;
top: 0;
left: -400px;
width: 350px;
height: 100vh;
background-color: white;
padding-top: 25px;
margin: 0;
-webkit-box-shadow: 0px 2px 15px 0px #363636;
box-shadow: 0px 2px 15px 0px #363636;
transition: all 0.6s;
overflow-y: scroll;
background-color: #2b3c4d;
z-index: 5;
}

#cssmenu .burger.open {
left: 0;
}

div#cssmenu{
line-height: 14px;
display: inline-block;
height: auto;
vertical-align: top;
}

.menu-links.open{
color: white;
font-size: 18px;
cursor: pointer;
}

.menu-links.open img{
height: 25px;
width: 25px;
transform: translateY(5px);
margin-right: 5px;
}

.menu-links.close {
padding-right: 17px;
cursor: pointer;
text-align: right;
}

div#cssmenu.align-center > div > ul {
text-align: left;
padding: 50px 0;
}

#cssmenu.align-center > div > ul > li {
display: block;
float: none;
height: 60px;
margin: 2vh 0;
}

div#cssmenu > div > ul > li > a {
display: block;
line-height: 60px;
color: white;
padding-left: 20px;
position: relative;
text-transform: uppercase;
}

div#cssmenu > div > ul > li > a.selected {
font-size: 15px;
text-decoration: none;
text-transform: uppercase;
transition: all .2s ease;
text-transform: uppercase;
}

div#cssmenu > div > ul > li > a:after {
content: " ";
position: absolute;
width: 20px;
height: 20px;
right: 50px;
top: 20px;
background-image: url(images/common/arrow-right-blue.svg);
background-position: center;
background-repeat: no-repeat;
opacity: 0;
transition: all 0.4s;
}

div#cssmenu > div > ul > li > a:hover {
background-color: white;
color: #2b3c4d;
}

div#cssmenu > div > ul > li > a:hover:after {
right: 20px;
opacity: 1;
}


/* *********************** PAGES *********************** */


/* ***** SLIDER -> HOME***** */
#slider{
width: 100%;
height: 100vh;
background-image: url(images/la-couronne-background-2024.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: #2b3c4d;
padding-top: 300px;
box-sizing: border-box;
text-align: center;
min-height: 600px;
max-height: 1400px;
overflow: hidden;
}

@media only screen and (max-height: 600px) {
  #slider{
	padding-top: 250px;
  }
}

#wrapper #slider .main_width{
background-color: transparent;
position: relative;
height: calc(100vh - 350px);
box-sizing: border-box;
max-height: 1050px;
}

#wrapper #slider .main_width img:nth-of-type(1){
position: absolute;
left: 0px;
height: auto;
top: 0;
opacity: 0;
/*transform: translateX(-20px);*/
max-height: 40vh;
width: auto;
max-width: 330px;
}

#wrapper #slider .main_width img:nth-of-type(2){
position: absolute;
right: 0px;
height: auto;
bottom: 0;
opacity: 0;
/*transform: translateX(20px);*/
max-height: 40vh;
width: auto;
max-width: 330px;
}

@media only screen and (max-height: 900px) {
  #wrapper #slider .main_width img:nth-of-type(2){
	bottom: 0;
	right: 50px;
  }
  
  #wrapper #slider .main_width img:nth-of-type(1){
	left: 50px;
  }
}

@media only screen and (max-height: 700px) {
  #wrapper #slider .main_width img:nth-of-type(2){
	top: 0;
  }
}

/* ***** HOME ***** */

#home{
text-align: center;
position: relative;
overflow-x: hidden;
}

#home .grey-background{
position: absolute;
width: 100%;
height: 1800px;
z-index: -5;
background-color: #F8F5F1;
top: 530px;
}

#home .c1{
	padding-top: 175px;
}

#home .c1 .main_width{
	position: relative;
}

#home .c1 h2{
display: inline-block;
transform: rotate(270deg);
position: absolute;
left: -70px;
top: 200px;
font-size: 99px;
line-height: 100px;
z-index: 2;
color:#fff;
}

#home .c1 img{
width: 410px;
height: auto;
opacity: 0;
transform: translateX(-40px);
}

#home .c1 .content{
display: inline-block;
width: 540px;
padding: 0 60px 0 100px;
box-sizing: border-box;
vertical-align: top;
text-align: left;
margin-top: 11px;
position: relative;
opacity: 0;
transform: translateX(40px);
}

#home .c1 .content:before{
content: "";
position: absolute;
top: -95px;
right: 40px;
height: 150px;
width: 170px;
background-image: url(images/la-couronne-logo-background-2024.svg);
background-repeat: no-repeat;
background-size: contain;
z-index: 0;
}

#home .c1 p{
z-index: 1;
position: relative;
margin-bottom: 25px;
}

#home .c1 a{
margin-top: 10px;
}

#home .c2{
width: 1300px;
margin: 0 auto;
padding-top: 175px;
max-width: 100%;
}

#home .c2 .content{
display: inline-block;
text-align: left;
width: 40%;
vertical-align: top;
margin-right: 25px;
margin-left: 25px;
margin-top: 20px;
opacity: 0;
transform: translateX(-40px);
}

#home .c2 .img:nth-of-type(2){
display: inline-block;
height: 640px;
width: 19%;
overflow: hidden;
}

#home .c2 .img:nth-of-type(3){
display: inline-block;
height: 640px;
width: 32%;
overflow: hidden;
margin-left: 20px;
}

#home .c2 .img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#home .c2 .img{
position: relative;
}

#home .c2 .img_shutter{
position: absolute;
height: 100%;
width: 100%;
z-index: 3;
background-color: #F8F5F1;
animation-name: shutter;
animation-duration: 1.5s;
animation-delay: 1s;
left: 0;
}

#home .c2 p{
margin-bottom: 25px;
}

#home .c2 a.button{
margin-top: 10px;
}

#home .c3{
padding-top: 175px;
}

#home .c3_c1{
display: inline-block;
width: 50%;
vertical-align: top;
opacity: 0;
transform: translateX(-40px);
}

#home .c3_c1>div{
display: grid;
grid-template-columns: 190px 250px 100px;
}

#home .c3_c1 .img.img:nth-of-type(1){
grid-column: 1/3;
grid-row: 1/2;
height: 290px;
}

#home .c3_c1 .img.img:nth-of-type(2){
grid-column: 2/4;
grid-row: 1/2;
margin-top: 130px;
height: 400px;
}

#home .c3_c1 .img img{
height: 100%;
width: 100%;
object-fit: cover;
}

#home .c3_c1 .img img.new2025{
	object-fit: contain;
}

#home .c3_c2{
display: inline-block;
width: 39%;
vertical-align: top;
text-align: left;
padding-left: 100px;
margin-top: 175px;
opacity: 0;
transform: translateX(40px);
}

#home .c3_c2 p{
margin-bottom: 25px;
}

#home .c3_c2 a.button{
margin-top: 10px;
}

#home .c4, #home .c6{
padding-top: 175px;
display: flex;
max-width: 2200px;
margin: auto;
}

#home .c4 a, #home .c6 a{
display: inline-block;
width: 16.66%;
}

#home .c4 a div, #home .c6 a div{
width: 100%;
height: 200px;
overflow: hidden;
}

#home .c4 a img, #home .c6 a img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
}

#home .c4 a:hover img, #home .c6 a:hover img{
transform: scale(1.1);
}

#home>.interets{
margin: 120px 0 0;
}

#home>.interets ul{
list-style: none;
}

#home>.interets ul li{
padding-left: 0;
}

#home .interets+.c6{
margin-top: 120px;
padding-top: 0;
}

#home .c5{
padding-top: 175px;
}

#home .c5_c1{
display: grid;
grid-template-columns: 250px 1fr;
grid-column-gap: 50px;
}

#home .c5_c1>div:first-of-type{
height: 750px;
grid-row: 1/3;
grid-column: 1/2;
opacity: 0;
transform: translateX(-40px);
}

#home .c5_c1>div:first-of-type img{
height: 100%;
width: 100%;
object-fit: cover;
}

#home .c5_c1>div:nth-of-type(2){
height: 200px;
width: 670px;
opacity: 0;
transform: translateX(40px);
}

#home .c5_c1>div:nth-of-type(2) img{
height: 100%;
width: 100%;
object-fit: cover;
}

#home .c5_c1 .content{
grid-column: 2/3;
grid-row: 2/3;
text-align: left;
position: relative;
opacity: 0;
transform: translateX(40px);
margin-top: 30px;
margin-top: 50px;
}

#home .c5_c1 .content:before{
content: "";
position: absolute;
top: -30px;
right: 10px;
height: 150px;
width: 170px;
background-image: url(images/la-couronne-logo-background-2024.svg);
background-repeat: no-repeat;
background-size: contain;
z-index: 0;
}

#home .c5 h2{
z-index: 2;
position: relative;
}

#home .c5 p+h2{
	margin-top: 50px;
}

#home .c5 p{
margin-bottom: 25px;
z-index: 2;
position: relative;
}

#home .c5 .installations{
background-color: #2b3c4d;
padding: 20px;
margin-bottom: 25px;
width: 100%;
max-width: 500px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#home .c5 .installations p{
color: #fff;
font-size: 14px;
padding-left: 46px;
margin-bottom: 8px;
background-size: 28px;
background-repeat: no-repeat;
background-position: left center;
display: block;
width: 47%;
box-sizing: border-box;
}

#home .c5 .installations .lits-jumeaux{
	background-image: url(images/icon-lits-jumeaux.svg);
	background-position: left 4px center;
}

#home .c5 .installations .lits-trio{
	background-image: url(images/icon-lits-trio.svg);
	background-size: 35px;
}

#home .c5 .installations .lits-doubles{
	background-image: url(images/icon-lits-doubles.svg);
	background-size: 22px;        
	background-position: left 6px center;
}

#home .c5 .installations .lits-appoint{
	background-image: url(images/icon-lits-appoint.svg);
	background-size: 24px;        
	background-position: left 2px center;
}

#home .c5 .installations .cuisine{
	background-image: url(images/icon-cuisine.svg);
	background-size: 32px;
	background-position: left 2px center;
}

#home .c5 .installations .salon{
	background-image: url(images/icon-salon.svg);
	background-size: 26px;
	background-position: left 6px center;
}

#home .c5 .installations .sdb{
	background-image: url(images/icon-sdb.svg);
	background-size: 20px;
	background-position: left 10px center;
}

#home .c5 .installations .toilette{
	background-image: url(images/icon-toilette.svg);
	background-size: 26px;
	background-position: left 6px center;
}

#home .c5 .installations .tv{
	background-image: url(images/icon-tv.svg);
	background-position: left 3px center;
}

#home .c5 .installations .bureau{
	background-image: url(images/icon-bureau.svg);
	background-position: left 4px center;
}

#home .c5 .installations .wifi{
	background-image: url(images/icon-wifi.svg);
	background-size: 20px;
	background-position: left 8px center;
}

#home .c7 p.parking{
padding-left: 40px;
background-size: 28px;
background-repeat: no-repeat;
background-position: left center;
background-image: url(images/icon-parking.svg);
margin-top: 30px;
}

#home .c5 a.button{
margin-top: 10px;
}

#home .c5 table{
width: 100%;
border-collapse: collapse;
font-size: 16px;
}

#home .c5 tr:first-of-type{
background-color: #2b3c4d;
color: white;
}

#home .c5 tr:nth-of-type(2) td{
padding-top: 25px;
}

#home .c5 th, #home .c5 td{
padding: 15px 0;
font-weight: 400;
}

#home .c5 .infos_enfants{
display: inline-block;
padding-left: 24px;
background-image: url(images/info.svg);
background-size: 15px;
background-repeat: no-repeat;
background-position: 0px 8px;
font-size: 15px;
margin-top: 15px;
}

#home .c7{
padding-top: 175px;
margin-bottom: 175px;
}

#home .c7 .main_width{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
}

#home .c7 iframe:first-of-type{
grid-column: 1/2;
grid-row: 1/2;
height: 385px;
}

#home .c7 iframe:last-of-type{
grid-column: 1/2;
grid-row: 2/3;
height: 385px;
}

#home .c7 .content{
grid-column: 2/3;
grid-row: 1/3;
text-align: left;
padding: 50px 35px;
background-color: #2b3c4d;
position: relative;
}

#home .c7 .content:after{
content: "";
position: absolute;
bottom: 40px;
right: 50px;
height: 150px;
width: 170px;
background-image: url(images/la-couronne-logo-background-2024-blue.svg);
background-repeat: no-repeat;
background-size: contain;
z-index: 0;
}

#home .c7 h2, #home .c7 p, #home .c7 span, #home .c7 h3{
color: white;
position: relative;
z-index: 3;
}

#home .c7 p{
font-size: 15px;
margin: 0;
}

#home .c7 a{
color: #FAD291;
text-decoration: underline;
}

#home .c7 a:hover{
background-color: transparent;
color: #FAD291;
text-decoration: underline;
}

#home .c7 span:first-child{
display: inline-block;
width: 115px;
}

#home .c7 .adresse span:nth-of-type(2){
font-size: 13px;
}

#home .c7 .adresse span:nth-of-type(3){
display: block;
margin-left: 115px;
margin-top: -8px;
}

#home .c7 .horaire-restaurant p{
line-height: 28px;
}

#home .c7 .horaire-restaurant p.active span{
color: #FAD291;
}

#home .c7 h3{
font-weight: 600;
margin-bottom: 5px;
margin-top: 40px;
}

#home .c7 iframe{
	width: 480px;
}

/* ***** Mentions légales ***** */


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
color: #2b3c4d;
opacity: 1;
transform: none;
text-shadow: none;
padding-top: 50px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:6%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:36%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

#e404 h1{
text-align: center;
background-position: bottom center;
margin-bottom: 0px;
color: #2b3c4d;
padding-top: 150px;
opacity: 1;
text-shadow: none;
}


/* *********************** FOOTER *********************** */


#footer{
width:100%;
background-color:#E3E3E3;
text-align:center;
padding-top: 50px;
}



#footer p.copyright{
text-align:center;
font-size:14px;
margin-top:100px;
padding-bottom:50px;
margin-bottom:0px;
}

#footer p.copyright a{
text-decoration:underline;
}

#footer img{
max-width: 400px;
height: auto;
}



/* *********************** FORM JQUERY *********************** */
#fadeandscale{
background-color:white;
padding:20px 50px;
text-align:center;
max-width:800px;
border-radius: 13px;
}

#fadeandscale h1{
font-size: 40px;
font-weight: 300;
margin:14px 0px 40px 0px;
color: #a5a5a5;
}

#fadeandscale p{
font-size: 16px;
color: #2c3e50;
margin: 17px 0px 14px 10px;
}

#fadeandscale p.optin{
	font-size:12px;
	line-height:21px;	
}

#fadeandscale #optin{
margin-right: 5px;
margin-left: 10px;
position: relative;
top: 2px;
}

#fadeandscale input[type="text"]{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 16px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 513px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}

#fadeandscale input[type="text"]:hover{
box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.20);
}

#fadeandscale select{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 16px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 556px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}

#fadeandscale textarea{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 14px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 513px;
height:200px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}


#fadeandscale .boutons{
	margin:20px 0px;
}

#fadeandscale .boutons .button{
display: inline-block;
border-radius: 30px;
background-color: #003c72;
text-transform: uppercase;
color: white;
padding: 7px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 14px;
text-decoration:none;
transition:all 0.3s;
cursor:pointer;
 
}

#fadeandscale .boutons .button:hover{
padding: 7px 33px;
margin:0px 0px;
}


#fadeandscale input[type="submit"]{
background-color:#003c72!important;
color:white!important;	
border-radius:22px;
cursor:pointer;
}

/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}