/*
Theme Name: Biznet Template
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-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.

Biznet 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
--------------------------------------------------------------*/

/* .cursor-dot,
.cursor-dot-outline {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 9999999;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
	display: none;
}

.cursor-dot-outline {
	width: 10px;
	height: 10px;
	background-color: rgba(252,193,0,1);
} */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: din-2014, sans-serif;
	overflow-x: hidden;
}

body.home {
	background: linear-gradient(90deg, #efefef 0.2%, transparent 1%) 1px 0, #fff;
	background-size: 200px 1px;
}

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;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
.h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: bold;
}

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: 0;
	margin: 0;
}

a {
}

h1 {
}

h2 {
	color: #1c4472;
	font-size: 26px;
	display: flex;
	align-items: center;
}

h2::before {
	content: '';
	width: 60px;
	height: 13px;
	background-image: url(img/vagues.svg);
	margin-right: 18px;
	background-repeat: repeat-x;
	animation: slide 8s linear infinite;
	margin-top: 6px;
}

@keyframes slide {
	0% {background-position: 0 0;}
	100% {background-position: -100px 0;}
}

h3 {
}

h4 {
}

h5 {
}

p {
}

ul {
	font-size: 16px;
}

ol {
}

li {
}

blockquote {
}

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 {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 90;
	transition: all 200ms ease-in-out;
}

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

#logo {
	width: 260px;
	display: flex;
	position: relative;
	transition: all 200ms ease-in-out;
}

.fixed #logo {
	width: 230px;
}

#logo img {
	max-width: 100%;
}

.logo-base {
	transition: all 200ms ease-in-out;
}

.logo-fixed {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 400ms ease-in-out;
}

.fixed .logo-fixed {
	opacity: 1;
}

#masthead.fixed a {
	color: black;
}

.fixed #primary-menu > li.current-menu-item > a,
.fixed #primary-menu > li.current_page_ancestor > a {
	color: #1C4472 !important;
}

#site-navigation {
}

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

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
}

#copyright a {
	color: #C9D2D8;
	text-decoration: none; 
}

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

.wrapper {
	/* max-width: 1360px; */
	max-width: 1560px;
	margin: auto;
	padding: 0 20px;
	position: relative;
}

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

#masthead .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#primary-menu {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#primary-menu li {
	list-style: none;
}

.menu-right-top {
	display: flex;
	justify-content: flex-end;
}

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


#main .home-section-1 {
	position: relative;
	overflow: hidden;
	max-height: 400px;
}


.lines-on-slider {
	background: linear-gradient( 90deg, #efefef 0.2%, transparent 1%) 1px 0, transparent;
	background-size: 200px 1px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.1;
}

.wrapper-on-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	/* display: flex;
	justify-content: flex-end;
	align-items: flex-end; */
}

.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;
}

.home-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #093975;
	opacity: 0.7;
	z-index: 1;
	mix-blend-mode: multiply;
}

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

.home-slide-caption {
	font-size: 30px;
	color: white;
	max-width: 70%;
}

.home-slide-caption p {
	font-size: 18px;
}

.home-slide-caption strong {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	display: flex;
	position: relative;
	padding-left: 26px;
}

.home-slide-caption strong::before {
	content: '';
	width: 6px;
	border-radius: 50px;
	background-color: #FCC100;
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 6px;
}

.home-slide-caption a,
.btn-all-news{
	display: inline-flex;
	background-color: white;
	text-decoration: none;
	line-height: 1em;
	font-weight: 600;
	height: 40px;
	align-items: center;
	padding: 4px 30px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-top: 20px;
	position: relative;
	font-size: 16px;
}

.home-slide-caption a:hover,
.btn-all-news:hover{
	padding-right: 56px;
}

.home-slide-caption a::before,
.btn-all-news::before {
	content: '';
	background: url('img/arrow.svg') no-repeat center center #fcc100;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: 14px;
	border-radius: 50px;
	width: 100%;
	z-index: 2;
	transition: all 300ms ease;
	opacity: 0;
}

.home-slide-caption a::after,
.btn-all-news::after {
	content: '';
	position: absolute;
	background-color: #fcc100;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	width: 100%;
	z-index: 1;
	transition: all 300ms ease;
}

.home-slide-caption a span,
.btn-all-news span {
	position: relative;
	z-index: 3;
	color: #1A3865;
	transition: all 200ms ease;
}

.btn-all-news:hover::before,
.btn-all-news:hover::after,
.home-slide-caption a:hover::before,
.home-slide-caption a:hover::after{
	width: 40px;
	opacity: 1;
}

.btn-all-news {
	background-color: #e5eaf0;
	text-decoration: none !important;
}

p {
	font-size: 16px;
}

.menu-right {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	transition: all 200ms ease-in-out;
}

.fixed .menu-right {
	margin-top: 12px;
}

#primary-menu a {
	text-decoration: none;
}

#primary-menu > li {
	margin-left: 28px;
	position: relative;
}

#primary-menu > li > a {
	color: white;
	font-size: 16px;
	padding: 6px 0;
	text-transform: uppercase;
}

#primary-menu > li > a:hover,
.menu-right-top > div a:hover {
	color: #fcc100;
}

#primary-menu > li.current-menu-item > a,
#primary-menu > li.current_page_ancestor > a {
	color: white !important;
	font-weight: 600;
	border-bottom: 2px solid #fcc100;
}

.menu-right-top > div {
	display: flex;
	border-bottom: 1px solid #fcc100;
	margin-bottom: 14px;
}

.menu-right-top > div a {
	line-height: 1em;
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 44px;
	margin-right: 20px;
	font-size: 15px;
}

