/*
	Theme Name: NounouAssure
	Theme URI: https://nounouassure.com
	Description: Thème pour le site Nounouassure // Verspieren
	Version: 1.0
	Author: Bruno Antunes (@strabsquad)
	Author URI: https://www.brunoantunes.fr
	Tags: Blank, HTML5, CSS3

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

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');

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

.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: black;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 0.8em;
}

.announcement a { 
  color: #ccc; 
}

.announcement a:hover {
  color: red;
}

/* 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:400 16px/1.4 'Lato', Helvetica, Arial, sans-serif;
	color:#444;
	background: #F1F1F1
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	/*max-width:100%;*/
	vertical-align:bottom;
}
a {
	color:#85327f;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1,h2,h3,h4,h5 {
	font-family: 'Ubuntu', sans-serif;
}

.page h1 {
	text-align: center;
}

.home h1 {
	
}

.page article.page {
    padding: 0 100px;
}

.page article#post-13 {
    padding: 0;
}

.nomargin {
	margin: 0;
}

.bottom20 {margin-bottom: 20px;}
.bottom50 {margin-bottom: 50px;display: block}

.top40 {margin-top:40px}



.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.boutoncta {
    background: #84bd00;
    padding: 20px 30px;
    color: #FFF;
    border: 0 !important;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    height: auto !important;
}

.boutoncta.violet {
	background: #681d61;
}

.boutoncta:hover {
    background: #444;
    color: #FFF;
	 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;	
}

.super-button-medium.super-type-flat a {
    background: #84bd00 !important;
    padding: 20px 30px !important;
    color: #FFF !important;
    border: 0 !important;
    text-align: center !important;
    display: inline-block !important;
    font-size: 16px !important;
    height: auto !important;
}

.boutonfantome {
    border: 1px solid #C3C3C3;
    padding: 20px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
	 height: auto;
	 color: #444;
}

.boutonfantome:hover {
	border: 1px solid;
} 

#sm_submit {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    margin-top: 25px !important;
    display: block;
}

.vertassure {
	color: #84bd00;
}

.violetassure {
	color: #85327f
}

.iconhome {
	background: url("img/picto_accueil.png") no-repeat center;
	width: 21px;
}

#header_all .iconhome {
	background: url("img/picto_accueil_blanc.png") no-repeat center;
}


.iconhome a {
	color: transparent !important;
}



input[type="text"]:focus {
	border: 1px solid #84bd00;
}

input, select.arrowelise {
    display: block;
    border-radius: inherit;
    height: 50px !important;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
	width: 100% !important;
	padding-left: 15px;
	margin-bottom: 20px;
	 border: 1px solid #cbcbcb !important;
	background: #FFF;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.arrowelise {
    background: url(img/select.png) no-repeat center right;
    background-size: 50px;
	 color: #757575;
}

select.arrowelise::-ms-expand{
    display: none;
}

.notice_sinistre {
    background: #f3f3f3;
    padding: 30px 50px;
}

input:focus {
	border: 1px solid #000 !important;
}

.super-field.grouped {
    width: 100% !important;
}

.center {
	text-align: center;
	margin: 0 auto !important;
	float: inherit !important;
}

p:empty {
  display: none;
}

.floatbutton_wrap {
    height: 250px;
    z-index: 99999;
    top: 50%;
    margin-top: -150px;
    position: fixed;
    right: 0;
    padding: 0 5px 0 51px;
}

.floatbutton_wrap .floatbutton {
    background: url(img/floatattest.jpg) no-repeat scroll transparent;
    height: 180px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999999;
	 border-radius: 10px 0 0 10px;
}

.floatbutton_wrap .floatbutton:hover {
	opacity: 0.7;
}

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

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background: url("img/header.png");
	height: 80px;
}



.header.home {
	height: inherit;
	min-height: 640px;
	background: url("img/header.png");
	color: #FFF;
	padding: inherit;
}

.header h1 {
	text-align: center;
}

#header_all.header {
    background: #5d5d5d;
    padding: 15px 20px;
    height: inherit;
    box-shadow: 0px 4px 16px 0px #d6d6d6;
    position: relative;
}

/* logo */
.logo-blanc {
    margin: 45px auto 80px;
    display: block;
}
.logo-img {
    height: 60px;
}

