body, html {
  height: 100%;
  margin: 0;
}

body {

}

:root {
  --blue: rgba(1, 255, 255, 1.0);
  --pink: rgba(255, 0, 204, 1.0); 
  --green: rgba(1, 255, 0, 1);
  --yellow: rgba(254, 255, 0, 1.0);
  --black: rgba(0, 0, 0, 1.0);
}

.color1 {
	color: #01ff00;
}

.color2 {
	color: #ff00cc;
}

.color3 {
	color: #01ffff;
}

.color4 {
	color: #feff00;
}


a {
	transition: all 0.2s linear;
}


.bg {
  /* The image used */
  background-image: url("");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo2 {
  display: flex;
  justify-content: center;
  align-items: top;
  height: 100%;
}

header {
	padding-top: 70px;
	padding-bottom: 60px;
}

header ul.dropdown li {
	border-right: 1px solid black;
}

header ul.dropdown li.glass {
	border-right: 0 solid black;
}

header ul.submenu {
	transition: all 0.2s linear;
}

header ul.sansligne {
	padding-top: 10px;
}

header ul.sansligne li {
	border-right: 0 solid black;
	padding-left: 25px;
	padding-bottom: 2px;
	padding-top: 2px;
}

header ul.sansligne li a {
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}

header li a {
	text-transform: uppercase;
}

header ul.menu li.active.color1 a {
	color: #01ff00;
}

header ul.menu li.active.color2 a {
	color: #ff00cc;
}

header ul.menu li.active.color3 a {
	color: #01ffff;
}

header ul.menu li.active.color4 a {
	color: #feff00;
}

header ul.menu li.color1 a:hover {
	color: #01ff00;
}

header ul.menu li.color2 a:hover {
	color: #ff00cc;
}

header ul.menu li.color3 a:hover {
	color: #01ffff;
}

header ul.menu li.color4 a:hover {
	color: #feff00;
}

header ul.menu li.active.color1 a:hover, header ul.menu li.active.color3 a:hover, header ul.menu li.active.color4 a:hover {
	color: #000000;
}

header ul.menu li.active ul.submenu li a {
	color: black;
}

header ul.menu li.active ul.submenu li a:hover {
	color: #ff00cc;
}

header ul.menu li.active ul.submenu li.active a {
	color: #ff00cc;
}


i {
	font-weight: 800;
}

.slide {
	overflow: hidden;	
}

.xxx {
	height: 50vh;
	min-height: 300px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xxx p {
	padding: 0;
	margin: 0;
}

.grad {
	position: absolute;
	z-index: 1000;
	width: 100%;
	left: 0;
right: 0;
top:10%;
bottom: 0;
margin: auto;

}




.gradiant {
	height: auto !important;
	text-align: center;
	padding: 40px 5px 0 5px;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.1em;
	text-transform: uppercase;
	opacity: 0;
	position: relative;
	
}

.grad2 {
	background: rgba(1, 255, 0, 1);
	background: linear-gradient(145deg, rgba(1, 255, 0, 1) 40%, rgba(255,255,255,1) 60%);
}

.grad3 {
	background: rgba(255, 0, 204, 1.0);
	background: linear-gradient(145deg, rgba(255, 0, 204, 1.0) 40%, rgba(255,255,255,1) 60%);
}

.grad4 {
	background: rgba(1, 255, 255, 1.0);
	background: linear-gradient(145deg, rgba(1, 255, 255, 1.0) 40%, rgba(255,255,255,1) 60%);
}

.grad5 {
	background: rgba(254, 255, 0, 1.0);
	background: linear-gradient(145deg, rgba(254, 255, 0, 1.0) 40%, rgba(255,255,255,1) 60%);
}

.gradwhite {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	z-index: 2000;
}

.slidec {
	font-size: 0.6em;
}



main {
	font-size: 1.3em;
	font-weight: 300;
}

.txt {
	padding-top: 50px;
}

.linkhack p a {
	border-bottom: 1px dotted gray;
	color: rgb(10, 10, 10);
}

.linkhack p a:hover {
	border-bottom: 1px dotted gray;
	color: black;
	opacity: 0.7;
}

h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	padding-top: 15px;
}

h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.6em;
	padding-top: 0;
	padding-bottom: 0;
}

h4 {
	font-weight: 400;
	font-size: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	text-transform: none;
	font-weight: 400;
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 0;
}

h2.expo {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 0;
}


p.resid a {
	color: var(--green);
	text-transform: uppercase;
}

p.resid a:hover {
	color: var(--black);
}

.gallery img {
	margin-top: 15px;
}

.gallery img.small {
	margin-top: 0;
}

.legende {
	text-align: center;
	font-size: 0.7em;
	line-height: 0.9em;
	margin-top: 7px;
}

.legende p {
	padding: 0;
	margin: 0;
}

.copyright {
	text-align: center;
	font-size: 0.6em;
	line-height: 0.9em;
	margin-bottom: 25px;
}


.mfp-title {
	line-height: 0.6em;
}

.mfp-title p {
	padding: 0;
	margin: 0;
	
}

.langage {
	font-size: 0.6em !important;
	margin-bottom: 10px;
}

.langage a.active {
	text-decoration: underline;
}

.responsive-embed iframe {
	width: 100%;
	height: 100%;
	padding: 15px;
}



.container {
   column-count: 2;
   column-gap: 1em;
}

.container img {
  max-width: 100%;
  display: block;
  padding-bottom: 10px;
}

figure {
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}



.txtliste h3 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;

}

.txtliste h2, .txtliste h1 {
	padding-top: 0;
	font-size: 0.8em;
	margin: 0;
}

.txtliste h4 {
	padding-top: 0;
	font-size: 0.7em;
	margin: 0;
}

a.touche:hover figure {
	transition: all 0.2s linear;
	opacity: 1;
}

a.touche:hover figure {
	opacity: 0.8;
	transition: all 0.2s linear;
}


footer {
	margin-top: 100px;
	font-size: 1em;
	font-weight: 300;
	padding-bottom: 10px;
}

footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: none;
	color: var(--pink);
}

.topicbold {
	font-weight: 400;
}