
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align: middle;
}

a, a:hover, a:active, a:focus { 
	outline:0;	 
}
h1,h2,h3,h4 {
	font-family: 'Cagliostro', sans-serif !important;
}
body{
}
#big_header_wrapper {
	background-color: #d7e2ed;
	margin-top: 100px;
	background-image: linear-gradient(to bottom, #e3ecf4, #f4f7f9);
}
#big_header_wrapper > .container > div {
	padding: 100px 0 100px 50px;
	background-color: #2464b0;
	box-shadow:50px 0px 250px 250px rgba(36, 100, 176, 1);
	color: white;
}
#big_header_wrapper > .container {
	background: url('../images/header_left.jpg');
	background-color: #2464b0;
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}
#bienvenue {
	padding: 50px 0;
	background: url('../images/mountains.jpg');
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f4f7f9;
}
#bienvenue .container {
	text-align: center;
}
#bienvenue .container ul {
	display: inline-block;
}
#bienvenue .container ul li {
	text-align: left;
}
#bienvenue .container p {
	margin: auto;
	padding-bottom: 10px;
	width: 80%;
}
#services {
	padding: 75px 0;
	background-image: linear-gradient(to bottom, #eae8eb, #ffffff);
}
#analyse_image {
	background: url('../images/analyse_image.jpg');
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #2364b0;
	padding: 100px 50px;
	color: white;
}
#analyse_image p {
	width: 50%;
}
#analyse_style {
	background: url('../images/analyse_style.jpg');
	background-position: top right;
	background-size: cover;
	padding: 100px 50px;
	color: white;
}
#accompagnement_boutique {
	background: url('../images/cintre.jpg');
	background-position: bottom right;
	background-size: cover;
	padding: 100px 50px;
	color: white;
}
#gestion_image {
	padding: 50px 0 100px;
}
#gestion_image .container {
	text-align: center;
}
#gestion_image .container p {
	margin: auto;
	padding-bottom: 10px;
	width: 80%;
}


.footercontainer p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 15px 0 25px -10px;
}

.footercontainer iframe{
	width:100%;
	height: 300px;
}
.form{
	width:100%;
	padding-top: 25px;
}

.form input{
	width:100%;
	float:none;
	padding: 20px;
	background:#f7f7f7;
	border: 1px solid #034f64;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color:black;
	margin: 0 0 20px 0;
}


.form textarea{
	width:100%;
	float:none;
	padding: 20px;
	background:#f7f7f7;
	border: 1px solid #034f64;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color:black;
	margin: 0 0 20px 0;
}


.form textarea:focus{
	border: 1px solid #034f64;
}

.form .submit{
	padding: 20px 30px;
	width:auto;
	display: table;
	background: #2364b0;
	color: white;
	font-weight: 600;
}
#contact_title {
	display: none;
}
@media only screen and (max-width : 768px) {
	.footercontainer iframe {
		margin: 50px 0;
	}
	#contact_title {
		display: inline;
	}
}
@media only screen and (max-width : 480px) {
	#analyse_image {
		background-image: none;
	}
	#analyse_image p {
		width: auto;
	}
}