@font-face {
	font-family: 'Roboto';
	src: url(‘/fonts/Roboto-Regular.woff’) format(‘woff’),
		url(‘/fonts/Robot-Regular.ttf’) format(‘truetype’)
}

@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	src: url(‘/fonts/Roboto-Bold.woff’) format(‘woff’),
		url(‘/fonts/Robot-Bold.ttf’) format(‘truetype’)
}

@font-face {
    font-family: 'opensans';
    src: url('opensans-bold.woff2?#iefix') format('woff2'),
         url('opensans-bold.woff') format('woff'),
         url('opensans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    margin : 0;
    padding:0;
}


ul {
    height: 65px;
    background-color: black;
    margin-bottom: 0cm;
    margin-top: 0%;
    }

.logoami {
    width:250px;
    height: 150px;
    border: 9px solid rgb(247, 190, 6);
    margin-left: 40%;
    margin-top: 5%;
}

#menu {
    max-width: 20em;
    min-width: 5em;
}

.menu {
    padding: 0;
    background-color: black;
    justify-content: right;
    margin-top: 20px;
    margin-bottom: 0cm;
}

.menu li {
    list-style-type: none;
}

.menu a {
    float:left;
    min-width: 100px;
    padding:0;
    text-align:center;
    text-decoration:none;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    background-color: black;
}

.menu a:hover {
    background-color:rgb(247, 190, 6);
}


p {
    color:black;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}


h1 {
    color:rgb(122, 114, 114);
    font-size: 50px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: rgb(247, 190, 6);
    text-decoration-style: solid;
    text-decoration-thickness: 7px;
    text-underline-offset: 25px;
}

h2 {
    color:#526887;
    font-size: 20px;
    border: 7px solid rgb(247, 190, 6); 
    padding: 0px;
    background-color: rgb(247, 190, 6);
}

h3 {
    color:rgb(253, 252, 252);
    font-size: 50px;
    text-decoration: underline;
    text-decoration-color: rgb(247, 190, 6);
    text-decoration-style: solid;
    text-decoration-thickness: 7px;
    text-underline-offset: 25px;
    background-color: black;
    margin-left: auto;
}

h4 {
    color:antiquewhite;
    font-size: 16px;
}

* {
    margin:0;
}

.bloc {
    position: relative;
    height: 65vh;
    width: 100%;
    overflow: hidden;
}

.bloc video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -100;
}

h5 {
    color: rgb(180, 51, 28);
    font-size: 40px;
    font-weight: bold;
    margin-top: 1cm;
    margin-bottom: 0cm;
    text-align: center;
    border:  1px solid rgb(0, 0, 0);
    background-color: black;
}

h6 {
    color: antiquewhite;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    text-decoration: double;
    text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
    margin-top: 1%;
}



#col {
    column-count: auto;
    column-gap: 5%;
    margin-left: 50px;
    margin-right: 30px;
    padding:5px;
    column-width: 250px;
}



#tableauproduit {
    column-count: auto;
    column-gap: 20px;
    margin: auto;
    text-align: center;
}


.apropos {
    display: block;
    margin: auto;
    overflow: hidden;
    object-fit: contain;
}


th {
    border: 0px;
    padding: 10px; 
    color:gray;
    font-family: 'Roboto', sans-serif;
} 



hr {
    width: 2000px;
}

iframe {
   margin-left: 5%;
   float: left;
}

#sitespartenaires {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 11px;
    background-color: aliceblue;
    padding: 10px;
}

.retour {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 13px;
}

#titre {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 20px;
    margin-top:5em;
}

#soustitre {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 15px;
}

.degressifs {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 15px;
    background-color: yellow;
}

.grille {
    margin-left: 10vw;
    max-width: 80vw;
}

.asterix {
    font: size 12px;
    font-style: italic;
}

.asterix2 {
    font: size 14px;
    text-justify: center;
}



footer {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(28, 28, 87);
    text-align: center;
    background-color: rgb(199, 193, 193);
    height: 130px;
    padding: 10px;
}