*{
    margin: 0;
    padding: 0;
    font-family: century Gothic;
}
.arround  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
}
ul, li {
    display: flex;
}
a {
    padding: 5px 20px;
    text-decoration: none;
    color: #06455e;
    display: block;
}
li a:hover {
    background-color: #06455e;
    color: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
}
.menu {
    width: 20px;
    height: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
}
span {
    height: 2px;
    border-radius: 8px;
    background-color: black;
}
#gaby {
    font-family: vivaldi;
    font-size: 2.30rem;
    animation: gabyy 1s linear infinite;
}
@keyframes gabyy {
    100% {
        transform: scale(1.2);
    }
}

#backgroundimage {
    background-image: url(images/cover.jpg);
    min-height: 80vh;
    background-size: cover;
    border-bottom-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
    background-position: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.img-texte {
    margin-top: 15px;
}
.item-image {
    color: #fff;
    text-align: center;
}
.item-image h1 {
    margin: 10px;
}
#btn-cm , #btn-exp {
   margin: 15px 5px;
}
#btn-cm {
    border: .50px solid #fff;
    background-color: transparent;
    height: 40px;
    border-radius: 1rem;
}
#btn-exp {
    background:none;
    height: 40px;
    border: none;
}
#btn-cm a, #btn-exp a {
    color: #fff;
}
#btn-cm:hover {
    box-shadow: 0 1px 5px #fff;
}
#btn-exp:hover {
    box-shadow: 0 1px 5px rgb(5, 97, 40);
    border-radius: .80rem;
}
.img-texte {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
}
.item-texte {
    width: 500px;
}
#rounded {
    border-radius: 2rem;
}
#Exp1 {
    margin-top: 15px;
    background: transparent;
    border-radius: .80rem;
}
.container-bande {
    display: flex;
    position: relative;
    bottom: 10rem;
    right: 5rem;
}
.bande {
    width: 150px;
    height: 95px;
    background-color: #06455e;

}
.bande:hover {
    display: none;
}
.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
}
.images {
    display: grid;
    grid-template-areas: "img-img1" "img-img2" "img-img3";
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.images img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}
#ani:hover {
    animation: grand 1s linear;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
@keyframes grand {
    100% {
        transform: scale(1.1);
    }
}
.foote-bande {
    background: #2d3a5a;
    min-height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.item-foote-bande {
    text-align: center;
    color: #fff;
}
#img-profile {
    border-radius: 80%;
    border: 1px solid;
    margin: 20px;
}
.item-foote-bande h3 {
    padding: 20px 0 20px 0;
}

footer {
    background: #000;
    color: #fff;
    min-height: 10rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    gap: 20px;
}
#facebook {
    width: 30px;
}
.icones {
    display: flex;
}
.item-pied {
    line-height: 30px;
}
#soumettre {
    width: 200px;
    height: 30px;
    background: transparent;
    border: none;
    color: #fff;
    padding: 8px;
    color: rgb(255, 208, 0);
    font-weight: bold;
    border-bottom: 1px solid #fff;
    outline: none;
}
#btn-demande {
    height: 40px;
    color: #06455e;
    font-weight: bold;
    cursor: pointer;
    width: 100px;
}
#facebook:hover {
    box-shadow: 0 0px 10px #fca400;
    border: #fca400;
    border-radius: .50rem;
}
#message {
    color: yellow;
}
#message:hover {
    color: #fca400;
    font-weight: bold;
    animation: tourne 1s ease-in;
}
/*Page Design*/

.text-eblussant {
    margin-left: 6rem;
    padding: 30px;
}
#btp-01 {
    border-radius: 2rem;
    margin: auto;
    max-width: 100%;
}
.container-c {
    text-align: center;
    margin: auto;
    padding: 15px;
}
.img-design-gr {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.container-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: auto;
    width: 98%;
    gap: 10px;
}
.text-c {
    margin: auto;
    padding: 20px;
    text-align: center;
}
#btp-img-01 {
   width: 100%;
   border-radius: 2rem;
}

#btp-img-02 {
    width: 100%;
    border-radius: 2rem;
}
@keyframes tourne {
    50% {
        transform: translateY(-5px);
    }
}
#img {
    border-radius: 2rem;
}

/*Ajoutez Précédement*/
.bande-beige {
    min-height: 30vh;
    background: bisque;
}
.item-bande-beige {
    text-align: center;
    padding: 20px;
    line-height: 30px;
}
.container-beige {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    padding: 10px;
    align-items: center;
}
#bimg {
    border-radius: 1rem;
}
.texting-right {
    line-height: 30px;
}
/* Page de formation*/

