body,p,h1,h2,h3,h4,div{
    padding: 0;
	margin: 0;
}
body{

}
div{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
body *{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
header{
	width: 100%;
	position: fixed;
	background-color: #9cb7e5;
	top: 0;
	left: 0;
	height: 60px;
	overflow: hidden;
    /*box-shadow: 1px 1px 3px #000;*/
    z-index: 1000;
}
#video{
	width: 100%;
	overflow: hidden;
}
ul{
	padding: 0;
	margin: 0 auto;
	display:block;
	float: right;
}
ul li {
    list-style: none;
    display: block;
    float: left;
    line-height: 60px;
    margin: 0 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
#logo{
	float: left;
}
#logo img{
    width: 150px;
    margin: 10px;
}
.row{
    padding:20px 0;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}
.row hr{
	width: 100%;
	border: 0px;
	border-bottom: 2px solid #c7d8e5;
}

.row1-col1,.row1-col2{
    float: left;
    padding: 30px;
}
.row1-col1{
    width: 30%;
    text-align: right;
}
.row1-col2{
    width: 70%;
}
.row1-col1 img,.row1-col2 img{
	width: 100%;
	height: auto;
}

.paccroche{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 33px;
	font-size: 16px;
}
.cep{
	clear: both;
	margin:20px 0;
}
#row3 .row-col1{
	width: 50%;
	float: left;
}
#row3 .row-col2{
	width: 50%;
	float: left;
}
#row3 .row-col1 p{
	text-align: right;
	padding: 0 40px;
	font-weight: 300;
	line-height: 33px;
	font-size: 16px;
}

#row3 .row-col2 img{
	width: 100%;
	height: auto;
}

#row3 .row-col3{

}
#row3 .row-col3 div{
    width: 24%;
    float: left;
    background: #9cb7e5;
    border-radius: 10px;
    margin-left: 1%;
    padding: 4%;
    text-align: center;
    min-height: 450px;
    display: table;
}
#row3 .row-col3 div p{
    display: table-cell;
	/*vertical-align: middle;*/
}

form label{
	width: 100%;
    display: block;
}

form input[type="text"],form textarea{
    width: 100%;
    margin: 5px 0;
    padding: 4px;
    background: #c9d8e4;
    /*border: 1px solid #86aeef;*/
    border: 0;
}

form textarea{
	height: 100px;	
}

form input[type="submit"]{
    background: #7695c5;
    border: 0;
    width: 100px;
    padding: 6px;
    color: #ffffff;
}


#row1 p{
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

#row2 p{
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

footer{
    width: 100%;
    background: #9fb9e3;
    height: 60px;
    text-align: center;
    word-spacing: 20px;
}
footer a{
    line-height: 60px;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px){
	#logo {
	    float: none;
	    text-align: center;
	}
	header {
	    height: auto;
	}
	ul {
	    margin: 0 auto;
	    float: none;
	    display: block;
	}
	ul li {
		width: 33%;
		text-align: center;
		margin: 0;
	}
	.video-controls{
		top: 160px !important;
	}
	.row{
	    width: 100%;
	}
	.row .row1-col1,.row .row1-col2{
		width: 100%;
		float: none;
	}
	#video {
	    margin-top: 90px;
	}
	#row1 p{
		text-align: center;
	}
	#row2 p{
		text-align: center;
	}
	.row .row1-col1 img, .row .row1-col2 img{
		width: 100%;
	}
	#row3 .row-col1 p{
		text-align: center;
	}
	#row3 .row-col1,#row3 .row-col2{
		width: 100%;
		float: none;
	}
	#row3 .row-col2 img{
		width: 100%;
	}
	#row3 .row-col3 div {
	    width: 80%;
	    margin: 20px auto;
	    float: none;
	}
	#row4 p{
		text-align: center;
	}

	form{
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	#desktop{
		display: none !important;
	}
	#mobile{
		display: block !important;
	}
}

@media only screen and (max-width: 425px){
	ul li{
	    line-height: 30px;
    	font-size: 12px;
	}
	.video-controls {
    	right: 10px !important;
	    top: 120px !important;
	}
	.video-controls p{
	    padding: 0px !important;
	}
	#row1 p,#row2 p {
	    font-size: 14px;
	    line-height: 20px;
	}
	#row3 .row-col1 p {
	    text-align: center;
	    font-size: 14px;
	    line-height: 26px;
	    font-weight: 300;
	}
	#video {
	    margin-top: 90px;
	}
}

