@charset "UTF-8";

html, html[data-theme="light"] { /* Variables mode clair*/
  --main-color: #33312e;         /* Couleur principale */
  --main-elements-color: #fff;   /* Couleur des éléments dans la couleur principale (doit faire contraste) */
  --aside-color: #eee;
  --accent-color: #E30613;       /* Couleur d'accent */
  --background-color: #fff;
  --text-color: #333;            /* Couleur du texte */
}
/*==================== General classes ====================*/
html {
  font-family: Calisto MT;
}

* {
  position: relative;
  margin: 0px;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}


body {
  min-height: 100vh;
  background-color: var(--background-color);
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lucida Bright;
  text-align: center;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  text-align: right;
}

.container {
  margin: auto;
  max-width: 1700px;
  min-height: 100%;
}

.header-footer {
  display: flex;
  margin: auto;
  max-width: 2000px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

header,
footer {
  padding: 15px;
  background-color: var(--main-color);
  color: var(--main-elements-color);
  z-index: 10000;
}

.footer-left,
.footer-right {
  display: flex;
  align-items: center;
}

.footer-right {
  margin-left: auto;
}

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

/*==================== Formulaire ====================*/

.row::after {
    content: "";
    clear: both;
    display: table;
}

input[type=text], input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type=submit] {
    background-color: #FF0004; /*couleur submit button*/
    color: white;
    padding: 14px 20px;
    margin: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	float: left;
}

input[type=submit]:hover {
    background-color: #C90003; /*couleur submit button hover*/
}

form {
	width: 100%;
    border-radius: 5px;
    background-color: #D8D8D8;
    padding: 40px;
	margin: auto;
}

/*Border black box*/
.carte_credit{
	padding: 15px;
	border: 2px solid black;
	border-radius: 12px;
}

form p{
	padding: 5px;
	text-align: left;
}

/*==================== slide show ====================*/


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

@media only screen and (max-width: 300px) {
  .prev, .next, .text {font-size: 11px}
}

@media only screen and (max-width: 600px) {
  .prev, .next, .text {font-size: 11px}
}

/*==================== topnav ====================*/

.topnav {
  overflow: hidden;
  background-color: #333;
  float: right;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a.active {
  background-color: var(--accent-color);
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
.telephone{
	display: none;
	}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*==================== small devices (phones, 320px and up) ====================*/
@media only screen and (min-width:320px)  {  
	
h1,
h2,
h3,
h4,
h5,	
p{
	text-align: center;
}

svg {
  display: none;
}

.title_expo{
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  font-size: 1.3em;
  text-align: center;
}
	
.text_droite,
.text_gauche{
  position: absolute;
  top: 14%;
  color: white;
  text-align: center;
}
	
.title_left{
text-align: center; 
padding-top: 50px; 
padding-left: 20px;
padding-right: 20px;
}

	
.title_center {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  font-size: 2.4em;
}
	
.title_under {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  text-align: center;
	  
}
	
.title_under_expo {
  position: absolute;
  top: 20%;
  left: 0;
  color: white;
  font-size: 1.4em;
  padding-left: 30px; 
  text-align: center;
}
	
.box{
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
	
[class*="col-"] {
  width: 100%;
}


/*==================== Medium devices (tablets, 600px and up) ====================*/
@media only screen and (min-width: 600px) {

p{
	text-align: left;
	}
	
svg {
  display: inline;
  top: 130px; 
  z-index: 2;
}

.text_droite{
  position: absolute;
  top: 25%;
  right: 0;
  padding-left: 60%;
  padding-right: 30px;
  color: white;
}
	
.text_gauche{
  position: absolute;
  top: 25%;
  left: 0;
  padding-right: 60%;
  padding-left: 30px;
  color: white;
}
	
.title_expo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  font-size: 2em;
  text-align: center;
}
	
.title_left{
text-align: left; 
padding-top: 50px; 
padding-left: 20px;
padding-bottom: 30px;
}

	
.title_center {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  font-size: 3.4em;
}
	
.title_under {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8em;
  text-align: center;
	  
}
	
.title_under_expo {
  position: absolute;
  top: 30%;
  left: 0;
  padding-right: 60%;
  color: white;
  font-size: 1.4em;
  padding-left: 30px; 
}
	
.row-t{
  display: flex;
  flex-wrap: wrap;
}
	
.box{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
	
/*Formulaire*/
.col-50 {
	float: left;
    width: 50%;
    padding: 10px 20px;
}
	
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-centered{
	width: 50%;
	float: none;
	margin: 0 auto;
	}
}

/*==================== Medium devices (tablets, 768px and up) ====================*/
@media only screen and (min-width: 768px) {
svg {
  display: inline;
  top: 170px; 
  z-index: 2;
}


}
	

/*==================== Large devices (tablets and desktops, 1024px and up) ====================*/
@media only screen and (min-width: 1024px) {

svg {
  display: inline;
  top: 231px; 
  z-index: 2;
}
	
.text_droite{
  position: absolute;
  top: 32%;
  right: 0;
  padding-left: 60%;
  color: white;
}
	
.text_gauche{
  position: absolute;
  top: 32%;
  left: 0;
  padding-right: 60%;
  color: white;
	
}

.title_expo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  font-size: 2.7em;
  text-align: center;
}
	
.title_left{
text-align: left; 
padding-top: 50px; 
padding-left: 20px;
padding-bottom: 30px;
}

	
.title_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  font-size: 5em;
}

.title_under {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8em;
  text-align: center;
	  
}
	
.title_under_expo {
  position: absolute;
  top: 30%;
  left: 0;
  padding-right: 60%;
  color: white;
  font-size: 1.6em;
  padding-left: 30px; 
}
	
.box{
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

/*Formulaire*/
.col-50 {
	float: left;
    width: 50%;
    padding: 10px 20px;
}
	
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/*==================== Large devices (tablets and desktops, 1920px and up) ====================*/
@media only screen and (min-width: 1920px) {
  svg {
  display: inline;
  top: 380px; 
  z-index: 2;
  }
}