body{
    margin:0px;
    padding: 0px;
    font-family: calibri;
}
.savoir{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 3em;
    /* background-color: red; */
}

.bouton{
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ee6cbc;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 1em;
    zoom: 1.1;
    transition: all 0.3s;
    margin-right: : 200em: 
    translate:(-50%,-50%);



}

.bouton:hover{
    box-shadow: 0px -1px 35px 11px rgba(174,133,254,0.4);
    -webkit-box-shadow: 0px -1px 35px 11px rgba(174,133,254,0.4);
    -moz-box-shadow: 0px -1px 35px 11px rgba(174,133,254,0.4);
}

/* MENU */

.logo img{
    height: 150px;

}

nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 30px;
    background-color:#ffffff;
    box-shadow: 50px 50px 20px rgba(90,118,253,0.13);
    z-index: 1;
    width: 100%;

    box-shadow: 1px 1px 1px rgb(156, 156, 156);
}

nav ul{
    display: flex;
}

nav ul li a{
    height:40px;
    line-height: 43px;
    margin: 8px;
    padding: 0px 22px;
    display: flex;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    color:#ee6cbc;
    letter-spacing: 2px;
    font-family:fantasy;
}

nav ul li a:hover{
    background-color: #ee6cbc;
    color:#fff;
    box-shadow: 5px 10px 30px rgba(90,118,253,0.5);
    transition: all ease 0.2s;
}

nav .menu-btn{
    display: none;
}


@media(max-width:1100px){
    nav{
        justify-content: space-between;
        height: 65px;
    }
    .menu{
        display: none;
        position: absolute;
        top: 65px;
        left: 0px;
        background-color: #fff;
        border-bottom: 1px solid rgba(38,38,38,0.03);
        width:100%;
    }
    .menu li{
        width:100%;
    }
    nav .menu li a{
        width:100%;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin:0px;
        padding: 25px;
        border:1px solid rgba(38,38,38,0.03);
    }
    nav .menu-icon{
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }
    nav .menu-icon .nav-icon{
        background-color: #333333;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width:18px;
    }
    nav .menu-icon .nav-icon:before,
    nav .menu-icon .nav-icon:after{
        background: #333333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out 0.2s;
        width:100%;
    }
    nav .menu-icon .nav-icon:before{
        top: 5px;
    }
    nav .menu-icon .nav-icon:after{
        top:-5px;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon{
        background: transparent;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
        transform: rotate(-45deg);
        top: 0;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
        transform: rotate(45deg);
        top: 0;
    }
    nav .menu-btn{
        display: none;
    }
    nav .menu-btn:checked ~ .menu{
        display: block;
    }
}

ul {

    list-style-type: none;
}

.logo {
    list-style-type: none;

}

#image {
    width: 3000;
    height:1200;

}

.logo img:hover{
    transform: rotateZ(5deg) ;

}

h1{
    background-color:#ee6cbc;
}

section{
    padding-top: 150px;
    margin: 20px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    
    
}

section div a{
    margin-right: auto;
    text-decoration:none;
}

#go{
  background-color: #ee5cbc;
  padding: 5px 20px;
  justify-content: center;
}

p{
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 25px;
}

.question {
    margin-bottom: 20px;
  }
.result {
    margin-top: 20px;
    font-weight: bold;
  }

html {
    background-color: #ffe4f6
}

