/*------------------------------------*\
    POLICY,LEGALS & 404
\*------------------------------------*/
#banner {
    position: relative;
}

#banner .imgPrez2 img {
    height: 676px;
    object-fit: cover;
}

#policy {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
    padding-top: 6rem;
}

#policy > .row > .bloc-1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 5rem;
}

#policy ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    padding-left: 18px;
    row-gap: .3rem;
}

#policy ul>li {
    list-style-type: disc;
}

.ita {
    font-style: italic;
}

#policy {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#policy h2,
#policy h3,
#policy h4 {
    text-transform: uppercase;
}

#policy h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 2rem;
}

#policy h3 {
    font-size: 18px;
    font-weight: 400;
    color: #AF01A8;
}

#policy h4 {
    font-size: 16px;
    font-weight: 300;
}

#policy p {
    margin: 1rem 0;
    font-size: 16px;
}

#policy a {
    color: #AF01A8;
}

.battle div {
    font-size: 16px
}

.thead,
.tbody {
    display: flex;
}

#p404 {
    position: relative;
}

#p404 .bloc-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: inherit;
    letter-spacing: 3.2px;
    align-items: center;
    min-width: 300px;
}

.bloc-404 .bloc-2 {
    padding: 3%;
}

.img404 img {
    width: initial;
    margin: auto;
}

.bloc-404 h1 {
    border-bottom: 1px solid AF01A8;
    padding-bottom: 1rem;
    font-weight: 300;
    font-size: 55px;
}

#p404 .bloc-404 p {
    font-size: 16px;
}

#p404 h1,
#p404 strong {
    color: #AF01A8;
}

.error404 footer.container {
    margin-top: 0;
}

#p404 .bloc-1>p:nth-child(1) {
    font-size: 42px !important;
    color: #AF01A8;
    margin-bottom: 30px;
}

#p404 .container {
    width: 100% !important;
    height: 40vw !important;
}

#p404 .row {
    width: 100% !important;
    height: 100% !important;
}

#p404 .bloc-1 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

#p404 #searchform {
    margin-top: 10px;
    align-items: stretch;
}

#p404 #searchform .search-field {
    border-radius: 40px 0 0 40px;
    border: 2px solid #AF01A8;
    border-right: none;
    padding: 10px 20px;
    margin: 0 !important;
}

#p404 #searchform .put {
    margin: 0;
}

#p404 #searchform .enter {
    background-color: #AF01A8;
    color: #FFFFFF;
    padding: 10px 20px;
    border: 2px solid #AF01A8;
    border-left: none;
    border-radius: 0 40px 40px 0;
    height: 100%;
}

#p404 strong {
    color: #AF01A8;
}

#p404 {
    width: 100%;
    max-width: unset;
    margin: 0;
}

#policy tbody {
    font: normal normal 500 14px/18px Poppins;
    justify-content: center;
    padding: 1.5rem 0;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    background: #EEEEEE;
}

#policy tbody tr:first-of-type {
    background: rgb(175, 175, 175);
}

#policy tbody tr:not(:last-of-type) {
    border-bottom: 1px solid rgb(175, 175, 175);
}

#policy tbody td,
#policy tbody th {
    text-align: center;
    padding: 2rem;
}

#policy th {
    background: rgb(175, 175, 175);
}


@media screen and (max-width: 680px) {
    #p404 h1 {
        font-size: 40px;
    }
}
