@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* CSS Document */


.Base {
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    width: 50%;
}
.Base button {
    width: auto;
    height: 30px;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
}
#ChangerB {
    background-color: #191919;
    color: #C3C3C3;
}


#galerie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    padding-left: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1500px;
}
#galerie img {
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    padding-left: 0px;
    transition: 0.15s;
    border-radius: 5px;
    border: 2px solid #FFFFFF22;
    -webkit-box-shadow: 0px 3px 19px #15151595;
	box-shadow: 0px 3px 19px #15151595;
    width: 100%;
}

#galerie img:hover{
    filter: grayscale(0);
    border: 2px solid #FFFFFF55;
    transform:scale(1.02); 
    -webkit-box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 12px 24px #15151545;
	box-shadow: 0px 12px 24px #15151545;
	cursor: pointer;
}
#mainDIV {
    width: 1000px;
    /* [disabled]background-color: #F3F3F3; */
    display: FLEX;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
#mainDIV a {
    background-color: #FFFFFF;
    width: 198px;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    display: block;
    margin-top: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 3px;
    text-align: center;
    border-radius: 7px;
    text-decoration: none;
    color: #3F3F3F;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: 12px;
    font-weight: bolder;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#mainDIV a:hover {
    background-color: #2362C1;
}
#secondDIV {
    width: 150px;
    background-color: #558458;
    display: block;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: auto;
}
#secondDIV a {
    width: 100%;
    display: block;
    /* [disabled]background-color: #B73537; */
    height: 25px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-top: 6px;
    color: #515151;
    text-decoration: none;
}
#secondDIV a:hover {
    color: #FFFFFF;
}
#constructo {
    /* [disabled]background-color: #DC1C1F; */
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: grid;
    grid-template-areas: 'item1 item1 item1 item1'
	'item2 item2 item3 item3';
    grid-gap: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 800px;
}

#constructo div{
    color: #FFFFFF;
    font-size: 15px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 25px;
    text-align: justify;
    border-radius: 5px;
}

.item1 {
    grid-area: item1;
    background-color: #B8B8B855;
    /* [disabled]line-height: normal; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0px;
}
.item2 {
    grid-area: item2;
    background-color: #A0282A55;
}
.item3 {
    grid-area: item3;
    background-color: #AE41B455;
}
#PasswordInput  {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    height: 25px;
    color: #FF0004;
    font-size: 29px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}
#inputHTML {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: thin dotted #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    width: 500px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    padding-top: 28px;
    background-color: #8E8E8E;
}
#Verify {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 500px;
    height: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #75BC3D;
}
.btnCL {
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 11px;
    border-radius: 30px;
    color: #2D2D2D;
    width: 237px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    padding-left: 20px;
    border: none;
    background-color: #FFFFFF;
}
.btnCL::before  {
    display: inline-block;
    width: 34px;
    margin-right: 5px;
    content: "";
    background-size: 32px auto;
    background-image: url(../IMAGES/Found_wsc_icone.png);
    background-repeat: no-repeat;
    height: 34px;
    position: absolute;
    left: 4px;
    border-radius: 29px;
    background-position: center center;
    /* [disabled]bottom: auto; */
    top: 3px;
	  }


.btnCL a {
    color: #2A2A2A;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    position: static;
    width: 25px;
    height: auto;
}
#AnimationCSS {
    aspect-ratio: 16/9;
    width: 50%;
    height: auto;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center 0%;
    position: relative;
    object-fit: cover;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	animation-name: AnimaCSS;
	animation-duration: 10s;
	animation-delay: -1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;	
	background-image: url("../CSS ANIMA/CSS_ANIMA_1.jpg");
	
	
}

@keyframes AnimaCSS {
	0%  {background-image: url("../CSS ANIMA/CSS_ANIMA_3.jpg")}
	25% {background-image: url("../CSS ANIMA/CSS_ANIMA_1.jpg")}
	50% {background-image: url("../CSS ANIMA/CSS_ANIMA_2.jpg")}
	75% {background-image: url("../CSS ANIMA/CSS_ANIMA_3.jpg")}
	100% {background-image: url("../CSS ANIMA/CSS_ANIMA_1.jpg")}
	
	
}



#AnimationCSS img {
    background-size: cover;
    background-origin: border-box;
    width: 100%;
    opacity: 1;
}
