/*
Theme Name: Agence RP carrées
Author: Kamden Media
Author URI: http://www.kamden-media.com/
Version: 1.0
*/

body {
	font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    font-weight: 300;
    color: #393939;
    line-height: 1.4em;
    text-align: justify;
	background-color: #fff;
	overflow-x: hidden;
}
body.admin-bar #header{ margin-top: 32px; }
body.admin-bar.home #head { height: calc(100vh-32px); }

* { box-sizing: border-box; }



/*
    GENERAL
*/

@font-face {
	font-family: 'Jaapokki';
	src: url('assets/fonts/jaapokki-regular.eot');
	src:
		url('assets/fonts/jaapokki-regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/jaapokki-regular.woff') format('woff'),
		url('assets/fonts/jaapokki-regular.ttf')  format('truetype'),
		url('assets/fonts/jaapokki-regular.svg') format('svg');
}

@font-face {
	font-family: 'Jaapokki Subtract';
	src: url('assets/fonts/jaapokkisubtract-regular.eot');
	src:
		url('assets/fonts/jaapokkisubtract-regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/jaapokkisubtract-regular.woff') format('woff'),
		url('assets/fonts/jaapokkisubtract-regular.ttf')  format('truetype'),
		url('assets/fonts/jaapokkisubtract-regular.svg') format('svg');
}

#page {
	margin-top: 80px;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1280px; 
    margin: 0 auto; 
    padding: 0 15px; 
    box-sizing: border-box;
}

.content-min { max-width: 900px; margin: auto; }

#breadcrumb { color: #107CC3; font-weight: 600; }
#breadcrumb a { color: #393939; }

.pure-g { margin: 0 -15px; }
.pure-g.no-margin { margin: 0; }
.pure-g [class*="pure-u"] { padding: 15px; font-family: 'Titillium Web', sans-serif; }

