/*
Theme Name: as Template
Theme URI: http://underscores.me/
Author: as
Author URI: http://www.as-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

as Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	transition: all 200ms ease-in-out;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 158px 0 0 0 !important;
	margin: 0;
}

a {
}

h1 {
}

h2 {
	color: #065B83;
	font-size: 50px;
	font-weight: 100;
	margin-top: 0;
}

body:not(.home, .page-id-32, .page-id-181, .page-id-30, .page-id-219 ) h2 {
	background: url(img/lire.svg) no-repeat center bottom;
	padding-bottom: 80px;
}

h3 {
	color: #0085c4;
	font-size: 24px;
	font-weight: 500;
}

h4 {
	color: #0085c4;
}

h5 {
}

p {
	color: #222266;
	font-size: 16px;
	line-height: 1.4em;
}

ul {
	padding: 0;
	list-style: none;
}

ol {
}

body:not(.home) #content ul {
	margin: 20px 0;
}

body:not(.home) #content li {
	display: flex;
	margin: 6px 0;
	color: #222266;
	font-size: 16px;
	line-height: 1.4em;
}

body:not(.home) #content li::before {
	content: '';
	width: 10px;
	height: 10px;
	flex: 10px 0 0;
	border: 1px solid #0085C4;
	margin: 3px 10px 0 0;
	border-radius: 50%;
}

blockquote {
	padding: 20px 90px 20px 0;
	background: url(img/guillemet.png) no-repeat right center;
	background-size: 66px;
	display: inline-block;
	margin-top: 0;
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
	list-style: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 102%;
	background: #FAF9F8;
	padding: 20px 30px;
	display: flex;
	box-shadow: 0px 2px 8px -1px rgb(0 0 0 / 10%);
	transition: all 200ms ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#primary-menu li:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

#primary-menu .sub-menu > li > a {
	text-decoration: none;
	color: #0085C4;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 500;
	min-width: 200px;
}

#primary-menu .sub-menu > li {
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}

#primary-menu .sub-menu > li:last-child {
	padding-right: 0;
	margin-right: 0;
}

#primary-menu .sub-menu > li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 1px;
	height: 76px;
	background: #C48A4E;
}

#primary-menu .sub-menu > li:last-child:after {
	display: none;
}

#primary-menu .sub-menu > li > a .menu-image-title-after.menu-image-title {
	padding: 0;
	white-space: nowrap;
	text-transform: uppercase;
	color: #C48A4E;
	margin: 10px 0 5px 0;
}

.item-description {
	margin-bottom: 20px;
}

.menu-image {
	transition: all 200ms ease-in-out;
}

#primary-menu .sub-menu > li:hover > a .menu-image {
	filter: grayscale(1);
	opacity: 0.8;
	transform: scale(0.9);
}


/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color: #0085C4;
	z-index: 100;
}

#masthead .wrapper::before {
	content: '';
	position: absolute;
	right: calc(100% - 20px);
	width: 1000px;
	top: 0;
	bottom: 0;
	background-color: white;
}

#masthead .wrapper {
	height: 158px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 200ms ease-in-out;
}

#masthead.fixed {
	box-shadow: 0px 2px 8px -1px rgb(0 0 0 / 10%);
}

#masthead.fixed .wrapper {
	height: 100px;
}

#logo {
	background: white;
	height: 100%;
	display: flex;
	align-items: center;
}

#logo img {
	width: 167px;
	height: auto;
	transition: all 200ms ease-in-out;
}

.fixed #logo img {
	width: 124px;
}

#site-navigation {
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
	padding: 40px 0;
	background: #0085C4;
}

#colophon .wrapper {
	display: flex;
	justify-content: space-between;
}

#colophon .wrapper > div {
	width: 25%;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

#colophon .wrapper > div img.alignleft {
	margin: 0 14px 0 0;
}

#colophon .wrapper > div:first-child {
	padding-left: 0;
	border: 0;
}

#colophon .wrapper > div:last-child {
	padding-right: 0;
	border: 0;
}

#colophon .wrapper * {
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#colophon .wrapper p {
	margin-bottom: 0;
	line-height: 1.5em;
}

#colophon .wrapper h3 {
	margin-top: 0;
	font-size: 16px;
}

#colophon .wrapper a:hover {
	opacity: 0.5;
}

/*--------------------------------------------------------------
6.0 AS
--------------------------------------------------------------*/

