@font-face {
  font-family: 'Visby';
  src: url(polices/VisbyCF.ttf) format('opentype');
  font-weight: bold;
}

.ab{
  color: red;
  background-color: red;
  display: none;
}
.dab{
  color: white;
  background-color: red;
  display: block;
}
.no-dab{
  color: red;
  background-color: red;
  display: none;
}
html {
    background: #37718E;
}

body {
    background: #254E70;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #Ffffff;
    font-family: 'Visby', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}
h1 {
  font-size: 48px
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.3;
    font-family:
}

h2 {
    margin-top: 1.3em;

}
}

h3
{
font-family: 'Visby';
}
#dlbutton {
    background-color: #C33C54; /* Green */
    border: none;
    color: white;
    padding: 45px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 54px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
 #lien:link, #lien:visited {
    background-color: #363732;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


 #lien:hover, #lien:active {
    background-color: #20211E;
}
}
table
{
    border-collapse: collapse;
	width:100%;
	text-align: center;
	height:30px;
	background-color:#0A58BF;
	color:#FEFEFE;
}
td /* Mettre une bordure sur les td ET les th */
{
    border: 1px solid black;

}
#Machintruc
{
border: 2px solid #FEFEFE;

    width: auto;
    padding: 0 2%;
    height: 40px;
    display: block;

}
.Tel{
  display: inline;
}
@media screen and (orientation : landscape){
body{
max-width: 70%;
padding: 2em 2em 4em;
}
.slider{
  width: 500px;
  display: block;
}
.video{
  height: 52%;
}
@media screen and (min-width: 1000px){
  .slider{
    width: 500px;
    display: inline-block;
  }
}
.Tel{
 display: none;
}

}
  @media screen and (orientation : portrait){
    #dlbutton {
        border: none;
        color: white;
        padding: 0.45em 0.6em;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 3.2em;
        margin: 0.2em 0.1em;

    }
    h1{
      font-size: 3.5em;
    }
    #lien:link, #lien:visited {
       background-color: #363732;
       color: white;
       padding: 0.5em 0.5em;
       text-align: center;
       text-decoration: none;
       display: inline-block;
       font-size: 2.5em;
   }

    h2{
      font-size: 2.5em;
    }
    .texte{
      padding: 1em;

    }
    #lien:hover, #lien:active {
       background-color: #20211E;
   }
body{
  width: 100%;
padding: 0;
}
.slider{
   display: none;
}
.Tel{
  display: block;
}
.video{
  height: 20%
}
.gallery{
  min-height: 10em;
  max-height: 15.2em;
}
  }
