body {
}

.wrapper {
    text-align: center;
    max-width: 1920px;
}

/* ----------------- EFFETS ANIMATIONS -------------------- */

@keyframes top {
    from {
        transform: translateY(-150px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes nav {
    from {
        margin-right: -200px;
    }

    to {
        margin-right: 15px;
    }
}

@keyframes fadein {
    from {
        transform: scale(1.2);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        margin-left: -200px;
    }

    to {
        opacity: 1;
        margin-left: 0px;
    }
}


/* ----------------- HEADER -------------------- */

.header {
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    height: 150px;
    border-bottom: 2px solid black;
    z-index: 10;
}

.logo {
    position: relative;
    top: 28.3px;
    animation: top 1s;
    animation-timing-function: ease;
    width: 270px;
    transition-duration: 0.3s;
}

.logo:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

/* -------- NAV -------- */

.nav {
    position: absolute;
    top: 13%;
    padding: 0;
    margin: 0;
    animation: nav 1s;
    right: 4%;
    list-style: none;
    text-decoration: none;
    text-align: right;
    font-family: 'abel';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: rgb(255, 255, 255);
}

.nav li {
    margin: 0px 5px 14px 5px;
}

.nav a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: black;
}

.nav a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.menu-title:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav a:hover:after {
    width: 100%;
    left: 0;
}

.menu-title:hover:after {
    width: 20%;
    left: 0;
}

.top {
    border-top: 1px solid black;
    padding-top: 5px;
}

.bot {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

/* MENU DRAPEAUX LANGUES */

.hList {
    position: absolute;
    left: 20px;
    top: 58px;
    list-style: none;
}

.menu-flags {
    position: relative;
    cursor: pointer;
    transition-duration: 0.3s;
    animation: slidein 1s;
    animation-timing-function: ease;
    text-decoration: none;
    color: black;
}

.menu-flags:after{
    content: "\25BC";
    font-size: .7rem;
    line-height: 19px;
    display: block;
    color: rgba(0, 0, 0, 0.13);
}

.menu-flags:hover{
    transform: translateY(-37px);
}

.menu-dropdown {
    min-width: 100%;
    padding: 5px 0;
    position: absolute;
    z-index: 100;
    transition: 0.5s padding, 0.5s background;
}

.menu-dropdown li{
    padding-bottom: 5px;
}

.menu-dropdown > * {
    overflow: hidden;
    height: 33px;
    white-space: nowrap;
    transition: 0.3s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.menu-flags:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: rgba(25, 25, 25, 0);
    transition: 0.3s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
}

.menu-flags img {
    width: 28px;
    height: 28px;
    filter: brightness(105%);
}

#titre{
    margin-bottom: 40px;
    width: 700px;
    text-align: center;
    font-size: 2em;
    
}
/* -----------SOUS NAV CSS------------ 


.drop-down a {
    min-width: 90px;
}
.drop-down a:hover {
    color: #000000;
}

.drop-down-menu {
    display: block;

}

.menu-title {
    cursor: pointer;
    left: -15px;
}

.activate {
    display: none;
    cursor: pointer;
    opacity: 0;
}

.drop-down {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 5px;
}
.drop-down li{
    margin: 0;
    padding: 5px;
}
.drop-down a {
    color: #000000;
    text-decoration: none;
    text-transform: Capitalize;
}

.activate:checked ~ .drop-down {
    max-height: 200px;
}

.drop-down,
.footer_menu a,
.drop-down-menu {

    transition: all 0.3s;
} */


/* ------------------SOUS NAV JS --------------------*/

.menu-title {
    margin: 0px 0px 0px 110px;
}

.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
}

.dropdown .arrow-wrap {
    display: block;
    top: 0;
    right: 65px;
    overflow: hidden;
    height: 14px;
    width: 14px;
    position: absolute;
}

.dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 1em;
    color: #000000;
    top: 0;
    right: 0;
}

.dropdown .icon-arrow.open {
    transform: rotate(-180deg);
    transition: transform 0.6s;
    color: #000;
}