.wrapper {
	max-width: 1400px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}

.wrapper-med,
.page-id-39 .wpcf7 {
	max-width: 980px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}

#primary-menu {
	margin: 0;
	padding: 0 30px 0 60px;
	display: flex;
	list-style: none;
	background: white;
	height: 100%;
	align-items: center;
	border-radius: 0 90px 90px 0;
}

#primary-menu > li {
	height: 100%;
	position: relative;
}

#primary-menu > li.menu-item-has-children > a {
	background: url(img/fleche-bleue-menu.svg) no-repeat center bottom -26px;
}

#primary-menu > li.menu-item-has-children:hover > a {
	background: url(img/fleche-bleue-menu.svg) no-repeat center bottom 30px;
}

.fixed #primary-menu > li.menu-item-has-children:hover > a {
	background: url(img/fleche-bleue-menu.svg) no-repeat center bottom 10px;
}

#primary-menu > li > a {
	height: 100%;
	color: #0085C4;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 25px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}

#primary-menu > li:hover > a {
	color: #065B83;
}

.menu-left {
	display: flex;
	align-items: center;
	height: 100%;
}

#site-navigation,
#site-navigation > div {
	height: 100%;
}

.menu-right {
	display: flex;
}

.menu-right a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 40px;
	text-align: center;
}

.menu-right a img {
	margin-bottom: 10px;
}

.menu-right a:hover {
	opacity: 0.5;
}

.home-slider {
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease;
	position: relative;
}

.home-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.home-slider .wrapper,
.home-slider .slick-track {
	height: 600px;
}

.home-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.home-slider .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.home-slider::before {
	content: '';
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background: rgb(0,133,196);
	background: linear-gradient(270deg, rgba(0,133,196,1) 0%, rgba(0,0,0,0) 100%);
	left: 40%;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
}

.home-slide-caption {
	color: white;
	max-width: 400px;
	position: relative;
	font-size: 45px;
	height: 100%;
	display: flex;
	align-items: center;
	background: url(img/masque-bleu-slider.svg) no-repeat right center;
	padding-right: 340px;
	z-index: 3;
	margin: 0;
	font-weight: normal;
}

.home-slide-caption h1,
.home-slide-caption p {
	color: white;
	font-size: 45px;
	display: flex;
	align-items: center;
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}

.home-slide-caption::before {
	content: '';
	position: absolute;
	right: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #0085C4;
	pointer-events: none;
}

.home-section-1 {
	position: relative;
}

.wrapperdossier {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.dossier {
	width: 219px;
	height: 214px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	position: absolute;
	left: 18%;
	bottom: -24px;
	text-align: center;
	display: flex;
	z-index: 10;
	justify-content: center;
	align-items: center;
}

body:not(.home) .dossier {
	left: 20px;
}

.dossier:hover {
	bottom: -14px;
}

.dossier span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 30px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4em;
	z-index: 3;
	max-width: 196px;
	margin: auto;
}

.dossier img {
	position: relative;
	z-index: 2;
}

.dossier::before {
	content: '';
	background: #C48A4E;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	z-index: 1;
	transform: scale(0.8);
	transition: all 300ms ease-in-out;
}

.dossier:hover::before {
	transform: scale(1);
}

.home h2 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.section {
	padding: 60px 0;
}

h2 img {
	margin-top: 16px !important;
}

.home-pages {
	display: flex;
	justify-content: space-between;
}

.home-pages > div {
	width: 28%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FAF9F8;
	padding-bottom: 35px;
	margin-top: 180px;
	position: relative;
}

.home-pages > div::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 36px;
	top: 100%;
	background: url(img/ombre.png) no-repeat center center;
	background-size: cover;
}

.home-pages > div img {
	max-width: 100%;
	height: auto;
	margin-top: -150px;
	margin-right: -110px;
}

.home-pages > div strong {
	height: 70px;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	color: #065B83;
	max-width: 200px;
	margin-top: 24px;
	display: flex;
	align-items: center;
}

.home-pages > div ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 34px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.home-pages > div ul li a {
	text-decoration: none;
	color: #0085C4;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	border-top: 1px solid #065B83;
	padding: 10px 0;
	position: relative;
}

