@charset "utf-8";

/* CSS Document */
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    position: relative;
}

#main-content {
    background-color: #048B9A;
    background-size: contain;
    border-radius: 10px;
    margin: 20px 2% 0px 2%;
    padding: 0px;
    width: 96%;
    height: 500px;

}

#header-centent {
    height: 250px;
}

#logo-format-ligne-horizontale {
    width: 0%;
    height: 0px;
}

h2 {
    display: block;
    padding: 3% 2% 0% 25%;
    margin: 0%;
    font-family: 'Cabin Sketch', cursive;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2.8em;
    text-align: left;
    color: #E1E3E3;
}

#logo-festival-des-saveurs {
    position: absolute;
    width: 20%;
    display: block;
    margin-top: 22px;
    margin-left: 2%;
    transition: margin 350ms, width 350ms;
}

#logo-festival-des-saveurs:hover {
    margin-top: 18pxpx;
    width: 22%;
}

#dotted {
    border-bottom: 4px #E1E3E3;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: dashed;
    display: block;
    width: 60%;
    padding: 0% 2% 1% 0%;
    margin: 0% 2% 1% 25%;
    color: #E1DDD7;
    top: 0px;
}

h3 {
    display: block;
    padding: 0% 2% 2% 25%;
    margin: 0px;
    font-family: 'Amatic SC', cursive;
    line-height: 1em;
    font-size: 2em;
    font-weight: 700;
    text-align: left;
    color: #E1DDD7;
}

#body-content {
    background-color: #E1E3E3;
    height: 250px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    display: inline-block;
}

p {
    display: block;
    padding: 2% 2% 2% 2%;
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    color: #024956;
}

h4 {
    display: block;
    padding: 2% 0% 5% 0%;
    margin: 0px;
    width: 100%;
    font-family: 'Cabin Sketch', cursive;
    line-height: 1.2em;
    font-size: 1.5em;
    text-align: center;
    color: #048B9A;
}

#cta-content {
    padding: 0px;
    width: 90%;
    margin-left: 10%;
    text-align: center;
    display: inline-block;
}

.button {
    padding: 12px;
    width: auto;
    background-color: #f7a502;
    border-radius: 50px;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    line-height: 1em;
    transition: padding 350ms, background 350ms;

}

.button:hover {
    padding: 15px;
    background-color: #f4bc02;
}

a {
    text-align: center;
    display: inline-block;
    width: auto;
    color: #ffffff;
    text-decoration: none;
    padding-top: 4px;
    font-size: 1.1em;
}

.call-to-action {
    height: 100px;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 10px 10px 0px 10px;
}

#cta-1 {
    border-right: 5px rgba(4, 139, 154, 0.3);
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-style: dashed;
    width: 25%;
    text-align: center;
    display: inline-block;
}

#cta-2 {
    border-right: 5px rgba(4, 139, 154, 0.3);
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-style: dashed;
    width: 25%;
    text-align: center;
    display: inline-block;
}

#cta-3 {
    width: 25%;
    text-align: center;
    display: inline-block;
}

#cta-4 {
    height: 0px;
    width: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
}

#cta-4 h4 {
    height: 0px;
    width: 0px;
    font-size: 0px;
}

#cta-4 .button {
    padding: 0px !important;
    height: 0px;
    width: 0px;
    font-size: 0px;
}

/* --- >>> responsive 1370px <<< --- */
@media only screen and (max-width: 1370px) {

    h2 {
        padding: 3% 2% 0% 31%;
        font-size: 2.3em;
    }

    #logo-festival-des-saveurs {
        width: 18%;
        margin-top: 20px;
        margin-left: 4%;
    }

    #logo-festival-des-saveurs:hover {
        width: 19%;
        margin-top: 16px;
    }

    #dotted {
        width: 60%;
        padding: 0% 2% 1% 0%;
        margin: 0% 2% 1% 31%;
    }

    h3 {
        padding: 2% 2% 2% 31%;
    }

    #cta-content {
        margin-left: 8%;
    }

    p {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.3em;
    }

    .call-to-action {
        float: left;
        padding: 20px 20px 0px 20px;
        width: 25%;
    }

}

/* --- >>> responsive 1050px <<< --- */
@media only screen and (max-width: 1050px) {

    h2 {
        padding: 3% 2% 0% 30%;
        font-size: 2.2em;
    }

    #logo-festival-des-saveurs {
        width: 20%;
        margin-top: 18px;
        margin-left: 2%;
    }

    #logo-festival-des-saveurs:hover {
        margin-top: 14px;
        width: 21%;
    }

    #dotted {
        margin: 2% 0% 2% 30%;
    }

    h3 {
        font-size: 1.8em;
        padding: 3% 2% 3% 30%;
    }

    .call-to-action {
        padding: 10px 10px 0px 10px;
    }

    .cta-1 {
        width: 25%;
    }

    .cta-2 {
        width: 25%;
    }

    .cta-3 {
        width: 25%;
    }
}