/* nav */
#header_all .nav {
	padding-top: 20px;
}

.nav ul {
	margin: 0;
	padding: 0;
	
}

.nav ul li {
	display: inline
}

#header_home #menuhead {
   background: rgba(255, 255, 255, 0.5);
	height: 60px;
}

#menuhead ul {
	margin: 0;

}

#menuhead ul li {
	padding: 0 20px;
	/*display: inline-block;*/
}

#header_home #menuhead ul li {
	height: 60px;
   line-height: 60px;
}

header.home #menuhead ul li {
    padding: 0px 20px;
    margin-left: 10px;
}

#header_page {
	height: 70px;
}

#header_page #menuhead ul li {
	height: 70px;
   line-height: 70px;	
	padding: 0 14px;
	margin-left: 0px;
	
}

#header_page #menuhead {
   background: rgba(255, 255, 255, 0.5);
	height: 70px;
}

#header_page .logo-img {
    padding-left: 30px;
    margin-top: 5px;
    height: 55px;
}

#menuhead ul li:hover {
/*
	transform: scale(1.1);
	-webkit-transition: .2s ease;
    transition: .2s ease;
*/
}

#menuhead ul li:last-child {
    background: #fff;
    float: right;
}

#header_page #menuhead ul li:last-child {
    background: #84bd00;
    float: right;
}

#menuhead a {
    color: #85327f;
    height: 60px;
    text-rendering: optimizelegibility;
	 font-weight: bold;
}

#header_all #menuhead a {
    color: #fff;
}

#menuhead ul li:last-child a {
	color: #84bd00;
}

#header_page #menuhead ul li:last-child a {
	color: #fff;
}

.icon_contact a {
    font-size: 20px;
}

.homecta {

}

.slider {
    text-align: center;
}

.slider h1 {
    margin-bottom: 40px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    padding: 50px 0;
    text-align: center;
    background: #9c9c9c;
}

.footer .logo-img {
    margin: 0 auto;
    display: block;
}

.footer .nav {
    margin-top: 30px;
}

.footer .nav ul {
	margin-left: inherit;
	padding: 0;
}

.footer .nav ul li {
    display: inline;
    font-size: 16px;
    margin-right: 20px;
}

.footer .nav ul li a {
	color: #fff;
	font-weight: bold;
}

#extra-nav a {
	font-weight: inherit;
}

.footer .nav ul li a:hover {
/*    text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;*/
    border: 0;
    text-decoration: underline;
}

.footer .nav#extra-nav ul li {
    font-size: 14px;
}

.footer .nav#extra-nav ul li a {
    color: #fff;
}

/* nav social */
.footer .nav#social-nav ul li {
    margin-right: 10px;
}

.footer .nav#social-nav ul li a:hover {
	border: none;
}

.footer .nav#social-nav ul li a img {
	width: 90px;
}

.footer .nav#social-nav ul li a img:hover {
	opacity: 0.7;
}

.cta_widget * {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}



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

section {
	padding: 50px 70px 70px;
	background: #FFF;
}

section#troisargs {
	text-align: center;
	padding-bottom: 0;
}

section#troisargs h5 {
	font-weight: bold;
}

section#troisargs .picto {
	min-height: 100px;
}

section#pourquoiassurance a.boutoncta {
	margin-top: 35px;
	float: left;
}

section#pourquoiassurance a.boutonvert {
    text-align: center;
    width: 145px;
    text-decoration: none;
    font-weight: 400;
}

section#formulesnounou {
	background: #f1f1f1;
}

section#formulesnounou .three.columns {
	 display: inline-block;
    float: inherit;
	width: auto;
}

section#formulesnounou .formule {
    background: #FFF;
    width: 300px;
    padding: 30px;
}

section#formulesnounou .formule p.info {
    margin: 10px 0 0;
	min-height: 72px;
	
}

section#formulesnounou .formule .prix{
    font-size: 54px;
    font-family: 'Ubuntu', sans-serif;
	 margin-bottom: 0;
}

section#formulesnounou .formule .prix span {
	font-size: 24px;
	margin-left: 5px;
}

section#formulesnounou .formule a.details i {
	margin-right: 3px;
}

