/*
 * By: Tom PASCARD (Founder and ceo of Weeplom-BG)
 * For: La semaine de la solidarité (projet de classe)
 * Type: css-c-weepcode
 */


@import url('https://fonts.googleapis.com/css?family=ABeeZee|Poiret+One');


* {
    outline: none;
    -webkit-appearance:none;
    box-sizing: border-box;
    font-family: 'ABeeZee', sans-serif;
}
*::selection {
    background-color: #13384B;
    color: #e3e3e3;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
a:hover {
    text-decoration: underline;
}
body {
    padding: 0px;
    margin: 0px;
    background-color: white;
    overflow: hidden;
	
}

#page {
    overflow: auto;
    overflow-x: hidden;
    transition: 0.1s;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    height: 100vh;
    position: relative;

    background-color: rgba(0, 0, 0, 0.15);
}

html {
	background-color: #e6ecf0;
}


.home {
    height: 100%;
    height: 100vh;
    
    width: 100%;
    width: 100vw;


    background-color: #e3e3e3;
    background-image: url(assets/background.jpg);
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: center bottom;

}

.home_inner {
    width: 100%;
    width: 100vw;

    height: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1500px) {
    .home {
        background-size: 100% auto;
    }
}



.home_explorer {
    position:absolute;
    bottom:0;
    width: 100%;
    text-align: center;

}

.home_explorer button {
    cursor: pointer;
    background: none;
    border: none;
    color: lightgrey;
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    text-shadow: 0 0 20px black;
    font-family: 'Poiret One', cursive;
    transition: 0.6s;
}

.home_explorer button:hover {
    color: white;
}

.bc {
    width: 100%;
    padding: 15px;
    background-color: #352626;
    color: white;
    font-size: 24px;
    text-align: center;
}

.bc_txt {
    text-align: justify;
    width: 95%;
    max-width: 1000px;
    color: black;
    background-color: #e3e3e3;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block;

}

.bc_txt_end {
    border-radius: 0 0 10px 10px;
    margin-bottom: 100px;
}

.btn-visit {
    padding: 10px;
    margin: 10px;
    color: white;
    background-color: rgb(0, 150, 0);
    border-radius: 8px;
    transition: 0.3s;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

.btn-visit:hover {
    text-decoration: none;
    background-color: #e3e3e3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    color: #352626;
}


.youtube_resize {
    width: 100%;
    height: 0;
    padding-bottom: 56.24%;
    overflow: hidden;
    position: relative;
}

.article_youtube_inner {
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
}

.logo_app {
    position: absolute;
    width: 70px;
    margin-top: -90px;
    margin-left: 15px;
}

.home_content {
    width: 100%;
    width: 100vw;
    text-align: center;
    position: absolute;
}

.home_content_effective {
    text-align: center;
    width: 90%;
    max-width: 700px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;

    cursor: default;

    box-shadow: 0 0 3px 1px black;

    transition: background-color 0.1s;

}

.home_content_effective:hover {
   /* background-color: rgba(0, 0, 0, 0.6); */
}

.home_content_effective h1 {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Poiret One', cursive;
}

.home_content_effective h2 {
    color: white;
    font-family: 'Poiret One', cursive;
    font-size: 25px;
}

.home_content_effective p {
    color: white;
    font-size: 20px;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}

.home_content_effective ul li {
    text-align: left;
    color: white;
    font-size: 20px;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}

.inline-block {
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}


.content_projets_global {
    width: 100%;
    max-width: 1500px;
    background-color: white;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    /* display: inline-grid; */
}

.content_projets_projet {
    display: inline-table;
    width: 100%;
    max-width: 23%;
    padding: 10px;
    background-color: #e3e3e3;
    text-align: justify;
    margin-bottom: 5px;
    border: 1px solid transparent;
    transition: 0.1s;

    cursor: normal;

}

.content_projets_projet:hover {
    transform: scale(1.03);
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.inter_space {
    display: inline;
}

@media screen and (max-width: 1500px) {
    .content_projets_projet {
        max-width: 49%;
    }
}

@media screen and (max-width: 900px) {
    .content_projets_projet {
        max-width: 100%;
    }
}

.projet_img {
    width: 100%;
}


.footer {
    margin-top: 150px;
    width: 100%;
    padding: 10px;
    background-color: #352626;
    color: white;
    padding-bottom: 50px;
}

.footer_content {
    width: 100%;
    max-width: 1500px;
    text-align: left;
    font-size: 14px;
}