.item-zIndex {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.container-img-zindex {
    display: grid;
    grid-template-columns: 2fr 2fr;
    min-height: 50vh;
    gap: 10px;
    width: 98%;
    margin: auto;
    padding: 20px;
}
#im-f-1, #im-f-2 {
    width: 100%;
    border-radius: 1rem;
}
.box-1 {
    width: 450px;
    height: 100px;
    background-color: #fff;
    z-index: 1;
    margin: auto;
    position: relative;
    top: 25rem;
    padding: 10px;
    text-align: center;
    line-height: 25px;
    border-radius: 8px;
}
.box-1:hover {
    width: 350px;
    height: 100px;
    background-color: #001d30;
    z-index: 1;
    margin: auto;
    position: relative;
    top: 25rem;
    padding: 5px;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    animation: zoum 1s ease;
    color: #fff;
}
#im-f-2:hover {
    animation: zoum 1s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
#im-f-1:hover {
    animation: zoum 1s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
@keyframes zoum {
    50% {
        transform: translateY(-10px);
    }
}
.container-lart {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 20px;
}
code {
    color: grey;
}
/*Page contact*/

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin: auto;
    padding: 10px;
    gap: 10px;
}
.box-contact-1, h1, h4, p {
    padding: 5px 20px 5px 5px;
}
#e {
    width: 100%;
    height: 40px;
    border-radius: .50rem;
    border: .1px solid gray;
    margin: 5px;
    padding-left: 5px;
    color: #188a34;
    font-size: 15px;
    outline: none;
}
.formulaire {
    margin: auto;
    padding: 40px;
    width: 300px;
}
#v {
    width: 100%;
    height: 40px;
    margin: 5px 0 0 10px;
    background: transparent;
    border: 0.1px solid black;
    border-radius: 1rem;
}
#v:hover {
    background: #001d30;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
#v a:hover {
    color: #fff;
    font-weight: bold;
}
#h {
    margin: 10px;
}
.text-cm {
    width: 50%;
    margin: auto;
    text-align: center;
}
.grid-flyer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 95%;
    margin: auto;
    gap: 10px;
    padding: 10px;
}
#fly {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
#fly:hover {
    box-shadow: 0 4px 10px rgb(0,0,0,0.5);
    animation: zoom 1s ease-in-out;
}
@keyframes zoom {
    100% {
        transform: scale(1.1);
    }
}



/*Media Querries de 786px*/

@media screen and (max-width: 786px) {
    .arround {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto;
    }
    a {
        padding: 5px 10px;
        text-decoration: none;
        color: #06455e;
        display: block;
    }
    .menu {
        display: none;
    }
    .background-image {
        background-image: url(images/cover.jpg);
        min-height: 50vh;
        background-size: cover;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        background-position: center;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .img-texte {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 2rem;
    }
    #rounded {
        width: 300px;
    }
    .bande {
        width: 100px;
        height: 60px;
        background-color: #06455e;
    }
    .bande h1 {
        font-size: 18px;
    }
    .bande p {
        font-size: 10px;
    }
    .container-bande {
        display: flex;
        position: relative;
        bottom: 5rem;
        right: 5rem;
        left: 1rem;
    }
    .item-texte {
        width: 300px;
        margin: 10px;
    }
    .container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .foote-bande {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px;
    }
    footer {
        background: #000;
        color: #fff;
        min-height: 10rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 3px;
    }
    #bimg {
        border-radius: 1rem;
        width: 100%;
    }
    /*page Design*/
    .text-eblussant {
        text-align: center;
        padding: 10px;
        margin: auto;
    }
    .img-design-gr {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin: 20px;
    }
    #btp-01 {
        border-radius: 2rem;
        width: 400px;
        padding: 10px 5px 10px 5px;
    }
    .item-zIndex {
        width: 90%;
        margin: auto;
        text-align: center;
        padding: 20px;
    }
    .container-img-zindex {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    .box-1 {
        width: 80%;
        height: 80px;
        background-color: #fff;
        z-index: 1;
        margin: auto;
        position: relative;
        top: 15rem;
        padding: 10px;
        text-align: center;
        border-radius: 8px;
        font-size: xx-small;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .container-lart {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: auto;
        align-items: center;
        width: 90%;
    }
    .item-lart {
        width: 100%;
    }
    #img-lrt {
        width: 100%;
    }
    .contact-grid {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .formulaire {
        padding: 0;
    }
    
}

/* Pour les ipad de 1024*/
@media screen and (max-width:1024px) {
    .img-texte {
        display: flex;
        justify-content: space-around;
        margin: 0 20px 0 20px;
    }
}