section#formulesnounou .formulesubscribe{
    background: #84bd00;
    color: #FFF;
    width: 300px;
    display: block;
    padding: 20px;
}

section#formulesnounou .formulesubscribe:hover {
	background: #444 !important;
	color: #FFF;
	 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

section#actus {
	padding: 50px;
}

section#actus a {
	color: #444;
}

section#actus article {
	width: 340px;
	height: 420px;
	overflow: auto;
	float: left;
}

section#actus article:nth-child(2) {
	margin-right: 20px;
	position: relative;
}

section#actus article:nth-child(3), 
section#actus article:nth-child(4) {
    width: 200px;
    height: auto;
    box-shadow: 0px 0px 3px #bbb;
	margin-bottom: 20px;
	 background-image: none !important;
}

section#actus article:nth-child(2):hover, 
section#actus article:nth-child(3):hover, 
section#actus article:nth-child(4):hover {

    box-shadow: 0px 0px 7px #999;

}

article .actus-title {
    background: #626262;
    margin: 15px;
    color: #FFF;
    padding: 15px;
	font-weight: bold;
}

a.actus_link {
    display: inline-flex;
    text-align: center;
    border: 1px solid #C3C3C3;
    padding: 15px 22px;
    margin-top: 34px;
}

section#actus article:nth-child(2) .actus-title {
	position: absolute;
	bottom: 0;
	 min-width: 310px;
}

section#actus article:nth-child(2) .actus-title a {
	color: #FFF; 
	cursor: pointer;
}

section#actus article:nth-child(2) .actus-title a:hover {
	text-decoration: underline;
}

section#actus article:nth-child(3) .actus-title,
section#actus article:nth-child(4) .actus-title {
	margin: 0;
	background: #FFF;
	color: inherit;
}

article .actus-title span.date {
	font-weight: 400;
	display: block;
}



section#newsletter {
	background: #575757;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
}

section#newsletter .fbbox {
	background: #e6e6e6;
	margin: 0;
	padding-bottom: 20px;
}

section#newsletter .fbbox h3 {
    color: #375198;
    padding-top: 20px;
}

section#newsletter .newsletterbox {
	padding-top: 50px;
	margin-left: 100px;
}

section#formule_exemples {
	background: #f9f9f9;
	padding: 60px 70px;
}

section#formule_exemples .row {
    margin-top: 50px;
}

section#formule_exemples .row img {
    margin-bottom: 20px;
}

section#f_intro .introdansimage {
    font-size: 20px;
}

section#f_intro .encart {
    background: #FFF;
    padding: 40px 20px;
    text-align: center;
}

section#f_intro .encart .option {
	margin-bottom: 0px;
    font-size: 18px;
}

section#f_intro .encart .option img {
    margin-bottom: 5px;
}

section#f_intro .encart span {
    margin-bottom: 0px;
    display: block;
    font-weight: bold;
    font-size: 30px;
}

.page-id-5 section#f_intro .encart span.signeplus.deuzio {
	display: none;
}

section#f_intro .encart .prix_formule {
    font-family: 'Ubuntu', sans-serif;
    color: #681d61;
    font-size: 40px;
    margin-bottom: 30px;
}

section#f_intro .encart .prix_formule span {
	font-size: 22px;
}

section#p_intro {
	padding: 0;
}

section#p_intro .sixmonths {
    background: url(img/bandeau_assmat_partenariat.jpg);
    max-height: 280px;
    padding: 30px 420px;
    text-align: center;
	 margin-top: -10px;
}

section#p_intro .sixmonths h1 {
	color: #84bd00;
}

section#f_intro {
	width:100%;
    height: 550px;
    background-size: cover;
}

section#f_intro .sixmonths {
    max-height: 190px;
    padding: 5px 280px;
    text-align: center;
}

section#f_intro .introdansimage h1 {
    font-family: inherit;
    text-align: left;
}

section#f_intro .boxtarif {
    background: #FFF;
    padding: 20px 30px;
}

section#f_intro .sixmonths h1 {
    color: #84bd00;
    margin-bottom: 10px;
}

section#f_intro a {
    
}

section#r_intro {
	padding: 0;
}

section#r_intro .sixmonths {
    background: url(img/bandeau_resiliation.jpg);
    max-height: 280px;
    padding: 30px 420px;
    text-align: center;
	 margin-top: -10px;
}