/* --- >>> responsive 860px <<< --- */
@media only screen and (max-width: 860px) {

    h2 {
        padding: 5% 0% 0% 32%;
        font-size: 1.9em;
    }

    #logo-festival-des-saveurs {
        width: 21%;
        margin-top: 20px;
        margin-left: 4%;
    }

    #logo-festival-des-saveurs:hover {
        margin-top: 16px;
        width: 22%;
    }

    #dotted {
        margin: 2% 0% 2% 32%;
    }

    h3 {
        padding: 3% 2% 3% 32%;
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.1em;
    }

    .cta-1 {
        width: 20%;
    }

    .cta-2 {
        width: 20%;
    }

    .cta-3 {
        width: 20%;
    }
}

/* --- >>> responsive 600px <<< --- */
@media only screen and (max-width: 610px) {
    #logo-festival-des-saveurs {
        width: 0%;
        height: 0%;
    }

    h2 {
        padding: 5% 0% 2% 0%;
        margin-left: 5%;
        font-size: 1.8em;
        text-align: center;
        display: inline-block;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 0px;
        border-top: 5px dashed #E1DDD7;
        width: 90%;
    }

    h3 {
        padding: 0%;
        margin-left: 10%;
        font-size: 1.2em;
        text-align: center;
        display: inline-block;
        width: 80%;
    }

    #dotted {
        display: none;
    }

    #logo-format-ligne-horizontale {
        margin: 20px 10% 20px 10%;
        width: 80%;
        height: auto;
        padding: 0;
        transition: margin 350ms, width 350ms;
    }

    #logo-format-ligne-horizontale:hover {
        margin-left: 9%;
        margin-right: 9%;
        width: 82%;
    }

    p {
        font-size: 1.2em;
    }

    #cta-1,
    #cta-2,
    #cta-3 {
        display: none;
    }

    #cta-4 {
        height: auto;
        width: 80%;
        margin: 0% 10% 0% 10%;
        position: relative;
    }

    #cta-4 h4 {
        height: auto;
        width: auto;
        font-size: 1.2em;
    }

    #cta-4 .button {
        padding: 10px !important;
        height: auto;
        width: 90%;
        font-size: 1em;
    }

    #cta-4 .button:hover {
        padding: 12px !important;
    }
}

/* --- >>> responsive 400px <<< --- */
@media only screen and (max-width: 400px) {

    h2 {
        padding: 8% 0% 2% 0%;
    }

    h3 {
        padding-top: 2%;
    }

    #logo-format-ligne-horizontale {
        margin-left: 7%;
        margin-right: 7%;
        width: 86%;
    }

    #logo-format-ligne-horizontale:hover {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    p {
        font-size: 1.1em;
    }
}

/* --- >>> responsive 240px <<< --- */
@media only screen and (max-width: 240px) {
    #logo-format-ligne-horizontale {
        margin: auto 0;
        Padding: 10px;
        width: 90%;
    }

    #logo-format-ligne-horizontale:hover {
        Padding: 10px;
        margin: auto 0;
        width: 92%;
    }

    h2 {
        font-size: 1.5em;
        font-weight: 300;
        padding: 10% 0% 10% 0%;

    }

    h3 {
        padding-top: 10%;
        font-size: 1em;
        width: 90%;
        margin-left: 5%;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 0px;
        border-top: 5px dashed #E1DDD7;
    }

    #cta-4 {
        height: auto;
        width: 80%;
        margin: 0% 10% 0% 10%;
        position: relative;
    }

    p {
        font-size: 0.9em;
        padding: 10% 5% 5% 5%;
    }

    #cta-4 h4 {
        height: auto;
        width: auto;
        font-size: 1.1em;
    }

    #cta-4 .button {
        padding: 10px !important;
        height: auto;
        width: 90%;
        font-size: 1em;
    }

    #cta-4 .button:hover {
        padding: 12px !important;
    }
}

/* --- >>> responsive 183px <<< --- */
@media only screen and (max-width: 183px) {
    #logo-format-ligne-horizontale {
        display: none;
    }

    #logo-festival-des-saveurs {
        width: 80%;
        height: auto;
        margin-top: 12%;
        margin-left: 7%;
    }

    #logo-festival-des-saveurs:hover {
        margin-top: 10%;
        width: 82%;
    }

    h2 {
        font-size: 1em;
        font-weight: 300;
        padding: 130px 0% 5% 0%;
        border: none;
    }

    h3 {
        padding-top: 5%;
        font-size: 0.9em;
        line-height: 1.5em;
        width: 90%;
        margin: 1% 3% 5% 3%;
        border-style: dashed;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 0px;
    }

    p {
        font-size: 0.8em;
        padding: 10% 5% 5% 5%;
        line-height: 1.4em;
    }

    #cta-4 {
        width: 98%;
        margin: 2%;
    }

    #cta-4 h4 {
        font-size: 0.8em;
    }

    #cta-4 .button {
        padding: 10px !important;
        height: auto;
        width: 70%;
        font-size: 0.9em;
    }

    #cta-4 .button:hover {
        padding: 12px !important;
    }
}