/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Light.ttf);
    font-weight: 200;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#dc052c;
	text-decoration:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	font-family: 'roboto', sans-serif;
	color: #fff;
	font-size: 56px;
	font-weight: 200;
	line-height: 65px;
}

.title-accueil h1 {
	font-size: 72px;
	line-height: 87px;
	margin-bottom: 0px;
}

h2 {
	color: #555555;
	font-size: 40px;
	margin-top: 100px;
}
h3 {
	font-family: 'roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 17px;
}

h4 {
	color: #555555;
	font-size: 30px;
}

p {
	font-size: 18px;
	color: #464646;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
footer {
	background-color: #282828;
	height: 220px;
}

footer p {
	font-size: 14px;
	color: #959595;
	margin: 0px;
}

footer a {
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

footer a:hover {
	color: #7c7c7c;
}

footer h4 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 0px;
}

.content-footer {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.copyright {
	font-size: 14px;
	margin-top: 30px;
}

.red {
	color: #dc052c;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    MENU
\*------------------------------------*/

.navigation-menu {
	text-align: right;
	font-size: 18px;
}

.pure-menu-item {
	padding-top: 20px;
}

.navigation {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}

/*------------------------------------*\
    MENU RESPONSIVE
\*------------------------------------*/


.custom-wrapper {
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    height: 9.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.navigation .custom-wrapper {
	background-color: transparent;
    -webkit-font-smoothing: antialiased;
    height: 11.5em;
    padding-top: 20px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.navigation.nav-scroll .custom-wrapper {
	background-color: transparent;
    -webkit-font-smoothing: antialiased;
    height: 7.5em;
    padding-top: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navigation .custom-wrapper.open, .custom-wrapper.open {
    height: 29em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 19px;
    right: 0;
    display: none;
}

.navigation.nav-scroll .custom-toggle {
    top: 0px;
}
.custom-toggle .bar {
    background-color: #d21313;
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 100px;
    position: absolute;
    top: 42px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 48em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }

    .pure-menu-list {text-align: center;}
    .pure-menu-item {font-size: 22px; padding: 0px;}
    .pure-menu-link {padding: 0.5em 0.5em;}

    .navigation .navigation-menu {width: 100%;}
    .navigation .custom-wrapper {height: 10.5em;}

}

/******* ACCUEIL *******/

.scroll-icon {
    position: absolute;
    z-index: 3;
    bottom: 18%;
    left: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
}

.scroll-txt {
    position: absolute;
    z-index: 3;
    bottom: 15%;
    left: 47.5%;
    font-size: 16px;
    cursor: pointer;
    color: #fff !important;
    transition: all .2s ease-in-out 0s;
}

.content-accueil {
	background-image: url(img/accueil.jpg);
	width: 100%;
	height: 694px;
}

.title-accueil {
	padding-top: 220px;
    width: 76%;
    text-align: center;
}

.content-accueil-2 {
	text-align: center;
}

.content-all-icon {
	margin-top: 100px;
}

.content-icon {
	padding-left: 30px;
	padding-right: 30px;
}

.icon-hover {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

.icon-hover:hover {
	opacity: 0.5;
}

.btn {
	margin-top: 100px;
	margin-bottom: 100px;
}

.btn-red {
	background-color: #fff;
	border: 4px solid #dc052c;
	color: #dc052c;
	padding: 15px 45px;
	font-size: 22px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-red:hover {
	background-color: #dc052c;
	color: #fff;
	padding: 15px 45px;
	font-size: 22px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/******* A PROPOS *******/

.content-a-propos {
	background-image: url(img/a_propos.jpg);
	width: 100%;
	height: 444px;
}

.title-a-propos{
	padding-top: 100px;
    width: 76%;
}

.content-a-propos-2 {
	text-align: center;
	width: 60%;
}

.btn-confiance {
	margin-top: 70px;
	cursor: pointer;
	font-size: 18px;
}

.references-img {
	padding: 10px;
}

.ui-widget-content { border: none; text-align: center;}

/******* CONTACT *******/

.content-contact {
	background-image: url(img/contact.jpg);
	width: 100%;
	height: 444px;
}

.title-contact {
	padding-top: 100px;
    width: 76%;
}

.content-contact-2 {
	text-align: center;
	width: 60%;
}

.wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap input[type="text"], .wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap input[type="email"], textarea {
	padding: 18px 25px;
    width: 90%;
    font-size: 16px;
    border: 1px solid #8d8d8d;
    background-color: transparent;
    color: #000;
    margin-top: 20px;
}

.wpcf7-form-control-wrap .g-recaptcha div {
    margin: auto;
    padding-top: 20px;
}

textarea {
	width: 96.7%;
}

div.wpcf7 img.ajax-loader {display: none;}
input:focus {border: 4px solid #dc052c;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {
	h1, .title-accueil h1 {font-size: 60px; line-height: 70px;}
	h4 {font-size: 20px;}
	.title-accueil {padding-top: 170px;}
	.logo-display img {max-width: none;}
	.scroll-icon {bottom: 14%;}
	.scroll-txt {bottom: 10%; left: 45.5%;}
}

@media (orientation: landscape) and (max-width : 768px) {
	.scroll-txt, .scroll-icon {display: none;}
}

@media only screen and (max-width:425px) {
	h1, .title-accueil h1 {font-size: 47px; line-height: 50px;}
	.title-accueil {padding-top: 200px;}
	.scroll-txt, .scroll-icon {display: none;}
	.title-a-propos, .title-contact {padding-top: 10px;}
	.content-a-propos-2, .content-contact-2 {width: 90%;}
	.wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap input[type="text"], .wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap input[type="email"], textarea {
		width: 100%;
	}
}

@media only screen and (max-width:375px) {
	h1, .title-accueil h1 {font-size: 35px;}
	.title-a-propos, .title-contact {padding-top: 50px;}
}

@media only screen and (max-width:320px) {
	.logo-img {width: 70%; margin-top: 10px;}
	.navigation .custom-wrapper {height: 9.5em;}
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 10px 10px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