.dropdown .icon-arrow.close {
    transform: rotate(0deg);
    transition: transform 0.6s;
}

.dropdown .icon-arrow:before {
    content: '\25BC';
    font-family: sans-serif;
}

.dropdown .dropdown-menu {
    max-height: 0;
    top: 8px;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    font-weight: 100;
}

.dropdown .dropdown-menu a {
    display: block;
    position: relative;
    color: #000000;
}

.dropdown .show,
.dropdown .hide {
    transform-origin: 50% 0%;
    width: 100%;
}

.dropdown .show {
    height: 255px;
    display: block;
    max-height: 499px;
    transform: scaleY(1);
    animation: showAnimation .8s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.dropdown .hide {
    max-height: 0px;
    transform: scaleY(0);
    animation: hideAnimation 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

@keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {

        transform: scaleY(1);
    }

    60% {

        transform: scaleY(0.98);
    }

    80% {

        transform: scaleY(1.02);
    }

    100% {

        transform: scaleY(0);
    }
}


/* VIGNETTES UL ACCUEIL*/

.Gallerie {
    color: black;
    padding: 20px;
    top: 170px;
    position: relative;
    font-weight: 100;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 10px;
    width: 400px;
    margin: 0 auto;
    box-shadow: 0 38px 0 0 #fff inset, 0 40px 0 0 rgba(0, 0, 0, 0.14) inset;
}

.Gallerie span {
    background-color: #fff;
    padding: 0px 5px 0px 15px;
}

.caption-style-4 {
    top: 185px;
    margin: 0;
    text-align: center;
    position: relative;
    list-style-type: none;
    width: 100%;
}

.caption-style-4 li {
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    animation: fadein .6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}

.caption-style-4 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    transition: all 0.45s ease-in-out;
}

.caption-style-4 li:hover .caption {
    opacity: 1;
    animation-duration: 1s;
}

.caption-style-4 li:hover img {
    opacity: 1;
    transform: rotate(3deg)scale(1.3, 1.3);
    filter: blur(1px);
}

.caption-style-4 li img {
    height: 29vw;
    width: 29vw;
    object-fit: cover;
}

.caption-style-4 li:hover h2 {
    letter-spacing: 9px;
}

.caption-style-4 li h2 {
    letter-spacing: 0px;
    transition-duration: 0.3s;
}

.caption-style-4 img {
    transition: all 0.3s ease-in-out;
    float: right;
}

.caption-style-4 .blur {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.48);
    height: 29vw;
    width: 29vw;
    z-index: 5;
}

.caption-text h2 {
    font-family: 'abel';
    font-weight: 100;
    text-transform: uppercase;
    font-size: 3vw;
    display: table-cell;
    vertical-align: middle;
    width: 29vw;
    height: 29vw;
}

.caption-style-4 .caption-text {
    z-index: 10;
    position: relative;
    color: #fff;
    width: 29vw;
    text-align: center;
}


/* ----------------- PAGE EVENNEMENTS -------------------- */

.caption-style-3 {
    list-style-type: none;
    left: 3.5%;
    position: relative;
}

.caption-style-3 li {
    float: left;
    margin: 0px 0px 0px 20px;
    position: relative;
    overflow: hidden;
    background-color: black;
}

.caption-style-3 li:hover .caption {
    opacity: 1;
    transform: translateY(-10vw);
    transition: all .2s ease-in-out;
}

.caption-style-3 li:hover .caption-3 {
    opacity: 1;
    transform: translateY(-10vw);
    transition: all .2s ease-in-out;
}

.caption-style-3 li:hover img {
    opacity: 30%;
    transform: translateZ(-50px) scale(1.1);
}

.caption-style-3 img {
    float: left;
    z-index: 4;
    transition: all .3s ease-in-out;
    height: 30vw;
}

.caption-style-3 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 21vw;
}

.caption-style-3 .caption-3 {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 22vw;

}