.home-pages > div ul li a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	background: url(img/fleche-bleue-sousmenu.svg) no-repeat right center;
	pointer-events: none;
	transition: all 200ms ease-in-out;
}

.home-pages > div ul li a:hover {
	color: white;
	background: #0085C4;
}

.home-pages > div ul li a:hover::before {
	opacity: 0;
}

.home-section-3 .wrapper-med {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-section-4 {
	text-align: center;
}

.home-offres {
	display: flex;
	justify-content: space-between;
}

.home-offres a {
	width: 46%;
	padding: 36px 36px 20px 36px;
	background: #FAF9F8;
	text-decoration: none;
	color: #0085C4;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin-top: 40px;
}

.home-offres a:hover {
	background: #0085C4;
}

.home-offres a:hover * {
	color: white;
}

.home-offres a p {
	color: #0085C4;
}

.home-offres a h3 {
	color: #065B83;
	font-weight: 500;
	font-size: 25px;
	margin: 0;
}

.home-offres a strong {
	color: #065B83;
	font-weight: 500;
}

.spanlire {
	flex: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	color: #C48A4E;
	font-family: 'Lato', sans-serif !important;
	transition: all 200ms ease-in-out;
}

a span.spanlire svg {
	margin-bottom: 8px;
}

a span.spanlire svg * {
	transition: all 200ms ease-in-out;
}

a:hover span.spanlire svg * {
	fill: white;
}

.offre1 {
	border-radius: 0 123px 0 123px;
}

.offre2 {
	border-radius: 123px 0 123px 0;
}

.home h2 {
	text-align: center;
}

.newscontainer {
	display: flex;
	justify-content: space-between;
}

.newscontainer a {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 1px solid #C48A4E;
	box-sizing: border-box;
	padding: 20px 20px 26px 20px;
	text-decoration: none;
	margin-top: 40px;
	color: #065B83;
	position: relative;
}

.newscontainer a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 36px;
	top: 100%;
	background: url(img/ombre.png) no-repeat center center;
	background-size: cover;
}

.newscontainer a:hover {
	background: #0085C4;
}

.newscontainer a:hover * {
	color: white;
	border-color: #0085C4;
}

.newscontainer a .spanlire {
	margin-top: 20px;
}

.postthumbn {
	width: 100%;
	height: 234px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 10px 0;
}

.date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #0085C4;
	font-size: 14px;
}

.partenariat {
	background: #FAF9F8;
	margin-top: 40px;
}

.partenariat * {
	font-family: 'Poppins', sans-serif;
}

.partenariat .wrapper {
	display: flex;
	justify-content: space-between;
}

.partenariat .wrapper > div {
	width: 46%;
	padding: 36px 0;
	display: flex;
	flex-direction: column;
}

.partenariat .wrapper > div strong {
	font-size: 18px;
	color: #44BBAA;
	padding-top: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.partenariat .wrapper > div:first-child {
	background: url(img/visuel_hero_home.png) no-repeat right bottom;
}

.partenariat .wrapper > div:first-child strong {
	padding-left: 76px;
	background: url(img/doctor.svg) no-repeat left bottom;
}

.partenariat .wrapper > div p {
	color: #222266;
	font-weight: 500;
}

.partenariat .wrapper > div a,
.partenariat .wrapper > div a * {
	color: #0085C4;
	text-decoration: none;
}

.partenariat .wrapper > div a svg * {
	fill: #0085C4 !important;
}

.partenariat .wrapper > div:last-child a {
	margin-top: 30px;
}

.flex {
	display: flex;
}

.partenariat .wrapper > div:first-child img {
	max-width: 380px;
	height: auto;
}

.partenariat .wrapper > div:first-child h3 {
	font-weight: 500;
	font-size: 18px;
	color: #0085C4;
	margin-top: 0;
}

.partenariat .wrapper > div:first-child a {
	margin-top: 10px;
	display: flex;
	color: #0085C4;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}

.partenariat .wrapper > div:first-child a img {
	margin-right: 10px;
}

.partenariat .wrapper > div:first-child a:hover {
	color: #C48A4E;
}

.mobmenu-right-bt {
	display: flex;
	width: 45px;
	height: 45px;
	margin-top: 45px;
	margin-right: 15px;
	background: url(img/burger.svg) no-repeat center center;
	background-size: cover;
	transition: all 200ms ease-in-out;
}

.mobmenu-right-bt * {
	opacity: 0;
}

.fixed .mobmenu-right-bt {
	margin-top: 20px;
}

.mobmenu-panel .mobmenu-right-bt {
	margin-top: 20px !important;
	background: url(img/closemenu.svg) no-repeat center center;
}

.mobmenu-content {
	height: auto !important;
	background: #0085C4;
	margin-top: 0 !important;
	padding-top: 90px !important;
	padding-bottom: 40px !important;
}

.mobmenu-right-panel {
	background: none !important;
	width: 100% !important;
}

.mob-expand-submenu {
	display: none !important;
}

#mobmenuright li a {
	text-transform: uppercase !important;
}

#mobmenuright > li > a {
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 18px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#mobmenuright > li > a::after {
	content: '';
	width: 21px;
	height: 3px;
	background: #C48A4E;
	margin-top: 6px;
}

