/*  PRESENTATION  */


.presentation{ 
    display: block;
    margin:25px 10%;   
    max-width: 100%;
    color:#000;
    
    font-size: 23px;
   
}

.presentation fieldset {
    margin:2%;
    border-radius: 10px;
    padding:0 5px 5px 10px;
    border-width: 0px;
    border-top: 1px solid #dac391;
    /*box-shadow: #dac391 0px 5px 15px ; */
    
}
.presentation fieldset h2 {
    margin:0;
}
.presentation fieldset iframe{
    float:right;
    width: 560px;
    height:315px;
    max-width: 100%;
    border-radius: 10px;
    margin:0 1% 0 0   ;
    padding:0;
}
.presentation fieldset img{
    float:left;
    width:40%;
    max-width:200px;
    padding:  20px 30px;
    
    border-radius: 10px;
  
}
#presentationmillim{
    float:right;
    max-width:300px;
    width:50%;
}
.presentation fieldset ul{
    margin: 30px;
}
.presentation a img:hover{
    border:3px solid transparent;
    
}
@media screen and (max-width: 1000px) {
    .presentation{ 
        margin:25px 2%;         
    }

}

