@media only screen and (min-width: 1200px) {
	#menu_tablette {display:none;}
	.titre_menu {font-size:1.5rem;}
	#menu_ecran {width:30%;margin:0;display:inline-block;}
	#content {width:68%;margin:5% 1%;}
	.col_gauche {width:15%;min-width:150px;margin:3% 0;}
	.col_centre {width:25%;margin:5% 0;}
	.col_droite {width:52%;margin:5% 1%;}
	.block_gauche {width:38%;}
	.block_droit {width:58%;}
	.block_50 {width:48%;}
	.trois_col .titre_image {height:20px;}
	.img1_trois_col {width:31%;}
	.img2_trois_col {width:17%;}
	.paragraphe_trois_col {width:46%;}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#menu_tablette {display:none;}
	.titre_menu {font-size:1.5rem;}
	#menu_ecran {width:30%;margin:0;display:inline-block;}
	#content {width:68%;margin:5% 1%;}
	.col_gauche {width:15%;min-width:150px;margin:3% 0;}
	.col_centre {width:25%;margin:5% 0%;}
	.col_droite {width:45%;margin:5% 1%;}
	.block_gauche {width:40%;}
	.block_droit {width:56%;}
	.block_50 {width:48%;}
	.trois_col .titre_image {height:40px;}
	.img1_trois_col {width:33%;}
	.img2_trois_col {width:21%;}
	.paragraphe_trois_col {width:40%;}
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
	#menu_ecran {display:none;}
	.titre_menu {font-size:1.5rem;}
	#content {width:98%;margin:50px 1% 1% 1%;}
	.col_gauche {width:15%;min-width:150px;margin:3% 0;}
	.col_centre {width:30%;margin:5% 0%;}
	.col_droite {width:45%;margin:5% 1%;}
	.block_gauche {width:45%;}
	.block_droit {width:51%;}
	.block_50 {width:48%;}
	.trois_col .titre_image {height:20px;}
	.img1_trois_col {width:33%;}
	.img2_trois_col {width:21%;}
	.paragraphe_trois_col {width:40%;}
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	#menu_ecran {display:none;}
	.titre_menu {font-size:1.2rem;}
	#content {width:98%;margin:50px 1% 1% 1%;}
	.col_gauche {width:150px;margin:3% 0 0 0;}
	.col_centre {width:62%;margin:20% 0 0 1%;}
	.col_droite {width:96%;margin:0;}
	.block_gauche {width:45%;}
	.block_droit {width:51%;}
	.block_50 {width:98%;margin:1% 0;}
	.trois_col .titre_image {height:40px;}
	.img1_trois_col {width:33%;}
	.img2_trois_col {width:21%;}
	.paragraphe_trois_col {width:40%;}
}
@media only screen and (max-width: 479px) {
	#menu_ecran {display:none;}
	.titre_menu {font-size:0.9rem;}
	#content {width:98%;margin:50px 1% 1% 1%;}
	.col_gauche {width:35%;margin:3% 1%;}
	.col_centre {width:55%;margin:20% 0 0 6%;}
	.col_droite {width:94%;margin:0 3%;}
	.block_gauche {width:30%;}
	.block_droit {width:66%;}
	.block_50 {width:98%;margin:1% 0;}
	.trois_col .titre_image {height:55px;}
	.img1_trois_col {width:36%;}
	.img2_trois_col {width:18%;}
	.paragraphe_trois_col {width:40%;}
}
@font-face {
    font-family: 'Garamond';
    src: url('../fonts/Garamond.eot');
    src: url('../fonts/Garamond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Garamond.woff2') format('woff2'),
        url('../fonts/Garamond.woff') format('woff'),
        url('../fonts/Garamond.ttf') format('truetype'),
        url('../fonts/Garamond.svg#Garamond') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
	font-size:100%;
	margin:0;
	padding:0;
}
body { 
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background:#fff;
}
#conteneur {
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
#noscript {
	display:none;
	margin:0 auto;
	text-align:center;
	background: rgba(255,255,255, .3);
	border-radius: 5px;
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}
/*debut Fleche retour en haut*/
a#cRetour{
	border-radius:3px;
	padding:10px;
	font-size:15px;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.25);
	position:fixed;
	right:20px;
	opacity:1;
	z-index:99999;
	transition:all ease-in 0.2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	text-decoration: none;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
	background:rgba(0, 0, 0, 1);
	transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
	bottom:-35px;
	opacity:0;
	transition:all ease-in 0.5s;
}
a#cRetour.cVisible{
	bottom:20px;
	opacity:1;
}
/*fin Fleche retour en haut*/
.titre_menu {
	color: #888c97;
	text-align:center;
}
.vertical_menu {
	width:100%;
}
.vertical_menu a {
	font-size:0.9rem;
	background-color: #eee;
	color: #19276e;
	display: block;
	padding: 12px;
	text-decoration: none;
}
.vertical_menu a:hover {
  background-color: #ccc;
}
.vertical_menu a.active {
  background-color: #19276e;
  color: white;
}
#bt_menu {
	position: fixed;
	width:100%;
	margin-top:1rem;
	margin-left:2rem;
	background-color:#fff;
	font-size:30px;
	z-index:150;
	cursor: pointer;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index:300;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top:5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-bottom:50px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {color:#ccc;}
.overlay .active{color:#ccc;}
.overlay .closebtn_menu {
  position: absolute;
  top:0rem;
  left:1.5rem;
  font-size: 40px;
}
@media screen and (max-height: 450px) {
  .overlay .closebtn_menu {
  font-size: 40px;
  top:1rem;
  left: 1rem;
  }
}
#text_menu_gr {
	text-align:center;
	background-color: #eee;
	padding:12px;
}
#text_menu_gr a {
	text-decoration: none;
	color:#19276e;
	padding: 12px;
}
#text_menu_gr a:hover, #text_menu_gr a:focus {background-color: #ccc;}