.menu-right-top > div > a:last-child {
	margin-right: 0;
}

.menu-right-top > div a svg {
	margin-right: 10px;
}

.wrapper-on-slider {
}

.animation-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.water{
	bottom: -120px;
	left: 0;
	position: absolute;
	width: 100%;
}

.water ul.waves{
	list-style: none;
	margin: 0;
	padding: 0;
}

.water ul.waves li{
	background-repeat: repeat-x;
}

.water ul.waves li.wave-one{
	animation: wave 8.7s linear infinite;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	bottom: 0px;
	height: 50px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 10;
	filter: brightness(0) invert(1);
}

.water ul.waves li.wave-two{
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	animation: wave 10s linear infinite;
	bottom: 0px;
	height: 84px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9;
}

.water ul.waves li.wave-three{
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	animation: wave 30s linear infinite;
	bottom: 0;
	height: 190px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 8;
}

.water ul.waves li.wave-four{
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	animation: wave 70s linear infinite;
	bottom: 0;
	height: 205px;
	left: 0;
	position: absolute;
	right: 0;
	opacity: 0.5;
}

.boat {
	animation: boat 5s linear infinite;
	background-repeat: no-repeat;
	bottom: 40px;
	height: 110px;
	left: 50%;
	position: absolute;
	width: 200px;
	background-size: contain;
}

.boat svg {
	position: absolute;
	top: -24px;
	left: -60px;
	opacity: 0.6;
}

.line {
  stroke-dasharray: 540;
  stroke-dashoffset: 1000;
  stroke-linecap: round;
  animation: draw 2s ease infinite;
	animation-delay: 2s;
  transform:translateX(0px);
}

.line-2 {
  stroke-dasharray: 200;
  stroke-dashoffset: 1000;
  stroke-linecap: round;
  animation: draw 3s ease infinite;
  animation-delay: 3s;
  transform:translateX(0px);
}

@keyframes draw {
  0% { stroke-dasharray: 540; }
  50% { stroke-dasharray: 500; }
  50.1% { stroke-dasharray:360; }
  100% { stroke-dasharray:330; transform:translateX(-20px);  }
}





/*Animation Keyframe Section*/

@keyframes wave {
	0% { background-position: 0 0; }
	100% { background-position: -1920px 0; }
}

@keyframes boat {
	0% { transform: rotate(0) translate(0px,0px);	}	
	25% { transform: rotate(0) translate(-2px,-10px);	}
	50% { transform: rotate(-4deg) translate(16px,0);	}
	75% { transform: rotate(-4deg) translate(5px,-18px); }
	100% { transform: rotate(0) translate(0px,0px); }
}

.home-slider .slick-dots {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 1360px;
	margin: auto;
	padding: 0 20px;
	z-index: 10;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.slick-slider * {
	outline: none;
}

.home-section-1 .slick-dots * {
	pointer-events: all;
}

.home-section-1 .slick-dots li {
	list-style: none;
	display: flex;
	margin: 4px 0;
}

.home-section-1 .slick-dots li {
	list-style: none;
	display: flex;
	margin: 4px 0;
}

.home-section-1 .slick-dots li button {
	margin: 0 4px;
	font-size: 0;
	color: rgba(255,255,255,0);
	background: white;
	width: 6px;
	height: 16px;
	border-radius: 50px;
	padding: 0;
	border: 1px solid white;
	margin: 0 5px 0 0;
	transition: all 200ms ease-in-out;
	opacity: 0.4;
}

.home-section-1 .slick-dots li.slick-active button {
	width: 6px;
	height: 12px;
	background-color: white;
	opacity: 1;
}

.home-section-1 .slick-dots li button:hover {
	background-color: white;
	opacity: 1;
}

.rs-onslider {
	position: absolute;
	z-index: 9;
	display: flex;
	flex-direction: column;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 120px;
}

.rs-onslider a {
	margin-top: 20px;
	pointer-events: all;
	display: inline-flex;
}

.rs-onslider svg {
	fill: white;
}

.home-section-2 .wrapper {
	display: flex;
	justify-content: space-between;
}

.home-section-2 .wrapper a {
	width: 23%;
	display: flex;
	flex-direction: column;
	background-color: #fcc100;
	color: #1C4472;
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	margin-bottom: 20px;
}

.home-section-2 .wrapper a:nth-child(even) {
	background-color: #00326A;
	color: #fcc100;
}

.home-section-2 .wrapper a:hover {
	background-color: #f6af00;
}

.home-section-2 .wrapper a:nth-child(even):hover {
	background-color: #103258;
}

#main .home-section-2 .wrapper a {
	width: 23%;
	display: flex;
	flex-direction: column;
	background-color: #1C4472;
	color: #fcc100;
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	margin-bottom: 20px;
}

#main .home-section-2 .wrapper a:hover {
	background-color: #fcc100;
	color: #1C4472;
}

#main .home-section-2 #scrollto-menu a.current {
	box-shadow:inset 0px 0px 0px 2px #4275ad;
	background: white;
	color: #1C4472;
}

.home-section-2 .wrapper a > span:first-child {
	height: 74px;
	display: flex;
	align-items: center;
}

.home-section-2 .wrapper a > span:first-child img {
	flex: 30px 0 0;
	margin-right: 18px;
}

.home-section-2 .wrapper a:last-child > span:first-child img {
	height: 20px!important;
}

.page-id-28856 .home-section-2 .wrapper a:last-child > span:first-child img {
	height: 0!important;
}

.home-section-2 .wrapper a > span:first-child span {
	flex: auto;
	font-size: 18px;
	font-weight: 600;
	padding-right: 30px;
	background: url(img/arrow-icon-right.png) no-repeat right center;
	background-size: 10px;
	line-height: 1.2em;
}

