body {
    margin: 0;
    background-color: #f7f7eb;
    /* background: linear-gradient(to left top,#444b67,#f7f7eb); */
    background-size: cover;
    font-family: 'Nanum Gothic', sans-serif;
    color: #141414;

}

h1 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Satisfy', cursive;

}


h2 {
    color: #42475a;
}

#gif {
    position: absolute;
    left: 17%;
    top: 7%;
    right: auto;
}

.conteneur {
    display: inline-block;
    flex-direction: row;
    margin-left: 10%;
    font-size: 2rem;
    line-height: 1.5;
}


.title {
    cursor: pointer;
    width: 50%;
    transition: ease-in-out 0.5s;
}

.title:hover {
    color: #42475a;
    font-weight: bold;
    margin-left: 4%;
    transition: ease-in-out 0.5s;
}
.title:hover img{
    opacity: 1;
    transition: ease-in-out 0.2s;

}
.curseur{
    max-width:max-content ;
    width: 6%;
    margin-right: 2%;
    display: inline-block;
    opacity: 0;
}
.conteneur a{
    margin-left: 4%;
    padding: 0.55%;
}
a {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #141414;
    background-color: #adadad;
    border-radius: 3px;
}
a:hover{
    background-color: #444b67;
    color: #ffffee;
    transition: ease 0.2s ;
    padding:0.7% ;
}

.sally {
    display: inline-block;
    width: 11vw;
}

.overlay1, .overlay2, .overlay3, .overlay4,.overlay5 {
    background-color: #adadad;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;

}

.display {
    display: none;
}

.line1, .line2 {
    width: 60%;
    margin: auto;
    position: absolute;
    border-bottom: 2px solid #000;
    margin-left: 16%;
}

.line2 {
    bottom: 10%;
}

.popup {
    position: relative;
    top: 6%;
    width: 50vw;
    height: 80vh;
    background-color: #E0E0D8;
    border-radius: 50px 0 50px 0;
    margin: auto;
    padding: 2%;
    text-align: center;
}
p{
    justify-content: justify;
}
button {
    display: inline-block;
    position: absolute;
    bottom: 3%;
    margin-left: -3%;
    font-size: 1rem;
    background-color: #adadad;
    border-radius: 3px;
    width: 10%;
    height: 4.5%;
    cursor: pointer;
}

form {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    border-style: solid 1px #444b67;
    border-radius: 50px 0 50px 0;
    height: 35%;
    padding: 3%;
    background-color: #adadad;
    color: #444b67;
    box-shadow: 0px 5px 14px 0px #444b67;
    text-align: center;
}

label {
    font-family: 'Satisfy', cursive;
    font-size: 1.2rem;
}

input[type="submit"] {
    margin: auto;
    margin-top: 2%;
    color: #141414;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: bold;
    background-color: #adadad;
    border-radius: 3px;
    width: 40%;
    height: 10%;
    cursor: pointer;
}
textarea {
    width: 100%;
    height: 50%;
    border-radius: 0 0 25px 0;
}

textarea,input {
    font-family: 'Courier New', Courier, monospace;
    background-color: #fffffb;
    color: #141414;
    font-weight: 700;
}

.iconeContact {
    width: 2%;

}

ul {
    display: flex;
    justify-content: space-around;

}

li {
    list-style: inside;
}

label {
    padding: 1%;
    font-weight: bold;
}

img {
    width: 8%;
}

.sallyNb {
    position: relative;
    padding: 0;
    bottom: -3vh;
    width: 30vw;
}

.conteneur2 {
    display: flex;
    justify-content: space-around;
}

.flexCompetence div {
    margin-bottom: 1%;
}

/*loading barre*/
.animation {
    width: 100%;
    height: 100%;
    background-color: #E0E0D8;
    position: absolute;
    z-index: 100;
    top: 0%;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.animation p {
    margin-top: 40vh;
    font-size: 2rem;
    font-weight: 900;
    color: #444b67;
    text-align: center;
    transition-duration: 0.5s;
}

.loader {
    width: 60vw;
    border: #141414 solid 5px;
    height: 5vh;
    border-radius: 10px;
    margin: auto;
    display: flex;
    transition-duration: 0.5s;
}

.loading {
    width: 10%;
    height: 80%;
    margin: 0.5%;
    border-radius: 5px;
    background-color: #444b67;
    display: none;
}


 /*Media quieries*/
@media (max-height: 500px) {
    .popup {
        position: relative;
        top: 6%;
        width: 70vw;
        height: 80vh;
        background-color: #E0E0D8;
        border-radius: 50px 0 50px 0;
        margin: auto;
        padding: 2%;
        text-align: center;
    }

    .sallyNb {
        width: 10vw;
    }
}

@media (max-width: 1000px) {
    .popup {
        position: relative;
        top: 6%;
        width: 70vw;
        height: 80vh;
        background-color: #E0E0D8;
        border-radius: 50px 0 50px 0;
        margin: auto;
        padding: 2%;
        text-align: center;
    }
   
}
@media (max-height: 1000px) {
   p,li{
       font-size: 0.9rem;
   }
}

