@charset "UTF-8";
/* CSS Document */

/* Modifications des balises principales */
html,
html * {
	padding-left: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 20px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

footer {
	padding: 20px 30px;
	text-align: center;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

article {
	padding-top: 20px;
    padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
		
}

/* Modifications de l'aspect des liens cliquables */
a:link {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color: #A0A0A0;
	text-decoration: none;
}
a:visited {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color: #A7A7A7;
	text-decoration: none;
}


/* Navigation menu hamburger (Sidenav) */
/* Sidenav menu hamburger */
.sidenav {
  height: 400px;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #e8e8e8;
  padding-top: 60px;
  transition: left 0.5s ease;
}
/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 32px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #111;
}
.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Active class */
.sidenav.active {
  left: 0;
}
/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
/* Icône burger */
.burger-icon span {
  display: block;
  width: 45px;
  height: 8px;
  background-color: black;
  margin: 6px 0;
}


/* Navigation standard centrale (non-hamburger) */
.style-nav ul {
	list-style-type: none;
}
.style-nav ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: inline-block;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	padding: 3px;
}


/* Créations de divers class pour div et span */
.center {
	position: relative;
	left: 50%;
	margin-left: -95px;
}

.tabcenter{
  	margin:auto;
}

.contact {
	display: inline-block;
	text-align: left;
	text-decoration-color: white;
}

.publication200 {
	max-width: 200px;
	padding-left: 30px;
}

.publication800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.soustitre {
	font-weight: bold;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* Colonnes flexibles */
.col {
	width: 100%;
}

.row:before, .row:after {
	display: table;
}

.row:after {
	clear: both;
}

/* Insertion vidéo */
.video-responsive {
	overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0
}

.video-responsive iframe {
	overflow: hidden; left: 0; top: 0; height: 100%; width: 100%; position: absolute
}


/* Phone View (petit tel, moins de 600px) */
@media screen and (max-width: 600px){
	
	.style-nav ul li {
		display: none;
	}
	
	.style-logo {
		float: right;
		width: 250px;
	}
	
	.col-md-one-half {
		width: 100%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Tablet View (y compris smartphone genre iPhnone13, écran 1170px de large hors tout, largeur effective de la fenêtre en dessous de 1024)*/

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

	.style-nav ul li {
		display: none;
	}
			
	.style-logo {
		float: right;
		width: 450px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View* (navigateur ordi)*/
@media screen and (min-width: 1024px){
	
		body {
		max-width: 2000px;
	}
	
	.style-logo {
		float: right;
		width: 250px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}

	.col {
	float: left;
	padding: 0px 7px 14px;
	}
}