.mobmenu-content #mobmenuright .sub-menu a {
	color: #0085c4;
	background: url(img/fleche-orange-menu.svg) no-repeat left 14px center white;
	margin-top: 12px;
	border-radius: 50px;
	text-align: left;
	font-size: 16px !important;
	padding-left: 36px !important;
	line-height: 1.3em;
}

.mobmenu-content #mobmenuright .sub-menu a img {
	display: none;
}

.mobmenu-content #mobmenuright .sub-menu a span {
	padding-left: 0 !important;
}

.mobmenu-content #mobmenuright .sub-menu.show-sub-menu {
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.mobmenu-content #mobmenuright .sub-menu li {
	min-width: 300px;
}

.mobmenu-right-alignment {
	transform: translate(0, -100%) !important;
}

.mobmenu-right-alignment.show-panel {
	transform: translate(0, 0) !important;
}

.pagepage .home-slide-caption {
	flex-direction: column;
	justify-content: center;
}

.pagepage .home-slider .wrapper {
	align-items: flex-end;
}

body:not(.home) .home-slide-caption {
	padding-right: 0;
	padding-left: 340px;
	background: url(img/masque-right-bleu-slider.svg) no-repeat left center;
}

body:not(.home) .home-slider::before {
	display: none;
}

body:not(.home) .home-slide-caption::before {
	background: #065B83;
	right: auto;
	left: 100%;
}

.docatelecharger {
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	color: #065B83;
	display: flex;
	align-items: center;
	margin-bottom: -43px;
}

.docatelecharger span {
	background: #FAF9F8;
	padding: 10px;
	margin-right: -8px;
	font-weight: 600;
	max-width: 200px;
	transition: all 200ms ease-in-out;
}

.docatelecharger:hover span {
	padding-left: 16px;
	padding-right: 16px;
	color: #C48A4E;
}

body.float .docatelecharger {
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 60px;
}

.home-section-5 h2,
.section-faq h2 {
	padding-bottom: 0 !important;
	background: none !important;
	width: 100%;
	text-align: center;
}

.arguments {
	background: #FAF9F8;
	margin-top: 60px;
	padding: 40px 20px;
	position: relative;
}

.arguments::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 36px;
	top: 100%;
	background: url(img/ombre.png) no-repeat center center;
}

.arguments p {
	position: relative;
	padding-top: 20px;
}

.arguments p::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: #0085C4;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.arguments p:first-child {
	margin-top: 0;
}

.prestations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

.prestations a {
	display: flex;
	margin: 20px 30px;
	cursor: pointer;
	border-radius: 50%;
	width: 138px;
	height: 138px;
	flex: 138px 0 0;
	box-shadow: 0px 4px 9px #dddddd;
	background: url(img/lire.svg) no-repeat center bottom 10px;
	background-size: 18px;
	text-align: center;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-decoration: none;
	color: #065B83;
	position: relative;
	font-weight: 600;
	flex-direction: column;
}

.prestations a p {
	margin: 0;
	font-size: 20px;
	color: #2881ab;
}

.prestations a p strong {
	color: #C48A4E;
}