.home-section-2 .wrapper a > span:last-child {
	position: absolute;
	border-radius: 0 0 10px 10px;
	top: calc(100% - 10px);
	left: 0;
	right: 0;
	max-height: 0;
	color: rgba(0,0,0,0);
	overflow: hidden;
	padding: 0 16px;
	background-color: #fcc100;
	transition: all 200ms ease-in-out;
	z-index: 2;
}

.home-section-2 .wrapper a:nth-child(even) > span:last-child {
	background-color: #1C4472;
}

.home-section-2 .wrapper a:hover > span:last-child {
	max-height: 200px;
	color: #1C4472;
	padding: 10px 16px;
}

.home-section-2 .wrapper a:nth-child(even):hover > span:last-child {
	color: white;
}

.home-section-2 .wrapper > a:last-child() img {
	height: 22px;
}

.home-section-3 .wrapper,
.home-section-4 .wrapper {
	display: flex;
	justify-content: space-between;
}

.left,
.right {
	width: 47%;
}

.section {
	padding: 30px 0;
}

.video-container,
.bloc-visu,
.home-section-4 a {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-color: black;
	cursor: pointer;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-container svg {
	position: relative;
	z-index: 2;
	fill: white;
	width: 34px;
	height: 34px;
	transform: rotate(90deg);
}

.video-cover {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 300ms ease-in-out;
}

.video-container:hover .video-cover,
.bloc-visu:hover .video-cover,
.home-section-4 a:hover .video-cover {
	transform: scale(1.04);
	opacity: 0.8;
}

.home-section-4 a .video-cover {
	background-position: center top;
}

.home-pres {
	font-size: 18px;
	font-weight: 600 !important;
	color: black !important;
	text-decoration: none !important;
}

.left h2,
.right h2 {
	margin-bottom: 26px;
	position: relative;
}

.poisson-bleu,
.poisson-jaune {
	padding-right: 80px;
}

.poisson-bleu::after {
	content: url(img/poisson-bleu.svg);
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0.8);
}

.poisson-jaune::after {
	content: url(img/poisson-jaune.svg);
	position: absolute;
	right: 0;
	bottom: -28px;
	transform: scale(0.7);
}

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

.pop-container::before {
	position: absolute;
	content: url(img/cancel.png);
	right: 30px;
	top: 30px;
}



.pop-container > div {
	padding: 40% 0 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.read-more {
	color: #00326A;
	text-decoration: underline;
	white-space: nowrap;
	transition: all 200ms ease-in-out;
}

.read-more:hover {
	color: #cea306;
}

.date-date {
	z-index: 2;
	position: absolute;
	left: 20px;
	top: 20px;
	color: white;
	background-color: rgba(0,50,106,0.2);
	line-height: 1em;
	padding: 7px 8px;
	border-radius: 6px;
}

#colophon {
	display: flex;
	flex-direction: column;
}

.footer-top {
	background-color: #00326A;
	color: white;
	padding: 30px 0;
}

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

.logo-footer {
	filter: brightness(0) invert(1);
	opacity: 0.4;
	max-width: 210px !important;
}

#colophon .col,
#colophon .col * {
	color: #C9D2D8;
	font-size: 13px;
	text-decoration: none;
}

#menu-menu-footer {
	padding: 0;
	margin: 0;
	display: flex;
	border-left: 1px solid #164c89;
	border-right: 1px solid #164c89;
	padding: 0 30px;
	margin-right: 30px;
}

#menu-menu-footer li {
	list-style: none;
}

#menu-menu-footer > li {
	flex: auto;
}

#menu-menu-footer ul {
	padding: 0;
}

#menu-menu-footer > li > a,
#colophon .col > strong {
	color: white !important;
	font-size: 14px !important;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: normal;
}

#menu-menu-footer a {
	display: inline-block;
	padding: 4px 0;
}

#menu-menu-footer a:hover {
	color: #FCC100 !important;
}

#colophon .col {
	flex: auto;
}

.footer-bottom {
	background-color: #002a59;
	color: #C9D2D8;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
}

.footer-bottom p {
	font-size: 13px;
	margin: 0;
}

.home-section-4 .left,
.home-section-4 .right {
	min-height: 300px;
}

* {
	outline: none;
}

.wpcf7-form-control{
	box-sizing: border-box;
	padding: 4px 10px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	height: 38px;
	border: #C9D2D8 1px solid;
}

.wpcf7-form-control.wpcf7-textarea{
	height: 150px!important;
	width: 100!important;
}



#colophon .wpcf7-email.wpcf7-form-control, .wrapper-content-right .wpcf7-email.wpcf7-form-control{
	width: 50%;
	/* width: 180px; */
	height: 38px;
	box-sizing: border-box;
	padding: 4px 10px;
	border-radius: 4px 0 0 4px;
	border: 0;
}

form{
	color: #002a59;
	font-size: 13px;
	text-decoration: none;
}

form .rang-form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

form .rang-form .demi-colonne{
	width: 49%;
}

form .rang-form .colonne{
	width: 100%;
}

#colophon .wpcf7-form-control.wpcf7-submit, .wrapper-content-right .wpcf7-form-control.wpcf7-submit{
	height: 38px;
	box-sizing: border-box;
	padding: 4px 10px;
	border-radius: 0 4px 4px 0;
	border: 0;
	color: #002a59;
	background: white;
	transition: all 200ms ease-in-out;
	width: 30%;
}

.wrapper-content-right .wpcf7-email{
	width: 70%;
	
}

