.page {
	height:100%;
	overflow:hidden;
	position:absolute;
	visibility:hidden;
	width:100%;
}

.current-page {
	visibility:visible;
	z-index:1;
	height: unset;
   /* min-height: 100vh;*/

	}
.navBref{
	display:none;
}
a#firstItem{
	text-align: left;	
}
a#secondtItem{
	grid-column: 2/3;
}
a#thirdItem{
	grid-column: 3/4;
    text-align: end;
}
#ctnBann{
	background: #F7971B;
    padding-top: 30px;
    min-height: 90vh;
	max-height: unset;
	margin-bottom:0 !important;
}
#blocTexteBanniere{
	text-align: center;
}
#blocTexteBanniere h1{
	color:#fff;
	font: bold 38px/110% 'Open Sans',sans-serif;
    margin-bottom: 5px;
}
#blocImgMenu{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}

#ctnBann #sidemenu{
	background:#21262D;
	border-radius:10px;
	padding:50px;
    margin-top: 20px;
	display: grid;
    grid-auto-rows: 1fr;
	grid-gap: 30px;
	align-self:center;
	max-width:350px;
}
#sidemenu a,#details a.btnNext{
	background: #1A8D8A url(/media/140090/fleche_bouton.png) no-repeat 90% center;
	color:#fff;
	padding: 10px 60px;
    border-radius: 50px;
	font: bold 18px/110% 'Open Sans',sans-serif;
    text-align: center;
	transition: transform .2s;
}
#sidemenu a:hover,#details a.btnNext:hover,#demande a:hover{
	transform: scale(1.1);
}
#ctnInformations{
	background: #3b3b3b url(/media/140108/logo_gaa_bkg_desktop.png) no-repeat;
    background-position: right calc(100% + 50px);
	padding:90px 115px;
	color:#fff;
	font-family:'Open Sans',sans-serif;	
	position:relative;
}
.blocInfo{
	display:flex;
}
.blocInfo a{
	border: 3px solid #1A8D8A;
	text-align: center;
	color:#fff;
	background: #1A8D8A;
    border-radius: 50px;
	font: bold 15px 'Open Sans',sans-serif;
	padding: 5px;
	margin-right: 25px;
    width: calc(100% / 5);
}
.blocInfo a:hover,.blocInfo a.actif{	
	background:transparent;
}
.blocInfo a:last-of-type{
	margin-right:0;
}
.flex{
	display: flex ;
	justify-content: center;
	align-items: center;
	
}

.blocImg{
	position:relative;
}
#details{
	padding: 0 0 0 100px;
	width:45%
}
#details h2, #detailsTitre{
	font-size:2.5em;
}
#detailsTitre{
	margin: 40px;
    text-align: center;
}	
#details p{
	font-size:1.1em;
}
#details a.btnNext{
	margin-top:30px;
	padding: 20px 70px;
	/*width: 20%;*/
    display: inline-block;
}
#details h4{
	color: #FE7C1A;
    font-size: 22px;
    font-weight: bold;
}
#details h4.noMarge{
	margin-bottom:0;
}
#details p.noMarge{
	margin-top:0;
}
#details a,.blocsLeftRight .collapse a,div#contact a, #ctnLexique a{
	color: #0FE5DE;
    text-decoration: underline;
}
#details .blocExemples{
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FE7C1A;
}
.blocMotCles span,.blocMotCles a{
	border: 1px solid #FE7C1A;
    padding: 5px 30px;
    border-radius: 50px;
	display: inline-block;
	margin-bottom:5px;
	cursor:pointer;
	
}
mark {
	background-color: #FE7C1A;
    color: #fff;
	zoom:1.2;
}
.blocMotCles a{
	color: #fff !important;
    text-decoration: none !important;
}
.blocMotCles a:hover{
	color:#fff;
	background:#FE7C1A;
}
.blocReleve{
	padding:75px 60px;
	align-items: initial;
	justify-content: initial;
}
.modal{
	position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 46.5%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: #00fff594;
}
#blocSlides{
	width: 55%;
	position: relative;
}
.blocLoupeUp, .blocLoupeDown,.blocLoupeMiddle{
	position: absolute;
    z-index: 1;
    left: 0;   
    width: 100%;
    overflow: auto;
    background-color: transparent;
}
.blocLoupeUp:hover, .blocLoupeDown:hover,.blocLoupeMiddle:hover{
	background: rgba(0, 255, 245, 0.58);
}
.blocLoupeUp:hover img, .blocLoupeDown:hover img,.blocLoupeMiddle:hover img{
	transform: scale(1.1);
}
.first .blocLoupeUp{
	top: 0;
	 height: 56.5%;
}
.first .blocLoupeDown{
	 bottom: 0;
	 height: 43.5%;
}
.second .blocLoupeUp{
	top: 0;
	height: 58%;
}
.second .blocLoupeMiddle{
	 top: 58%;
	 height: 15.5%;
}
.second .blocLoupeDown{
	 bottom: 0;
	 height: 26.5%;
}
.blocLoupeUp img,.blocLoupeDown img,.blocLoupeMiddle img{
	display: block;
  	margin-left: auto;
 	margin-right: auto;
	transition: transform .2s;
}