p { margin: 1em 0; line-height: 1.6em; }
img { max-width: 100%; height: auto; }
strong { font-weight: 600; }
iframe { max-width: 100%; }
a { color: #2789C9; outline: 0; text-decoration: none; transition: color .4s ease; }
a:hover { color: #FF4351; }
ul { margin: 1em 0.5em; line-height: 1.4em; }
ul li { margin: 3px 0; list-style-type: none; line-height: 1.6em; }
ul li:before {
	background-color: #FF4351;
	content: "";
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: -25px;
	height: 10px;
	width: 10px;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.vertical-middle { display: flex; flex-direction: column; justify-content: center; }
.vertical-end { display: flex; flex-direction: column; justify-content: end; }
.vertical-middle img, .vertical-end img { margin: auto; }

.clear { clear: both; }

.btn, .wpcf7-submit {
	padding: 12px 16px;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	border: 2px solid #393939;
	color: #393939;
	line-height: 1em;
	text-align: center;
	transition: background .4s ease;
}
.wpcf7-submit { background: #fff; }
.btn:hover, .wpcf7-submit:hover { background: #393939; color: #fff; }
.btn-white { border: 2px solid #fff; color: #fff; }
.btn-white:hover { border: 2px solid #fff; background: #fff; color: #393939 !important; }
.btn-blue { border: 2px solid #0eabd4; background: #0eabd4; color: #fff; }
.btn-blue:hover { border: 2px solid #0eabd4; background: #fff; color: #0eabd4 !important; }



/*
	HEADER
*/

#header {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
}

	#header #logo { float: left; line-height: 0; }
	#menu { float: right; }
	#menu ul { list-style-type: none; height: 80px; margin: 0; padding: 0; }
	#menu ul li { display: inline-block; margin: 0 10px; }
	#menu ul li a {
		font-weight: 600;
		display: inline-block;
		padding: 0 15px;
		line-height: 80px;
		color: #393939;
		background-image: url("assets/img/menu-li-a.png");
		background-position: 0 80px;
		background-repeat: repeat-x;
		transition: all .4s ease;
	}
	#menu ul li a:hover, #menu ul li.current-menu-item a {
		color: #fff;
		background-position: 0 25px;
	}
	#menu ul li:before, .slick-dots li:before { display: none; }

	.hamburger { padding: 27px 10px 23px 10px; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; float: right; display: none; outline: 0; } 
	.hamburger:hover { opacity: 0.7; } 
	.hamburger.is-active:hover { opacity: 0.7; } 
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after { background-color: #000; } 
	.hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative; } 
	.hamburger-inner { display: block; top: 50%; margin-top: -2px; } 
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 40px; height: 4px; background-color: #000; border-radius: 4px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; } 
	.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; } 
	.hamburger-inner::before { top: -10px; } 
	.hamburger-inner::after { bottom: -10px; } 
	.hamburger--collapse .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0.13s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 
	.hamburger--collapse .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } 
	.hamburger--collapse .hamburger-inner::before { transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } 
	.hamburger--collapse.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 
	.hamburger--collapse.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } 
	.hamburger--collapse.is-active .hamburger-inner::before { top: 0; transform: rotate(-90deg); transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }



#cover {
	height: 220px;
	padding: 45px 15px;
	color: #fff;
	background-image: url("assets/img/cover.jpg");
	background-color: #2789C9;
	background-size: cover;
	background-position: center center;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	#cover.big { height: 600px; }
	#cover.big h1 { font-size: 3.2em; line-height: 1.6em; font-family: 'Jaapokki Subtract'; text-transform: uppercase; }
	#cover.big.home h1 span { display: block; background: #FF4351; display: inline-block; padding: 5px 20px; line-height: 1em; margin-bottom: 20px; font-family: 'Titillium Web', sans-serif; text-transform: none; }
	#cover.big.izzy h1 span { display: block; font-family: 'Titillium Web', sans-serif; font-size: 0.6em; line-height: 1em; }

#cover.home { background-image: url("assets/img/cover_home.jpg"); }
#cover.agence { background-image: url("assets/img/cover_agence.jpg"); }
#cover.expertises, #cover.page { background-image: url("assets/img/cover_expertises.jpg"); }
#cover.references { background-image: url("assets/img/cover_references.jpg"); }
#cover.contact { background-image: url("assets/img/cover_contact.jpg"); }
#cover.izzy { background-image: url("assets/img/cover_izzy.jpg"); }



/*
	CONTENT
*/

#accueil_expertises {
	margin: 80px 0;
}
	#accueil_expertises h2 { color: #2789C9; text-transform: uppercase; }
	#expertises { margin: 0 -8px; }
	#expertises .pure-u-1 { padding: 8px; }
	#expertises a.item { border: 3px solid #0275C0; color: #0275C0; padding: 15px; display: block; min-height: 240px; }
	#expertises a.item span { text-align: center; }
	#expertises a.item span img { width: auto; height: 70px; }
	#expertises a.item strong { font-weight: 600; display: block; margin: 15px 0 5px 0; }
	#expertises a.expertise { text-align: center; display: flex; flex-direction: column; justify-content: center; }
	#expertises a.expertise strong { text-transform: uppercase; font-family: 'Jaapokki'; font-weight: 400; font-size: 1.4em; transition: color .4s ease; }
	#expertises a.expertise:hover strong { color: #FF4351; }
	#expertises a.izzy {
		background: #0275C0;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#expertises a.izzy p { margin: 0; padding: 15px; }
	#expertises a.izzy p.img { max-width: 20%; min-width: 20%; text-align: center; }
	#expertises a.izzy p.baseline { /*max-width: 30%; min-width: 30%;*/ line-height: 1.1em; font-family: 'Jaapokki'; font-size: 1.3em; }
	#expertises a.izzy p.baseline strong { text-transform: uppercase; margin-bottom: 10px; font-weight: 400; }
	#expertises a.izzy p.desc { max-width: 50%; min-width: 50%; }


#accueil_a-propos {
	margin: 0 0 80px 0;
}
#expertises_a-propos {
	padding: 40px 0 0 0;
}
	#accueil_a-propos h2, #expertises_a-propos h1 { text-transform: uppercase; font-size: 2.6em; margin-bottom: 1em; line-height: 1.2em; font-family: 'Jaapokki Subtract'; }
	#accueil_a-propos h2::after, #expertises_a-propos h1::after { content: ""; width: 160px; height: 6px; background: #2789C9; display: block; margin: 20px 0; }
	#accueil_a-propos h3, #expertises_a-propos h2 { font-size: 1.6em; line-height: 1.2em; }
	#expertises_a-propos h1 { margin-bottom: 0; }
	#expertises_a-propos h1::after { background: #FF4351; }


