<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     FatÃ©ma Mamoudjy
 Theme URI:      https://www.fatemamamoudjy.fr
 Description:
 Author:         Ky Van DOAN
 Author URI:     https://www.kyvandoan.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

#main-content h1 {
    color: #877977;
}

header .container {
    width: 100% !important;
    padding-right: 20px;
}

.et_pb_svg_logo #logo {
    margin-left: -5px;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header {
    min-height: 225px;
}

.wpcf7-form {
    text-align: center;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

.wpcf7-form .wpcf7-recaptcha &gt; * {
    margin: 1em auto;
}

.wpcf7-form input[type='submit'] {
    width: auto;
    color: #ee8da0;
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.wpcf7-form input[type='submit']:hover {
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0.05);
}

.et_pb_svg_logo #logo {
    height: 90% !important;
    max-height: 100%;
    margin-left: -5px;
}

@media only screen and (max-width: 1024px) {
    .et_pb_svg_logo #logo {
        height: 45% !important;
    }
}

@media only screen and (max-width: 981px) {
    .et_pb_svg_logo #logo {
        height: 90% !important;
        max-height: 100%;
        margin-left: -5px;
    }
    .et_pb_fullwidth_header {
        min-height: 200px;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header {
        min-height: initial;
    }
}

@media only screen and (max-width: 980px) {
    .et_boxed_layout #page-container {
        width: 100%;
    }
    .et_pb_svg_logo #logo {
        max-height: 85% !important;
        height: 100%;
    }
}
</pre></body></html>