/* GENERAL */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: arial;
}

a{
	text-decoration: none;
}

section{
	clear: both;
}

.center{
	text-align: center;
}

.img{
	width:100%;
}


/* HEADER */
.title1{
	float: left;
	width: 30%;
	padding: 20px 10px;
	font-size: 45px;
	font-family: goergia;
	color: #454647;
}

.point{
	color: orange;
}

nav{
	width: 70%;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding: 20px;
}

.menu li{
	list-style-type: none;
	display: inline-block;
}

.menu li a{
	color: black;
	display: block;
	padding: 20px;
	font-weight: bold;
	font-size: 15px;
}

.menu li a:hover{
	color: #FE7F21;
}


/* SECTION 1 */
.img1{
	background: url(img/main.jpg) center;
	height: 500px;
}

h2{
	font-size: 50px;
	color: #454647;
	font-weight: normal;
	padding-top: 150px;
	margin-bottom: 55px;
}

.btn1{
	background: #FE7F21;
	padding: 10px 20px;
	color: white;
	border-radius: 5%;
}

/* SECTION 2 */
.flex{
	display: flex;
}

.destination{
	width: 60%;
	margin: auto;
	padding-bottom: 80px;
}

.destination .img{
	height: 180px;
	background-repeat: no-repeat;
}

.img2{
	background: url(img/steps-icon-1.png) center;
}

.img3{
	background: url(img/steps-icon-2.png) center;
}

.img4{
	background: url(img/steps-icon-3.png) center;
}

.destination h4{
	margin-bottom: 20px;
	color: #454647;
}

.destination p{
	color:#A2A1A1;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}

/* SECTION 3 */
.fond{
	background: #efefef;
}

.circuit{
	width: 60%;
	margin: auto;
	padding: 50px 0px;
}

.circuit .img{
	background-repeat: no-repeat;
	height: 250px;
	border-radius: 5%;
	margin-right: 2%;
}

.img5{
	background: url(img/article-image-1.jpg) ;
}

.img6{
	background: url(img/article-image-2.jpg) ;
}

.text_img{
	width: 50%;
	float: left;
	background: white;
	height: 100%;
	opacity: 0.9;
	border-radius: 5% 0 0 5% ;
}

.circuit h4{
	font-size: 20px;
	text-align: center;
	padding: 20px 0px;
	color: #454647;
}

.border{
	width: 80%;
	margin: auto;
	border-top: 1px solid #A2A1A1;
}

.circuit p{
	color: #A2A1A1;
	font-size: 13px;
	line-height: 23px;
	padding: 20px 15px;
}

/* SECTION 4 */
.contact h3{
	font-size: 25px;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #454647;
}

.contact_border{
	width: 30%;
	margin: auto;
	border-bottom: 1px solid #1CBCDC;
}

.contact p{
	padding-top: 20px;
	color: #A2A1A1;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 15px;
	width: 70%;
	margin: auto;
}

form{
	font-size: 17px;
	color: #454647;
	font-weight: bold;
	margin-bottom: 40px;
}

input{
	height: 35px;
	border-radius: 5%;
}

.input1{
	width: 20%;
	border: 2px solid #A2A1A1;
	padding-left: 10px;
	margin-top: 30px;
	margin-right: 10px;
}

.input2{
	width: 35px;
	background: #02b8dd;
	border: none;
	color: white;
	font-size: 17px;
	cursor: pointer;
}

/* FOOTER */
footer{
	text-align: center;
	height: 200px;
	background: #444444;
}

footer h1{
	padding-top: 40px;
	color: white;
	font-weight: bold;
	font-size: 45px;
	font-family: goergia;
}

.copyright{
	padding-top: 70px;
	color: #A2A1A1;
	font-size: 12px;
}