@font-face {
    font-family: Gavabon;
    src: url("/font/Gavabon.otf") format("opentype");
}

html {
	box-sizing: border-box
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

/******FIN DE HACKS CSS******/

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
img,
li,
p,
span,
strike,
strong,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0
}

body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #000;
}


article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

embed,
img,
object,
video {
	max-width: 100%
}

img {
	width: 100%;
	height: auto;
}

a:focus,
a:hover,
a:link {
	text-decoration: none !important;
}

a {
	color: inherit;
	text-decoration: none !important;
}

body * {
	box-sizing: border-box;
}

body,
html {
	overflow-x: hidden;
}

li {
	list-style: none;
}

.flex {
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* ie10 */
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.col-2{
    width: calc((100% / 2) - 1rem);
    width: -webkit-calc((100% / 2) - 1rem);
}

.container{
    max-width: 1240px;
    margin: 0 auto;
}

header{
    background: url(/img/bg-angle-left.png),url(/img/bg-angle-right.png);
    background-repeat: no-repeat;
    background-position: top -54px left -100px, top -27px right -96px;
    background-size: 600px, 500px;
}


header img{
    max-width: 1240px;
}

.section-1{
    background: url(/img/tache-ronde.png) no-repeat;
    background-position: right -3rem bottom;
    background-size: 600px;

    padding-bottom: 6rem;
}

.title{
    background: url(/img/bg-plant.png) no-repeat;
    background-size: 440px;
    background-position: bottom left;
    padding-bottom: 240px;
}

h1 {
    font-family: "Gavabon";
	color: #000;
	font-size: 4.5em;
	font-weight: 400;
    padding-bottom: 1rem;
}

.title span{
    background: url(/img/surlignement.png) no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.title p{
    font-size: 20px;
}

.form{
    background: url(/img/bg-form.svg) no-repeat;
    background-size: contain;
    padding: 4rem 4rem 4rem 3rem;
    min-height: 500px;
}

.form h2{
    padding-bottom: 3rem;
    color: #628980;
    font-size: 2rem;
    font-weight: 400;
}

label,
input{
    width: 100%;
}

label{
    font-size: 20px;
}

input{
    margin: 0;
    padding: 10px;
    line-height: 100%;
    border: 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;

    height: 50px;
    padding-bottom: 5px;
    background:#DEE9E6 ;
    border-radius: 8px;

    font-size: 18px;
    color:#000;

    margin-bottom: 1.5rem;
    margin-top: 10px;
    display: block;

}

input[type=submit]{
    background: url(/img/bg-btn.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 204px;
    height: 64px;
    color: #fff;
    font-size: 24px;
    padding: 0;
}

input[type=submit]:hover{
    background-size: 98%;
}

.radio{
    margin-bottom: 40px;
}

.radio label{
    margin-left: 10px;
}

input[type=radio]{
    width: 32px;
    height: 24px;
    margin-bottom: 0;
    background: url(/img/radio-unselect.svg) no-repeat;
    appearance: none;
    background-size: 24px;
    margin-top: 0;
}

input[type="radio"]:checked,
input[type="radio"]:hover {
    background: url(/img/radio-checked.svg) no-repeat;
    background-size: 24px;
}


section{
    padding-bottom: 4rem;
}

h3{
    font-family: "Gavabon";
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.section-3{
    background: url(/img/tache-ronde.png) no-repeat;
    background-position: left -3rem top;
    background-size: 600px;

    padding-bottom: 6rem;
}

.lieu_img{
    width: 53%;
}

.lieu_txt{
    width: 45%;
    margin-left: 2%;
}

.lieu_txt p{
    padding-bottom: 1rem;
    line-height: 24px;
}

.lieu_txt a {
    display: block;
    padding-bottom: 2rem;
}

.lieu_txt a p{
    font-family: "Gavabon";
    padding-bottom: 8px;
    color: #628980;
}


.section-4{
    padding-bottom: 4rem;
    background: url(/img/tache-ronde.png) no-repeat;
    background-position: right -3rem top;
    background-size: 600px;
}

.section-4 .flex{
    flex-wrap: wrap;
    justify-content: flex-start;
}

h4{
    font-family: "Gavabon";
    padding-bottom: 8px;
    color: #628980;
}

.card{
    width: calc((100% / 3) - 1rem);
    width: -webkit-calc((100% / 3) - 1rem);
    padding: 2rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.hotels_card .card{
    background: url(/img/card-hotel.svg) no-repeat;
    background-size: 100% 98%;
}

.card_img{
    width: 340px;
    margin-bottom: 2rem;
}

.card_txt{
    margin-top: 1rem;
    font-size: 18px;
    width: 80%;
}

.card_price{
    font-family: "Gavabon";
    font-size: 1.2rem;
    color: #628980;
    width: 20%;
    text-align: right;
}

.airbnb_card .card{
    background: url(/img/card-airbnb.svg) no-repeat;
    background-size: contain;
    min-height: 300px;
}

.more{
    font-family: "Gavabon";
    font-size: 1.2rem;
    color: #628980;
}

.section-5{
    background: url(/img/tache-ronde.png) no-repeat;
    background-position: left -3rem top;
    background-size: 400px;
}


/* RESPONSIVE */

@media screen and (max-width: 1240px){
    .container{
        max-width: 100%;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .form {
        background: #fff;
        border: 2px solid #628980;
        border-radius: 20px;
    }
    
}

@media screen and (max-width: 1100px){
    .card{
        width: calc((100% / 2) - 1rem);
        width: -webkit-calc((100% / 2) - 1rem);
    }

    .card{
        background: #fff !important;
        border: 2px solid #628980;
        border-radius: 20px;
        min-height: auto !important;
    }
}

@media screen and (max-width: 1024px){
    header{
        background: url(/img/bg-angle-left.png),url(/img/bg-angle-right.png);
        background-repeat: no-repeat;
        background-position: top -54px left -100px, top -27px right -96px;
        background-size: 400px, 300px;
    }

    section .flex{
        flex-wrap: wrap;
    }

    .col-2,
    .lieu_txt,
    .lieu_img{
        width:100%;
        margin-bottom: 2rem;
    }

    .radio > .flex{
        width: 50%;
        flex-wrap: nowrap;
    }
    .radio label {
        width: 89%;
    }

}

@media screen and (max-width: 840px){
    .container{
        padding: 0 1rem;
    }
    .section-4 > .flex {
        flex-direction: column;
    }
    h4{
        text-align: center;
    }

    .card{
        min-width: 420px;
        margin: 1rem auto;
    }
}

@media screen and (max-width: 390px){
    header{
        background: transparent;
    }
    h1 {
        font-size: 3em;
        padding-bottom: 1rem;
    }
    .title {
        background: url(/img/bg-plant.png) no-repeat;
        background-size: 240px;
        background-position: bottom left;
        padding-bottom: 140px;
    }

    .form {
        padding: 2rem;
    }

    .radio{
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .radio > .flex{
        width: 100%;
        margin-bottom: 1rem;
    }

    .section-3 {
        background-size: 300px;
    }

    .card{
        min-width: 100%;
        margin-right: 0;
        padding: 1rem;
    }
}