body {
    background-color: black;
    color: #f1e8cb;
    padding: 0;
    margin: 0 auto;
}

* {
    font-family: 'Roboto', sans-serif;
}

header {
    padding: 15px;
    height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: black;
    border-bottom: 1px solid #c79357;
}

nav li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    display: inline-block;
    justify-content: right;
    align-items: center ;
    width: 1080px;
}

nav {
    display: inline;
    text-align: right;
    justify-content: space-between;
    text-transform: uppercase;
    height: 100%;
}

nav a {
    text-decoration: none;
    color: #c79357;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

nav a:hover {
    background-color: #c79357;
    color: #693b30;
    text-decoration: none;
}

nav .current a {
    background: #FFDC8F;
    color: #693b30;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    overflow: visible;
}

h1 {
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    font-size: 50px;
    color: #D38178;
}

h2 {
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    color: #c79357;
}

main {
    padding: 15px;
    margin-bottom: 30px;
    width: 1080px;
    margin: 0 auto;
}

img {
    width: 100%;
    height: auto;
}

table {
    border: 1px solid #ffc946;
    margin-left: 15px;
    text-align: center;
}

td {
    border: 1px solid #ffc946;
    padding: 5px;
}

th {
    border: 1px solid #ffc946;
    padding: 5px;
}

tbody tr:hover {
    background-color: rgba(255, 201, 70, 0.25)!important;
    color: #f1e8cb;
}

/* Style DataTable flches */
table.dataTable thead > tr > th.sorting_asc::before {
    bottom: 50%;
    content: "▲";
    content: "▲"/"";
    color: red;
    margin-bottom: 1px;
}

table.dataTable thead > tr > th.sorting_desc::after {
    bottom: 50%;
    content: "▼";
    content: "▼"/"";
    color: red;
}

table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, 
table.dataTable thead > tr > th.sorting_asc_disabled::before, 
table.dataTable thead > tr > th.sorting_desc_disabled::before, 
table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, 
table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, 
table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting::before, 
table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, 
table.dataTable thead > tr > th.sorting_asc_disabled::before, 
table.dataTable thead > tr > th.sorting_desc_disabled::before, 
table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, 
table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, 
table.dataTable thead > tr > td.sorting_desc_disabled::before {
    margin-bottom: 1.25px;
}

table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, 
table.dataTable thead > tr > th.sorting_asc_disabled::after, 
table.dataTable thead > tr > th.sorting_desc_disabled::after, 
table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::after, 
table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled::after, 
table.dataTable thead > tr > td.sorting_desc_disabled::after table.dataTable thead > tr > th.sorting::after, 
table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, 
table.dataTable thead > tr > th.sorting_asc_disabled::after, 
table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::after, 
table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::after, 
table.dataTable thead > tr > td.sorting_asc_disabled::after, 
table.dataTable thead > tr > td.sorting_desc_disabled::after {
    margin-top: 1.25px;
}

/* Style DataTable boutons */
.dataTables_wrapper .dataTables_paginate .paginate_button.current >
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    border: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    border: 1px solid white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    margin: auto 5px;
    transition: all 0.15s ease-in;
    border-radius: 10px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 1px -1px 1px 0px rgba(255, 255, 255, 0.75);
    transition: all 0.15s ease-in-out;
    border-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    border: 1px solid #ffc946;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    margin: auto 5px;
    transition: all 0.15s ease-in;
    border-radius: 10px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    font-family: 'Roboto', sans-serif;
    background: black;
    background-color: black !important;
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 1px -1px 1px 0px rgba(255, 201, 70, 0.75);
    transition: all 0.15s ease-in-out;
    border-radius: 10px;
}

main img {
    width: 250px;
    height: 150px;
    border-radius: 1rem;
}

main p {
    text-align: left;
}

main a{
    text-decoration: none;
    color: #c79357;
    padding: 10px;
}

p {
    margin: 0px;
    font-size: 19px;
}

sup {
    font-size: 11px;
}

br {
    padding: 100px;
}

footer {
    align-items: baseline;
    background: black;
    border-top: 1px solid #c79357;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer p {
    font-size: 14px;
    text-align: center;
}

footer a {
    text-decoration: underline;
    color: #f1e8cb;
    font-size: 15px;
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

footer a:hover {
    text-decoration: none;
    color: #c79357;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

.container {
    position: relative;
    width: 100%;
    height: auto;
}

.text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: transparent;
    font-size: 190px;
    font-weight: bold;
    -webkit-text-stroke: 3px;
}

.text::before {
    content: "BRUNO\00A0MARS";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    overflow: hidden;
    color: whitesmoke;
    transition: 2s ease-in-out;
}

.text:hover::before {
    width: 100%;
    filter: drop-shadow(0 0 25px #ac554c);
}

.story {
    display: inline-flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}

.story img {
    width: 200px;
    height: 150px;
    border-radius: 5px;
}

.story p {
    font-size: 18px;
    padding: 20px;
    text-align: justify;
    font-weight: bold;
}

form {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #ffc946;
    padding: 50px;
    border-radius: 1rem;
    box-shadow: 0 0 5px 2px rgba(255, 201, 70, 0.75); 
    margin-bottom: 50px;
    background: black;
}

.pcontact {
    text-align: center;
    margin-bottom: 50px;
}

.point {
    color: #f8312f;
}

#en-tete {
    width: 300px;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#en-tete input {
    width: 135px;
    padding: 5px;
    border: 2px solid black;
    border-bottom: 2px solid #f8312f;
    background-color: transparent;
    color: white;
    transition: all 0.25s ease-in-out;
}

input {
    transition: all 0.25s ease-in-out;
}

input, textarea {
    margin: 5px 0;
    padding: 5px;
    width: 288.67px;
    border: 2px solid black;
    border-bottom: 2px solid #f8312f;
    background-color: transparent;
    color: white;
}

textarea {
    min-height: 30px;
    max-width: 288.67px;
}

#en-tete input:hover, input:hover, textarea:hover {
    border-bottom: 2px solid #D38178;
}

