/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    margin-top: -30px;

}

a {
    color: #ffb727;
    text-decoration: none;
}

a:hover {
    color: #ffc85a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}



.timer {

    text-align: center;
    color: white;
    border: 2px solid white;
    padding: 5px;

}

id="hiden"

/*************************************/


.heado-box {
    color: #000;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.heado-box span {
    border: 3px solid white;
    display: inline-block;
    padding: 1em 1.5em;
    position: relative;
    color: #fff;
    background: #00A36C;
}

/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    transition: all 0.5s;
    height: 80px;
    background: rgba(25, 28, 31, 0.8);
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    height: 60px;
    background: rgba(25, 28, 31, 0.8);
}

/*********/


.navli {

   background-color:  #36036A;
  
    margin: 1px; 
    color: white; 

}



.li1 {

    letter-spacing: 1px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    transition: all 400ms; padding: 1px;
}

.navli:hover {
    background-color: darkgreen;
    color: white;

}

/***********************************************************************************/
.glow {
    font-size: 100px;
    color: #fff;
    text-align: center;
    animation: glow 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #36036A, 0 0 20px #36036A, 0 0 30px #36036A, 0 0 40px #36036A, 0 0 50px #36036A, 0 0 60px #36036A, 0 0 70px #36036A;
    }

    to {
        text-shadow: 0 0 20px #810CF9, 0 0 30px #810CF9, 0 0 40px #810CF9, 0 0 50px #810CF9, 0 0 60px #810CF9, 0 0 70px #810CF9, 0 0 80px #810CF9;
    }
}

/************************************************************************/

.glow1 {
    font-size: 80px;
    color: #fff;
    text-align: center;
    animation: glow1 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes glow1 {
    from {
        text-shadow: 0 0 20px #810CF9, 0 0 30px #810CF9, 0 0 40px #810CF9, 0 0 50px #810CF9, 0 0 60px #810CF9, 0 0 70px #810CF9, 0 0 80px #810CF9;
    }

    to {

        text-shadow: 0 0 10px #36036A, 0 0 20px #36036A, 0 0 30px #36036A, 0 0 40px #36036A, 0 0 50px #36036A, 0 0 60px #36036A, 0 0 70px #36036A;
    }
}


/********************************************************************/

.ImportantDates {

    font-size: 20px;
    padding: 20px;
    margin: 10px;
    border-radius: 3px;
    align-content: center;
    text-align: center;

    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);

    background: rgba(255, 255, 255, 0.675);
    text-shadow: green;

    border: 1px solid rgba(255, 255, 255, 0.125);

}

/*--------------------------------------------------------------
# Hero Section
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../imgs/4innovation.jpg") top;
    background-size: cover;
    position: relative;
    padding-top: 1000px;

}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0px;
    margin-top: 0px;

}

#hero h1 {
    /*margin: 0 0 10px 0;*/
    font-size: 40px;
    font-weight: 100;
    /*font-family: "Satisfy", serif;*/
    color: #fff;

    letter-spacing: 2px;
}

#hero h2 {
    color: #eee;
    margin-bottom: 1px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
}

#hero .btn-scroll {
    transition: 0.4s;
    color: rgba(255, 255, 255, 0.6);
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

#hero .btn-scroll i {
    font-size: 48px;
}

#hero .btn-scroll:hover {
    color: white;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 575px) {
    #hero h1 {
        font-size: 20px;
    }

    #hero h2 {
        text-align: center;
        font-size: 10px;
        /*margin-bottom: 10px;*/
    }
    
  
}

@keyframes up-down {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}


/************************************/


#Dates {
    width: 100%;
    background: url("../imgs/back/Dates.jpg") top;
    background-size: cover;
    position: relative;
}


#Correspondence {
    width: 100%;
    background: url("../imgs/back/01.gif") top;
    background-repeat: no-repeat;
     background-position: right top;
      background-size: contain;

    position: relative;
}

#Topics {
    width: 100%;
    background: url("../imgs/back/02.gif") bottom;
    background-repeat: no-repeat;
     background-position: left bottom;
      background-size: 300px;

    position: relative;
}

#Manifestation {
    width: 100%;
    background: url("../imgs/back/manif.jpg") top;
   
     background-size:cover;
      /*background-size: 300px;*/
        position: relative;
}

.inscription {


    letter-spacing: 3px;
}

/******************************************/

.footer1 {

    background-image: url("../imgs/footer.png");
    height: 600px;
    background-attachment: absolute;
    background-position: bottom, center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    padding: 0;

}


/**********************************/

.t {
    font-family: cursive;
    text-shadow: gray 0.3em 0.3em 0.3em;
}

.overlay {

    background: rgba(255, 255, 255, 0.675);
    color: black;
    text-shadow: green;

    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.overlay > h1 {

    /*color: deepskyblue;*/
    padding-bottom: 2%;

}


/***********************************/

/* Team Section - Home Page
------------------------------*/
.team {
    --color-background: #f4f4f4;
    --color-box-background-rgb: 0, 0, 0;
}

.team .member {
    position: relative;
}

.team .member .member-img {
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--color-box-background);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(var(--color-box-background-rgb), 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.team .member .member-img .social a {
    transition: 0.3s;
    color: var(--color-inverse);
    font-size: 20px;
    margin: 0 8px;
}

.team .member .member-img .social a:hover {
    color: var(--color-primary);
}

.team .member .member-info {
    margin-top: 30px;
}

.team .member .member-info h4 {
    color: var(--color-secondary);
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
}

.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    color: rgba(var(--color-default-rgb), 0.6);
    margin-bottom: 10px;
}

.team .member .member-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}
