@import "reset-GY8ISsu.css";
@import "contact-k08WFUL.css";
/*
@import '../alert.css';
 */


@font-face {
    font-family: 'Im Wunderland';
    src: url("../../fonts/imwunderland-o5rz-webfont-7oVazJh.woff2") format('woff2'),
    url("../../fonts/imwunderland-o5rz-webfont-OZICvXE.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../../fonts/Raleway-Light-nk8-Z4Q.ttf") format('woff2');
    font-weight: normal;
    font-style: normal;
}

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    overflow-x: hidden;
}

a {
    color: #1173C7;
}

strong {
    font-weight: bold;
}

iframe.magazine {
    border: 0;
    margin: 0 auto;
    width: 100%;
    height: 800px;
}

.txt-center {
    text-align: center;
}

header {
    height: 110vh;
    position: relative;

    .strike {
        height: 200px;
        width: 100%;
        position: relative;
        top: 860px;
        left: 0
    }
}

#menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#menu li {
    padding: 10px;
}

#menu ul:last-child {
    padding-right: 20px;
}

#menu a {
    color: #8FBD23;
    transition: all linear 0.3s;
}

#menu a svg{
    font-size: 1.8em;
}

#menu a:hover {
    transform: scale(1.3);
}

#menu i {
    font-size: 30px;
}

#logo {
    position: absolute;
    width: 40%;
}

#about-us {
    display: flex;
    margin: auto auto auto auto;
}

.col2 {
    width: 50%;
}

.flash-notice {
    background-color: #738593;
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

h2 {
    font-family: "Im Wunderland", serif;
    text-transform: uppercase;
    font-size: 50px;
    color: #8FBD23;
    height: 75px;
    text-align: center;
    margin-bottom: 70px;
}

/*
#about-us h2,  #services h2,  {
  background: url("../../images/website/trait-83NOwId.svg") no-repeat bottom;
  background-size: auto;
}

 */

#services {
    margin-bottom: 100px;
}

#services h2, #fid h2 {
    background: url("../../images/website/trait_vert-vT5bOtt.svg") no-repeat bottom;
    padding-bottom: 50px;
}

#fid {
    margin-top: 100px;

    ul {
        list-style-type: circle;
        width: 60%;
        margin: auto;

        li {
            line-height: 42px;
        }
    }

    .col2.img {

        img {
            width: 50%;
            margin-top: auto;
        }
    }
}


.col2.img {
    text-align: center;

    img {
        width: 80%;
        margin-top: 14%;
        border: 1px solid #efefee;
        box-shadow: 0 0 7px 4px #efefee;
        border-radius: 5px;
    }
}

#implantation h2, #revue h2, #description h2 {
    background: url("../../images/website/trait_grey-9Md7pWX.svg") no-repeat bottom;
    color: #768794;
    margin-top: 150px;
}

.g-recaptcha iframe {
    margin-left: -60px;
}

.nuage {
    font-family: 'Im Wunderland', serif;
    font-size: 35px;
    padding-top: 150px;
}

.nuage div {
    display: flex;
    justify-content: center;
}

.nuage p {
    padding: 20px;
}

#description p, #services p, #fid p {
    width: 70%;
    text-align: center;
    margin: auto;
    line-height: 27px;
    padding-bottom: 10px;
}

.blue {
    color: #1173C7;
}

.green {
    color: #8FBD23;
}

.gray {
    color: #707070;
}

#fond {
    background: url("../../images/website/fond_vert-FbSxrfc.svg") no-repeat center;
    background-size: cover;
    color: white;
    min-height: 1120px;
}

#map {
    width: 80%;
    height: 774px;
    margin: auto;

}

div.map-content {
    text-align: center;
}

#declaration {
    padding: 260px 0;
    width: 60%;
    margin: auto;
    text-align: center;
    line-height: 27px;
}

#declaration p {
    padding-bottom: 20px;
}

#signature {
    font-family: 'Im Wunderland', serif;
    font-size: 50px;
    padding: 30px;
}

.underline {
    text-decoration: underline;
}

#services, #fid {
    display: flex;
}

#services .nuage {
    padding-top: 60px;
}

.cercle {
    width: 500px;
    height: 500px;
    background-color: #768794;
    border-radius: 50%;
    color: white;
}

.cercle h2 {
    margin: 0;
    padding-top: 60px;
    color: white;
}