#accueil_references {
	margin: 80px 0;
	padding-bottom: 40px;
	background: #f7f7f7;
}
body.single-reference #accueil_references { margin-bottom: 0; }
#content_references {
	padding: 60px 0 20px 0;
	background: #f7f7f7;
}
	#content_references h1 { text-align: center; text-transform: uppercase; font-size: 2.6em; margin-bottom: 1em; line-height: 1.2em; font-family: 'Jaapokki Subtract'; }
	#content_references h1::after { content: ""; width: 160px; height: 6px; background: #FF4351; display: block; margin: 20px auto; }
	#references { margin: 60px -8px; justify-content: center; }
	body.page-template-tpl-references #references { margin-top: 15px; overflow: hidden; }
	#references .pure-u-1 { padding: 8px; }
	#references .pure-u-1 .item {
		background: #fff;
		padding: 15px;
		text-align: center;
		height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
		border: 2px solid #fff;
		transition: all .4s ease;
		position: relative;
		color: #636363;
	}
	#references .pure-u-1 .item:hover { border: 2px solid #0eabd4; box-shadow: 0 0 15px rgba(0, 0, 0, .2); }
	#references .pure-u-1 .item .logo { display: block; }
	#references .pure-u-1 .item img { margin: auto; width: auto; height: 40px; }
	#references .pure-u-1 .item img.medium { width: auto; height: 60px; }
	#references .pure-u-1 .item img.big { width: auto; height: 80px; }
	#references .pure-u-1 .item .overlay {
		width: 100%;
		height: 100%;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, .9);
		opacity: 0;
		transition: opacity .6s ease;
		font-size: 0.9em;
	}
	#references .pure-u-1 .item:hover .overlay { opacity: 1; }
	#references .pure-u-1 .item .overlay .btn { margin-top: 15px; }

#reference_content p:first-child { margin-top: 0; }
#reference_content .reference_baseline {
	text-transform: uppercase;
	font-family: 'Jaapokki';
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 0;
	padding: 60px 30px;
	background: url("assets/img/reference_top-left.png") 15px 15px no-repeat, url("assets/img/reference_bottom-right.png") bottom 15px right 15px no-repeat;
	background-size: 42px 25px;
}
#reference_content .reponse {
	margin-top: 40px;
}
	#reference_content .reponse .pure-u-lg-2-3 { padding: 30px 45px; background: #2789C9; color: #fff; }
	#reference_content .reponse h2 { text-transform: uppercase; font-family: 'Jaapokki'; font-size: 1.6em; line-height: 1.3em; }
	#reference_content .reponse .img { min-height: 240px; background-size: cover; background-position: center center; }


#expertises_reference {
	padding-bottom: 60px;
}
	#expertises_reference .cover { width: 100%; height: 200px; background-size: cover; background-position: center center; }
	#accueil_references h2, #expertises_reference h2 { text-align: center; background: #0eabd4; color: #fff; padding: 20px 15px 15px 15px; text-transform: uppercase; font-family: 'Jaapokki'; }
	#expertises_reference h2 { margin-bottom: 0; }
	#expertises_reference h3 { text-transform: uppercase; font-family: 'Jaapokki'; font-size: 1.4em; line-height: 1.2em; }
	#expertises_reference p { margin: 1.5em 0; }
	#expertises_reference p.img { margin: 2em 0; }

#expertise_content .pure-g {
	margin-top: 40px;
}
	#expertise_content .title { background: #FF4351; color: #fff; text-align: center; font-size: 1.2em; }
	#expertise_content .title h1 { font-family: 'Jaapokki'; line-height: 1.2em; text-transform: uppercase; margin: 0; }
	#expertise_content .title p { line-height: 1.1em; }
	#expertise_content .img { background-size: cover; background-position: center center; min-height: 320px; }
	#expertise_content .pure-u-lg-1-2 { background: #F7F7F7; padding: 30px; }
	#expertise_content .pure-u-lg-1-2 h2:first-child { margin-top: 0; }
	#expertise_content .pure-u-lg-1-2 h2 { line-height: 1.2em; }


