/* Document CSS */

html {
	margin: 0;
	padding: 0;
  height: 100%;
  width: 100%;
}
body {
  position: relative;
  border: none;
  background-color: #fff;
	text-align: center;
  font-family : Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body::before {
  content: "";
  position: absolute;
  background-image: var(--url_img2);
	background-repeat: repeat-x;
  background-size: 50%;
  top: 100px;
  right: 0px;
  bottom: 0px;
  left: 0px;
	z-index: -2;
	opacity: 0.3;
}

header{
	display: flex;
  justify-content: space-between;
	align-items: center;
  background-color: #fff;
	border-bottom: var(--color) 2px solid;
  margin: 0 ;
  padding: 0;
  width: 100%;
}
.left_header {
  margin-left: 5px;
  padding: 0;
}
.left_header a img {
	transition: height 500ms linear;
  height:70px;
}
.center_header {
	transition: font-size 500ms linear;
  font-size: 28px;
  text-align: center;
  color: var(--color);
  width: calc(100% - 240px);
}
.right_header {
	visibility: hidden;
  height:35px;
  width: 40px;
}
nav {
	transition: height 500ms linear;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--color);
	text-align: center;
  width: 100%;
}
nav [id^="page"] {
	display: inline-block;
	margin: 8px;
  width: 200px;
}
nav [id^="page"] a {
  font-size: 18px;
	text-decoration:none;
  color: #fff;
}
nav .boutons_liens {
	display: inline-block;
	margin: 8px;
  width: 200px;
}
nav .boutons_liens a {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	width: 28px;
}
section {
  overflow:auto;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	background-color: var(--color);
  margin: 0;
  padding: 0;
	height: 100px;
  width: 100%;
}
.top_footer {
	display: inline-block;
	margin: 0;
  padding: 0;
	text-align: center;
	color: #fff;
	width: 100%;
}
.left_footer {
	display: inline-block;
	margin: 0;
  padding: 0;
	text-align: center;
	color: #fff;
	width: 50%;
}
.left_footer a {
	text-decoration:none;
  color: #fff;
}
.right_footer {
	display: inline-block;
	margin: 0;
  padding: 0;
	text-align: center;
	color: #fff;
	width: 50%;
}
.right_footer a {
	text-decoration:none;
  color: #fff;
}
.div_contenu {
	display: inline-block;
  text-align: left;
	margin: 0;
	padding: 0;
  width: 100%;
  }
.div_page_articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: auto;
  max-width: 1600px;
}
.div_page_articles img {
  max-height: 450px;
  max-width: 320px;
}
.div_page_articles video {
  max-height: 180px;
  max-width: 320px;
}
.div_article_accroche {
	animation: fadein 2s;
	background-color: #fff;
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 12px;
	width: 240px;
	border-radius: 20px;
	box-shadow: 0px 14px 32px 0px rgba(0,0,0,0.2);
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.div_article_accroche:hover {
	cursor: pointer;
}
.div_article {
	animation: fadein 2s;
	background-color: #fff;
  text-align: left;
  font-size: 16px;
  padding: 0;
  margin: 10px;
	box-shadow: 0px 14px 32px 0px rgba(0,0,0,0.2);
	min-width: 360px;
  width: calc(80% - 20px);
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.titre_article {
  display: inline-block;
	text-align: center;
	color: #036;
  font-size: 24px;
	margin: 12px 20px;
  width: calc(100% - 40px);
  }
.corps_article {
	display: inline-block;
	color: var(--color);
	padding: 4px 20px;
  width: calc(100% - 40px);
  }

@media all and (max-width: 940px) {
  .left_header a img {
	  height:70px;
  }
  .center_header {
	  font-size:24px;
  }
	.div_page_articles {
    width: 100%;
	}
	.div_menu_srub {
    width:calc(100% - 50px);
	}
}
@media all and (max-width: 800px) {
  .left_header a img {
	  height:50px;
  }
  .center_header {
	  font-size:18px;
  }
	.right_header {
	  visibility: visible;
  }
  nav {
	  display: none;
  }
}

.retour_haut {
	position: fixed;
	display: none;
	bottom: 32px;
	right: 20px;
	background-color: var(--color);
	border-radius: 50%;
  width: 38px;
  height: 38px;
}
.retour_haut a{
	text-decoration:none;
}

.icon {
  /* Dimensions */
  width: 22px;
  height: 24px;
	fill: #fff;
	cursor: pointer;
}
.icon1 {
  width: 32px;
  height: 36px;
	fill: #fff;
}
.icon2 {
	background-color: #fff;
	padding: 3px;
	border-radius: 4px;
	border: thin solid #036;
	cursor: pointer;
  margin: 0 5px -8px 5px;
	width: 28px;
  height: 30px;
	fill: #036;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-spin {
  animation: rotating 2s linear infinite;
	fill: #036;
  width: 60px;
  height: 60px;
}
.icon3 {
  width: 16px;
  height: 22px;
	fill: #036;
	margin-bottom: -6px;
}
.icon4 {
	cursor: pointer;
  margin: 0 0 -6px 6px;
  width: 24px;
  height: 28px;
	fill: #036;
}

.open-close-button {
  position: relative;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  transform: translateZ(0);
}
.open-close-button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color);
  border-radius: 2px;
  width: 30px;
  height: 3px;
  left: 5px;
  top: 8.4px;
  transition: 0.5s;
  transform: rotate(0deg);
  transform-origin: top right;
}
.open-close-button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color);
  border-radius: 2px;
  width: 30px;
  height: 3px;
  left: 5px;
  bottom: 8.4px;
  transition: 0.5s;
  transform: rotate(0deg);
  transform-origin: top right;
}
.open-close-button .ham {
  display: block;
  position: absolute;
  background-color: var(--color);
  border-radius: 2px;
  width: 30px;
  height: 3px;
  left: 5px;
  top: 18.5px;
  transition: 0.5s;
  opacity: 1;
}
.open-close-button.open:before {
  transition: 0.5s;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.open-close-button.open:after {
  transition: 0.5s;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.open-close-button.open .ham {
  transition: 0.5s;
  opacity: 0;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}