.prestations a::before {
	content: '';
	position: absolute;
	left: -14px;
	top: -14px;
	right: -14px;
	bottom: -14px;
	background: #faf9f8;
	border-radius: 50%;
	z-index: -1;
}

.prestations a span {
	opacity: 0;
	text-align: center;
	color: white;
	background: #0085C4;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	left: -26px;
	top: -26px;
	right: -26px;
	bottom: -26px;
	font-weight: normal;
	font-size: 18px;
	position: absolute;
	pointer-events: none;
	justify-content: center;
	align-items: center;
	transform: scale(0.8);
	transition: all 200ms ease-in-out;
}

.prestations a span::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 1px solid #C48A4E;
}

.prestations a:hover span {
	opacity: 1;
	transform: scale(1);
}

.prestations a span svg {
	margin-top: 16px;
}

.prestations a em {
	color: #faf9f8;
	position: absolute;
	left: -4px;
	top: -29px;
	font-size: 30px;
	font-style: normal;
}

.questions-reponses {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.questions-reponses>div {
	width: 49%;
	margin-bottom: 10px;
	transition: all 200ms ease-in-out;
}

.questions-reponses>div h3 {
	color: #222266;
	background: #FAF9F8;
	margin: 0;
	padding: 14px 40px 14px 20px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	transition: all 200ms ease-in-out;
}

.questions-reponses>div h3:hover {
	background: #efefef;
}

.questions-reponses>div h3.opened {
	color: white;
	background: #0085c4;
}

.questions-reponses>div h3::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	width: 18px;
	height: 13px;
	margin: auto;
	background: url(img/fleche-plus.svg) no-repeat center center;
	transition: all 200ms ease-in-out;
}

.questions-reponses>div h3.opened::after {
	filter: brightness(0) invert(1);
}

.questions-reponses>div h3.opened::after {
	transform: rotate(180deg);
}

.reponse {
	display: none;
	padding: 0 20px;
}

.imgfaq {
	margin: 70px 0 60px 0;
	text-align: center;
}

.pop-container {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}

.pop-in {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #0085c4;
	padding: 30px;
	box-sizing: border-box;
}

.formtitle {
	color: white;
	font-size: 40px;
	font-weight: 100;
	margin-top: 0;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

.wpcf7-form p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wpcf7-form p .wpcf7-form-control-wrap {
	display: inline-block;
	width: 48%;
	margin: auto;
}
.wpcf7-form p .wpcf7-form-control-wrap.numeroadherent{
	width: 98%;
}

.wpcf7-form p .wpcf7-form-control-wrap input {
	display: block;
	outline: none;
	box-sizing: border-box;
	background: white;
	padding: 10px;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}

.wpcf7-submit {
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase;
	background: none;
	border: 0;
	padding: 0;
	color: white;
	margin-top: 16px;
	width: 100%;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: -8px;
}

.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	background: #69b0d1 !important;
	padding: 10px !important;
	text-align: center !important;
	color: white !important;
}