.wrapper-content-right .wpcf7-submit{
	width: 30%;
}

#colophon .wpcf7-submit:hover , .wrapper-content-right .wpcf7-submit:hover {
	opacity: 0.9;
}

.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	animation-name: wiggle;
	animation-duration: 0.1s;
	animation-iteration-count: 4;
	animation-timing-function: ease-in-out;
}

@keyframes wiggle {
	0%, 100% {transform: translateX(-4px);}
	50% {transform: translateX(4px);}
}

div.wpcf7-response-output {
	position: fixed;
	color: #fff !important;
	background-color: #fff;
	border: 0 !important;
	padding: 20px !important;
	bottom: 20px;
	right: 20px;
	font-weight: 500;
	z-index: 100;
	max-width: 400px;
	line-height: 1.4em;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,.2);
	border-radius: 8px;
	overflow: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #bd1c2e;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #0fa164;
	color: white !important;
}

.mobmenul-container {
	top: 74px !important;
	height: auto !important;
	right: 20px;
}

.page-page .animation-wrapper {
	position: relative;
	z-index: 2;
}

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

.wavepage {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: url(img/waves.svg) no-repeat center top;
}

.h1container {
	display: inline-flex;
	padding: 20px 26px 60px 26px;
	background-color: white;
	border-radius: 10px 10px 0 0;
	color: #00326a;
	flex-direction: column;
}

.page-page h1,
.h1 {
	display: inline-flex;
	padding: 0;
	background-color: white;
	font-size: 32px;
	color: #00326a;
	flex-direction: column;
	margin: 0;
}

.page-page h1::before,
.h1::before {
	content: '';
	width: 100%;
	height: 13px;
	background-image: url(img/vagues-jaunes.svg);
	margin-bottom: 6px;
	background-repeat: repeat-x;
	animation: slide 16s linear infinite;
	margin-top: 6px;
}

.sous-h1 {
	color: black;
	font-size: 17px;
	font-weight: 600;
	margin-top: 2px;
}

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

.wrapper-content-left {
	flex: auto;
	width: calc(100% - 500px);
}

.wrapper-content-right {
	flex: 460px 0 0;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
}

.wrapper-content-right > div {
	position: sticky;
	top: 150px;
	background-color: #efefef;
	padding: 10px 30px 30px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}



.page-template-template-missions .wrapper-content-right > div {
	top: 280px;
}

.page-page .home-slide::before {
	mix-blend-mode: normal;
}

.page-page h2 {
	padding-left: 22px;
	position: relative;
}

.page-page h2::before {
	content: '';
	width: 4px;
	border-radius: 50px;
	background: #FCC100;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 6px;
	height: auto;
	animation: none;
}

.page-page .bloc-visu {
	height: 200px;
}

.fixed .logo-base {
	opacity: 0;
}

#primary-menu>li>.sub-menu {
	list-style: none;
	position: absolute;
	margin: 0;
	top: 100%;
	background-color: #00326a;
	transition: 0.3s ease-in-out;
	transform-origin: 0 0;
	transform: scale(0);
	opacity: 0;
	border-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
	z-index: 100;
	padding: 2px 10px;
}

#primary-menu>li>.sub-menu>li {
	transition: 0.5s ease;
	transform: translateY(-20px);
	opacity: 0;
}

#primary-menu>li>.sub-menu>li {
	transition: 0.5s ease;
	transform: translateY(-20px);
	opacity: 0;
}

#primary-menu>li>.sub-menu li a {
	white-space: nowrap;
	color: white;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	text-align: left;
	min-width: 180px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dashed #5e88b7;
}

#primary-menu>li>.sub-menu > li:last-child a {
	border-bottom: 0;
}

#primary-menu>li>.sub-menu li a:hover {
	color: #fcc100;
}

#primary-menu>li:hover>.sub-menu {
	transform: scale(1);
	opacity: 1;
}

#primary-menu>li:hover>.sub-menu>li {
	transform: translateY(0);
	opacity: 1;
}

.sibling-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 10px 0;
	background: #fff;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
}

.sibling-menu a {
	margin-right: 22px;
	margin-bottom: 10px;
	text-decoration: none;
	color: black;
	font-size: 16px;
	font-weight: 600;
}

.sibling-menu a.current {
	background-color: #00326a;
	color: white;
	font-weight: 400;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	line-height: 1em;
	padding: 8px 14px;
	border-radius: 5px;
}

.sibling-menu a:hover {
	opacity: 0.6;
}

/* .sibling-menu a:first-child {
	font-size: 26px;
	color: #00326a;
	font-weight: bold;
} */

.section-missions-container {
	margin-top: 20px;
	position: relative;
}

.section-missions-container .home-section-2 .wrapper a:hover > span:last-child {
	height: 0;
	padding: 0;
}

.section-missions a {
	cursor: pointer;
}

#scrollto-menu a.current {
	box-shadow:inset 0px 0px 0px 2px #4275ad;
	background: white;
	color: #00326a;
}

#scrollto-menu.fixed {
	position: fixed;
	left: 0;
	right: 0;
	background: white;
	top: 128px;
	z-index: 10;
	padding-top: 18px;
	box-shadow: 0px 2px 8px -1px rgb(0 0 0 / 10%);
	border-radius: 0 0 10px 10px;
}

#scrollto-menu a.current img {
	filter: invert(1);
}

.wrapper-content-left h1::before {
	display: none;
}

.wrapper-content-left img {
	max-width: 100%!important;
	height: auto;
}


.wrapper-content-left h1 {
	color: #00326a !important;
	margin-bottom: 20px !important;
}

