div#home {
    width: 100%;
    height: 100vh;
    background: #f2eaf8;
    overflow: hidden;
}
div#home div.logo {
    text-align: left;
}
div#home div.logo img {
    width: 100%;
    height: auto;
}

div#home div.fleurs1 {
    position:absolute;
    z-index: 9;
    left: -50px;
    bottom: 0;
    width: 50%;
    height: 100vh;
    height: 100%;
    background-image: url('../images/flowers_left_half.png');
    background-image: url('../images/left.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center left;
}
div#home div.fleurs2 {
    position:absolute;
    z-index: 9;
    right: -50px;
    bottom: 0;
    width: 50%;
    height: 100vh;
    height: 100%;
    background-image: url('../images/flowers_right_half.png');
    background-image: url('../images/right.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position: center right;
}
div#home div.fleurs1 {
    display: none;
}
div#home div.fleurs2 {
    position:absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100%;
    background-image: url('../images/flowers_right_half.png');
    background-image: url('../images/spring-background-2.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position: center center;
}

div#home div.content {
    width: 100%;
    height: auto;
    padding: 200px 250px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 9;
}
div#home div.content div.texte {
    grid-column: span 2;
    padding: 5px;
}
div#home div.content h1 {
   font-size: 5em;
   height: auto;
   line-height: 70px;
   font-family: "Libre Caslon Text", serif;
}
div#home div.content h1 strong {
   display: block;
   font-weight: 100;
}
div#home div.content p {
   font-size: 2em;
   font-weight: 100;
   font-family: "Montserrat", sans-serif;
}
div#home div.content a.bouton {
    display: inline-block;
    margin: 35px 0;
    padding: 0 25px;
    background: #6B5896;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
div#home div.content a.bouton:hover {
    background: #000;
    transition: 0.5s;
}

div.marches {
    background: #e6cedb;
    padding: 100px;
}
div.marches h2 {
    text-align: center;
    color: #6B5896;
}
div.marches p.accroche {
    text-align: center;
    color: #d837be;
    font-size: 1.2em;
}
ul.marches {
    list-style: none;
    display: block;
    margin: 0; 
    color: #6B5896;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
ul.marches li {
    display: flex;
    margin: 10px 0;
    cursor: pointer;
}
ul.marches li div.illus {
    width: 100px;
}
ul.marches li div.infos {
    display: block;
    padding: 10px;
}
ul.marches a {
    color: #d837be;
    text-decoration: none;
}
div.marches a.all {
    text-decoration: none;
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px auto;
    color: #d837be;
}

div#services {
    height: auto;
    min-height: 100vh;
    padding: 0;
    padding: 50px;
    position: relative;
}
div#services h2 {
    text-align: center;
    color:#6B5896;
    font-family: "Libre Caslon Text", serif;
}
div#services div.content {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
div#services div.content div.service {
    /* max-width: 320px; */
    height: 60px;
    height: auto;
    background-image: url('../images/square.png');
    /* background-image: url('../images/square2.jpg'); */
    /* background-image: url('../images/spring-background.png'); */
    /* background-image: url('../images/etiquette.png'); */
    /* background-image: url('../images/4061.jpg'); */
    background-image: url('../images/square.jpg');
    background: #fff;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 10px 0;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    cursor: pointer;
    transition: 2s;
}
div#services div.content div.service:hover {
    /* max-width: 320px; */
    background-image: url('../images/etiquette.png');
    background-image: url('../images/spring-background.png');
    background-image: url('../images/4061.jpg');
    background-image: url('../images/square2.jpg');
    background-image: url('../images/square.png');
    background-image: url('../images/square.jpg');
    background: #fff;
    transition: 2s;
}
div#services div.content div.service p.titre {
    font-size: 2.5em;
    font-family: "Libre Caslon Text", serif;
    font-family: "Allura", cursive;
    transition: 0.5s;
}
div#services div.content div.service:hover p.titre {
    font-size: 2.4em;
    transition: 0.5s;
}
div#services div.content div.service p.titre {
    color: #d837be;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
div#services div.content div.service p.desc {
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 3px;
    margin: 0;
    color: #000;
    padding: 0;
    font-weight: 600;
}

/*
div#services div.content div.service:hover p.titre {
    display: none;
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
    animation: disparition 1s forwards;
}
div#services div.content div.service:hover p.desc {
    opacity: 0;
    display: block;
    animation: apparition 1s forwards;
}
    */
div#services div.service a.bouton {
    width: 180px;
    display: block;
    margin: 5px auto;
    padding: 0 25px;
    background: #6B5896;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    opacity: 0.0;
    transition: .5s;
}
div#services div.service:hover a.bouton {
    background: #000;
    transition: .5s;
    opacity: 1.0;
}
/*
@keyframes apparition {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes disparition {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
    */

div#about {
    padding: 100px;
    background: #6B5896;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
}
div#about div.texte {
    padding: 0 60px;
    font-size: 1.3em;
}
div#about h2 {
    font-family: "Allura", cursive;
    color:rgb(245, 144, 200);
    text-shadow: 1px 1px 9px #f590c8, 1px 1px 15px #f590c8;
    font-size: 3em;
    transform: rotate(-5deg);
    margin: 0; 
    padding: 0;
}
div#about p,
div#about a {
    font-family: "Montserrat", sans-serif;
}
div#about div.texte a {
    display: inline-block;
    margin: 35px 0;
    padding: 0 25px;
    background: #6B5896;
    background: transparent;
    height: 40px;
    line-height: 40px;
    border: solid 1px #fff;
    border-radius: 20px;
    color: #fff;
    color: #6B5896;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
div#about div.texte a:hover {
    background: #fff;
    color: #6B5896;
    transition: 0.5s;

}

@media screen and (max-width: 1024px) {
    div#about {
        padding: 50px;
    }
}
@media screen and (max-width: 980px) {
    div#home {
        height: auto;
        min-height: 100vh;
    }
    div#home div.content {
        display: flex;
        flex-direction: column;
    }
    div#home div.content div.logo {
        order: 1;
    }
    div#home div.content div.texte {
        order: 2;
    }
    div#about {
        grid-template-columns: repeat(3, 1fr);
    }
    div#about div.texte {
        grid-column: span 2;
    }
}
@media screen and (max-width: 840px) {
    div#about {
        display: block;
    }
    div#about div.texte {
        padding: 60px 0;
    }
    div#about h2 {
        text-align: center;
    }
    div#about div.texte a {
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    div.marches {
        padding: 20px;
    }
}
@media screen and (max-width: 780px) {
    div#home div.content {
        padding: 180px;
    }
    div#home div.content h1 {
        font-size: 3em;
    }
}
@media screen and (max-width: 720px) {
    div#services div.content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
    div#home div.content {
        padding: 80px 150px;
    }
    ul.marches {
        display: block;
    }
}
@media screen and (max-width: 560px) {
    div#home div.content {
        padding: 80px;
    }
}
@media screen and (max-width: 480px) {
    div#services div.content {
        display: block;
    }
}