#accueil_pressroom {
	margin: 80px 0;
	line-height: 1.2em;
}
	#accueil_pressroom h2 { text-transform: uppercase; font-size: 2.6em; margin-bottom: 1em; text-align: center; font-family: 'Jaapokki Subtract'; line-height: 1em; }
	#accueil_pressroom h2 span { display: block; text-transform: none; font-weight: 600; font-size: 0.6em; font-family: 'Titillium Web', sans-serif; }
	#accueil_pressroom h2::after { content: ""; width: 160px; height: 4px; background: #FF4351; display: block; margin: 20px auto; }
	#accueil_pressroom .pure-g { margin: 0 -8px; }
	#accueil_pressroom .pure-u-1 { padding: 8px; }
	#accueil_pressroom .pure-u-1 a { color: #fff; position: relative; background-size: cover; background-position: center center; }
	#accueil_pressroom .pure-u-1 a span { padding: 15px; background: rgba(0, 0, 0, .6); position: absolute; transition: background .4s ease; }
	#accueil_pressroom .pure-u-1 a:hover span { background: rgba(0, 0, 0, .9); }
	#accueil_pressroom .pure-u-md-1-2 a { display: block; height: 320px; color: #fff; position: relative; }
	#accueil_pressroom .pure-u-md-1-2 a span { width: 100%; bottom: 0; display: block; }
	#accueil_pressroom .pure-u-md-1-3 a { display: block; height: 190px; color: #fff; position: relative; }
	#accueil_pressroom .pure-u-md-1-3 a span { width: 50%; height: 100%; left: 0; }
	#accueil_pressroom .pure-u-1 a strong { display: block; margin-bottom: 10px; }


#actus-twitter {
	margin: 80px 0;
}
	#actus-twitter .actus { padding: 30px 15px; background: #f7f7f7; color: #636363; }
	#actus-twitter .actus .content { max-width: 360px; margin: auto; }
	#actus-twitter .actus .content .slider p:last-child { margin-bottom: 0; }
	#actus-twitter .actus h2, #actus-twitter .actus h3 { color: #393939; }
	#actus-twitter .actus h2 { text-transform: uppercase; font-size: 2.4em; margin-bottom: 1em; font-family: 'Jaapokki Subtract'; }
	#actus-twitter .actus h2::after { content: ""; width: 80px; height: 6px; background: #2789C9; display: block; margin: 20px auto; }
	#actus-twitter .twitter {
		padding: 30px 15px 30px 60px;
		background: #0eabd4 url("assets/img/accueil_twitter.png") left center no-repeat;
		background-size: auto 90px;
		color: #c5ecf5;
	}
		#actus-twitter .pure-g { max-width: 768px; margin: auto; }
		#actus-twitter .pure-g .pure-u-1 p { line-height: 1.3em; overflow: hidden; }
		#actus-twitter .pure-g .pure-u-1 p:first-child { margin-top: 0; margin-bottom: 0.5em; }
		#actus-twitter .pure-g .pure-u-1 p:last-child { margin-top: 0.5em; margin-bottom: 0; }
		#actus-twitter .twitter strong, #actus-twitter .twitter a { color: #fff; }


#expertises_temoignages {
	background: #FFFFFF;
	padding: 70px 0;
}
	#expertises_temoignages h2 { text-transform: uppercase; font-size: 2.6em; margin: 0; font-family: 'Jaapokki Subtract'; line-height: 1em; }
	#expertises_temoignages h2 span { display: block; text-transform: none; font-weight: 600; font-size: 0.6em; font-family: 'Titillium Web', sans-serif; }
	#expertises_temoignages h2::after { content: ""; width: 160px; height: 4px; background: #2789C9; display: block; margin: 20px 0; }
	#expertises_temoignages .slider article {
		margin: 0 5px;
		padding: 30px;
		border: 3px solid #2789C9;
		background: url("assets/img/temoignages_top-left.png") 15px 15px no-repeat, url("assets/img/temoignages_bottom-right.png") bottom 15px right 15px no-repeat;
		background-size: 42px 25px;
	}
	#expertises_temoignages .slider article h3 { margin-top: 0; text-align: center; color: #2789C9; }



/*
	AGENCE
*/

