/*
*@colors
*/
:root{
  /* --brin-bleu: #63A4CC; */
  --brin-bleu: #005ca4;
  --brin-gris: #d7d7d7;
}

* {
	margin:0;
	padding:0;
}
body {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-image:url('../images/bg-vague.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: bottom right;
}
body.bg-map{
	background-image:url('../images/bg-map.jpg');
}
img {
	border:none;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a {
	cursor:pointer;
}
li {
	list-style-type:none;
}
.chipUl li {
	list-style-type: square !important;
    margin-left: 20px;
}
.no-padding{
	padding:0;
}
.bleu {
	color:var(--brin-bleu);
}
.centre {
	text-align:center;
}
.right {
	text-align:right;
}
.justify {
	text-align:justify;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight: bold;
}
.clearboth {
	clear:both;
}
.divflex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.justify{
	text-align: justify;
}
p {
	color:#999;
}
hr{
	border: 1px solid var(--brin-bleu);
}
body {
	width:100%;
}
header img,footer img {
	width:16.6%;
}
header img.nb,footer img.nb {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+*/	filter:gray;
	/* IE6-9 */	-webkit-filter:grayscale(100%);
	/* Chrome 19+& Safari 6+*/	-webkit-transition:all .6s ease;
	/* Fade to color for Chrome and Safari */	-webkit-backface-visibility:hidden;
	/* Fix for transition flickering */
}
header a:hover img,footer a:hover img, .inlinesea:hover img {
	 filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(0%);
}
header h2,footer h2 {
	text-align:center;
	position:relative;
}
header img {
	border-bottom:1px solid #A6A6A6;
}
header h2 span,footer h2 span {
	position:absolute;
	z-index:1;
	width:16.6%;
	color:#fff;
	background-color:rgb(80,80,80);
	background-color:rgba(80,80,80,0.4);
	min-height:3px;
	font-size:1.5vw;
}
header h2 span {
	bottom:8px;
}
header h2 span.triple,footer h2 span.triple {
	width:50%
}
header h2 span.double,header img.double {
	width:33.3%;
}
nav {
	position:absolute;
	z-index:2;
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	overflow:hidden;
	width:800px;
	padding:30px;
	box-shadow:5px 5px 5px #aaa;
	margin-top:-5px;
}
nav div.colonne {
	float:left;
	width:45%;
}
nav div#col1 {
	margin-right:10%;
}
nav div:first-child ul li {
	/* background-color:#ccc;
	background-color:rgba(180,180,180,0.6); */
	background-color:var(--brin-bleu);
	background-color:rgba(99,164,204,0.6);
	text-align:center;
	padding:5px 0;
	margin:5px 0;
}
nav div#col1 ul li {
	padding:5px;
	margin:5px 0;
	background-color:#78B4B5;
	background-color:rgba(120,180,180,0.6);
}
nav div#col2 ul li {
	padding:5px;
	margin:5px 0;
	background-color:var(--brin-bleu);
	background-color:rgba(99,164,204,0.6);
}
nav h4 a {
	color:#fff;
}
nav h4 a:hover {
	color:#C6E7F0;
}
nav li ul:first-child {
	margin-right:10%;
}
nav li div.sousmenu {
	position:absolute;
	z-index:3;
	width:800px;
	height:240px;
	margin-top:5px;
	background-color:#fff;
}
nav li div.sousmenu ul li {
	background-color:#C6E7F0;
}
nav li ul {
	float:left;
	width:45%;
}
#icon-burger svg{
	cursor:pointer;
}
#menu-burger h4{
	color:var(--brin-bleu);
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 2px solid var(--brin-bleu);
}

#menu-burger h4 a{
	color:var(--brin-bleu);
}
#menu-burger ul li ul{
	padding-left:20px;
	padding-top:10px;
}
#menu-burger ul li ul li{
	padding-bottom:5px;
}
#menu-burger ul li ul li a{
	color:#2061A6;
}
#menu-burger ul li ul li a:hover{
	color:#143d69;
}

.img-float{
	margin-bottom:10px;
	border-radius:10px;
}


section {
	width:70%;
	margin:10px auto;
	overflow:hidden;
	font-size:14px;
	padding-top:30px;
}
section > article{
	width:80%;
	margin:0 auto;
}

.panneau{
	background-color: var(--brin-bleu);
	color:#fff;
	padding:20px;
	border-radius:10px;
	text-align: center;
	width:60%;
	margin: 30px auto;
}
.panneau p{
	color:#ffffff;
	text-align: center;
}
.panneau li{
	color:#ffffff;
	text-align: left;
}

