.container {
  max-width: 1240px;
}

/* RESET CSS */

/* FONT */

body {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3 {
  font-weight: 700;
}

ol,
ul {
  list-style: inside;
}

/* FONT */

/* ACCUEIL */

.menu{
  background: #fff;
  border-bottom: 1px solid #000;
}

.navbar{
   padding: 1rem 0;
}

.blocked iframe{
  padding: 15px;
  border: 1px solid #000;
}

.footer{
  background: #000;
  color: #fff;
  text-align: center;
}

.copy{
  margin: 1rem 0;
}

.buttonlink {
  display: inline-block;
  background-color: none;
  border: 1px solid #000;
  padding: 15px 30px;
  color: #000000;
  transition: .3s ease-in-out;
}

.buttonlink:hover {
  background-color: #000;
  color: #fff;
}

/* ACCUEIL */

/* SPACING */

.spacer {
  height: 200px;
}

.mx-spacer {
  height: 300px;
}

.contact p {
  font-size: 14px;
  line-height: 20px
}

.lg-spread {
  margin: 75px 0;
  display: block;
}

.md-spread {
  height: 75px;
}

.lg-spacer {
  height: 100px;
}

.md-spacer {
  height: 30px;
  display: block;
}

.sm-spacer {
  display: none;
  width: 100%;
  height: 25px;
}

.xs-spacer {
  display: none;
  width: 100%;
  height: 15px;
}

@media screen and (max-width: 991px) {

  .lg-spacer {
    height: 50px;
  }
  
  .sm-spacer {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .footing {
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 50px;
  }
}


@media screen and (max-width: 430px) {
  .sm-spacer {
    display: inherit;
  }

  .xs-spacer {
    display: inherit;
  }

  .mt-3 {
    margin-top: .7rem !important;
  }

  .mb-3 {
    margin-bottom: .7rem !important;
  }
}

.contentpage{
  position: relative;
  min-height: 100vh;
}

.contactf{
  position: absolute;
  bottom: 0;
}

.title{
  color: #000;
  text-decoration: none;
}

.title:hover{
  color: #000;
  text-decoration: underline;
}

a {
    color: white;
    text-decoration: underline;
}