#agence_section {
	padding: 15px 0;
}
	#agence_section .section { margin: 60px 0; width: 100%; }
	#agence_section .section .txt { background: #F7F7F7; padding: 30px 45px; }
	#agence_section .section .img { min-height: 480px; background-size: cover; background-position: center center; }
	#agence_section h2 { text-transform: uppercase; font-size: 2.6em; margin-bottom: 0; line-height: 1.2em; font-family: 'Jaapokki Subtract'; }
	#agence_section h2::after { content: ""; width: 160px; height: 6px; background: #FF4351; display: block; margin: 20px 0; }
	#agence_section .blue h2::after { background: #2789C9; }
	#agence_section h2:first-child { margin-top: 0; }
	#agence_section h3 { font-size: 1.6em; line-height: 1.2em; margin: 0.5em 0; }
	#agence_section .section .txt p:last-child { margin-bottom: 0; }
	#agence_section .section a { color: #393939; text-decoration: underline; font-weight: 600; }
	#agence_section .section .membres .membre { text-align: center; padding: 0 5px; }
	#agence_section .section .slick-prev:before, #agence_section .section .slick-next:before { color: #FF4351; }
	#agence_section .section .slick-dots li button { background: #FF4351; }



/*
	CONTACT
*/

#contact_form { padding: 60px 0 80px 0; }
	#contact_form h2, #contact_carte .txt h2 { font-family: 'Jaapokki'; line-height: 1.1em; text-transform: uppercase; }
	#contact_form .pure-g { margin-top: 45px; }
	#contact_form .pure-g .pure-u-1 { padding: 0 15px; }

#contact_carte .map { padding: 0; line-height: 0; }
#contact_carte .txt { font-size: 1.1em; background: #FF4351; color: #fff; padding: 30px 45px; }
#contact_carte .txt p { font-weight: 600; background-size: auto 40px; background-position: left center; background-repeat: no-repeat; padding: 8px 0 8px 55px; }

#contact_reseau {
	padding: 15px 0;
}
	#contact_reseau a { color: #393939; font-size: 1.2em; display: block; }
	#contact_reseau a img { margin-top: 30px; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select, textarea {
	width: 100%;
    background: #F7F7F7;
    padding: 15px 15px 10px 15px;
    border: 0;
    outline: 0;
    font-family: 'Jaapokki';
    -webkit-appearance: none;
    box-sizing: border-box;
}

select {
	max-width: 260px;
	margin: 60px auto 0 auto;
	display: block;
	background: #fff;
    padding-right: 60px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url( "assets/img/angle-down-solid.svg" );
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

textarea {
    width: 100%;
    height: 190px;
    resize: vertical;
    box-sizing: border-box;
}


/*
	IZZY
*/

#izzy_facilitateur, #izzy_securite {
	padding: 60px 0;
}
	#izzy_facilitateur h2 { text-align: center; text-transform: uppercase; font-size: 2.6em; margin-bottom: 1em; line-height: 1.2em; font-family: 'Jaapokki Subtract'; }
	#izzy_facilitateur h2::after { content: ""; width: 160px; height: 6px; background: #FF4351; display: block; margin: 20px auto; }
	#izzy_facilitateur h2:first-child { margin-top: 0; }
	#izzy_facilitateur h3, #izzy_securite h2 { font-size: 1.6em; line-height: 1.2em; font-family: 'Jaapokki'; }

#izzy_application {
	padding: 60px 0;
	background: #F7F7F7;
}
	#izzy_application h2 { font-size: 1.8em; line-height: 1.3em; font-family: 'Jaapokki'; }


#content-page {
	margin: 60px auto;
}
	#content-page h1 { font-size: 2.4em; line-height: 1.2em; font-family: 'Jaapokki'; text-transform: uppercase; }
	#content-page h2 { font-size: 1.6em; line-height: 1.2em; }



/*
	FOOTER
*/

