.plusOptionPourTéléphonne{
    position: absolute;
    top:10px;
    right:10px;
    border: solid;
    border-color: #782d2d00;
    background-color: #ffffffb3;
    width: 50px;
    height: 50px;
    z-index: 101;
}
.plusOptionPourTéléphonneA1{
    position:absolute;
    top: 0px;
    right: 0px;
    border: solid;
    border-color: #000000;
    width: 50px;
    z-index: 0;
}
.plusOptionPourTéléphonneB1 {
    position: absolute;
    top: 40%;
    right: 0px;
    border: solid;
    border-color: #000000;
    width: 50px;
    z-index: 0;
}
.plusOptionPourTéléphonneC1 {
    position: absolute;
    top: 80%;
    right: 0px;
    border: solid;
    border-color: #000000;
    width: 50px;
    z-index: 0;
}

.plusOptionPourTéléphonneA2 {
    position: absolute;
    top: 0px;
    right: 0px;
    border: solid;
    border-color: #000000;
    width: 50px;
    z-index: 0;
}

.plusOptionPourTéléphonneB2 {
    display: none;
}

.plusOptionPourTéléphonneC2 {
    position: absolute;
    right: 0px;
    /* position: absolute;
    top: 80%;
    right: 0px;
    border: solid;
    border-color: #000000;
    width: 50px;
    z-index: 0; */
    width: 36px;
    height: 36px;
    background-color: rgba(255, 20, 20, 0.923);
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 100%,
        0% 100%);
    padding: 10px;
}

header p{
    font-family: "Raleway Semi Bold";
}
header h1 {
    color: #949494;
    font-family: "Raleway LightItalic";
}
.conteneur h1 {
    margin: 0;
    color: #949494;
    font-family: "Raleway LightItalic";
}
.conteneurDuTitreEtTableau {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height:90px;
}

.positionnementTableau {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    height: 70%;
    text-align: center;
    font-size: 100%;
    border-radius: 8px;
    background-color: #e3dfdf;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: large;
    user-select: none;
    font-family: "Raleway ExtraBold";
}
.positionnementTableau td {
    width: 14.28%; /* 100/7 */
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box; 
    white-space: nowrap; 
}
th {
    border: 1px solid #ddd;
}
td:hover {
    cursor: pointer;
    background-color: #ffc5c5;
}

.réseaux{
    width: 30px;
    transition: 0.3s;
}
.réseaux:hover {
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.2);
}
.lesRéseaux {
    position: absolute;
    right:0px;
}

.positionnementTableauTéléphonne {
    position: absolute;
    top: 15px;
    left: 50%;
    text-align: center;
    font-size: xx-large;
    transform: translateX(-50%);
    width: 60%;
    height: 90px;
    z-index: 100;
}

.tableauxOuvertTéléphonne {
    position: absolute;
    top: 0px;
    left: 0%;
    border: solid;
    border-width: 0px;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 100;
}



/* Pour le bas de page : */
.Info-Plume{
    border: solid;
    border-width: 0;
    background-color: #ffc5c5;
    width: 100%;
    height: 100px;
}
.PropositionHistoire {
    border: solid;
    border-width: 0;
    background-color: #ff9898;
    width: 100%;
    height: 100px;
}
.basDePage {
    align-items: center !important;
    text-align: center !important;
    border: solid;
    border-width: 0;
    background-color: #ffc5c5;
    width: 100%;
    height: 100px;
}
body {
    margin: 0;
    padding: 0;
}

.menu-btn {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: #f2f2f200;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    z-index: 101;
}

.menu-btn span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: black;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.menu-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: translateY(-16px) rotate(-45deg);
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.bulle {
    background-color: rgb(230, 244, 244);
    border-radius: 50px;
    text-align: center;
    border: solid;
    border-top-left-radius: 50% 60px;
    border-top-right-radius: 50% 60px;
    border-bottom-left-radius: 50% 60px;
    border-bottom-right-radius: 50% 60px;
    border-width: 0;
}

