@import url('mobile.css');

@import url('ecran.css');

@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/NexaBold/NexaBold.eot?#iefix') format('embedded-opentype'), url('NexaBold.eot') format('opentype'),
        url('../fonts/NexaBold/NexaBold.woff') format('woff'), url('../fonts//NexaBold.ttf') format('truetype'), url('../fonts/NexaBold/NexaBold.svg#NexaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/NexaLight/NexaLight.eot?#iefix') format('embedded-opentype'), url('NexaLight.eot') format('opentype'),
        url('../fonts/NexaLight/NexaLight.woff') format('woff'), url('../fonts/NexaLight.ttf') format('truetype'), url('../fonts/NexaLight/NexaLight.svg#NexaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdamCG';
    src: url('../fonts/ADAM.CG PRO.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/*-------------------------GÉNÉRALITÉ--------------------------*/
* {
    box-sizing: border-box;
}

button:focus {
    outline: none;
    text-decoration: none;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100% !important;
}

.gras {
    font-weight: bold;
}

html {
    overflow-x: hidden;
}

/*---------------------------SCROLL BAR--------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #019AE1;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #058AD1;
}
::-webkit-scrollbar-thumb:active {
  background: #058AD1;
}
::-webkit-scrollbar-track {
  background: #EBECEE;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #CCD7DD;
}
::-webkit-scrollbar-track:active {
  background: #CCD7DD;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*-------------------------FOOTER--------------------------*/
footer {
    background-color: #2d4761;
    color: #F2F2F2;
    font-size: 13px;
    text-align: justify;
    padding-top: 60px;
}

footer h3 {
    font-size: 16px;
    color: #b3b3b3;
}

footer ul {
    list-style: none;
    padding: 0;
}

.contact p:last-of-type {
    font-size: 12px;
}

footer .mentions p {
    margin: 0;
    color: rgba(211, 211, 211, 0.5);
}

footer li a, footer li a:hover {
    text-decoration: none;
    color: #F2F2F2;
}

/*--------------------------------NAV--------------------------------*/
.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    top: -2px;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #e65100;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*------------------------------HEADER-------------------------------*/
.ecran-accueil {
    background: url('../images/fond_accueil_2_2.jpg') no-repeat center;
    background-size: 100% 100%;
}

.ecran-ascend {
    background: url('../images/realisations/ascend.png') no-repeat center;
    background-size: 100% 100%;
}

.ecran-liyok {
    background: url('../images/realisations/liyok.png') no-repeat center;
    background-size: 100% 100%;
}

.darkover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
}

h1 {
    margin: 0;
    font-family: 'AdamCG';
    color: #E6E6E6;
}

.bouton-entrer {
    color: #E6E6E6;
}

.bouton-entrer i:active {
    text-decoration: none;
    color: #E6E6E6;
}

.chargement {
    background-color: #FEFEFE;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
}

.spinner-1:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  border: 3px solid lightgray;
  border-top-color: coral;
  animation: spinner 0.7s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*-----------------------REALISATION - portfolio.html-------------------*/

.container {
    padding-top: 12vh;
}

.gallery-title {
    font-size: 36px;
    color: #007bff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 1.5vw;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-align: center;
    color: #007bff;
    margin-bottom: 30px;

}

.filter-button:hover {
    font-size: 1.5vw;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #007bff;

}

.btn-default:active .filter-button:active {
    background-color: #007bff;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}