.flex-prev {
    border-bottom: 4px solid;
    border-left: 4px solid;
    transform: rotate(45deg);
    left: -30px;
}
.flex-next {
    border-bottom: 4px solid;
    border-left: 4px solid;
    transform: rotate(-135deg);
    right: -30px;
}
.arrows {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    opacity: 0.7;
    margin-top: -31px;
    color: #ffffff;
}
a.arrows:hover{
	opacity:1;
	color: #ffffff;
}

#slideContainer{
	display: flex;
    position: relative;
}


.slider {
  text-align: center;
  overflow: hidden;
}

.slidess {
  display: flex; 
  overflow-x: auto;
  scroll-snap-type: x mandatory;  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slidess::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slidess::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slidess::-webkit-scrollbar-track {
  background: transparent;
}
.slidess #slideContainer > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slidess > div:target {
   /*transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}


.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}

#details .version img{
	margin-right: 15px;
    border: 4px solid #404473;
    width: calc(100% / 4 - 12px);
    box-sizing: border-box
}
.version img:last-of-type{
	margin-right:0 !important;
}
#details .version img:hover,.version img.actif{
	border: 4px solid #FE7C1A !important;
}

#ctnFoireQuestions{
	position:relative;
    background: #21262D url(/media/140110/skyline-2x.png) no-repeat;
    padding: 90px 115px 300px 115px;
    background-size: 105%;
    min-height: 100vh;
    background-position: bottom;
	color: #fff;
    font-family: 'Open Sans',sans-serif;
}
#ctnFoireQuestions .ctnQuestions{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 70px;
}
.blocsLeftRight{
	width: calc(50% - 20px);
}
.blocQuestion.blocCollapse {
	border-bottom: 2px solid #FE7C1A;
}
.blocCollapse.ouverture h4 {
	color:#FE7C1A !important;
}
#collision{
	position:absolute;
	bottom:0;
	margin: auto;
    left: 0;
    right: 0;
}

.blocCollapse h4.btCollapse:after {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/media/140117/fleche_up-2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    transform: rotatez(180deg);
    transition: all .3s ease-out;
}
.blocCollapse.ouverture>h4.btCollapse:after {
    transform: rotatez(0deg);
}
.blocCollapse h4{
	position:relative;
	padding-right: 80px;
	cursor:pointer;
}
#ctnLexique{
	background:#3B3B3B;
	padding: 90px 115px;
	min-height: 100vh;
	color: #fff;
    font-family: 'Open Sans',sans-serif;
}
#blocCoordonnees{
	display: flex;
    border: 5px solid #FE7C1A;
    padding: 50px 70px;
    justify-content: space-between;
    flex-wrap: wrap;
}
#demande{
	width:55%;
}
#demande span, #lexique h4{
	font-size: 1.4em;
    font-weight: bold;
}
#demande a{
	background: #1A8D8A url(/media/140090/fleche_bouton.png) no-repeat 95% center;
	padding: 15px 40px;
	border-radius: 50px;
	text-align:center;
	display:inline-block;
	margin-top:15px;
	color:#fff;
	text-decoration: none;
	transition: transform .2s;
}
#contact{
	width:35%;
}
div#contact span, #lexique span {
    font-size: 1.2em;
    font-weight: 600;
	color: #FE7C1A;
}
div#contact p{
	margin-top:0;
	margin-bottom: 1.5em;
}
#lexique{
	margin-top:70px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 80px;
	margin-bottom:70px;
}   
#lexique #item1{ 
	grid-column: 1 / 2;
    grid-row: 1/ 2;
}
#lexique #item2{
	grid-column: 1 / 2;
    grid-row: 2/ 4;
}
#lexique #item3{
	grid-column: 2 / 3;
    grid-row: 1/ 4;
}
#lexique #item4{
    grid-row: 1/ 3;
}
#lexique #item4,#lexique #item1{
	border-bottom:1px solid #FE7C1A;
}
#slide-1 > img:first-of-type,#slide-2 > img:first-of-type{
		width:100%;
}
.navBref {
  	overflow: hidden;
	background-color: #FE7C1A;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
}

.navBref a {
	  float: left;
	  display: block;
	  color: #f2f2f2;
	  text-align: center;
	  padding: 14px 26px;
	  text-decoration: none;
	  font-size: 17px;
}
/***********Mobile************/
@media only screen and (min-width: 1700px){
	#blocImgMenu {
    	padding: 50px 250px 0 250px;
	}
	#ctnBann #sidemenu{
    	max-width: 450px;
	}
}
@media only screen and (min-width: 841px) and (max-width: 1233px) { 
	#blocImgMenu {
    	justify-content: center;
	}
	#ctnBann img {
   		max-width: 50%;
	}
	#blocImgMenu {
    	padding: 50px 30px;
	}
	#ctnBann #sidemenu {
		padding: 20px;
	}
	#ctnInformations {
		padding: 50px;
	}
	.blocInfo {
		flex-wrap: wrap;
		padding: 0 90px;
	}
	.blocInfo a {
		padding: 10px;
    	width: 100%;
    	margin-top: 20px;
		margin-right: 0;
	}
	#ctnFoireQuestions, #ctnLexique {
		padding-left:50px;
		padding-right:50px;
	}
}
@media only screen and (max-width: 841px) { 
	#details h2, #detailsTitre {
   		font-size: 1.5em;
	}
	#detailsTitre{
		min-height: 75px
	}
	header,#filAriane,footer,#ctnCopyright{
		display:none
	}
	#blocTexteBanniere {
    	margin-top: 50px;
	}
	/*#ecranInstruction{
		display:block !important;
	}*/
	.navBref{
		display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
	}
	#ctnBann img {
    	max-width: 80%;
	}
	#blocTexteBanniere h1 {
		font-size:28px;
	}
	#ctnBann{
		/*height:100vh;*/
		overflow:hidden;
		background: #FE7C1A url(/media/140120/logo_bkg_mobile.png) no-repeat;
    	background-position: bottom;
		padding: 30px;
		box-sizing: border-box;
	}
	#blocImgMenu{
		padding:0;
		margin-top: 50px;
	}
	#ctnBann #sidemenu{
		padding:20px;
	}
	#blocImgMenu {
		justify-content:center;
	}
	/*.blocInfo,#collision {
    	display: none;
	}*/
	.blocInfo,a.flex-prev,a.flex-next,#collision {
    	display: none;
	}
	#ctnInformations{
		padding:0px;
		padding-bottom:80px;
		background:#21262D url(/media/140127/logo_gaa_accueil_mobile.png) no-repeat;
		background-position: left calc(100% - 50px);
	}
	#blocSlides{
		padding:45px 40px;
		background: #FE7C1A url(/media/140120/logo_bkg_mobile.png) no-repeat;
    	background-position: bottom;
		background-size:130%;
	}
	.blocReleve {
		padding:0;
		flex-wrap: wrap;
	}
	#details {
		padding:45px 30px;
		max-width:unset;
	}	
	#slide {
		max-width: 100%;
	}
	.slidess > div {
		width:80%;
	}
	#slide-1 > img:first-of-type,#slide-2 > img:first-of-type{
		width:100%;
	}
	/*.blocLoupeUp img, .blocLoupeDown img, .blocLoupeMiddle img {
		width:20%;
	}*/
	.blocsLeftRight,#demande,#contact,#blocSlides,#details {
		width:100%;
	}
	#ctnFoireQuestions {
		padding: 45px 30px;
		background: #21262D url(/media/140108/logo_gaa_bkg_desktop.png) no-repeat;
		background-position: center 20%;
		background-size: 150%;
	}
	#ctnLexique{
		padding:45px 30px;
	}
	#lexique{
		display:block;
	}
	#blocCoordonnees {
    	display: block; 
    	border: 3px solid #FE7C1A;
    	padding: 15px;
	}
	#demande{
		margin-bottom:40px;
	}
	#demande a {
   		background: #1A8D8A;
		padding:10px;
	}
	#details .version img{
		width: calc(100% / 2 - 12px);
		margin-bottom: 10px;
	}
	#details .version img:nth-child(2){
		margin-right: 0 !important;
	}
	.blocLoupeUp img, .blocLoupeDown img, .blocLoupeMiddle img {
		width:15%;
	}
}
#ecranInstruction{
	display:none;
}
#ecranInstruction.ouvert{
    position: absolute;
    background: rgba(0 0 0 / 0.85) !important;
	-webkit-background: rgba(0 0 0 / 0.85);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999999;
}
#ecranInstruction div{
	text-align: center;
    margin: 0 auto 40px;
    position: relative;
    padding: 0 100px;
}
#ecranInstruction div:first-child{
	margin-top:200px;
}
#ecranInstruction div p{
	font-weight:bold;
}