.caption-style-3 .blur {
    background-color: rgba(0, 0, 0, 0.72);
    z-index: 5;
    position: absolute;
}

.caption-style-3 .caption-3 .blur {
    background-color: rgba(0, 0, 0, 0.72);
    z-index: 5;
    position: absolute;
}

.caption-style-3 .caption-text h4 {
    padding: 0;
    top: 0;
    font-size: 3vw;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 21vw;
    color: white;

}

.caption-style-3 .caption-3 .caption-text h4 {
    padding: 0;
    text-decoration: none;
    top: 0;
    font-size: 3vw;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 43vw;

}

.caption-style-3 .caption-text {
    font-family: abel;
    height: 100%;
    z-index: 10;
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 1.2vw;
}

.caption-style-3 .caption-3 .caption-text {
    height: 100%;
    z-index: 10;
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 1.2vw;
}

.events {
    position: relative;
    top: 230px;
    height: 35vw;
    left: 1%;
}

.event {
    position: relative;
    top: 190px;
    display: block;
    height: 500px;
    width: 353.55px;
    margin-bottom: 20px;
    background-color: #e06547;

}

.event img {
    right: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: .5s;
    animation-timing-function: ease-in;
    animation: all .3s;
}

.events p {
    font-family: abel;
    font-size: 2em;
    font-weight: 100;
    margin-top: 15px;
    letter-spacing: 1px;
}

#title {
    position: relative;
    width: 390px;
    font-size: 2.5em;
    font-family: abel;
    letter-spacing: 2px;
    padding: 8px;
    z-index: 15;
    opacity: 0;
    top: 190px;
    color: black;
    border-bottom: 2px solid black
}

.futur_event {
    font-size: 22px;
    position: relative;
    width: 400px;
    top: 20px;
    font-family: abel;
    letter-spacing: 2px;
    padding: 15px;
    z-index: 15;
    opacity: 0;
    top: 180px;
    color: black;

}

.fb h4 {
    font-size: 19px;
    font-family: 'roboto';
    font-weight: 500;
    font-style: oblique;
    padding: 2px;

}

.fb img {
    width: 25px;
    vertical-align: middle;
    margin: -5px 0px 0px 5px;
}

.fb {
    position: relative;
    top: 195px;
    text-decoration: none;
    color: black;
}

.container-event {
    top: 95px;
    left: 18px;
    position: absolute;
    text-align: center;
    animation: none !important;
    opacity: 0;
}

.event img:hover {
    z-index: 50;
    transform: scale(1.2);
    transition: .5s;
    animation-timing-function: ease-in;
    animation: all .3s;
}

.container-event:hover {
    z-index: 0;
    opacity: 0;
    display: none;
}

.container-event li {
    font-family: abel;
    color: white;
    margin: 10px;
    padding-bottom: 10px;
    width: 40%;
    display: inline-block;
    font-size: 1.1em;
    list-style-type: none;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.57);
    border-radius: 15px;
}

.container-event ul li {
    animation: fadein 1s;
    animation-delay: 2s;
}

.container-event li span {
    font-family: abel;
    font-weight: 600;
    display: block;
    font-size: 4.5em;
    vertical-align: middle;
    animation: none !important;
}


/* ----------------- PAGE A PROPOS -------------------- */

.franck{
    position: relative;
    top: 330px;
    width: 70%;

}

.franck h1 {
    color: #000000;
    position: relative;
    top: 20px;
    font-size: 40px;
    font-family: abel;
    letter-spacing: 5px;
    padding-bottom: 10px;
    z-index: 15;
    opacity: 0;
}

.photographe {
    width: 190px;
    color: #000000;
    padding-bottom: 18px;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    font-size: 25px;
    font-family: times new roman;
    font-weight: 100;
    font-style: oblique;
    opacity: 0;
}