section#r_intro .sixmonths h1 {
	color: #85327f;
}

section#p_steps {
	text-align: left;
}

section#p_steps .row {
	margin-top: 30px;
}

section#p_steps img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

section#p_steps .four.columns:after {
	
}

section#p_args {
	background: #f9f9f9;
}

section#p_args img.smiles {
	width: 100%;
}

section#p_args .listingpng {
    margin-bottom: 20px;
	min-height: 30px;
    padding-left: 35px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

section#p_args .listingpng.un {
	background: url("img/chiffre1_raisons.png")
}

section#p_args .listingpng.deux {
	background: url("img/chiffre2_raisons.png")
}

section#p_args .listingpng.trois {
	background: url("img/chiffre3_raisons.png")
}

section#p_args span {
	font-style: italic;	
}

section#p_form {
	padding: 0 0 20px;
}

section#p_form ul {
	 margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

section#blog article {
    width: 100%;
    height: 420px;
	position: relative;
	margin-bottom: 50px;
	 background-size: 100%;
}

section#blog article:hover {
	 box-shadow: 0px 0px 7px #999;
}

section#blog .four.columns:nth-child(4),
section#blog .four.columns:nth-child(7),
section#blog .four.columns:nth-child(10) {
	margin-left: 0;
}

section#blog article .actus-title {
    background: #626262;
    margin: 15px;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
	position: absolute;
    bottom: 0;
    min-width: 90%;
}

section#blog a {
	color: #FFF;
	cursor: pointer;
}

section#blog a:hover {
	text-decoration: underline;
}

section#blog .pagination {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

section#blog .pagination a {
	color: #444;
    padding: 0 5px;
}

section#blog .pagination .page-numbers.current {
    background: #85327f;
    color: #FFF;
    padding: 0 5px;
}

section#contact img {
    max-height: 30px;
    float: left;
    margin-right: 10px;
}

section#retracter {
	padding: 50px 70px;
	background-color: #444;
	background-image: url(img/bg_rubrique_retract.jpg);
	text-align: center;
	color: #FFF;
}

section#retracter a.boutoncta {
	margin-top: 20px;
}

section#related h2 {
    text-align: center;
}

section#related #recent-posts {

}

section#related #recent-posts p {
   margin: 0 0 20px 0;
   font-size: 12px;
}

section#related .recent-post-thumbnail {

}

section#related .recent-post-thumbnail a {
    font-size: 16px;
    text-align: center;
}

section#related .wp-post-image {
	width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
	max-height: 300px;
}

@media only screen and (max-width:550px) {
	section#related .wp-post-image {
		max-height: 490px;
	}
}


/*------------------------------------*\
    FORMULES
\*------------------------------------*/

/*
page-id-7=SERENITE #7b2d70
page-id-5=ESSENTIELLE #84bd00
*/

body.page-id-5 section#formule_intro .encart .prix_formule {
	color: #84bd00;
}

body.page-id-5 section#formule_intro .encart {
	border-color: #84bd00;
}

body.page-id-7 h1 {
	color: #7b2d70;
}

