@media screen and (max-width : 1200px) {}

@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald.regular.ttf");
  font-family: "lato";
  src: url("../fonts/Lato-Regular.ttf");
  font-family: "playfairdisplay";
  src: url("../fonts/PlayfairDisplaySC-Regular.otf");
}

body {
  background: linear-gradient(.25turn, #01B2C0, 57%, #302878);
}

.TitreMain {
  color: white;
  font-size: 23px;
  font-family: lato;
  position: relative;
  float: left;
  padding: 50px;
  left: 50px;
  top: 20px;
}

#region {
  position: relative;
  left: 50px;
  width: 300px;
}

.slogan {
  font-family: lato;
  font-size: 30px;
  color: white;
  position: relative;
  float: right;
  padding: 50px;
  right: 300px;
}

.Titre2 {
  position: relative;
  float: left;
  font-family: oswald;
  font-size: 15px;
  padding: 40px;
  margin-left: 80px;
  color: white;
}

.présentation {
  position: relative;
  top: 40px;
  text-align: left;
  padding: 80px;
  font-family: lato;
  margin-left: 40px;
  color: white;
  font-size: 25px;
}

.Titre3 {
  display: block;
  text-align: -webkit-center;
  color: black;
  font-family: lato;
  font-size: 20px;
  margin-top: 30px;
  color: white;
}

.boutonmain {
  position: relative;
  margin: 0 600px;
  bottom: 280px;
  width: 150px;
  height: 50px;
  border-radius: 12px 0 12px 0;
  background: #01B2C0;
  border: none;
  color: #fff;
  font: bold 18px oswald;
}

#information {
  font-family: oswald;
  float: center;
  margin-left: 300px;
  position: relative;
  top: 100px;
  color: white;
  font-size: 22px;
}

#carte_1 {
  position: relative;
  bottom: 180px;
  float: right;
  padding-right: 200px;
}

#bande_violette {
  padding: 5px;
  min-height: 10px;
  background-color: #31358b;
}

* {
  margin: 0;
}

#slideshow {
  margin: 50px auto;
  position: relative;
  width: 600px;
  height: 220px;
  padding: 10px;
  bottom: 80px;
}

#slideshow>div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#video_1 {
  border: 0px #FFFFFF none;
  float :none;
  margin :0px;
  padding: 0px;
  display: block;
  margin: 30px 10% 30px 620px;
}
main a{
  text-decoration: none;
}
