²/* HTML */
a {
    color: #ADADAD;
    
}




a {
    text-decoration:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font: 13px/1.231 Verdana,helvetica,clean,sans-serif;
  
}
.bodys {
    font: 13px/1.231 Inter,Verdana,helvetica,clean,sans-serif;
}
li {
    list-style: outside none none;
}
.page {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: flow-root;
}
@media(max-width:1200px){
  .page{
  width:100%;
  }
  .video{
  width:100%;
  }
}
#lienLogo img{
margin-top:5px;
float:left;
display:inline-block;
}

.head {
    height: 120px;
    background-color: #002e56;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
#ctent{
margin-right:auto;
margin-left:auto;
 width:90%;
 height : 100%;
 background:#fff;
}
.vue_pdf{
width:100%;
height:100%;
background:#eee;
display:inline-block;
margin-top:0px;
}
.telechargement  {
 font-size:30px;
 font-weight:bold;
 text-shadow:1px 2px #eee;
 text-align:center;
 padding:10px;
}
.product-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}
.product-image img {
    width: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease-in-out;
}
.product-image img:hover {
    transform: scale(1.05);
}
.product-info {
    max-width: 70%;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
}
#h1{
display:block;
width:100%;
text-align:center;
}
.product-info h1 {
    font-size: 18px;
    color: #002e56;
    margin-bottom: 5px;
}
.product-image {
    max-width: 25%;
}
.product-image img {
    width: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease-in-out;
}
#titre_download {
    color: #002e56;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    background: #B1E2E9;
    font-size: 20px;}
    
hr{
background:#eee;
height:1px;
}

.ref {
    font-size: 14px;
    color: #002e56;
    background-color: #e0f7fa;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-block;
}

h3{
font-size:30px;
}
.div_titre{
display: block; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center;
text-align:center;
width:100%;
height:100px;
}
.video .div_titre{
display: block; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center;
text-align:center;
width:100%;
height:40px;
}
div.list_pdf{
display:block;
width:100%;
padding-left:5%;
}
.video iframe{
display:block;margin-top:15px;border-radius:0 0 10px 10px;
width:100%;
height:415px;
}
button{
font-size: 30px;
    padding: 5px 5px;
    border: 0;
    width: 30px;
    display: block;
    background: #B1E2E9;
    color:#002e56 ;
    text-transform: lowercase;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.86,.01,.15,.99);
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}
#search-container {
    text-align: center;
    margin-bottom: 30px;
}
.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-input {
    width: 60%;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}
.search-button {
    padding: 11px;
    background-color: #B1E2E9;
    border: none;
    color: #002e56;
    font-size: 25px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    transform: perspective(1px) translateZ(0);
    width: 200px;
}
.search-button i{
margin-right:20px;
}
.search-button:hover{
color:#FFF;
  transition:0.4s;
  transform: perspective(1px) translateZ(0);
}
.search-button::before{
content:"";
clip-path: circle(0.5% at 50% 50%);
background:#002e56;
transition:0.4s;
  opacity:1;
}
.search-button:hover::before{
    
  clip-path: circle(100% at 50% 50%);
}
button::before{
   content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;}
.telecharger_img{
content: "";
    display: block;
    border-radius: 0;
    background: #B1E2E9;
    color: #002e56;
    transition: 0.4s;
    width: 100%;
    font-size:25px;
    transform: perspective(1px) translateZ(0);
    text-transform: capitalize;
}.telecharger_img i{
font-size:30px;}
.telecharger_img:hover{
color:#FFF;
  transition:0.4s;
  transform: perspective(1px) translateZ(0);
}
.telecharger_img::before{
content:"";
clip-path: circle(0.5% at 50% 50%);
background:#002e56;
transition:0.4s;
  opacity:1;
}
.telecharger_img:hover::before{
    
  clip-path: circle(100% at 50% 50%);
}
hr{
margin:20px 0;
}
.div_pdf{
float:left;
display:block;
margin-right:30px;
background:#eee;
border-radius : 10px;
margin-bottom : 15px;
border:1px solid #ddd;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.div_pdf:hover {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transform: translate(-10px,-5px);
    
}
.div_QR{
float:left;
display:block;
border-radius : 10px;
margin-right:15px;
margin-bottom : 15px;
width:270px;
height:542px;
}
.div_QR a {
    color: #002e56;
    background: #B1E2E9;
    border-radius : 10px;
    font-size: 40px;
    Font-weight: bold;
    display: block;
    height: 362px;
    width: 100%;
    text-align: center;
    padding-top: 180px;
}
.div_QR a:hover{
    color: #fff;
    background: #002e56;
   
}


.xpdf{
margin-left:10px;
margin-right:10px;
}
#div_FT{
border:1px solid #B1E2E9;
background:#fff;
}
#div_FDS{
border:1px solid #B1E2E9;
background:#fff;
}
#div_DD{
background:#e4ffe9;
border:1px solid #019f62;
}
h2.titre_type{
margin: auto;
    padding: 10px 5px 5px;
    text-align: center;
    width: 250px;
    height: 40px;
    color: #002e56;
    font-size: 20px;
    border-radius: 10px 10px;
    line-height: 18px;
}

.pdf{
width:250px;
height:400px;  
background-color: white;
border-radius:5px;
}
.pdf_viewer{
 background-color: white;
}
.pdf body html{
overflow:hidden;
}
.pdf body{
overflow:hidden;
}
body > embed{
overflow:hidden;
}


#coordonnees {
margin-right:10px;
margin-top:5px;
float:right;
width:50%;
color:#fff;
text-align:right;
}
#coordonnees  a {
color:#fff;
}
#coordonnees b{
font-size:15px;
}

#coordonnees div{
margin-right:15px;
color:#fff;
font-size:15px;
text-align : right;
}

span.ref_prod{
padding: 3px;
    border-radius: 5px;
    margin-top: 4px;
    margin-left: 5px;
    float: left;
    display: block;
    background: #fff;
    font-size: 20px;
}
.btn_move_page > div{

}
.nb_page{

    text-align: center;
}
@media(max-width:1200px){
  .page{
  width:100%;
  }

}
.video{
width:520px;
float:left;
border:1px solid #35a8d5;
border-radius:10px;
padding:0 ;
margin-right: 15px;
margin-bottom: 15px;
background:#fff;
height: 470px;
}
.plyr--video{
width:520px;
float:left;
border:1px solid #35a8d5;
border-radius:10px;
padding:0 ;
margin-right: 15px;
margin-bottom: 15px;
background:#fff;
height: 470px;
}
.plyr--video .div_titre{
 height:55px;
 background:#fff;
}
.plyr button {
    font-size: 40px; /* Augmente la taille des icônes */
    padding: 10px; /* Ajoute de l’espace autour des boutons */
    background-color: #0057ff; /* Change la couleur de fond */
    border-radius: 50%; /* Rend les boutons ronds */
}

.plyr--full-ui input[type=range] {
    height: 8px; /* Agrandit la barre de progression */
    background: #0057ff; /* Change la couleur */
}
.plyr--videomobile{
width:100%;
float:left;
border:1px solid #35a8d5;
border-radius:10px;
padding:0 ;
margin-right: 15px;
margin-bottom: 15px;
background:#fff;
height: 470px;
}
.plyr--videomobile .div_titre{
 height:55px;
 background:#fff;
}
.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 20px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 25px);
}