#footer {
	background: #0D4E79;
	color: rgba(0, 0, 0, .55);
	text-align: left;
}
	#footer .pure-g .pure-u-1 {
		padding: 30px 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer p { margin: 1.5em; }
	#footer a { color: #8fadc0; }
	#footer a:hover { color: #fff; }
	#footer a.btn, #footer .izzy a { color: #fff; }
	#footer .pure-u-lg-6-24 img { margin-bottom: 15px; }

	#footer .social { max-width: 140px; min-width: 92px; letter-spacing: -0.31em; text-align: center; }
	#footer .social a { width: 36px; line-height: 0; padding: 9px 0; margin: 5px; display: inline-block; text-align: center; background: #FF4351; color: #fff; font-size: 1.3em; letter-spacing: 0; }
	#footer .social a img { width: auto; height: 18px; }

	#footer .izzy { background: #2789C9; color: #fff; }
	#footer .izzy strong { font-family: 'Jaapokki'; font-weight: 400; font-size: 1.4em; }



/*
    RESPONSIVE
*/

@media screen and ( max-width: 1280px ) {

	.container { max-width: 1170px; }

	#cover.big { height: 480px; }

	#menu ul li { margin: 0; }

}

@media screen and ( max-width: 1024px ) {
	
	#menu ul li { font-size: 0.9em; }

	#cover.big { height: 420px; min-height: 420px; }

	#accueil_pressroom .pure-u-md-1-2 a { display: block; height: 240px; color: #fff; position: relative; }
	#accueil_pressroom .pure-u-md-1-3 a { height: 240px; }
	#accueil_pressroom .pure-u-md-1-2 a span { width: 50%; height: 100%; left: 0; display: flex; flex-direction: column; justify-content: center; }
	#accueil_pressroom .pure-u-1 a span { width: 66%; }

	#actus-twitter .twitter { padding-bottom: 45px; }
	#actus-twitter .actus .content { max-width: 768px; }
	#actus-twitter .pure-g { max-width: 100%; }

	#agence_section .section .txt { padding: 30px; }

}

@media screen and ( max-width: 960px ) {

	#header #logo img { width: auto; height: 40px; margin: 20px 0; }

}

@media screen and (max-width:782px) {

	body.admin-bar #header{ margin-top: 46px; }
	body.admin-bar.home #head { height: calc(100vh-46px); }

}

@media screen and (max-width: 768px) {
	
	

	.hamburger { display: block; }
	#menu {
		width: 240px;
		margin: 0 -15px;
		position: absolute;
		right: 0;
		top: 80px;
		background: #fff;
		float: none;
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    	visibility: hidden;
    	opacity: 0;
    	transition: visibility 0s linear 0.6s, opacity 0.6s ease;
	}
	#menu.is-active { visibility: visible; opacity: 1; transition-delay: 0s; }
	#menu ul { height: auto; }
	#menu ul li { font-size: 1em; display: block; }
	#menu ul li a { display: block; line-height: 1em; padding: 15px 20px; }
	#menu ul li a:hover, #menu ul li.current-menu-item a { color: #fff; background-position: 0 0; }

	#accueil_pressroom .pure-u-1 a span { width: 50%; }

	#cover { height: 120px; }
	#cover.big { height: 360px; min-height: 360px; }
	#cover.big h1 { font-size: 1.8em; line-height: 1.3em; }

	#accueil_expertises h3 { text-align: center; }
	#expertises a.item span img, #expertises a.izzy p img { margin-left: auto; margin-right: auto; }
	#expertises a.izzy { display: block; }
	#expertises a.izzy p { display: inline-block; }
	#expertises a.izzy p { width: 100%; max-width: 100% !important; text-align: center; }

	#references .pure-u-1 .item { height: 200px; }

	#actus-twitter .actus .content { max-width: 100%; }
	#actus-twitter .actus { padding: 15px; }

	#expertise_content .pure-u-lg-1-2 { padding: 20px 15px; }
	#expertises_temoignages h2 { text-align: center; }
	#expertises_temoignages h2::after { margin: 20px auto; }
	#expertises_temoignages .slider article { padding: 45px 15px; }

	#reference_content .reponse .pure-u-lg-2-3 { padding: 15px; }

	#contact_carte .map iframe { height: 240px; }
	#contact_carte .txt { padding: 15px; }

}

