@charset "UTF-8";

* {
     box-sizing: border-box;
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}

html,body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	height:100%;
}

a {
	color: inherit;
	text-decoration:none;
}

/* VARIABLE */ 

:root{
	--orange:#ea5906;
	--bleu1:#42b1db;
	--bleu2:#2d7f9c;
	--bleuf:#2a2f3f;
	--gris1:#cfd0d0;
	--grisc:#e8e8e8;
}

/* HEADER */


.baniere{
	height: 160px;
	background: var(--bleu1);
	background: no-repeat center center / cover url(../images/accueil/baniere-tel.jpg);
}
.orange-bas{
	background-color: var(--orange);
	width: 100%;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.25em;
	letter-spacing: 3px;
}
.menu-logo{
	position: absolute;
	top: 15px;
	left: 10px;
	width: 190px;
	height: 90px;
	background: no-repeat center center url(../images/accueil/menu-logo-tel.svg);
}
.menu-ordi{
	display: none;
}

.menu-btn {
  position: relative;
  font-size:1.7em;
  width: 50px;
  line-height: 0.8em;
  margin:0px;
  margin: 0px;
  left: 3px;
  top: 2px;
  background: transparent;
  text-align:left;
  color: #FFF;
  cursor: pointer;
  border: 0px;
}
button {
	margin: 0px;
	padding: 0px;
}

/* MENU TEL */

.logo{
  Width: 90%;
  height: 100px;
  background: no-repeat center center url(../images/accueil/menu-logo-tel.svg);
  margin: 10px 0% 20px 5%;
}


.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: var(--bleuf);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: var(--bleuf);
  /* permet le défilement de l'élan dans les éléments de débordement iOS */
}
.pushy a {
  display: block;
  color: var(--bleuf);
  /*padding: 10px 30px;*/
  text-decoration: none;
  background: transparent;
}

.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {

  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */

.pushy-submenu > ul {
  margin-bottom: 10px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  padding-left: 0px;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  cursor:pointer;
  font-size: 1em;
  font-weight: 700;
}

.sans {
  width: 100%;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 1em;
  font-weight: 700;
}

#figurines {
  background: var(--bleu1);
  padding: 0px 0px;
}  
#figurines1 {
  color: var(--bleuf);
  padding: 10px 30px;
}  

#divers {
 background: var(--bleu2);
 padding: 0px 0px;
} 
#divers1 {
  color: var(--bleuf);
  padding: 10px 30px;
} 

#photos {
  background: var(--gris1);
  padding: 9px 0px;
} 
#photos1 {
  color: var(--bleuf);
} 
 
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../images/accueil/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}


.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.pushy-link1 {
  padding: 6px 30px;
  text-align: left;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bleu1);
  background: #78c2df;
  font-size: 0.9em;
  font-weight: 600;
}

.pushy-link2 {
  padding: 6px 30px;
  text-align: left;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bleu2);
  background: #6ba8be;
  font-size: 0.9em;
  font-weight: 600;
}
.pushy-link1:last-child, .pushy-link2:last-child {
  border-bottom-width: 0px;
}
/* FIN menu TEL*/

.logo-empire{
  Width: 90%;
  height: 140px;
  background: no-repeat center center url(../images/accueil/menu-logo-tel-empire.svg);
  margin: 20px 0% 20px 5%;
}
.accueil{
	display: none;
}





/* ---------------------------------------------  + 700px  -----------------------------------------------------  */

@media screen and (min-width: 700px) {
	

.top-barre {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}

.baniere{
	height:390px ;
	background: no-repeat center center / cover url(../images/figurines/baniere.jpg);
	background-size: 1200px;
}

.orange-bas{
	width: 100%;
	height: 75px;
	background-color: transparent;
	position: absolute;
	top: 315px;
	color: #fff;
	text-align: center;
	font-size: 3.5em;
	line-height: 1.2em;
	letter-spacing: 10px;
	margin-left: -160px;
}
.pushy {
	display:none;
}
#container {
	display:none;
}
.contenaire {
	padding-top: 30px;
}
.menu-logo{
	position: static;
	margin: 0 auto;
	width: 310px;
	height: 160px;
	background: no-repeat center center url(../images/figurines/menu-logo-ordi.svg);
}

.menu-ordi{
	position:static;
	display:flex;
	margin: 0 auto;
	margin-top: 20px;
	width: 370px;
	height: 45px;
	justify-content: space-between;
	border-left-width: 0px;
	background-color: transparent;
}
.figurines-ordi, .divers-ordi, .photos-ordi {
	background-color: transparent;
	width: 110px;
	height: 40px;
	font-family: 'Myriad Pro';
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 40px;
	color: 	var(--bleu1);
	text-align:center;
	letter-spacing: 1.6px;
	cursor:pointer;
	border-width: 2px;
    border-style: solid;
    border-color: var(--bleu1);
}
.divers-ordi {
	border-color: var(--bleu2);
	color: 	var(--bleu2);
}
.accueil{
	display: block;
	height: 40px;
	cursor: pointer;
	width: 70px;
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: rgb(255, 255, 255, 0.5);
	background-image: url(../images/accueil/accueil-bleu.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
.figurines-ordi:hover{
	background-color: var(--bleu1);
	color: var(--bleuf);
}

.divers-ordi:hover{
	background-color: var(--bleu2);
	color: var(--bleuf);
}
.photos-ordi {
    background-color: var(--gris1);
    border-color: var(--gris1);
	color: 	var(--bleuf);
}

.photos-ordi:hover {
	background-color: var(--gris1);
	color: var(--bleuf);
}

.accueil:hover {
	background-image: url(../images/accueil/accueil-blanc.svg);
	background-repeat: no-repeat;
	background-position: right center;
}




}

/* ---------------------------------------------  + 1200px  -----------------------------------------------------  */

@media screen and (min-width: 1200px) {

.baniere{
	background: no-repeat center center / cover url(../images/figurines/baniere-plus.jpg);
	background-size: 1300px;
}

}

/* ---------------------------------------------  + 1300px  -----------------------------------------------------  */

@media screen and (min-width: 1300px) {

.baniere{
	background: no-repeat center center / cover url(../images/figurines/baniere-plus-plus.jpg);
	background-size: 1400px;
}

}

/* ---------------------------------------------  + 1400px  -----------------------------------------------------  */

@media screen and (min-width: 1400px) {

.baniere{
	background: no-repeat center center / cover url(../images/figurines/baniere-plus-plus-plus.jpg);
	background-size: 1500px;
	background-color: var(--bleuf);
}

}

	