/*------------------------------------*\
	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 (min-width:320px) {

}
@media only screen and (max-width:480px) {
	
	.wrapper {
		width: 100%;
	}
	
	.columns.logo_wrap.two {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #85327f;
    height: 80px;
    top: 0px;
    left: 0;
    position: absolute;		
	}

	.columns.logo_wrap.two .logo-img {
		 top: -7px;
		 left: 0;
		 position: absolute;
		 width: 140px;
		 padding: 10px;
		 height: auto !important;
		 padding-left: 10px !important;
	}
	
	
	h1 {
	font-size: 28px !important;
/*		margin-top: 8px !important;*/
	}

	h2 {
		 font-size: 32px;
		 text-align: left;
		 line-height: 38px;
		 margin: 20px 0;
	}
	
	.home h2 {
		 text-align: center;
	}
	
	h2 span {
		margin: 0 0 20px !important;
	}
	
	.section-title span.center {
		
	}
	
	.container {
		padding: 0 !important;
	}

	h3 {
		font-size: 18px;
		line-height: 27px;
	}
	
	.boutoncta {
    margin: 0px auto 20px !important;
    text-align: center;
    display: block;
	float: none !important;
	}
	
	input.boutoncta {
		width: 100% !important;
	}
	
	.boutonfantome {
    width: 100%;
    margin-bottom: 20px;
	}
	
	section#missions h3 {
    margin-top: 15px;
	}
	
	.header_wrap {
		 min-height: 100px;
		 color: #FFF;
		 display: flex;
	}
	
	.header_wrap h1 {
		line-height: normal;
	}
	
	.header.home {
    padding: 0 20px;
	 min-height: 540px;
	 background: url(img/header-mobile.jpg);
 	}
	
	.header.home .logo-blanc {
    margin: 100px auto 30px;
    display: block;
	  width: 280px;
	}
	
	.logo {
		 margin-left: 12%;
	}
	
	section {
		padding: 20px !important;
		overflow: auto;
	}
	
	section#content {
    padding: 30px;
	}
	
	section#content ul {
		padding-left: 30px !important;
		list-style: circle !important;
	}
	
	article {
		max-width: 100%;
	}
	
	.header {
		 height: 95px;
/*		 background: url(img/home_banner.jpg) 840px 0px;*/
	}
	
	.header_home h1 {
	 	 margin: 100px 0 30px;
		 font-size: 36px !important;
	}
	
	.header_home {
		min-height: 480px;
	}
	
	#mega-menu-wrap-header-menu {
    margin-top: 5px;
	}
	
	#chiffres p.notice {
		margin: 0;
	}
	
	#newsletter p.notice {
		margin-top: 0;
	}	
	
	section#actus article:nth-child(3), section#actus article:nth-child(4) {
    width: 100%;
    height: auto;
	}
	
	section#actus article:nth-child(2) {
    margin-right: 0 !important;
    margin-bottom: 20px;
    height: 316px;
	}
	
	section#actus a {
    width: 100% !important;
    text-align: center;
    margin: 0px 0 40px !important;
	}
	
	#component nav {
    margin: 0 auto;
    text-align: center;
	}
	
	.component li img {
		margin: 0 auto;
	}
	
	.component-small nav a.prev {
		margin-left: inherit !important;
	}
	
	#sm_input {
		width: 100%;
	}
	
	#sm_submit {
		 /* margin: 0 auto; */
		 display: block;
		width: 100% !important;
	}
	
	.footer {
    padding: 30px 0 15px;
	}
	
	.footer .nav {
	 margin: 30px 0;
	}
	
	#footer-nav li,
	#extra-nav li {
		display: block;
		margin: 0;
	}
	
	.footer .logo-img {
		max-width: 60%;
	}
	
	.footer .nav ul li a:hover {
    border-bottom: 0;
	}
	
	.livres-blancs {
    min-height: 500px;
	}
	
	#component nav {
	margin-left: 0;
	margin-top: 50px;
	}
	
	.indication {
    text-align: center;
	}
	
	img.alignleft {
		height: auto !important;
		float: inherit !important;
		margin: 0 !important;
		width: 100%;
	}
	
	img.wp-image-607,
	img.wp-image-608 {
		display: none;
	}
	
	section#actus article:nth-child(2) .actus-title {
    min-width: 91%;
	}

	button.accordion h3 {
		font-size: 16px;
		max-width: 85%;
	}
	
	blockquote {
    background: url(img/icons/quotes.png) no-repeat 10px 25px #52cdcb;
    padding: 10px;
	}
	
	blockquote p {
    padding-left: 35px;
    color: #FFF;
    font-size: 18px;
	 word-break: break-word;
	 padding-right: 15px;
	}
	
	section#pictos .four {
		margin-bottom: 30px;
	}
	
	#header_all {
    height: 80px !important;
    background: #f59300 !important;
	}
	
	#pourquoiverspi .three.columns {
		margin-bottom: 50px;
	}
	
	section#intro .columns {
    padding: 0;
	}
	
	section#produits {
		background: #444;
		padding: 50px 0 0 !important;
	}
	
	section#produits .fondgris {
		display: none;
	}
	
	section#produits .three.columns {
    margin-bottom: 30px;
	}
	
	.pictos_evenement {
		text-align: center;
	}
	
	.pictos_evenement img {
		 width: 100px;
		 margin: 0 auto 10px !important;
		 display: block;
	}
	
	img.wp-image-76 {
		margin-bottom: 10px !important;
	}
	
	section#contact .four.columns {
		margin-top: 30px;
		text-align: center;
	}
	
	section#contact .four.columns img {
		 display: block;
		 margin: 0 auto 10px;
		 float: none;
	}
	
	.page article.page {
    padding: 0;
	}
	
	section#formulesnounou .three.columns {
    margin-bottom: 30px;
	}
	
	section#p_intro {
		 background-image: inherit !important;
		 padding-bottom: 0 !important;
	}	
	
	section#p_intro .sixmonths {
    background: inherit;
    padding: 20px 0;
    max-height: inherit;
	}
	
	section#p_intro .sixmonths h1 {
    color: #84bd00 !important;
	 padding-top: 10px;
	}	
		
	
	section#f_intro {
		 background-image: inherit !important;
		 padding-bottom: 0 !important;
        height: auto;
	}	
	
	section#f_intro .sixmonths {
    background: inherit;
    padding: 20px 0;
    max-height: inherit;
	}
	
	section#f_intro .sixmonths h1 {
    color: #84bd00 !important;
	 padding-top: 10px;
	}	
	
	section#f_intro .sixmonths p {
		color: #000 !important;
	}
	
	section#r_intro {
		 background-image: inherit !important;
		 padding-bottom: 0 !important;
	}	
	
	section#r_intro .sixmonths {
    background: inherit;
    padding: 20px 0;
    max-height: inherit;
	}
	
	section#r_intro .sixmonths h1 {
    color: #85327f !important;
	 padding-top: 10px;
	}
	
	.page h1 {
    padding-top: 10px;
	}
	
	.aspexifbsidebox {
		display: none;
	}
	
	.floatbutton_wrap .floatbutton {
		display: none;
	}
    
    section#related .recent-post-thumbnail {
        margin-bottom: 20px;
    }
    
    section#related .recent-post-thumbnail a.lelien {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
    }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	.wrapper {
		width: 100%;
	}
	
	.header .two.columns {
		width: 100%;
	}
	
	.logo {
	  margin: 0 auto;
    float: none;
	}
	
	#newsletter p.notice {
		margin-left: 0;
	}
	
	#chiffres p.notice {
		margin-left: 15px;
		margin-top: 150px;
	}
	
	.home article {
    width: 370px;
	}
	
	section#actus article:nth-child(2) .actus-title {
    min-width: 340px;
	}

	section#actus article:nth-child(3), section#actus article:nth-child(4) {
    width: 185px;
    height: 125px;
    box-shadow: 0px 0px 7px #999;
    margin-top: 20px;
	}
	
	.livres-blancs nav {
    margin-left: 7px;
	}
    
    section#r_intro .sixmonths {
        background: #FFF;
        padding: 50px 30px 0;
    }
    
    section#f_intro .encart {
        width: 100%;
        margin-left: 0;
    }
    
    section#f_intro .introdansimage {
        width: 100%;
        text-align: center;
    }
    
    section#f_intro .introdansimage h1 {
        text-align: center;
    }

}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1310px) { 

	header {
		
		padding-bottom: 0 !important;
	}
	
	.logo_wrap {

	}
	
	.logo {

	}
	
	header .nav {
/*	 margin-top: 10px;*/
	}
	
	.ten.columns {

	}
	
	#mega-menu-wrap-header-menu #mega-menu-header-menu {
		text-align: right !important;
	}
	
	.header_home h1 {
    margin-top: 65px;
	}
	
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
		display: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 6px !important;
    	font-size: 14px !important;
	}

}

@media all
and (min-width : 1024px) 
and (max-width : 1344px) { 

	#header_page #menuhead ul li {
    padding: 0 10px !important;
    margin-left: 0 !important;
	}
	
	header.home #menuhead ul li {
    padding: 0 15px;
    margin-left: 15px;
	}
	
	#menuhead ul {
    margin: 0;
    text-align: left;
  } 
	
	#header_page #menuhead ul li:first-child {
		margin-left: 40px !important;
	}
	
}



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

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width:960px) {
/*
	#mega-menu-wrap-header-menu {
		display: none !important;
	}
*/
}



/*------------------------------------*\
    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 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
}
.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;
	}
}
