#defaultCanvas0 {
    position: fixed;
    top:0;
    left:0px;
    z-index: -10;
}

@font-face {
    src: url(fonts/ClashGrotesk-Medium.otf);
    font-family: 'Clash';}
    
@font-face {
    src: url(fonts/Zodiak-Black.otf);
    font-family: 'titre';}

@font-face {
    src: url(fonts/Zodiak-Bold.otf);
    font-family: 'titre2';}
body {
  background-size: 100%;
  background-color: (#0b100c);
    font-family:'Clash';
    margin:0%;
    
}

.block {
    margin:0 auto ;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 80% ;
    height: auto;
    background: #587a65;
    border: 0.5rem solid #de6e00;
}

.titre {
    margin-left: -12.5%;
    margin-top: 5%;
    text-align: center;
    font-family:'titre';
    font-size: 8vw;
    color: #e38d39;
    background: #2c3d2e;
    width: calc(125%); 
    
}

.soustitre { 
    width: 70%;
    margin:0 auto ;
    margin-top: 5%;
    margin-bottom: 5%;
    font-family:'titre2';
    text-align: center;
    background-color: #0b100c;
    border: 0.5vw solid ;
    border-color: #de6e00;
    color: #e38d39 ;
    font-size: 3vw;
    font-weight: bold;

}

h2 {
   margin: 0;
    
}

#contenue {
   margin:0 auto ;

}

.Image {
    margin-left: 10%;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    background-color: #587a65;

}

.Image img {
    margin: auto;
    margin-bottom: 20%;
    width: 90%;
    border-radius: 1vw;
}

a{
    font-size:3vw ;
    text-decoration : none;
    color: #e38d39;
}

p{
    font-size: 2vw;
}

.Image img:hover {
    width: 100%;
}

.Typo {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: center;
    font-family: 'titre';
}

.Typo a { 
    padding: 1%;
    margin-bottom: 20%;
    background-color: #0b100c;
    border: 0.3vw solid ;
    border-color: #de6e00;}

.Typo p {
    margin-bottom: 50%;
    font-family: 'Clash';
    color: #ffffff;
    opacity: 0%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s;
    background-color: #0b100c;
    border: 0.3vw solid ;
    border-color: #de6e00;
}

.Typo a:hover + p {
    max-height: fit-content;
    opacity: 100%;
    padding: 0.1vw 0.2vw;
}

/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

.Image img {
    margin: auto;
    margin-bottom: 25%;
    width: 90%;
    border-radius: 1vw;
}

.Image img:focus {
    width: 100%;
}

.Typo a:focus + p {
    max-height: fit-content;
    opacity: 100%;
    padding: 0.1vw 0.2vw;
}


   

}