* {
    margin: 0%;
    padding: 0%;
    list-style: none;
    text-decoration: none;
    font-family: "Torus Notched";
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body{
    overflow-x: hidden;
    max-width: 1920px;
}


/*--HEADER--*/
/*
header {
    height: 120px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

header .container {
    width: 1500px;
    height: 100px;
    margin: 0 5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    

}


header .onglet .infos{

    margin: auto;
    font-family: "Torus Notched";
}


header .container ul{

    display: flex;
    
}

header .container ul a {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 10px;
    color: #31489f;
}
*/


/*--SECTION1--*/


    .sect1 {
        height: 100vh;
        width: 100%;
        background-image: url(../images/13.png);
        image-orientation: flip;
        background-repeat: no-repeat;
        background-position: top right;
    }

.sect1 .container {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.sect1 h1 {
    color: #31489f;
    font-size: 6.5em;
    margin-bottom: 70px;
}

.sect1 button {
    position: relative;
    height: 70px;
    width: 250px;
    border-radius: 50px;
    background-color: white;
    border: 3px solid #31489f ;
    font-size: 1.5em;
    color: #31489f;
    transition: 0.3s;
    z-index: 2;
    transition: 0.3s;
    overflow: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.sect1 button::before {
    content: "";
    position: absolute;
    height: 70px;
    width: 280px;
    background-color: #31489f;
    border-radius: 50px;
    top: -2px;
    left: -2px;
    transform: translate(-100%);
    transition: 0.3s;
    z-index: -1;
}

.sect1 button:hover::before {
    transform: translate(0%);
}

.sect1 button:hover {
   color: white;
   width: 280px;
}



.sect1 button i {
    transform: scale(0);
    margin: -10px;
    transition: 0.3s;

}

.sect1 button:hover i {
    display: inline;
    margin-left: 10px;
    transform: scale(1);
}


.row {
    margin-top: 150px;
}

.copy {
    text-align: center !important;
}


.onglet {
    overflow: hidden;
    font-family: Arial;
  }
  
  /* Links inside the navbar */
  .onglet a {
    float: left;
    font-size: 16px;
    color: #31489f;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
  }

  
  /* Add a red background color to navbar links on hover */
  .onglet a:hover, .dropdown:hover .dropbtn {
    background-color: #f3f0f0;
    display: block;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: #31489f;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  



  /*infos*/

  .origine center {
      
      margin: 3%;
  }
      

  .origine center h1 p{
    
    margin: 2.7%;
    padding: 1.2em;
    text-align: justify;
    font-size: revert;
    line-height: 30em;
    color: red;
}

.image {
    height: 10%;
    width: 10%;
    background: repeat;
}


.origine img {
    width: 30%;
    height: 25%;
}

table,
td {
    border: 1px solid #333;
    text-align: center;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}

  