* {
  margin: 0;
}

html,
body {
  height: 100%;

}

header {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 0.8em #000;
  max-width: 100%;
  box-sizing: border-box;
  /*box-shadow: 0px 6px 5px 0px #ccc;*/
}

div {
  font-size: 1.05em;
}

.mainPage::before {
  filter: contrast(0.7);
}

.mainPage {
  background: url('../images/plage.jpg') no-repeat left center / cover;
  height: 400px;
}

.secondaryPage {
  background: url('../images/plage.jpg') no-repeat left center / cover;
  height: 300px;
}

nav.menu {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.mainPage h1 {
  padding-top: 130px;
  font-size: 3.5em;
}

.mainPage h2 {
  font-size: 2em;
}

.secondaryPage h1 {
  padding-top: 80px;
  font-size: 4em;
}

.secondaryPage h2 {
  font-size: 1.7em;
}

.main {
  text-align: justify;
}

.menu {
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  line-height: 2px;
}

.menu li {
  display: inline;
}

.menu .sandwich {
  display: none;
}

.menu a {
  padding: 20px;
  font-size: 1.5em;
  text-decoration: none;
  color: #666;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.menu a:hover {
  color: white;
  background-color: #333;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.h1Margin {
  margin-top: 40px;
}

.main h1 {
  color: #224d56;
  font-weight: bold;
}

.main h3 {
  font-size: 30px;
}

/*
.main h1:before{
  content:"- ";
}*/
.main h5 {
  color: #003d45;
}

.row {
  padding-bottom: 20px;
}

.list {
  padding-left: 20px;
}

.infos div {
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
}

.infos div img {
  padding-bottom: 25px;

}

.bandeau {
  margin-bottom: 40px;
  padding-top: 25px;
  background-color: #224d56;
  color: #ffffff;
}

.bandeau h5 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

footer {
  background-color: #111;
  color: white;
  padding-left: 100px;
}

footer a {
  position: relative;
  top: 85px;
  color: white;
  text-decoration: none;
}

footer div {
  position: relative;
  top: 30px;
  color: white;
  text-decoration: none;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -150px;
  /*background-image: linear-gradient(to left,#DEDEDE,#dbceb0 30%,#dbceb0 70%,#DEDEDE);*/
  /*background-color: #dfc58a;*/
  background-color: rgba(223, 197, 138, 0.0)
}

.page-wrap:after {
  content: "";
  display: block;
}

footer,
.page-wrap:after {
  height: 150px;
}

.icon {
  height: 50px;
  vertical-align: middle;
}

.list {
  padding-bottom: 15px;
}

.list img {
  padding-right: 10px;
}

li.smaller {
  font-size: 0.75em;
}

.quote {
  font-style: italic;
  font-family: "Calibri";
  font-size: 1.2em;
}

.author {
  float: right;
  font-family: "Calibri";
  font-size: 1.2em;
}

.bottomIndex {
  margin-top: 45px;
}

.safe-logo-img {
  height: 50px;
}

/*Media queries, for responsive menu*/

@media screen and (max-width: 1120px) {
  .mainPage h1 {
    padding-top: 130px;
    font-size: 3.3em;
  }

  .mainPage h2 {
    font-size: 2em;
  }

  .secondaryPage h1 {
    padding-top: 60px;
    font-size: 3.0em;
  }

  .secondaryPage h2 {
    font-size: 2.0em;
  }
}

@media screen and (max-width:1120px) {
  nav.menu li {
    display: none;
  }

  nav.menu li.sandwich {
    float: left;
    position: absolute;
    text-align: center;
    left: 0;
    display: inline-block;
  }

}

@media screen and (max-width:1120px) {
  nav.menu.responsive {
    position: relative;
    padding: 0px;
  }

  nav.menu.responsive li.sandwich {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;

  }

  nav.menu.responsive li {
    float: none;
    display: inline;

  }

  nav.menu.responsive li a {
    display: block;
    text-align: center;
  }

}

#cabinet1 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}