@media screen and (max-width: 568px) {

	#header #logo img { width: auto; height: 50px; margin: 15px 0; }
	#menu { width: calc( 100% + 30px ); }
	#menu ul { margin: 0 10px; }

	#agence_section .section .txt { padding: 30px 15px; }

	#content-page h1 { font-size: 1.8em; line-height: 1.2em; }

	#footer .pure-g .pure-u-1 { padding: 5px 15px; }
	#footer .pure-g .pure-u-1.middle { display: block; text-align: center; }
		#footer .social { max-width: none; min-width: none; margin-top: 0; }
		#footer .pure-g .pure-u-1.izzy { display: block; text-align: center; }

}

.temp-img{
	max-width: 100%;
	display: block;
}
.temp-body{
	margin:0;
}

.modal-brand {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1000;
}
.modal-brand .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 30px 0;
}
.modal-brand .modal-content .inner-modal{
	width: 800px;
	padding: 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	background-color: #fff;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}
.modal-brand .close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 38px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 40px;
    border:1px solid #E0E0E0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.modal-brand .close-button svg{
	display: block;
	margin: 8px auto;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.modal-brand .close-button svg path{
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;	
}
.modal-brand .close-button:hover {
    background-color: #000;
    border-color:#000;
}
.modal-brand .close-button:hover svg path{
	stroke:#fff;
}
.modal-brand.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    pointer-events: auto;
}
.modal-brand .modal-content .inner-modal .vector{
	position: absolute;
	top: -98px;
	left: -56px;
	z-index: -1;
	width: 192px;
	height: 230px;
	border:1px solid #3B3B3B;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.modal-brand .modal-content .inner-modal .title-brand{
	display: block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
	display: block;
	margin: 0 0 9px 0px;
}
.modal-brand .modal-content .inner-modal .logo-brand img{
	max-width: 229px
}
.modal-brand .modal-content .inner-modal .logo-brand{
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.modal-brand .modal-content .inner-modal .desc-brand{
	display: block;
	max-width: 680px;
	margin: 0 auto 0;
}
.modal-brand .modal-content .inner-modal .desc-brand.desc-top{
	padding-top: 46px;
	margin-bottom: 41px;
}
.modal-brand .modal-content .inner-modal .desc-brand p{
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	margin: 0 0 18px 0;
}
.modal-brand .modal-content .inner-modal .desc-brand.desc-top p{
    margin-bottom:20px;	
}
.modal-brand .modal-content .inner-modal .btn-brand{
	display: block;
	margin-bottom: 33px;
}
.modal-brand .modal-content .inner-modal .btn-brand .bt-de{
	display: inline-block;
	padding: 18px 30px;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	background-color: #00FF00;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.modal-brand .modal-content .inner-modal .btn-brand .bt-de:hover{
	background-color:#000;
	color:#fff;
}


@media screen and (max-width:1023px){
	.modal-brand .modal-content .inner-modal .desc-brand.desc-top{
		padding-top:70px;
		margin-bottom:30px;
	}
	.modal-brand .modal-content .inner-modal .vector{
		top:-100px;
		left:-70px
	}
	.modal-brand .modal-content {
		width:calc(100% - 80px);
	}
	.modal-brand .modal-content .inner-modal{
		width:100%;
	}
}

@media screen and (max-width:639px){
	.modal-brand .modal-content .inner-modal .vector{
		top: -56px;
		left: -58px;
		width: 140px;
		height: 140px;
	}
	.modal-brand .modal-content .inner-modal .title-brand{
		font-size:18px;
	}
	.modal-brand .modal-content .inner-modal .desc-brand{margin-bottom: 24px;}
	.modal-brand .modal-content .inner-modal .desc-brand p{
		font-size:16px;
		line-height: 1.3;
	}
	.modal-brand .modal-content .inner-modal .logo-brand{
		/* margin-bottom: 31px; */
	}
	.modal-brand .modal-content .inner-modal .logo-brand img{
		max-width: 200px;
	}
	.modal-brand .modal-content .inner-modal .btn-brand{
		margin-bottom: 20px;
	}
	.modal-brand .modal-content{
		width:calc(100% - 30px);
	}
	.modal-brand .modal-content .inner-modal .btn-brand .bt-de{
		font-size:12px;
	}
	.modal-brand{
		padding:30px 0
	}
}

.logo {
  margin-top: 12px;
  max-width: 200px;
}

@media screen and (max-width: 768px)
#header #logo img {
    max-width: 200px;
  	margin-top: 12px;
}