html{
    width: "-webkit-fill-available";
}
    
    
    
    body{
    font-family:"poppins",Verdana;
    margin: 0;
    background: #dddddd;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.container{
    width: 100%;
    padding: 0% 2%;
    box-sizing: border-box;
}

.container.main-container {
    z-index: 1340;
}

#page {
    position: absolute;
    display: flex;
}


.menu .back .item{
    display: none;
}

#RRC-header-bg{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 390px;
    max-width: calc(100% + 20%);
    background: rgb(0, 38, 255) url("img/france.jpg") no-repeat center/100% auto;
}

#RRC-header{
    position: relative;
    z-index: 2000;
    height: 350px;
    display: flex;
    flex-direction: column;
}

.header-nav{
    padding: 1.5%;
}

.RCC-nav-items{
    display: flex;
    align-items: center;
}

.RRC-nav-items .items--1{
    margin-right: auto;
}


.header-nav .item {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 60px;
}

.header-nav .item:after{
    content: "";
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    border-radius: 50px;
}

.header-nav .item:focus,
.header-nav .item:hover{
    color: white;
}

.header-nav .item.active{
    color: rgb(255, 51, 0);
}

.header-nav .item.active:after{
    width: 75%;
    height: 3px;
    background: chartreuse;
}

.header-logo{
    position: absolute;
    left: 0;
    right: 25%;
    top: 20%;
    margin: 0 auto ;
    width: 50%;
    height: 100%;
    max-width: 90%;
    background: url("img/logo\ .png")no-repeat right/50% auto;
}

.header-controls .r-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box{
    height: 42px;
}

.box.social{
    font-size: 0;
}

.box.social a {
    background: rgba(150, 150, 150, 0.1);
    border-radius: 6px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    color: rgb(17, 14, 14);
    margin-right: 15px;
}

.box.social a i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box.social a i.mdi-google{
    font-size: 24px;
}

.box.social a i.mdi-youtube{
    top: 1px;
    font-size: 24px;
}

.box.social a:focus,
.box.social a:hover{
    color: rgb(0, 0, 255);
    background: white;
}

a.item span{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

stan.mdi-open-in-new {
    transform: translate(70px) translate(1px);
}

#full-size {
    width:"-webkit_fill-available";
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.boite-accueil {
    background: white;
    border-radius: 50px;
    text-align: center;
    width: 80vw;
    padding: 10%;
    margin-bottom: 0;
}

.update-title{
    font-weight: 600;
    font-size: 20px;
    color: rgb(50,50,50);
    text-align: center;
}

.update-date {
    font-size: 16px;
    font-weight: 200;
    color: rgba(50,50,50,0.5);
    text-align: center;
    padding: 0% 3%;
}

.motif{
    border-top: 1px solid rgb(50,50,50);
    text-align: center;
    font-size: 14px;
    color: rgb(100,100,100);
    padding: 1% 3%;
}

.contenues {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.prev,
.next {
    width: 2vw;
    text-align: center;
    color: white;
    font-size: 3vh;
    padding: 1vh 0;
    font-weight: 600;
    cursor: pointer;
}

.prev {
    background: linear-gradient(to left,black,white);
}

.next {
    background: linear-gradient(to right,black,white);
}

.slideraccueil {
    width: 70vw;
    height: 100%;
    border-radius: 5px;
    padding: 0.3vw 0.3vw 0;
    border: 2px solid rgb(150,150,150);
    box-shadow: 1px 1px 12px #555;
    margin: 10px -6px;
}

.slideraccueil img{
    display: none;
}

.slideraccueil iframe {
    display: none;
}

.slideraccueil img.displayed {
    width: 69.4vw;
    display: inline;
}

.slideraccueil img.displayed {
    width: 69.4vw;
    height: 20;
    display: inline;
}


#RRC-footer{
    margin-top: 1500px;
}

#RRC-footer .r-body-inner {
    padding: 50px 20px 40px;
}

.footer-main {
    background: gray;
}

.footer-main h3{
    color: white;
}

.footer-main p {
    display: block;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    color: rgb(69, 31, 206);
}

.main-block {
    padding: 0% 5% 15px;
    flex: calc(33,3333% - 10%);
}

.main-block h3{
    font-weight: bold;  
    font-size: 18px;
    margin: 0 0 30px;
    position: relative;
}

.main-block h3::after{
    content: "";
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    border-radius: 5px;
    width: 50px;
    height: 3px;
    background: darkgray;
}



.footer-copyright {
    background: rgb(71, 67, 67);
    line-height: 10px;
}

.footer-copyright .r-body-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright-text {
    position: relative;
    color: darkgray;
}

.copyright-text b{
    margin-left: 60px;
}

.copyright-text b,
.copyright-text small{
    font-size: 14px;
}

.copyright-text small:before{
    content: "-";
    margin: 0 5px 0 7px;
    display: inline-block;
}

.boite-Definitions {
    background: white;
    border-radius: 50px;
    text-align: center;
    width: 80vw;
    padding: 10%;
    margin-bottom: 100%;
}

#full-size2 {
    width:"-webkit_fill-available";
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.motif2{
    border-top: 1px solid rgb(50,50,50);
    text-align: left;
    font-size: 14px;
    color: rgb(100,100,100);
    padding: 1% 3%;
}