.text {
    width:70%;
    max-width: 520px;
    color: #000000;
    border-radius: 20px;
    line-height: 25px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 18px;
    opacity: 0;
    padding: 35px;
    box-shadow: 3px 3px rgba(219, 219, 219, 0.57);
}
blockquote:before{
    position: absolute;
    content: '’’';
    top:280px;
    margin-left: -200px;
    pointer-events: none;
    font-size: 18rem;
    text-align: left;
    font-family:helvetica;
    letter-spacing: -16px;
    font-style: normal;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.06);
}
#photo1 {
    top: 0;
    left: 0;
    position: absolute;
    height: 40%;
    width: 100%;
    background-image: url(../images/papa.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    opacity: 40%;
}

.profil {
    top: 30vh;
    width: 200px;
    border-radius: 100px;
    height: 190px;
    position: relative;
    background-image: url(../images/profil.jpg);
    background-size: cover;
    z-index: 2;
    border: 4px solid white;
    animation-duration: 1s;
    transition: all .2s ease-in-out;
}

.profil:hover {
    transform: scale(1.3);
    animation-timing-function: ease-in;
    transition: all .2s ease-in-out;

}

#footer_propos{
    top: 420px;
}

/* ----------------- PAGE DE CONTACT -------------------- */

form {
    display: inline-block;
    position: relative;
    top: 200px;
    text-align: center;
    width: 300px;
    opacity: 0;
}

form label {
    color: black;
    display: inline-block;
    font-family: abel;
    font-weight: 700;
    position: relative;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.yop {
    font-size: 20px;
    margin-top: 230px;
    font-family: abel;
    letter-spacing: 1.5px;
}

textarea,
input,
select {
    height: 30px;
    width: 270px;
    border: 2px solid black;
    padding: 6px;
    border-radius: 6px;
    background-color: rgba(255, 249, 249, 0.27);
}

select {
    height: 46px;
    width: 286px;
    position: relative;

}

::placeholder {
    color: rgb(145, 145, 145);
}

.button {
    background-color: rgba(255, 255, 255, 0.49);
    margin: 0 auto;
    margin-top: 20px;
    width: 100px;
    border-radius: 8px;
    cursor: pointer;
}

.button:hover {
    background-color: rgba(29, 255, 0, 0.29);
    transform: scale(1.3);
    transition: .3s;
    color: white;
}

.prestation {
    position: relative;
    width: 390px;
    font-size: 35px;
    font-family: abel;
    letter-spacing: 2px;
    z-index: 15;
    opacity: 0;
    top: 190px;
    color: black;
}

.demande {
    position: relative;
    width: 390px;
    font-size: 25px;
    font-family: abel;
    letter-spacing: 2px;
    padding: 8px;
    z-index: 15;
    opacity: 0;
    top: 190px;
    color: black;
}

h3 {
    position: relative;
    width: 400px;
    top: 20px;
    font-family: abel;
    font-size: 1.1em;
    letter-spacing: 2px;
    padding: 15px;
    border-bottom: 3px solid #000000;
    z-index: 15;
    opacity: 0;
    top: 180px;
    color: black;
}

.photo3 {
    height: 100%;
    top: 150px;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: url(/images/flower.jpg);
    background-size: cover;
    opacity: 40%;
    background-attachment: fixed;
    background-position: center;
}

/* ----------------- FOOTER -------------------- */

/* SOCIAL ICONS */

.social img {
    margin-top: 15px;
    height: 40px;
    opacity: 45%;
    transition-duration: 0.3s;
    animation-timing-function: ease;
    vertical-align: middle;
}

.social img:hover {
    transition-duration: 0.2s;
    transform: scale(1.3) rotate(360deg);
    opacity: 100%;
}


footer {
    position: relative;
    padding: 40px;
    background-color: rgba(242, 242, 242, 0.65);
    position: relative;
    top: 200px;
    font-family: abel;
    font-size: 20px;
    text-align: center;
}

/* BOUTON BACK TO TOP */

#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.48);
    display: none;
    border-radius: 60px;
    transition-duration: 0.3s;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: rgb(0, 0, 0);
    transform: rotate(360deg) scale(1.2);
}
