/* =======================================================================
 * COLORS VARIABLES
 * -----------------------------------------------------------------------
 * Define all the colors used in the website. You can use
 * http://chir.ag/projects/name-that-color/ to generate human readable
 * names for each color.
 * ===================================================================== */
@font-face {
    font-family: 'Messina Bold';
    src: url("../fonts/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/MessinaSans-Bold.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Messina Regular';
    src: url("../fonts/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/MessinaSans-Regular.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

/* =======================================================================
 * BREAKPOINTS
 * -----------------------------------------------------------------------
 * Breakpoints are used for responsive design. You can define here
 * the breakpoints required for the design.
 * ===================================================================== */
/* =======================================================================
 * BASE VARIABLES
 * -----------------------------------------------------------------------
 *
 * ===================================================================== */
section {
    padding-top: 15px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #dd162b;
}

section:last-child {
    border-bottom: none;
}

section h2 {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 26px;
    color: #58595b;
    margin-bottom: 10px;
    line-height: 1;
}

section sup.sup-big {
    font-size: 26px;
    line-height: 0.2;
    position: relative;
    top: 4px;
}

section a {
    display: inline-block;
}

section p {
    font-family: 'Messina Regular', Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-size: 14px;
    color: #404041;
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin-bottom: 16px;
}

section.main-section {
    padding-top: 0;
}

section.main-section h1, section.main-section h2 {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 28px;
    color: #dd162b;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.main-section h1 sup, section.main-section h2 sup {
    text-transform: lowercase;
    line-height: 0.5;
}

section.main-section p {
    font-family: 'Messina Regular', Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-size: 18px;
    color: #dd162b;
    letter-spacing: -0.025em;
    line-height: 1.23;
    margin-bottom: 23px;
}

section.main-section p:last-child {
    margin-bottom: 0;
}

section.main-section p a {
    text-decoration: none;
    color: #dd162b;
}

section.main-section p a:hover {
    text-decoration: underline;
}

section .offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section .realisations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section .realisations .link-realisation {
    width: 115px;
    height: 115px;
    margin-bottom: 4px;
}

section .realisations .link-realisation img {
    width: 100%;
    height: 100%;
}

.offer-circle {
    width: 119px;
    height: 119px;
    background: #818285;
    border-radius: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 13px;
    color: white;
    margin: 0 3px 8px;
    line-height: 1.3;
}

.offer-circle:hover, .offer-circle.active {
    background: #dd162b;
}

/*# sourceMappingURL=module.section.css.map */
