*{margin: 0;padding:0;scroll-behavior: smooth;}

/* ##########
	TYPO
############ */

@font-face{
	src: url('../fonts/playfair/PlayfairDisplay-Regular.ttf');
	font-family: regular;
}
@font-face{
	src: url('../fonts/playfair/PlayfairDisplay-Bold.ttf');
	font-family: bold;
}

@font-face{
	src: url('../fonts/playfair/PlayfairDisplay-SemiBold.ttf');
	font-family: semibold;
}

body{
	font-family: Avenir Next;
	width: 100%;

}
#burger{
	display: none;
}
p{
	text-align: justify;
}
a{
	text-decoration: none;
}
h2{
	letter-spacing: 0.5em;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	margin: 5vh 0;
}

.alert{
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
	font-size: 0.7em;
}
.danger{
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.success{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
	box-sizing: border-box;
}

a.selected:after{
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}


/* #######
	TOP AND NAV
########### */


header > img{
	width: 20%;
	position: absolute;
	top: 0;
	left: 2em;
}

header{
	height: 80vh;
	background-size: cover;
	background-position: 100% 50%;
	padding: 2%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

header nav{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 65%;
	position: absolute;
	top: 3em;
	left: 35%;
}
header nav a{
	color: black;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
}
header nav a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 3px solid #006C6B;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0,1);
}
header nav a.selected:hover{
	opacity: 1;
}
header nav a:nth-child(4){
	background: #DFBC9E;
	display: flex;
	align-items: center;
	padding: 1vh 1.5vh;
	border-radius: 2em;
	color: white;
}
header nav a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
header nav a:nth-child(4):after{
	opacity: 0;
}
header nav a img{
	margin-right: 0.3em;
	width: 1em;
}

header div{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-family: bold;
	letter-spacing: 2em;
	font-size: 0.8em;
	line-height: 8vh;
}
header div span{
	display: block;
	color: #2E7976;
	text-transform: uppercase;
	font-size: 2.5em;
	font-family: regular;
	text-align: center;
	text-align: center;
}
main{
	padding: 0 10%;
	margin: auto;
	padding-top: 5vh;
}
.grey{
	background-color: #b6b6b60a;
}

article{
	margin: 10vh auto;
}

article img{
	display: block;
	margin: auto;
	width: 15%;
}
article p{
	text-align: center;
}
.beige{
	color: #DFBC9E;
	margin-bottom: 5vh;
	font-family: bold;
	font-size: 1.5em;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
article.flex .slider{
	width: 45%;
	margin-right: 10%;
}
article.flex .slider .big{
	height: 50vh;
	background-image: url('../images/slider/2.jpg');
}
article.flex .slider .big img{
	top: 25vh;
}
article.flex .slider .images,
article.flex .slider h5{
	display: none;
}
article.flex h2{
	width: 100%;
}
article .champs{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.grey article{
	align-items: flex-start;
}
.grey article .champs{
	width: 40%;
	flex-direction: row;
}
.grey article .champs a{
	width: 80%;
	max-height: 12vh;
	margin-bottom: 3vh;
	transition: 0.5s;
}
.champs a:hover{
	box-shadow: 2px 1px 10px rgb(151, 151, 151);
}
.grey .display{
	width: 50%;
	background-color: white;
	border-radius: 1em;
	padding: 2em;
	box-shadow: 2px 1px 10px rgb(151, 151, 151);
	display: none;
	text-align: justify;
}

article .champs a{
	width: 45%;
	background-color: #F6F2F0;
	height: 45%;
	border-radius: 1vh;
	color: black;
	box-sizing: border-box;
	padding: 1em;
	position: relative;
	font-size: 1.3em;
	transition: 0.5s;
}
.champs h3{
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 1em;
}
.champs a .arrow{
	position: absolute;
	bottom: 1em;
	right: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006C6B;
	padding: 1vh;
	border-radius: 3em;
	width: 1em;
	height: 1em;
}

.display h4{
	font-size: 1.4em;
	font-weight: 600;
	color: #006C6B;
	margin: 4vh 0;
}
.display h4:nth-child(1){
	color: #DFBC9E;
}
.display p{
	text-align: inherit;
	font-size: 1.1em;
	font-weight: 300;
}
.display p b{
	font-weight: 600;
}

.arrow img{
	width: 1em !important;
}

.grey .champs .checked,
.champs a:hover{
	background-color: #006C6B;
}
.grey .champs .checked,
.champs a:hover{
	color: white;
}
.grey .champs .checked .arrow{
	background-color: white;
}
.grey .champs img.less{
	display: none;
}
.grey .champs img.more{
	display: block;
}
.grey .champs .checked img.less{
	display: block;
}
.grey .champs .checked img.more{
	display: none;
}

.grey .champs a:hover{
	box-shadow: 2px 1px 10px rgb(151, 151, 151);
}
.display.visible{
	display: block !important;
}


.questions{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.questions > div{
	width: 45%;
	margin-bottom: 5vh;
}
.questions h4{
	display: flex;
	align-items: center;
	color: #006C6B;
	font-size: 1.3em;
	font-weight: 600;
}
.questions h4 .round{
	margin-right: 1em;
}
.questions .round{
	width: 1em;
	height: 1em;
	padding: 1vh;
	border-radius: 3em;
	background-color: #DFBC9E;
}
.questions .round img{
	width: 1em;
}

.questions div p{
	margin-left: 3.5em;
	text-align: inherit;
}

.address{
	justify-content: space-around;
	align-items: center;
}
.address div div{
	margin-left: 2em;
	margin-bottom: 2vh;
}
.address div div img{
	width: 2em;
	margin-right: 1em;
}
.address div h3{
	color: #DFBC9E;
	font-size: 1.3em;
	margin: 3vh 0;
}
.address div p{
	font-weight: 300;
}

.address div div{
	display: flex;
	align-items: center;
}


.slider{
	width: 80%;
	margin: 5vh auto;
}
.slider .big{
	width: 100%;
	height: 70vh;
	border-radius: 1vh;
	position: relative;
	background-image: url('../images/slider/3.jpg');
	background-size: cover;
	background-position: center;
}
.slider .big img{
	position: absolute;
	left: -1em;
	top: 35vh;
	width: 1em;
	height: 1em;
	background: white;
	opacity: 0.7;
	border-radius: 2em;
	padding: 1vh;
	cursor: pointer;
	transition: 0.3s;
}
.slider .big img:hover{
	opacity: 1;
}
.slider .big img#right{
	left: inherit;
	right: -1em;
}
.slider h5{
	text-align: center;
	margin: 1em 0;
	font-size: 1em;
	font-weight: 500;
}
.slider .images{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.slider .images img{
	width: 15%;
	border-radius: 1vh;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s;
}
.slider .images img:hover{
	opacity: 1;
}
.slider .images img.selected{
	border: 1px solid white;
	opacity: 1;
}

.blue{
	color: #006C6B;
}

.contact{
	display: flex;	
	flex-wrap: wrap;
	align-items: stretch;
	width: 80%;
	margin: auto;
	background-color: rgba(153, 153, 153, 0.055);
	border-radius: 1em;
}
.contact form,
.contact iframe{
	width: 50%;
}
.contact form{
	border-radius: 1em 0 0 1em;
	padding: 2em;
	box-sizing: border-box;
}
.contact iframe{
	border-radius: 0 1em 1em 0;
}
.contact form{
	color: #006C6B;
}
.contact h3{
	margin: 5vh 0;
}
.contact form > a img{
	width: 1em;
	margin-right: 1em;
}
.contact form > a{
	color: #006C6B;
	font-weight: 500;
}

form input,label,textarea{
	width: 100%;
}
form input{
	margin-bottom: 2vh;
}
form label{
	font-weight: 500;
}
form label span{
	color: red;
}
form input,
form textarea{
	border: none;
	background-color: rgba(156, 156, 156, 0.144);
	border-radius: 0.5vh;
	font-size: 1em;
	padding: 1vh;
	box-sizing: border-box;
}

input[type="submit"]{
	background: #DFBC9E;
	color: white;
	width: 40%;
	display: block;
	margin: 3vh auto;
}









footer{
	background: #383838;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 5vh 0;
}
footer div{
	width: 20%;
	color: white;
}
footer div h4{
	font-family: 'Didot';
}
footer div h5{
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4vh;
	font-size: 1em;
	line-height: 3em;
}

footer div a{
	color: white;
	line-height: 2em;
	opacity: 0.8;
}
footer div a:hover{
	opacity: 1;
}