.cercle ul {
    width: 75%;
    margin: auto;
    text-align: center;
    font-size: 15px;
}

.cercle li {
    padding: 7px;
    line-height: 19px;
}

#cercles {
    width: 1080px;
    margin: auto;
    justify-content: space-between;
    display: flex;
}

#green_circle {
    background-color: #9fc53d;
    margin-top: 250px;
}

/*
#implantation img {
  display: block;
  margin: auto;
}
 */

.g-recaptcha {
    margin: auto;
}


form {
    width: 80%;
    margin: auto;
    text-align: center;

    li {
        padding: 10px;
        color: #fff;
    }

    label {
        width: 180px;
        margin-right: 10px;
        display: inline-block;
    }

    input, select, textarea {
        height: 30px;
        width: 400px;
        border: 1px solid #a5b4fc;
        border-radius: 5px;
        font-size: 0.9em;
    }

    textarea {
        height: 200px;
    }

    h2 {
        margin-bottom: 20px;
    }

    div {
        padding: 10px;
    }

    .btn-form {
        background-color: grey;
        border: 0;
        padding: 10px;
        width: 200px;
        color: #fff;
        font-size: inherit;
        cursor: pointer;
    }
}


/*
div#result {
  h2 {
    margin-top:20px
  }
  div {
    text-align: center;
    a {
      width: 400px;
    }
  }
}*/

footer {
    background: url("../../images/website/font_gris-_SMl-eg.svg") no-repeat center;
    display: flex;
    flex-wrap: wrap;
    min-height: 750px;

    h2 {
        color: white;
        background-size: contain;
        background: url("../../images/website/trait_blanc-ZMX7Xzy.svg") no-repeat bottom;
        padding: 100px 0 50px 0;
        width: 50%;
    }

    p {
        color: white;
        padding-bottom: 30px;
        a{
            color:white;
            text-decoration: none;
        }
    }

    i {
        color: #8FBD23;
        font-size: 30px;
        padding-right: 10px;
    }

    p:first-of-type {
        display: flex;
        margin-top: 100px;
    }

    div.address {
        background-color: #393c3e;
        height: 280px;
        margin-top: -120px;
        width: 20%;

        p:last-child {
            text-align: right;
        }
    }

    form[name="contact"] {
        background-color: #393c3e;
        display: flex;
        height: 400px;
        margin: -120px 0 0 50px;
        text-align: left;
        width: 70%;

        label {
            color: #fff;
            display: block;
            font-size: 0.8em;
            margin-bottom: 10px;
        }

        input {
            height: 20px;
            width: 200px;
        }

        textarea {
            width: 250px;
        }

        button {
            margin: auto auto auto 140px;
            font-size: 0.8em;
            width: 100px;
        }
    }
}


@media (max-width: 765px) {

    body {
        font-size: 16px;
        width: 100%;
    }

    header {
        height: 50vh;
    }

    #logo {
        top: 22vh;
    }

    .col2 {
        width: 100%;
    }

    #about-us {
        flex-wrap: wrap-reverse;
        margin: -110px auto auto auto;
    }

    #services, #fid {
        flex-wrap: wrap;
    }

    #declaration {
        width: 80%;
    }

    .nuage {
        padding-top: 35px;
    }

    #cercles {
        flex-wrap: wrap;
        width: 100%;
    }

    .cercle {
        border-radius: 0;
    }
    #green_circle {
        margin-top: 70px;
    }

    .g-recaptcha iframe {
        margin-left: auto;
    }

    footer {
        margin-top: 0;
        flex-direction: row;
        background-color: #393c3e;
        h2{
            height: 120px;
        }

        p {
            margin-left: 50px;
        }

        div.address {
            width: 100%;
            margin-top: 610px;
        }

        form[name="contact"] {
            background-color: #393c3e;
            margin: -180px auto 0 auto;
            display: block;
            width: 100%;
            text-align: center;

            label {
                width: auto;
            }

            textarea {
                width: 350px;
                margin: auto;
            }

            button {
                margin: auto auto auto auto;
            }

        }
    }

    #map {
        width: 99%;
        height: 380px;
    }

    .cercle {
        width: 450px;
        height: 450px;
        margin: auto;
    }

    .cercle ul {
        font-size: 14px;
    }

    .cercle li {
        line-height: 15px;
    }

    .cercle h2 {
        padding-top: 75px;
    }
}
