@font-face {
    font-family: police1;
    src: url(fonts/BBBDMSans-Regular.ttf);
}

@font-face {
    font-family: police2;
    src: url(fonts/BBBDMSans-Light.ttf);
}

@font-face {
    font-family: police3;
    src: url(fonts/Satoshi-Regular.otf);
}

body {
  margin: 0;
  padding: 0;
  font-family: police3;
  
   
}

.site-header {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  background: transparent;
  position: relative;
  z-index: 10;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
}

.nom {
  flex: 1;
  margin: 0;
  font-size: 28px;
  line-height: 60px;
}

#navig {
  flex: 1;
  text-align: center;
  height: 50px;
}

#navig a {
  margin: 0 10px;
  text-decoration: none;
  color: inherit;
  line-height: 50px;
  font-size: 20px;
  border: 1px solid black;
  border-radius: 30px;
  padding: 10px 14px;
}

header.site-header {
  background-color: white;
}

#trad {
  flex: 1;
  text-align: right;
}

#trad a {
  margin: 0 5px;
  text-decoration: none;
  color: inherit;
}


h1 {
margin-left: 4%;
font-size: 50px;
margin-top: 1%;
}


/* INTRO */

.intro p {
 margin-bottom: 5%;
  font-size: 25px;
  margin-left: 20%;
  font-family: police1;
  margin-top: 8%;
}

.intro a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  text-decoration: none;
  
}

.contacts {
  font-family: police2;
  margin-left: 30%;
  font-size: 18px;
  
}

.bouton{
  width: 8%;
  margin-left: 20px;
  margin-top: 2%;
}



.info {

  width: 5%;
  margin-top: 8%;
  margin-left: 1%;
  z-index: 3;
  transition: all 1s ease;
 
}

img.info {
  width: 5%;
}
    


.info:hover {
rotate: 180deg;
}
.plus {
    transition: all 1s ease;
 
}
.plus:hover {
    rotate: 180deg;
    }

.roro:hover {
    rotate: 180deg;
        }

        .roro {
            rotate: 45deg;
            transition: all 1s ease;
        }