.dateonesingle {
	color: #00326a;
	background-color: rgba(0,50,106,0.1);
	line-height: 1em;
	padding: 7px 8px;
	border-radius: 6px;
	margin-bottom: 10px;
}

.entry-header-single {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.single-lastdiv {
	border-top: 1px solid #ebebeb;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrapper-content-right .video-cover,
.newspage .video-cover {
	background-image: url(img/bg-actus.jpg);
}

.social {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.social a {
	text-decoration: none !important;
	margin-left: 10px;
}

.social strong {
	color: #00326a;
	font-weight: normal;
}

.social .facebook svg {
	fill: #3b5998;
}

.social .twitter svg {
	fill: #00acee;
}

.social .linkedin svg {
	fill: #0e76a8;
}

.social .whatssap svg {
	fill: #25D366;
}

.bothere {
	margin-bottom: 20px;
	display: block;
}

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

.newspage > div {
	width: 48%;
	margin-bottom: 20px;
	margin: 0px 0 50px;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 15px 20px 30px;
}

.calendar-archives.twentytwelve>.archives-years {
	background: none !important;
}

.calendar-archives.twentytwelve .month,
.calendar-archives.twentytwelve .day {
	background-color: white !important;
	box-shadow: none !important;
}

.calendar-archives.twentytwelve .month.has-posts,
.calendar-archives.twentytwelve .day.has-posts {
	background-color: #00326a !important;
}

.calendar-archives.twentytwelve .month.has-posts a:hover,
.calendar-archives.twentytwelve .day.has-posts a:hover {
	background-color: #6684a6 !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.prev-year,
.calendar-archives.twentytwelve .calendar-navigation>.next-year {
	width: 30px !important;
	height: 30px !important;
	background: #fcc100 !important;
	margin-bottom: 6px;
	border-radius: 50%;
	color: black !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container {
	padding: 0 80px !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container {
	padding: 0 80px !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container>a.title {
	background: white !important;
	border-radius: 50px !important;
	color: black !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container>.arrow-down {
	display: none !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container>ul.menu {
	right: 0;
	background: white !important;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container li>a {
	color: black;
}

.calendar-archives.twentytwelve .calendar-navigation>.menu-container li>a:hover {
	background-color: #00326a !important;
}

.page-newsletters {
	display: flex;
	flex-wrap: wrap;
}

.page-newsletters a {
	width: 28%;
	margin: 10px 30px 20px 0;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none !important;
	color: white;
	border: 1px solid #ddd;
}

.page-newsletters a:hover {
	border-color: #8eb0d6;
}

.newsimgletter {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/empty-placeholder.png);
}

.newstitleletter {
	padding: 10px 20px;
	background-color: #00326a;
	color: white;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	position: relative;
}

.newstitleletter::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 20px;
	background: rgba(0, 50, 106, 1);
	border-radius: 50% 50% 0 0;
}

.newstitleletter .spandate {
	color: #6180a3;
	font-size: 13px;
	margin-top: 4px;
}

.dwlspan {
	width: 46px;
	height: 46px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fcc100;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -40px;
	transition: all 200ms ease-in-out;
}

.page-newsletters a:hover .dwlspan {
	top: -32px;
}

.dwlspan svg {
	fill: #000;
	stroke: #000;
	stroke-width: 0.8px;
	transition: all 200ms ease-in-out;
}

/* .page-newsletters a svg {
	fill: #FCC100;
	stroke: #FCC100;
	stroke-width: 0.8px;
	margin-bottom: 10px;
	transition: all 200ms ease-in-out;
}

.page-newsletters a:hover svg {
	transform: scale(1.2);
	margin-top: 10px;
}

.page-newsletters a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: 0.4;
	z-index: 1;
	transition: all 200ms ease-in-out;
}

.page-newsletters a:hover::before {
	opacity: 0.3;
} */

.page-newsletters a span {
	transition: all 200ms ease-in-out;
}

/* .page-newsletters a:hover span {
	opacity: 0;
} */

.newsletter-date {
	background-color: rgba(0,50,106,0.8);
	bottom: 54px;
	left: 14px;
	top: auto;
}

.newsletter-title {
	/* z-index: 2;
	position: absolute;
	left: 14px;
	bottom: 20px;
	color: white;
	background-color: #3da56e;
	line-height: 1em;
	padding: 7px 8px;
	border-radius: 6px;
	font-size: 15px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

.titlespan {
	background-color: rgba(0,50,106,0.9);
	line-height: 1em;
	padding: 7px 8px;
	border-radius: 6px;
}

.datespan {
	font-size: 15px;
	margin-top: 8px;
}

.content-fiches-esp, .page-contact {
	border-top: 1px solid #ebebeb;
	margin-top: 40px;
	padding-top: 20px;
}

.full-size{
	height: 500px!important;
}


.page-contact iframe{
	width: 100%;
	height: 300px;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
}

iframe{
	width: 100%;
}

.box-iframe{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-iframe iframe{
	width: 48%;
	margin: 1em 0;
}

.page-contact {
	
}

/*--------------------------------------------------------------
404
--------------------------------------------------------------*/

.error-404{
	text-align: center;
	padding: 20px 0 80px;
}

.error-404 #projet-submit{
	width: fit-content;
}

.error-404 .page-header{
	font-size: 32px;
}

.error-404 .page-header h1{
	margin: 0;
}

.error-404 .page-content p{
	font-size: 18px;
}

/*--------------------------------------------------------------
7.0 Projets - Sébastien
--------------------------------------------------------------*/

/* SIngle */

#single-projet li {
	font-size: 16px;
}

#single-projet a {
	color: #00326A;
	text-decoration: none;
}

.projet-intro {
	background-color: #EFEFEF;
	margin-bottom: 2.5em;
	padding: 24px 20px;
	border-radius: 15px;
	position: relative;
	color: #00326A;
	font-size: 22px;
	font-weight: 600;
}
.projet-intro:before {
	content: '';
    width: 4px;
    border-radius: 50px;
    background: #FCC100;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    height: auto;
    animation: none;
}

.projet-intro p {
	margin-top: 0;
}
.projet-intro p:last-child {
	margin-bottom: 0;
}

.projet-intro p.keywords {
	font-weight: 400;
	font-size: 14px;
}

.projet-thumbnail {
	width: 100%;
	height: auto;
	border-radius: 15px;
	display: block;
}

.projet-text {
	margin: 0 0 2.5em;
}
.projet-text .projet-title {
	padding-left: 48px;
	margin-bottom: 0.5em;
}
.projet-text .projet-title:before, .projet-text .projet-title span {
    content: '';
    width: 27px;
	height: 27px;
    border-radius: 0;
    background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: auto;
	display: block;
	margin-right: 18px;
	margin-top: 6px;
}
.projet-text.projet-resume .projet-title:before {
	background-image: url('img/resume.svg');
}
.projet-text.projet-contexte .projet-title:before {
	background-image: url('img/contexte.svg');
}
.projet-text.projet-objectifs .projet-title:before {
	background-image: url('img/objectifs.svg');
}
.projet-text.projet-methodologie .projet-title:before {
	background-image: url('img/methodologie.svg');
}
.projet-text.projet-resultats .projet-title:before {
	background-image: url('img/resultats.svg');
}
.projet-text.projet-conclusion .projet-title:before {
	background-image: url('img/conclusion.svg');
}
.projet-text.projet-perspectives .projet-title:before {
	background-image: url('img/perspectives.svg');
}

.projet-text table {
	max-width: 100% !important;
}

.projet-jaune {
	border-radius: 9px;
	padding: 20px 54px 30px;
	background-color: #FCC100;
}
.projet-jaune * {
	color: #00326A;
}
.projet-jaune .projet-title {
	margin-top: 0;
	transform: translateX(-38px);
	padding-left: 38px;
}
.projet-jaune > ul {
	list-style: none;
}
.projet-jaune > ul > li {
	position: relative;
	margin: 1em 0;
}
.projet-jaune > ul > li:after {
	content: '';
	position: absolute;
	top: 8px;
	height: 2px;
	width: 24px;
	left: -38px;
	background-color: #00326A;
	border-radius: 3px;
}

.projet-side-container > div {
	background-color: white;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	padding: 16px 25px 25px 25px;
}

.projet-side h2 {
	font-size: 22px;
	line-height: 30px;
	padding: 0;
	border-bottom: 1px solid #DFDFDF;
	font-weight: 600;
	margin-top: 1.5em;
}
.projet-side h2:before {
	left: -25px;
	width: 3px;
	top: -4px;
	bottom: 2px;
}

.projet-side.projet-thematique h2 {
	margin-top: 0;
}
.projet-side.projet-statut p {
	color: #00326A;
}
.projet-side.projet-statut p b {
	color: #FCC100;
}


.projet-side_statut {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 
.projet-progress {
	height: 7px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #DFDFDF;
}
.projet-progress div {
	height: 100%;
	background-color: #FCC100;
} */
/* .projet-progress.projet-fini div {
	width: 100%;
	background-color: #1f9c2a;
}
.projet-progress.projet-cours div {
	width: 55%;
}
.projet-progress.projet-prevu div {
	width: 5%;
} */

.projet-progress.projet-fini div {
	background-image:url(./img/hourglass-end-solid.svg);
	background-repeat: no-repeat;
	height: 20px;
	width: 15px;
}
.projet-progress.projet-cours div {
	background-image:url(./img/hourglass-half-solid.svg);
	background-repeat: no-repeat;
	height: 20px;
	width: 15px;
}
.projet-progress.projet-prevu div {
	background-image:url(./img/hourglass-regular.svg);
	background-repeat: no-repeat;
	height: 20px;
	width: 15px;
}

.projet-liste a {
	color: black !important;
}

.projet-porteur h2 {
	margin-bottom: 0;
}
.projet-porteur p {
	margin: 15px 0 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.projet-porteur img {
	height: auto !important;
	width: 80px !important;
	margin: 0 20px 0 0;
}

.projet-complement h2 span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.projet-supports ul, .projet-connexe ul {
	list-style: none;
	padding-left: 25px;
}
.projet-supports ul li, .projet-connexe ul li {
	position: relative;
	margin: 0.6em 0;
}
.projet-supports ul li:after, .projet-connexe ul li:after {
	content: '';
	position: absolute;
	top: 5px;
	height: 10px;
	width: 10px;
	left: -25px;
	background-image: url('img/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.2s;
}
.projet-supports ul li:hover:after, .projet-connexe ul li:hover:after {
	left: -20px;
}

/* Archive */

.projet-archive .h1container span {
	color: black;
	font-size: 24px;
	font-weight: 600;
}

.projet-no-result {
	width: 100%;
	display: none;
	margin: 40px 0 80px;
	text-align: center;
}
.projet-no-result h2 {
	justify-content: center;
}
.projet-no-result h2:before {
	width: 100px;
	bottom: -10px;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	height: 4px;
}

.projet-search {
	background-color: #f1f1f1;
	border-radius: 15px;
	margin: 2em auto 4em;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.projet-search input, .projet-search select {
	width: 23%;
	box-sizing: border-box;
	padding: 15px 10px;
	border: 2px solid #00326A;
	border-radius: 5px;
	color: white;
	background-color: #00326A;
	font-size: 18px;
	font-weight: 600;
}

.projet-search input::placeholder {
	color: white;
}

.projet-search.projet-search-home {
	padding: 15px;
}

.projet-search.projet-search-home input, .projet-search.projet-search-home select {
	width: 48%;
	margin-bottom: 15px;
}

#projet-submit, #formulaire-submit {
	width: 100%;
	background-color: #fcc100;
	color: #00326A;
	border: 2px solid #fcc100;
	transition: 0.2s;
	margin: 0;
	font-size: 22px;
}

#projet-submit:hover,  
#formulaire-submit:hover {
	background-color: white;
}

#tri_projet {
	padding: 0 15px 15px;
	text-align: right;
	font-weight: bold;
}
#tri_projet a {
	color: #fcc100;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid white;
	margin-left: 10px;
	border-radius: 20px;
	text-decoration: none;
}
#tri_projet a.active {
	border: 1px solid #fcc100;
	border-radius: 20px;
}

.projet-archive-list {
	display: flex;
	flex-flow: row wrap !important;
	justify-content: space-between;
}

.projet-archive-list .projet-content {
	width: 32%;
	margin: 20px 0 40px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	border-radius: 15px;
	position: relative;
	padding: 17px 26px 60px;
}

.projet-content .thumbnail {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.projet-content .meta {
	font-size: 14px;
	margin: 0.3em 0;
}
.projet-content .meta a {
	color: black;
	text-decoration: none;
}

.projet-content .meta-progress {
	position: absolute;
	top: 3px;
    right: 2px;
}
.projet-content .meta-progress .projet-progress div {
	position: relative;
}
.projet-content .meta-progress .projet-progress div span {
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 3px);
}
.projet-content .meta-progress .projet-progress.projet-fini div span {
	color: #1f9c2a;
}
.projet-content .meta-progress .projet-progress.projet-cours div span {
	color: #fcc100;
}
.projet-content .meta-progress .projet-progress.projet-prevu div span {
	color: #6684a5;
}

.projet-content h2 {
	margin: 0;
	padding: 0;
	padding-right: 65px;
}
.projet-content h2:before {
	display: none;
}
.projet-content h2 a {
	color: #00326A;
	text-decoration: none;
}

.projet-content .localisation, .projet-content .localisation a {
	margin-bottom: 0;
	font-size: 12px;
	color: #00326A;
}

.projet-content .excerpt {
	font-size: 15px;
}

.projet-content .keywords {
	font-size: 12px;
	color: #00326A;
}

.projet-content .link {
	position: absolute;
	right: 27px;
	bottom: 20px;
}

.wrapper-content-left a,
.bouton {
	color: #00326A;
	text-decoration: underline;
	font-weight: 600;
	transition: all 200ms ease-in-out;
}

.wrapper-content-left a:hover,
.bouton:hover {
	color: #cea306;
}

ol {
	font-size: 16px;
}

.mission-content {
	padding: 20px 30px;
	margin-bottom: 40px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.newsimgletter-member {
	height: 260px;
	background-color: white;
}

.newsimgletter-member {
	height: 220px;
	background-color: white;
}

.departement{
	display: flex;
    flex-wrap: wrap;
}

.sous-departement{
	width: 50%;
}

.departement.gouvernance{
	display: block;
}

.departement.gouvernance .sous-departement{
	width: 100%;
}

.a-member {
	width: 33% !important;
	pointer-events: none;
	background-color: #00326a;

}

.departement.gouvernance .sous-departement .a-member {
	width: 17% !important;
	pointer-events: none;
	background-color: #00326a;

}

.a-member .newstitleletter{
	min-height: 80px;
	height: fit-content;
}
.page-team {
	margin-top: 20px;
}

.a-member .newstitleletter::before {
	display: none;
}

.nom-member {
	color: #fcc100;
	font-size: 17px;
}

/*--------------------------------------------------------------
10.0 tableau
--------------------------------------------------------------*/

.table{
	width: 100%;
}

tr th{
	padding: 15px 20px;
	font-size: 1.2em;
	font-weight: 500;
	background-color: #1C4472;
    color: #fcc100;
}

td {
    padding: 15px;
	font-size: 1em;
	font-weight: 500;
	background-color: white;
    color: #1C4472;
	border: 1px solid #1c4472;
}

.grecaptcha-badge {
	display: none;
}


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

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

	#scrollto-menu.fixed {
		position: inherit;
	}

	.mobmenu-left-panel .mob-cancel-button {
		color: #fcc100;
		padding: 10px;
	}

	.mobmenul-container > a {
		display: flex;
		width: 45px;
		height: 45px;
		justify-content: center;
		align-items: center;
		background-color: #fcc100;
		border-radius: 50%;
	}

	.home-section-2 .wrapper a:nth-child(1), #main .home-section-2 .wrapper a:nth-child(1) {
		order: 1;
	}

	.home-section-2 .wrapper a:nth-child(2), #main .home-section-2 .wrapper a:nth-child(2) {
		order: 2;
	}

	.home-section-2 .wrapper a:nth-child(3), #main .home-section-2 .wrapper a:nth-child(3) {
		order: 4;
	}

	.home-section-2 .wrapper a:nth-child(4), #main .home-section-2 .wrapper a:nth-child(4) {
		order: 3;
	}

	.home-section-2 .wrapper a, #main .home-section-2 .wrapper a {
		width: 48%;
	}

	.home-section-2 .wrapper {
		flex-wrap: wrap;
	}

	.menu-right-bottom {
		display: none;
	}

	.projet-archive-list .projet-content {
		width: 48%;
	}

	.pop-container::before {
		position: absolute;
		content: url(img/cancel.png);
		left: 30px;
		top: 30px;
	}

}

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

	.a-member {
		width: 28% !important;
	}

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

	.wrapper-content-left {
		margin-bottom: 20px;
		width: 100%;
	}

	.wrapper-content-right {
		flex: auto;
		padding-left: 0;
	}

}

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

	#colophon #logo {
		width: 100%;
    justify-content: center;
	}

	#menu-menu-footer > li {
		margin-bottom: 20px;
	}

	#menu-menu-footer {
		padding: 0;
		border: 0;
		margin: 20px 0 0 0;
		flex-direction: column;
	}

	#colophon .col {
    text-align: center;
	}

	.footer-top .wrapper {
		flex-direction: column;
	}

	.home-slide-caption a {
		margin-top: 0;
	}

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

	.home-slide-caption {
		max-width: calc(100% - 30px);
	}

	.boat {
    bottom: -10px;
    width: 130px;
	}

	.home-slide-caption strong {
		font-size: 40px;
	}

	.pop-container {
    padding: 20px;
	}

	.pop-container > div {
		padding: 50% 0 0 0 !important;
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
}

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

	.video-container,
	.bloc-visu {
		height: 200px;
	}

	.home-section-3 .wrapper,
	.home-section-4 .wrapper {
		flex-direction: column;
	}

	.left,
	.right {
		width: 100%;
	}

	.left {
		margin-bottom: 20px;
	}

	.projet-search input, .projet-search select {
		width: 48%;
		margin-bottom: 20px;
	}

}


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

	

	.sous-departement{
		width: 100%;
	}

	.page-newsletters a {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.page-newsletters .a-member {
		width: 32% !important;
		margin: 0 20px 20px 0;
	}

	.departement.gouvernance .sous-departement .a-member {
		width: 32% !important;
		pointer-events: none;
		background-color: #00326a;
	}

	.page-newsletters {
		flex-direction: column;
	}

	.page-newsletters.page-team {
		flex-direction: row;
	}
	
	.mobmenul-container {
		top: 30px !important;
	}

	.cursor-dot,
	.cursor-dot-outline {
		display: none;
	}

	.home-section-2 .wrapper a:nth-child(1), #main .home-section-2 .wrapper a:nth-child(1) {
		order: 1;
	}

	.home-section-2 .wrapper a:nth-child(2), #main .home-section-2 .wrapper a:nth-child(2) {
		order: 2;
	}

	.home-section-2 .wrapper a:nth-child(3), #main .home-section-2 .wrapper a:nth-child(3) {
		order: 3;
	}

	.home-section-2 .wrapper a:nth-child(4), #main .home-section-2 .wrapper a:nth-child(4) {
		order: 4;
	}

	.home-section-2 .wrapper a, #main .home-section-2 .wrapper a {
		width: 100%;
	}

	#masthead.fixed #logo {
		opacity: 0 !important;
	}

	#masthead.fixed {
		background: none !important;
		box-shadow: none;
	}
	
	body {
		padding-bottom: 62px;
	}

	.menu-right-top > div a svg {
		margin: 0 0 10px 0;
	}

	.menu-right-top > div a {
		height: auto;
		margin: 0;
		padding: 0 10px 10px 10px;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		width: 33.33%;
		height: 62px;
		text-align: center;
	}

	.menu-right-top > div::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 20px;
		background: rgba(0, 50, 106, 1);
		border-radius: 50% 50% 0 0;
	}

	.menu-right-top > div {
		width: 100%;
		margin: 0;
		border: 0;
		position: relative;
	}
	
	.menu-right-top {
		position: fixed;
		background: rgba(0, 50, 106, 1);
		margin: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 10;
	}
	
	.menu-right-top * {
		color: white !important;
	}

	.projet-archive-list .projet-content {
		width: 100%;
	}

	form .rang-form .demi-colonne{
		width: 100%;
	}

}

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

	#logo img.logo-base{
		max-width: 80%!important;
		margin-left: -15px;
	}

	.sous-h1 {
		display: none;
	}

	.newspage > div {
    	width: 100%;
		
	}

	#main .home-section-1 {
		position: relative;
		overflow: hidden;
		height: 375px;
	}

	.h1container {
		margin-top: 0;
    background: none;
    color: white;
    /* margin-bottom: 70px; */
	margin-bottom: 0px;
    padding-left: 0;
    padding-right: 40px;
	}

	.page-page h1,
	.h1 {
		margin-top: 0;
    background: none;
    color: white;
    /* margin-bottom: 70px; */
    padding-left: 0;
    padding-right: 40px;
	}

	.boat {
    left: 25%;
	}

	.home-slide-caption p {
    font-size: 16px;
	}

	.home-slide-caption strong {
    font-size: 26px;
	}

	.projet-archive .h1container span {
		color: white;
	}

	.page-newsletters .a-member {
		width: 44% !important;
		margin: 0 20px 20px 0;
	}

	.departement.gouvernance .sous-departement .a-member {
		width: 44% !important;
		pointer-events: none;
		background-color: #00326a;
	}

}


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

	.projet-search input, .projet-search select {
		width: 100%;
		margin-bottom: 20px;
	}

	.projet-search.projet-search-home input, .projet-search.projet-search-home select {
		width: 100%;
	}

	.page-newsletters .a-member {
		width: 100% !important;
		margin: 0 auto 20px 0;
	}
	
	.departement.gouvernance .sous-departement .a-member {
		width: 100% !important;
		pointer-events: none;
		background-color: #00326a;
	}
	

}