label {
    display: block;
    width: 100%;
}

input[type="submit"] {
    width: 300px;
    background-color: #c79357;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-bottom: 25px;
    margin-top: 25px;
}

input[type="submit"]:hover {
    border: 1px solid #c79357;
    font-size: 16px;
    padding: 15px, 35px;
}

.radio {
    margin: 15px 0;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio label {
    font-family: 'Roboto', sans-serif;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 2px solid #D38178;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 0.15s ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #f4f4f4;
    box-shadow: inset 0 0 0 5px #d38178;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #D38178;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #D38178;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

#bloc-radio ul {
    list-style: none;
    padding: 0;
}


.tiens {
    display: inline-flex;
    flex-direction: column;
    width: 300px;
    height: 250px;
}

.sous {
    text-align: center;
}

.btn {
    height: 50px;
    width: 50px;
    background: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px; 
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.btn:hover {
    box-shadow: 0 0 5px 2px rgba(255, 201, 70, 0.75);
}

.icone {
    width: 50px;
}

.alert {
    padding: 10px;
    background: rgba(255, 201, 70, 0.15);
    line-height: 1.8;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: 0 0 8px 1px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #ffc946;
}

.alert a {
    padding: 0;
}

.alertClose {
    width: 10px;
    float: right;
    padding: 7px;
}

.centrer {
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.centrer img {
    width: 300px;
    height: 300px;
    border-radius: 1rem;
    margin: 20px;
    object-fit: cover;
    transition: all 0.35s ease-in-out;
    filter: grayscale(1);
}

.centrer img:hover {
    transform: scale(1.1);
    filter: none;
    border-radius: 0.5rem;
    transition: all 0.35s ease-in-out;
    box-shadow: #f1e8cb 0px 0px 10px 0px;
}

.centre {
    width: 100%;
    text-align: center;
}

.centrer2 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex;
    justify-content: center;
    align-items: center;
}

.container2 {
    width: 350px;
    position: relative;
    margin: 100px 0;
}
  
.image-containerL, .image-containerR {
    width: 100%;
}

.image-containerL img, .image-containerR img{
    width: 100%;
    height: 500px;
    display: block;
    transition: transform 1s ease;
}

.overlayL h2, .overlayR h2 {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px;
}

.overlayL p, .overlayR p {
    display: flex;
    justify-content: center;
    color: #f1e8cb;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

.overlayL h3, .overlayR h3 {
    color: #FFDC8F;
    font-size: 18px;
    margin-bottom: 30px;
}

.overlayL {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    transition: left 1s ease, opacity 0.75s ease;
    opacity: 0; 
    pointer-events: none;
    align-items: center;
}

  
.image-containerL:hover .overlayL {
    left: 40%; 
    opacity: 1; 
    pointer-events: auto; /* Rendre le texte cliquable et survolable au survol */
}
  
.image-containerL:hover img {
    transform: translateX(-100%);
}
  
.image-containerL img {
    width: 100%;
    height: 500px;
    display: block;
    transition: transform 1s ease;
}

.overlayR {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    transition: right 1s ease, opacity 0.75s ease;
    opacity: 0; 
    pointer-events: none;
    align-items: center;
}

.image-containerR:hover .overlayR {
    right: 40%; 
    opacity: 1; 
    pointer-events: auto; /* Rendre le texte cliquable et survolable au survol */
}

.image-containerR:hover img {
    transform: translateX(100%);
}

.image-containerR img {
    width: 100%;
    height: 500px;
    display: block;
    transition: transform 1s ease;
}

.button {
    color: aliceblue;
    font-size: 1.25rem;
    text-decoration: none;
    transition: ease-in-out .2s;
    background-image: linear-gradient(227deg, #d38178 0%, #c79357 46%, #ffdc8f 100%);
    box-shadow: 0px -0px 0px 0px rgba(211, 129, 120, .25), 0px 0px 0px 0px rgba(255, 220, 143, .25);
    background-size: cover;
    background-position: center;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 15px;
    border: none;
}

.button a {
    text-decoration: none;
    color: aliceblue;
}

.button1, button{
    color: aliceblue;
    font-size: 1.25rem;
    text-decoration: none;
    transition: ease-in-out .2s;
    background-image: linear-gradient(227deg, #d38178 0%, #c79357 46%, #ffdc8f 100%);
    box-shadow: 0px -0px 0px 0px rgba(211, 129, 120, .25), 0px 0px 0px 0px rgba(255, 220, 143, .25);
    background-size: cover;
    background-position: center;
    padding: 12px 19px;
    border-radius: 10px;
    margin: 0 auto;
    border: none;
}

.button1 a {
    text-decoration: none;
    color: aliceblue;
}

.button:hover, .button1:hover, button:hover {
    transform: scale(0,-4px);
    box-shadow: 4px -4px 4px 0px rgba(211, 129, 120, .25);
}

#pdf {
    width: 100%;
    height: 225px;
    text-align: center;
    border: 1px solid #ffc946;
    border-radius: 1rem;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 2px rgba(255, 201, 70, 0.75); 
}

#pdf h2 {
    margin-bottom: 15px;
    padding: 0;
}

#pdf h3 {
    margin-bottom: 50px;
    padding: 0;
}

.info {
    font-size: 12px;
    color: #ffc946;
}

.ref {
    color: #ffc946;
    margin: 0;
}