.page-header {
    border:0px solid #90cf78;
    margin: 0px;
    border: 0px;
    width: 100%;
    padding: 0px;
}
#header {
    background-image: url();
    background-size: cover;
    backdrop-filter: blur(3px);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    padding: 0px;
    background-color: white;
    width: 100% !important; 

} 
.container {
    margin: 0px;
    width:100vw !important;
    padding: 0px;
    border: unset;
    
}
.main-block-container {
    display: block;
    margin: auto;
    width: 75vw;
    max-width: 1200px;
    font-size: 1.3rem;
 }
.page-title{
    border: unset;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--palette-red) !important;
    background-color: rgba(0,0,0,0.2);
    font-family: "Roboto", sans-serif;
    text-align: center;
    min-height: 300px;
    font-size: 4em;
    border:0px;
    padding: 0px;
}



.alignementcontenu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    font-family: 'OpenSans', sans-serif !important; 
    font-weight: 600;
    color: black;
    text-align: justify;
    text-justify: inter-word;
  } 

  #h1-style{
    width: 95%;
    padding-top: 0em;
    padding-bottom: .3em;
    padding-right: 0px;
    text-align: left;
    display:inline-block ;
    font-size: 45px ;
    color: var(--palette-purple);
    overflow:auto;
    /* float: left; */
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;

    margin-left: 15px;
    margin-right: 0px;
    position:relative ;
    border-bottom: var(--palette-purple) 0.2rem solid;
    
}

 #boxContainer {
    border-radius: 1rem;
    margin-top: 4rem;
    margin-left: 10%;
    margin-right: 10%
    /* padding: 2rem; */
    /* -webkit-box-shadow: 0px 2px 46px -25px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 46px -25px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 46px -25px rgba(0, 0, 0, 0.75);
    background-color: white; */
 }

 #boxContainer1 {
    border-radius: 1rem;
    margin-top: 4rem;
    padding: 2rem;
    -webkit-box-shadow: 0px 2px 46px -25px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 46px -25px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 46px -25px rgba(0, 0, 0, 0.75);
    background-color: var(--palette-cherry);
 }



#p-p::before {
    content: "→ ";
  }

.paragraph {
    font-size:medium;

}




.tabbar {
    background-color: #d1bad6;
    border: unset;
    border-top: var(--palette-purple) 0.1rem solid;
    border-bottom: var(--palette-purple) 0.1rem solid;
}
.tab + .tab {
    border-left: solid 1px var(--palette-purple);
}
.tab {
    background-color: #d1bad6;
    color: black;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
}
.tab:hover {
    background-color: var(--palette-purple);
    color: white !important;
}
.tabtext {
    padding: 1rem;
    overflow-wrap: break-word;
}