article p {
	color:#666;
	padding-bottom:10px;
	text-align:justify;
}
article ul li ul {
	padding-left:20px;
}
article ul li,
article ol li {
	font-size:16px;
	color:#666;
	padding-left: 20px;
}
article img.floatleft {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
article img.imglivre {
	width:20%;
}
article p a.btn {
	padding:7px 15px;
	background-color:var(--brin-bleu);
	color:#fff;
	font-weight:bold;
	font-size:16px;
	border-radius: 10px;
	transition: 0.3s all;
}
article p a.btn:hover{
	background: #003863;
}
article h4 {
	clear:both;
	border-bottom:2px solid var(--brin-bleu);
	color:var(--brin-bleu);
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
}
article h5 {
	color:var(--brin-bleu);
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px;
}
article p.lang.en {
	display:none;
}
section h1 {
	text-align:left;
	color:var(--brin-bleu);
	text-transform:uppercase;
	font-size:30px;
	font-weight:700;
}
section h3 {
	color:#004E90;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:30px;
	clear:both;
	border-bottom:2px solid #004E90;
	text-transform:uppercase;
	font-size:18px;
}
div.ss-form-container,#formMsg2 {
	width:700px;
	margin:0 auto;
}
#zoneTexte2 p {
	color:var(--brin-bleu);
	font-weight:bold;
}
footer #copyright {
	text-align:center;
	font-size:8px;
	padding:20px 0;
}
@media screen and (max-width:1000px) {
	body {
		width: 1000px;
	}
}
p.linkedin{
	text-align:center;
}
#partenaires li img{
	float:left;
	margin-right:10px;
}
#partenaires ul li{
	clear:both;
	overflow:hidden;
}
#partenaires h3{
	clear:both;
	margin-top:20px;
}

.inlinesea{
	display:inline;
}
.partL, .partR{
	position:absolute;
	z-index:2;
	font-family:"Century Gothic", sans-serif;
	font-style: italic;
	color:var(--brin-bleu);
	font-weight: 300;
}
.partL:hover, .partR:hover{
	color:#136191;
}
.partL{
	top:calc(40% - 14px);
	left: 41%;
}
.partR{
	bottom:calc(40% - 14px);
	right: 9%;
}

.ensavoirplus, .seemore{
	cursor: pointer;
	font-style:italic;

}
.fondeau{
	display:none;
	background-image: url("../images/background-fondeau.png");
	color:#136191;
	font-style:italic;
	padding: 15px;
}
.espace{
	margin-bottom: 10px;
}
.pt-5 {
	padding-top: 40px;
}

footer.footer{
	background:var(--brin-gris);
	padding:30px 0 20px;
}



/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.float-right{
		float:right;
		margin-left:30px;
	}
	.float-left{
		float:left;
		margin-right:30px;
	}
	.img-float{
		max-width:50%;
	}
}


/* XXXL */
@media (min-width: 1400px) {

}






/***********************************************************/
/************************ MASONRY **************************/
/***********************************************************/



.masonry {
  column-count: 1;
  column-gap: 0;
  counter-reset: item-counter;
  
  @media screen and (min-width: 400px) {
    column-count: 2;
  }
  
  @media screen and (min-width: 600px) {
    column-count: 3;
  }
  
  @media screen and (min-width: 800px) {
    column-count: 4;
  }
  
  @media screen and (min-width: 1100px) {
    column-count: 5;
  }
}

.item {
  box-sizing: border-box;
  break-inside: avoid;
  padding: 10px;
  counter-increment: item-counter;

  &__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
    font-size: 40px;
    color: darken(#4F000B, 5%);
    background: currentColor;
    box-sizing: border-box;
    @include setColorAndHover(#720026);
    
    &:before {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      width: 2em;
      height: 2em;
      line-height: 2em;
      text-align: center;
      font-weight: bold;
      background-color: #222;
      content: counter(item-counter);
    }
    
    &:after {
      color: darken(#4F000B, 10%);
      content: 'ಠ‿ಠ';
    }
    
    &--small {
      @include setColorAndHover(#CE4257);
      height: 100px;
      
      &:after {
        content: '♥◡♥';
      }
    }
    
    &--medium {
      @include setColorAndHover(#FFC093);
      height: 175px;
      
      &:after {
        content: '◔ᴗ◔';
      }
    }
    
    &--large {
      @include setColorAndHover(#FF7F51);
      height: 280px;
      
      &:after {
        content: 'ಠ_๏';
      }
    }
  }
}


.masonry .item img{
width:100%;
}



/****************************************************************/
/******** MODAL ********************/


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 35%;
  border-radius: 20px;
}
.modal-content h5{
	font-size:20px;
	color:var(--brin-bleu);
	border-bottom:1px solid #999;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}