.close {
	display: flex;
	width: 50px;
	height: 50px;
	background: #C48A4E;
	color: white;
	border-radius: 50%;
	position: absolute;
	right: -25px;
	top: -25px;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.error-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

.error-404 h1 {
	color: #0085c4;
	font-size: 80px;
	margin: 0;
}

body.error404 .home-section-5 {
	display: none;
}

.page-id-39 .wpcf7-form-control-wrap input {
	background: #faf9f8 !important;
}

.page-id-39 .wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

.page-id-39 .wpcf7-submit {
	color: #0085c4 !important;
}

.wpcf7-form p .wpcf7-form-control-wrap.message {
	width: 98%;
}

.wpcf7-form p .wpcf7-form-control-wrap.message textarea {
	display: block;
	outline: none;
	box-sizing: border-box;
	background: #faf9f8;
	padding: 10px;
	width: 100%;
	height: 100px;
	border: 0;
	margin-bottom: 10px;
	resize: none;
}



/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

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

	#primary-menu {
    padding: 0 20px 0 30px;
	}
	
	#primary-menu > li > a {
    padding: 20px 15px;
	}
	
}

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

	#masthead {
		background-color: white;
		display: block !important;
	}

	.menu-right {
    display: none;
	}

	#primary-menu {
		display: none;
	}
	
}

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

	.partenariat .wrapper > div {
		width: 100%;
	}

	.partenariat .wrapper {
		flex-direction: column;
	}

}

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

	.questions-reponses > div {
		width: 100%;
	}

	body:not(.home) .home-slide-caption {
		background: #065B83 !important;
    text-align: center;
    align-items: center;
    padding: 20px !important;
	}

	.home-slide-caption img {
		max-width: 200px !important;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	body:not(.home) .wrapperdossier {
		/* position: absolute !important; */
	}

	.single-post .wrapperdossier {
		background: none !important;
		position: absolute !important;
	}

	#colophon .wrapper > div img {
		float: none;
	}

	#colophon .wrapper > div:first-child img {
		margin: 0;
	}

	#colophon .wrapper > div {
    width: 100%;
    border: 0;
    text-align: center;
    padding: 0;
	}

	#colophon .wrapper {
		flex-direction: column;
	}

	.partenariat .wrapper > div:first-child strong {
		margin-bottom: 0;
	}

	.partenariat .wrapper > div:first-child {
		text-align: center;
    align-items: center;
    background-position: center bottom;
    padding-bottom: 324px;
    border-bottom: 1px solid #ddd;
	}

	.newscontainer a {
		width: 100%;
	}

	.newscontainer {
		flex-direction: column;
	}

	.home-pages > div img {
    margin-top: -50px;
		margin-right: 0;
	}

	.home-pages > div {
		width: 100%;
		margin-top: 100px;
	}

	.home-pages,
	.home-offres {
		flex-direction: column;
	}

	.home-offres a {
		width: 100%;
	}

	h2 {
		font-size: 40px;
	}

	.dossier,
	.dossier span {
    position: initial;
    width: 100%;
    height: auto;
    bottom: auto;
	}

	.dossier span {
		padding: 16px 0;
		max-width: 1000px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.dossier span::before {
		content: '';
		flex: 32px 0 0;
		width: 32px;
		height: 35px;
		background: url(img/fleche-blanche-droite.svg) no-repeat left center;
		margin-right: 14px;
	}

	.dossier img,
	.dossier::before {
		display: none;
	}

	.wrapperdossier {
		background: #065b83;
    position: initial;
    display: flex;
	}

	.home-slider .wrapper {
		padding: 0;
    justify-content: flex-start;
	}

	.home-slide-caption {
    background: #0084c3;
    height: auto;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0;
    font-size: 40px;
	}

	.home-slide-caption h1 {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 40px;
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
}


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

	.wpcf7-form p .wpcf7-form-control-wrap {
    width: 100%;
	}

	.pop-in {
		width: 80%;
	}

	.formtitle {
    font-size: 30px;
	}

}
body.page-id-32 h2,body.page-id-181 h2{
	margin-bottom:0!important
}

.flex-col{
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap:wrap;
}

.flex-col h2{
	background: unset!important;
    padding-bottom: 0px!important;
}

.flex-col img {
	width: 600px
}
#main > section.page-content.section > div > div > div:nth-child(1) > p:nth-child(3), #main > section.page-content.section > div > div > div:nth-child(2) > p:nth-child(3){
	display: flex;
	flex-direction: column;
	align-items:center;
}

.page-id-30 .page-content a, .page-id-208 .page-content a {
	text-decoration: auto;
    color: #065B83;
    font-size: 20px;
    margin-left: 20px;
	border-bottom: 2px solid;
}

.page-id-30 .page-content a:hover, .page-id-208 .page-content a:hover{
	color: #0bb1ff!important;
}
.graph-cpam{
	display:flex;
	justify-content:space-around;
}
#main > section.page-content.section > div > div > p:nth-child(2), #main > section.page-content.section > div > div > p:nth-child(4), #main > section.page-content.section > div > div > p:nth-child(6), #main > section.page-content.section > div > div > p:nth-child(3){
		align-self:center;
}
.graph-cpam strong{
	font-size: 22px;
}

.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-j0s3{background-color:#0085c4;border-color:#808080;color:#ffffff;text-align:left;vertical-align:top}
.tg .tg-vo7m{border-color:#808080;text-align:left;vertical-align:top}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}

.wpcf7-list-item-label{
	color: #FFF;
	font-size: 16px;
}
</style>