@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Kalnia+Glaze:wght@100..700&family=Oswald:wght@200..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-style: initial;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    outline: none;
    list-style-type: none;
    background: transparent;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cont-foot {
    color: #fff;
}

:root {
    font-size: 14px;
    --blanc: white;
    --primary-color: #005082;
    --blanc: white;
    --noir: black;
    --orange: #FFA41B;
    --orange_t: #ffa41b63;
    --blanc_t: #ffffff65;
    --transparent: #01022191;

}

body,
html ,
.body{
    background-size: 100% 100%;
    margin: 0 auto;
    /* overflow: overlay; */
    scrollbar-width: thin;
    scrollbar-width: 0.5px;
    scroll-behavior: auto;
    scrollbar-gutter: unset;
    max-width: min(100%, 109rem);
    scrollbar-color: var(--primary-color) var(--blanc);
    overflow: auto;
    /* overflow-y: auto; */
    margin-top: 3.5rem;
    /* margin-top: 0; */
    background: var(--primary-color);
}

footer {
    background-color: var(--noir);
}
.footer {
    background: var(--noir);
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    gap: 2.51rem;
    align-items: top;
    justify-items: center;
    /* padding: 1rem 0; */
    justify-content: center;
    .title-foot {
        color: var(--orange);
        text-transform: uppercase;
    }

    &>* {
        width: 16rem;
        margin: 1rem;
    }
}

/*  */
main{
    display: flex;
    flex-wrap: wrap;
}
/* section index */
/*  */
.socials {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;

    &>* {
        width: 45px;
    }
}

#btn-back-to-top:hover {
    background-color: var(--orange_t);
    color: var(--blanc_t);
}

#btn-back-to-top {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 50%;
    border: 2px solid var(--primary-color);
    z-index: 10;
    right: 0rem;
    width: 50px;
    height: 50px;
    transition: 3s background-color;
    animation: 3s infinite bourder;

    &::after {
        content: "^";
        font-size: 5rem;
        transform: translateY(-2rem);
        left: 0;
        top: 2.75rem;
        position: absolute;
        line-height: 3rem;
        color: var(--blanc_t);
        font-weight: bold;
        width: 50px;
        width: 100%;
    }

}

@keyframes bourder {

    0%,
    39%,
    59%,
    79%,
    99% {
        top: 50%
    }

    19%,
    29%,
    49%,
    69%,
    89% {
        top: 51%;
    }

    43%,
    83% {
        box-shadow: 0 0 5px var(--blanc)
    }
}

svg,
.footer-bottom img,
#logo {
    transition: 0.7s scale ease-in-out;
}

.logo:hover,
#logo:hover {
    scale: 1.15;
}

header {
    width: 100%;
    background-color: var(--primary-color);
    height: 72px;
    position: fixed;
    transition: 0.9s;
    z-index: 10;
    top: 0;
    display: flex;
    justify-content: center;
    max-width: 110rem;
    background-color: var(--blanc);
}

header.sticky {
    margin: -72px 0;
}

#bar_nav {
    display: flex;
}

#logo {
    width: 98%;
    height: 98%;
    user-select: none;
}

#content {
    height: 100%;
    background-image: linear-gradient(90deg,  transparent, transparent);
}

#c_logo {
    float: left;
    height: 100%;
    width: 10rem;
    user-select: none;
    gap: none;
    padding: 0 0 0 20px;
    align-self: start;
}

#navigation {
    display: flex;
    user-select: none;
    float: right;
    align-items: center;
    justify-content: center;
    height: 5rem;
    gap: 1rem;
}

#bar_nav>a {
    text-decoration: none;
}

.span {
    display: flex;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    align-items: center;
    font-size: 1.2rem;
    height: 100%;
    font-weight: 800;
    font-family: 'EXO 2', sans-serif;
    text-transform: uppercase;

    &::after {
        content: "";
        bottom: -.25rem;
        width: 0%;
        border-bottom: .25rem solid var(--orange);
        border-radius: 100%;
        position: absolute;
        transition: 0.5s;
    }

}

.span:hover::after {
    width: 100%;
}

img,
header>* {
    user-select: none;
}

#ico_nav {
    display: none;
    width: 35px;
    border-radius: 10px;
    top: -.75rem;
    position: fixed;
    right: 0;
    z-index: 1;

    &>* {
        outline: none;
    }
}

.articles_sect {
    display: flex;
    justify-content: flex;
    padding: 2vmin 10vmin;
}
.img_response>img{
    width: 100%;
    height: 50rem;
}
.img_response{
    height: 50rem;
}
@media (max-width:991.5px) {
    #bar_nav {
        display: none;
    }

    #ico_nav {
        display: flex;
        transform: translate(-1.5rem, 1.5rem);

    }

    #ico_nav img {
        width: 50px;
        left: 0;
        border-radius: 10px;
    }
    .img_response>img{
        width: 100%;
        height: 20rem;
    }
    .img_response{
        height: 20rem;
    }
    .img_respons{
        height: 20rem;
    }
}

.card-img-top>* {
    scale: 1;
}

.baniere {
    height:35vh;
    width: 100%;
    background: url(../templates/fonts/baner.jpg) no-repeat 50% / cover;
    background-position: fixed;
    position: relative;
    filter: sepia(1%) brightness(1) contrast(1) saturate(1);
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 3rem;
    text-transform: capitalize;
    color: var(--blanc);

    &::after {
        content: "acdémiezzz du codeur";
        z-index: 0;
        border-radius: 10rem;
        margin-left: 2rem;
        font-size: 1rem;
        filter: blur(10rem);
        padding: .1rem 2rem;
        background: var(--orange);
        transition: .8s scale, 2s filter;
    }

    &:hover::after {
        content: "acdémie du codeur";
        z-index: 10;
        filter: blur(0px);
    }
}

.baniere>* {
    position: absolute;
}

/**/

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	width:100%;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.sous_titre{
    background-color: var(--orange);
}
.copyright{
    background: #010d2b;
    color: #636060;
    font-family: 'exo 2';
    
}