#myNav {
	display:none;
	animation-name:ouverture_menu;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(10,2,3,1);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
}
@keyframes ouverture_menu {
	0% {
		transform: translateX(-100%) scale(1,0.2);

	}
	50% {
		transform: translateX(0%) scale(1,0.2);
	}
	100% {
		transform: translateX(0%) scale(1,1);
	}
}
.onglet {
	font-size:1.2rem;
}
.onglet a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.onglet a:hover:after {
  width:50%;
  background: #ccc;
}
#content {
	padding:0;
	color: #888c97;
	display:inline-block;
	vertical-align:top;
}
h1,h2 {
	font-size:2.5rem;
	color: #19276e;
	text-align:left;
	font-family: Garamond, serif;
}
.col_gauche,.col_centre,.col_droite {
	display:inline-block;
	vertical-align:top;
}
.success {
	border-top: 2px solid #e3ffe0;
    border-right: 2px solid #e3ffe0;
    border-bottom: 2px solid #e3ffe0;
	border-left: 6px solid #00d700;
}
.warning {
	border-top: 2px solid #e9c9ff;
    border-right: 2px solid #e9c9ff;
    border-bottom: 2px solid #e9c9ff;
	border-left: 6px solid #7a4593;
}
.closebtn {
	margin-top: 5px;
	margin-right: 5px;
	color: #0f0d4b;
	font-weight: bold;
	float: right;
	font-size: 1.5rem;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	z-index:99999;
}
.closebtn:hover {color: #959595;}
.alert {
	position: fixed;
	top:2%;
	left: 0;
	right: 0;
	width:50%;
	height:auto;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow:0 0 8px rgba(32, 56, 108, .7);
	box-shadow: 0 0 8px rgba(32, 56, 108, .7);
	color:#20386c;
	text-align:center;
	margin:2% auto;
	vertical-align: middle;
	padding:2px 5px;
	z-index:999;
	opacity: 1;
	transition: opacity 0.6s; /* 600ms to fade out */
}
.block_general {
	width:100%;
	margin:0 auto;
	margin-bottom:35px;
	padding:0;
}
.block_general img {
	width:100%;
	/*max-width: 100%;*/
	height: auto;
	margin:0;
	padding:0;
}
.block_50 {
	display:inline-block;
	vertical-align:top;
}
.block_gauche,.block_droit {
	display:inline-block;
	vertical-align:top;
}
.block_gauche {
	text-align:center;
}
.block_droit p {
	text-align:left;
	margin:0;
	padding:0;
}
[id^="detail"] {
	display:none;
}
[id^="detail"] p {
	margin-top:10px;
}
.trois_col {
	display:inline-block;
	width:31%;
	text-align:center;
	margin:0 1%;
}
.img1_trois_col,.img2_trois_col {
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.img1_trois_col {
	margin:0 1%;
}
.img2_trois_col {
	margin-right:1%;
}
.paragraphe_trois_col {
	display:inline-block;
	text-align:left;
}
.paragraphe_trois_col p {
	padding:0;
	margin:0;
	vertical-align:top;
}
.button {
	font-style: italic;
	margin-top:10px;
	padding:0;
	color: #19276e;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.button:hover {
	color: #0f1845;
}
.margin_top { margin-top:10%;}
.margin_bottom { margin-bottom:15px;}
.trois_col .button, .img1_trois_col .button, .img2_trois_col .button{
	float: none;
	text-align:center;
	padding:0;
	margin-top:0;
}
.col_gauche {text-align:center;}
.ttpetit { font-size:0.8rem; }
.gros { font-size:1.2rem; }
.italique { font-style: italic; }
.marge_droite {margin-right:1%;}
.marge_gauche {margin-left:1%;}
.marge_gauche_ligne {margin-left:5%;}
.fl { float: left; }
.vcentre { vertical-align: middle; }
.centre { text-align: center; }
.droite { text-align: right; }
.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}
#footer {
	height:30px;
	background-color: #19276e;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:focus{
	color:#ccc;
}
.formulaire {
	width:98%;
	max-width:1600px;
	margin:2% auto;
	padding:0;
	text-align:center;
	z-index:100;
}
.formulaire input[type=text], .formulaire textarea{
  width:100%;
  padding:12px 1%;
  margin:0 auto;
  border: 1px solid #19276e;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  background-color:transparent;
  z-index:100;
  cursor: pointer;
}
.formulaire textarea{
	height:200px;
}
.formulaire input[type=submit] {
	background: #19276e;
	color: #fff;
	padding:12px;
	margin-top:20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	z-index:100;
}
.formulaire input[type=submit]:hover {
	background-color: #ccc;
	color: #19276e;
}
.formulaire input[type=text]:hover, .formulaire textarea:hover,.formulaire input[type=text]:focus, .formulaire textarea:focus {
	outline:none;
	border: 1px solid #ccc;
}
.formulaire .form_col_50,.formulaire .form_col_75,.formulaire .form_col_100 {
  display:inline-block;
  margin-bottom: 6px;
}
.formulaire .form_col_25 {display:inline;width: 24%;margin-right:1%;}
.formulaire .form_col_50 {width: 50%;}
.formulaire .form_col_75 {width: 75%;}
.formulaire .form_col_100 {width: 100%;}
.formulaire .form_col_25:after,.formulaire .form_col_50:after,.formulaire .form_col_75:after,.formulaire .form_col_100:after {
  content: "";
  display: table;
  clear: both;
}
.captcha{
	display:inline-block;
	padding:12px;
	vertical-align:middle;
	background:#19276e;
	color:#fff;
	border-radius: 4px;
}
/*debut lightbox*/
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
/*fin lightbox*/
.masonry {
    -webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	margin: 0.3em;
    padding: 0;
    -moz-column-gap: 0.3em;
    -webkit-column-gap: 0.3em;
    column-gap: 0.3em;
}
@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
	}
}
@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
	}
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count:5;
        column-count:5;
	}
}
.item {
    display: inline-block;
    background: #fff;
    padding:0;
    margin: 0 0 0.3em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item img{max-width:100%;}