h4{
    color:rgb(100, 100, 100);
    font-size: x-large;
    font-family: 'Raleway ExtraBold';
    word-spacing: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

/* ------------- */

footer {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: stretch;
    padding: 30px 20px;
    flex-wrap: wrap;
}

.footerDIV {
    border: solid 0px rgba(0, 0, 0, 0.12);
    min-height: 140px;
    width: 300px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
}

#footer-infoplume {
    position: relative;
    justify-content: center;
}

#footer-infoplume img {
    transform-origin: top center;
    display: block;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
}

#footer-infoplume button {
    background-color: #ffffff;
    color: #8B6755;
    font-size: 18px;
    border: 2px solid #8B6755;
}

#footer-infoplume button:hover {
    box-shadow: 0px 0px 3px black;
    font-size: 20px;
}

/* #footer-infoplume button {
    transition: 0.2s;
    width: 60%;
    height: 40px;
    border: 2px solid #8B6755;
    color: #8B6755;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
}

#footer-infoplume button:hover {
    width: 65%;
    background-color: #f7f7f7;
} */

#footer-copiraite {
    font-size: small;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#footer-copiraite p{
    text-align: center;
    margin: 0;
    margin-top: 6px;
    font-size: 0.85rem;
    line-height: 1.1;
}

.lesRéseauxFooter {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.lesRéseauxFooter .réseaux {
    width: 34px;
    height: 34px;
    object-fit: contain;
    cursor: pointer;
    display: block;
}

.noireEtBlanc {
    transition: 0.2s;
    filter: grayscale(100);
}

.noireEtBlanc:hover {
    transition: 0.2s;
    filter: grayscale(0);
}


.copierColler.is-animating {
    animation-name: ACliquer;
    animation-duration: 2s;
    /* Conserve l'état final de l'animation */
    animation-fill-mode: forwards;
}

@keyframes ACliquer {
    0%{
        transform: rotateZ(0deg);
    }
    50% {
        filter:
            invert(1)
            sepia(1)
            saturate(50)
            hue-rotate(330deg);
    }
    100%{
        filter:
            invert(0);
       transform: rotateZ(360deg);
    }
}
.menu-ouvert{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.texteSpéciale{
    font-family: "Raleway Semi Bold" !important;
    font-size: 20px!important;
    text-align: center!important;
    word-spacing: 0.3em!important;
    line-height: 1.5!important;
    margin-bottom: 1em!important;
}









/* ------------------------------------ */

:root{
  --la-marge : 20px;
}

#bandeauAceuil{
    box-sizing: border-box;
    margin-top:var(--la-marge);
    /* background-color:gray; */
    width: 100%;
    height:100px;
    display:flex;
    align-items:center;
    padding-left:var(--la-marge);
    padding-right:var(--la-marge);
}

#logo{
    height:100px;
    width:100px;
    aspect-ratio: 1/1;
    transition: 0.3s;
}

#logo:hover {
    transition: 0.3s;
    transform: rotateZ(-5deg);
}


/* #partie-logo{
  background-color:red;
} */

#partie-barre-right{
    position:relative;
    /* background-color:blue; */
    /* width:100%; */
    flex: 1;
    height:100%;
    margin-left:var(--la-marge);
}

#barre-partie-haut{
    position:absolute;
    top:0%;
    /* background-color:red; */
    width:100%;
    height:40%;
    display:flex;
    align-items:center;
}

#nav-bar{
    position:absolute;
    top:40%;
    /* background-color:green; */
    width:100%;
    height:60%;
    display:flex;
    align-items:center;
    justify-content: left;
}

@media (max-width: 600px) {    
    .conteneurDuTitreEtTableau{
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        text-align: right;
        margin: 0;
    }
}
@media (max-width: 800px) {  
    .positionnementTableau {
        display: none;
    }
    .lesRéseaux {
        display: none;
    }
    .tableauxOuvertTéléphonne {
        display: none;
    }
    #barre-partie-haut h1{
        top:0%;
        left: 0%;
        width:100%;
        height:100%;
        margin-right: 70px;/*50+20*/
    }
}

@media (min-width:800px) {
    .menu-btn {
        display: none !important;
    }
    .plusOptionPourTéléphonne{
        display: none !important;
    }
    .positionnementTableauTéléphonne{
        display: none !important;
    }
    .tableauxOuvertTéléphonne{
        display: none !important;
    }
}