/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

/* Force Astra container to be Full width */

.site-content {
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.lightGreyBackground {
    background-color: #F7F7F7;
    margin-top: -20px;
    padding-top: 20px;
}

/* Testing the Service Page */

div.serviceBeforeContent__quickLinks {
    background-color: #F7F7F7;
    max-width: 300px;
    margin: auto;
    border-radius: 3px;
    border: 1px solid black;
}

p.serviceBeforeContent__title {
    background-color: #0C0B0B;
    color: white;
    text-align: center;

}

p#breadcrumbs {
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 769px) {

    div.serviceBeforeContent__quickLinks {
        max-width: 750px;
    }

    ul.quickLinks {}

    ul.quickLinks li {
        display: inline;
        margin-right: 20px;
    }
}

/* correction sur astra */

.main-header-bar {
    border-bottom-width: 0px !important;
}

.ast-header-break-point .site-header {
    border-bottom-width: 0px;
}

.footer-adv-overlay {
    padding: 30px 0px !important;
}

.ast-footer-overlay {
    padding: 10px 0px !important;
}

.ast-small-footer {
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #7a7a7a;
}

/* PACKAGE CSS */

h2.package__sectionTitle {
    text-align: center;
    font-size: 40px;
}

div.package__section {
    background-color: #F7F7F7;
    padding: 40px 10px;
}

div.package__grid {
    max-width: 900px;
    margin: auto;
    padding: 30px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
}

div.packageUnit {
    background-color: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0, 8, 66, 0.05);
    border-radius: 8px;
    padding: 30px 20px 15px;
}

p.packageTitle {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1em;
}

p.packagePrice {
    text-align: center;
    margin-bottom: 15px;
    font-size: 27px;
}

ul.packageContent {
    list-style: none;
    margin: 0 25px 30px;
}

li.packageItem:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(../png/checkmark-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

div.centerBouton {
    text-align: center;
}

/* Fil d'ariane */

div#breadcrumbs a {
    color: #D5D5D5;
    margin: 0 5px;
}

div#breadcrumbs {
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}

strong.breadcrumb_last {
    margin-left: 5px;
}

/* Menu Links Hover Color */

span.menu-text {
    font-weight: bold;
}

body {
    background-color: #F7F7F7;
}

.whiteText {
    color: white;
}

.site-content {
    max-width: 1000px;
    margin: 50px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    background-color: white;
}

div.bottomCTA {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    background-color: royalblue;
    padding: 2px;
}

.bouton {
    background-color: #EC4C4C;
    color: #FFFFFF;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    margin: 5px 20px;
    font-size: 16px;
    font-weight: bold;
}

a.postLink {
    background: #EC4C4C;
    font-size: 16px;
    color: white;
    padding: 6px 15px;
    border-radius: 0px;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 5px auto;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

a.postLink:hover {
    background-color: transparent;
    border: 1px solid #EC4C4C;
    color: black;
    transition: 1s;
}

.mainButton {
    background: #EC4C4C;
    border: 1px solid #EC4C4C;
    font-size: 17px;
    color: white;
    padding: 6px 15px;
    border-radius: 2px;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 5px auto;
    display: inline-block;
    text-decoration: none;
}

a.mainButton:hover {
    background-color: #60D3A2;
    border: 1px solid #60D3A2;
    color: black;
}

.mainButton--center {
    text-align: center;
    display: block;
    margin: 15px auto;
    width: 220px;
}

a.noHoverLink {
    background: #EC4C4C;
    font-size: 16px;
    color: white;
    padding: 6px 15px;
    border-radius: 0px;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 5px auto;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.bouton--ctaArticles {
    background-color: #EC4C4C;
    color: #FFFFFF;
    padding: 12px 0px;
    display: block;
    border-radius: 4px;
    margin: 5px 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.bouton--ctaArticles:hover {
    color: white;
    background-color: #b92a2a;
}

/* nothing */

.card {
    background-color: #FFFFFF;
    border-radius: 4px;
}

h3.card__title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 1;
}

div.frontPage__heroSection {
    height: 90vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;


}

h1.frontPage__title {
    font-size: 25px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: oswald, system-ui;
}

p.frontPage__baseline {
    text-align: center;
    font-size: 18px;
    color: #b0b1af;
}

div.frontHeroSection__textArea {
    max-width: 800px;
    padding: 5px;
    z-index: 1;
}

@media screen and (min-width: 769px) {
    div.frontPage__heroSection {
        height: 90vh;
        background-position: center center;
        background-size: cover;
    }

    h1.frontPage__title {
        font-size: 50px;
        font-weight: normal;
        margin: 10px;
        text-align: center;
        color: #FFFFFF;
        font-family: oswald, system-ui;
    }

}

.heroSection__overlay {
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
}

/* mainServices__section */

h2.homepage {
    padding: 30px;
    text-align: center;
}

div.mainServices__section {
    background-color: #F7F7F7;
    padding-bottom: 40px;
}

div.mainService__grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    padding: 20px 15px;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

div.mainService__unit {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 24px 0 rgba(0, 8, 66, 0.05);
    padding-bottom: 15px;
    max-width: 330px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    div.mainService__unit {
        max-width: 100%;
    }
}

.mainService__unitTextArea {
    margin: auto;
    max-width: 300px;
}

.serviceDetail__image {
    max-width: 100%;
    display: block;
    border-radius: 5px 5px 0px 0px;

}

.serviceDetail__imageArea {
    position: relative;
}

.darkOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.81) 100%);
}

h3.serviceDetail__title {
    text-align: center;
    font-weight: bold;
    margin: 10px 0px;
    color: #EC4C4C;
}

p.serviceDetail__description {
    padding: 15px 20px 5px;
    margin-bottom: 12px;
}

a.serviceLink {
    background: #C12E24;
    font-size: 16px;
    color: white;
    padding: 6px 15px;
    border-radius: 25px;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 10px auto 15px;
    text-align: center;
    display: block;
    max-width: 150px;
    text-decoration: none;
}

/* mainServices__section */

div.gentlemenMarketingAgency__section {
    background-color: #242529;
    padding: 25px 0px;
}

div.gentlemenMarketingAgency__unit {
    max-width: 1200px;
    margin: auto;
}

div.gentlemenMarketingAgency__textArea {
    padding: 10px 10px;
}

h3.gentlemenMarketingAgency__title {
    text-align: center;
    margin: 5px auto 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: cornsilk;
    border: 3px solid #bb4433;
    color: black;
}

h2.gentlemenMarketingAgency__overTitle {
    margin: 0px auto 25px;
}

@media (min-width: 900px) {
    div.gentlemenMarketingAgency__unit {
        display: flex;
        justify-content: space-evenly;
        margin: 10px auto;

    }

    div.gentlemenMarketingAgency__imageArea {
        flex-basis: 30%;
    }

    div.gentlemenMarketingAgency__textArea {
        flex-basis: 60%;
    }

    /*
    div.gentlemenMarketingAgency__unit:nth-of-type(even) {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row-reverse;
    }
*/
}

/* Case Study Section */

p.subHeading {
    max-width: 600px;
    padding: 0 10px 30px;
    margin: auto;
    text-align: center;
}

div.theCaseStudy__section {
    padding: 20px 10px 40px;
    background-color: #FFFFFF;
}

div.separateurFrontCaseStudy {
    margin: 10px auto 15px;
}

div.theCaseStudy__grid {
    display: grid;
    padding: 0px 15px;
    max-width: 1200px;
    margin: auto;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

img.theCaseStudy__image {
    max-width: 150px;
    margin: auto;
    border-radius: 6px;
    border: 1px solid #dadada;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    background-color: white;
}

h3.theCaseStudy__title {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}

/* Case Study Section */

div.gentlemenMarketingAgency__innerSection {
    max-width: 900px;
    padding: 15px;
    margin: auto;
}

div.gentlemenMarketingAgency__right {
    margin-top: 40px;
}

div.gentlemenMarketingAgency__right p {
    padding: auto 50px;
}

/* CTA Section */

div.ligneDiscontinue {
    height: 95px;
    background-image: url(../wave-dark-bg.html);
    background-color: #242529;
    background-size: cover;
}

div.ligneDiscontinue--dark {
    height: 95px;
    background-image: url(../wave-light-bg.html);
    background-size: cover;
}

div.sectionBlackBackground {
    background-color: #242629;
}

div.ctaHomepageContainer {
    padding: 70px 0px;
    max-width: 1200px;
    margin: auto;
}

div.ctaHomepageText {
    margin: auto;
    flex: 1;
    max-width: 600px;
}

div.ctaHomepageForm {
    max-width: 400px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 30px;
    margin: 0 10px;
}

@media (min-width: 900px) {
    div.ctaHomepageContainer {
        display: flex;
    }

    div.ctaHomepageForm {
        margin: 0;
    }
}

input[type=text],
textarea {
    background: #e7eff3;
}

/* About GMA Section */

img.gentlemenMarketingAgency__image {
    margin-bottom: 15px;
}

div.gentlemenMarketingAgency__raw {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

div.gentlemenMarketingAgency__raw:nth-child(even) img {
    display: none;
}

@media (min-width: 900px) {

    img.gentlemenMarketingAgency__image {
        max-width: 350px;
        border-radius: 6px;
        margin-bottom: 0;
				max-height: 262px;
    }

    div.gentlemenMarketingAgency__raw {
        flex-direction: row;
        margin: 50px;
    }

    div.gentlemenMarketingAgency__raw p {
        margin: auto;
        max-width: 300px;
    }

    div.gentlemenMarketingAgency__raw:nth-child(even) img {
        display: block;
        order: 2;
    }
}

/* Blog Section */

div.homepage-blogSection__section {
    margin-top: 40px;
    margin-bottom: 40px;
}

h2.serviceSectionTitle {
    padding: 35px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 30px;
}

div.homepage-blog__grid {
    max-width: 1300px;
    display: grid;
    margin: auto;
    padding: 5px 15px;
    grid-gap: 50px;
    grid-auto-rows: minmax(150px, auto);
}

@media (min-width: 900px) {
    div.homepage-blog__grid {
        grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
    }
}

div.homepage-blog__unit {
    border-radius: 5px;
}

div.homepage-blog__unitTextArea {
    padding: 10px;
}

h4.homepage-blog__unitTitle {
    font-weight: bold;
    line-height: 2rem;
}

p.homepage-blog__unitDescription {
    padding-top: 0px;
    margin-bottom: 1em;
}

img.homepage-blog__unitImage {
    border-radius: 6px;
}

.readMoreLink {
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

#controls {
    margin-bottom: 2rem;
}

#controls ul {
    list-style: none;
    padding: 1rem;
    margin: 0;
    display: flex;
}

#controls ul li {
    margin: 0;
    padding: 0.5rem;
    border: 1px solid #eee;
    cursor: pointer;
}

#controls ul li:hover {
    background: #eee;
}

@media (min-width: 400px) {
    #controls ul li {
        margin-right: 1rem;
        padding: 1rem;
    }
}

#controls ul .active {
    background: #444;
    color: white;
}

#controls ul .active:hover {
    color: #444;
}

.grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(320px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
    -ms-grid-column-align: center;
    justify-items: center;
    margin: 1rem;
}

.image {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
}

@media (min-width: 500px) {
    .image {
        width: 100%;
        height: 50vw;
    }
}

@media (min-width: 768px) {
    .image {
        width: 100%;
        height: 40vw;
    }
}

@media (min-width: 1210px) {
    .image {
        width: 100%;
        height: 20vw;
    }
}

div.theCaseStudy__unit {
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
}

#controls ul {
    flex-wrap: wrap;
}

#controls ul li {
    margin: 10px;
    text-align: center;
}

/* CTA Formulaire : Styling */

/* keep it mobile friendly by only applying these styles for larger viewports */

@media only screen and (min-width: 641px) {
    body #gform_wrapper_1 {
        max-width: 50%;
        margin: 0 auto;
    }

    body #gform_wrapper_1 ul li.gfield .ginput_container,
    body #gform_wrapper_1 ul li.gfield .gfield_description,
    body #gform_wrapper_1 div.ginput_complex label,
    body #gform_wrapper_1 input:not([type='radio']):not([type='checkbox']):not([type='submit']),
    body #gform_wrapper_1 select,
    body #gform_wrapper_1 textarea {
        text-align: center;
    }

    body #gform_wrapper_1 ul.top_label li.gfield label.gfield_label {
        text-align: center;
        display: block;
    }

    body #gform_wrapper_1 .gform_footer,
    body #gform_wrapper_1 .gform_page_footer {
        text-align: center;
    }
}


/*** FIELD STYLING ***/

input[type=text],
textarea {
    background: white;
    border: 1px solid #88776f;
    border-radius: 0;
    color: #999 !important;
    padding: 15px !important;
}

/*** BUTTON STYLING ***/

.gform_wrapper .gform_footer input.button {
    background: #60D3A2;
    border: 2px solid white;
    font-size: 30px;
    color: white;
    padding: 6px 10px;
    letter-spacing: 2px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.3em !important;
    font-weight: bold;
}

@media only screen and (min-width: 641px) {

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 1.3em !important;
        width: 100% !important;
        margin: 0 16px 0 0;
    }
}

é
/*** BUTTON HOVER STYLING ***/

.gform_wrapper .gform_footer input.button:hover {
    background: #60D3A2;
    border: 2px solid #60D3A2;
    color: white;
}

@media only screen and (min-width: 641px) {

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 1.3em !important;
        width: 100% !important;
        margin: 0 16px 0 0;
    }
}

/* Delete nombre de caractère max rule */

.gform_wrapper div.charleft {
    display: none;
}

/* SUBMIT BUTTON EQUAL WIDTH WITH FORM */

.gform_button {
    width: 100% !important;
    margin: 0 !important;
}

.gform_fields .gfield {
    padding: 0 !important;
}

#top input[type="text"] {
    width: 100% !important;
}

/*Test change font size button gravity form */

@media only screen and (min-width: 641px) {
    body .gform_wrapper .gform_body input {
        font-size: 18px;
    }
}

/* Aligner les Fields labels à gauche */

@media only screen and (min-width: 641px) {

    body #gform_wrapper_1 ul li.gfield .ginput_container,
    body #gform_wrapper_1 ul li.gfield .gfield_description,
    body #gform_wrapper_1 div.ginput_complex label,
    body #gform_wrapper_1 input:not([type='radio']):not([type='checkbox']):not([type='submit']),
    body #gform_wrapper_1 select,
    body #gform_wrapper_1 textarea {
        text-align: left;
    }
}

/* Réduire taille du bouton */

.gform_wrapper .gform_footer {
    padding: 0px !important;
}

.gform_wrapper .validation_message {
    color: white !important;
}

/* V4 modifs */

/* NEW CHANGES 2020 */

div.articleCTA {
    border: 1px solid #575c61;
    padding: 10px 30px 32px;
    position: relative;
    border-radius: 6px;
    background-color: #f9f9f9;
    max-width: 900px;
    margin: 30px auto;
    box-shadow: 0 0 24px 0 rgba(0, 8, 66, 0.05);
}

p.articleCTA__title {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 0;
}

p.articleCTA__description {
    margin: 0 !important;
    padding-bottom: 15px;

}

@media (min-width: 900px) {
    div.articleCTA {
        display: flex;
        padding: 0px 25px;
    }

    div.articleCTA__left {
        flex: 1;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    div.articleCTA__right {
        flex-basis: 30%;
        margin: auto;
    }

    p.articleCTA__description {
        margin: 0 !important;
        padding-bottom: 0px;

    }
}

/* body {
    size: 16px;
    line-height: 23px;
    color: #919290;
} */


div.gma-article__content {
    padding: 0 10px;
    max-width: 900px;
    margin: auto !important;
    position: relative;
}

h1.gma-article__title {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: #242529;
    text-align: center;
    padding: 40px 15px;
    max-width: 900px;
    margin: auto;
}

h2 {
    size: 32px;
    line-height: 43px;
    color: #454545;
}

h3 {
    size: 23px;
    line-height: 28px;
    color: #454545;
}

h4 {
    size: 15px;
    line-height: 18px;
    color: #EC4C4C;
}

div.gma-article__contactSection {
    background-color: #242529;
    margin-top: 50px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin: 0 auto 40px;
    display: block;
    max-width: 900px;
}

@media (min-width: 1000px) {
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        border-radius: 5px;
    }
}

div.gma-article__content img {
    border-radius: 5px;
}

div.gma-article__content h3 {
    margin-bottom: 15px;
}

div.gma-article__content h2 {
    margin-bottom: 15px;
}

div.gma-article__content h4 {
    margin-bottom: 10px;
}

@media (min-width: 545px) {

    .ast-page-builder-template .comments-area,
    .single.ast-page-builder-template .entry-header,
    .single.ast-page-builder-template .post-navigation {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Custom Post Type : PRODUCTS */

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

.postWrapper {
    flex-basis: 30%;
    box-sizing: border-box;
    padding: 0px;
    margin: 25px 0px;
    background-color: #EDF0F5;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.postTextContent {
    padding: 15px;
}

.postTitle {
    text-align: center;
}

div.ctaContainer {
    background-color: #242529;
    min-height: 20vh;
}

div.serviceTheAgency {
    padding: 20px;
}

div.ctaInner {
    padding: 20px;
    margin: auto;
}

@media (min-width: 1000px) {
    div.ctaContainerFlex {
        display: flex;
        justify-content: space-evenly;
        margin: auto;
        max-width: 1200px;
    }

    div.serviceTheAgency {
        flex-basis: 50%;
    }

    div.ctaInner {
        flex-basis: 30%;
    }
}

p.serviceHeadline {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
    padding: 0 0 5px 0px;
    margin-bottom: 0px;
}

div.serviceTheAgency__content p {
    color: white;
}

div.serviceTheAgency__imageArea {
    margin-bottom: 20px;
}

div.footerContainer {
    min-height: 20vh;
}

#main-footer {
    background-color: #222;
}

p.ctaTitle {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
    padding: 0 0 5px 0px;
    margin-bottom: 0px;
}

p.ctaPhone {
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 0px;
    margin-bottom: 0px;
}

p.ctaSubtitle {
    text-align: center;
    font-size: 20px;
    color: #1C2022;
    padding-bottom: 15px;
}

p.ctaWechat {
    text-align: center;
    font-size: 20px;
    color: #1C2022;
    padding: 30px;
}

img.ctrQRcode {
    max-width: 200px;
    margin: auto;
    display: block;
}

div.footerColonne {
    padding: 20px;
    color: white;
    text-align: center;
}

p.links-footer-title {
    padding-bottom: 8px !important;
    color: #e04b4b;
    font-size: 1.1rem;
}

p.footerDescription {
    padding-top: 0;
}

li.footer-link a {
    color: snow;
}

@media (min-width: 1000px) {
    div.footerContainer {
        max-width: 1000px;
        margin: auto;
        display: flex;
        align-items: space-between;
    }

    div.footerColonne {
        flex: 1;
    }
}


/* CTA spécifique Case Studies pst type */

ul.ctaList {
    list-style: none;
    margin: 35px 25px 30px;
    color: white;
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

li.ctaList__Item:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(../checkmark-circle.html);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

p.ctaTitle--cs {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 0;
}

div.separateur--cs {
    height: 4px;
    width: 100px;
    background-color: #EC4C4C;
}

p.ctaPhone--cs {
    color: #FFFFFF;
    padding: 20px 0px;
}

div.archiveHeader__section {
    background-color: #F7F7F7;
    padding: 20px 20px 35px;
}

div.archiveHeader__content {
    max-width: 900px;
    margin: auto;
}

div.mustRead__section {
    padding: 20px 20px 30px;
}

div.mustRead__content {
    max-width: 900px;
    margin: auto;
}

div.moreArticles__unit {
    background-color: beige;
}

div.moreArticles__grid {
    max-width: 1200px;
    display: grid;
    grid-gap: 30px;
    display: grid;
    margin: 0 auto;
    padding: 0px 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

div.moreArticles__unit {
    padding: 15px;
}

a.moreArticles__articleTitle {
    display: block;
    line-height: 19px;
    margin-bottom: 15px;
}

a.moreArticles__articleTitle::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #e5e5e5;
    margin: 12px 0;
}

/* Contact Page */

div.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 25px;
}

h1.titleContactPage {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

h1.homepage__title {
    text-align: center;
}

/* Homepage Blog */

div.frontpageHeader {
    background-color: #F7F7F7;
    padding: 35px 20px;
}

h1.frontpage__title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
}

div.lastestPost__grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
}

div.mustRead__unit {
    position: relative;
}

div.mustRead__grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    padding: 20px 15px;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

div.caseStudy__container {
    max-width: 1000px;
    margin: auto;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

@media (min-width: 1000px) {
    div.caseStudy__container {
        max-width: 1000px;
        margin: 20px auto;
        background-color: snow;
    }
}

@media (min-width: 1000px) {
    div.caseStudy__header {
        display: flex;
    }
}

div.caseStudy__titleArea {
    flex-basis: 50%;
    margin: auto;
    padding: 20px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    position: relative;
}

.caseStudy__header {
    background-image: url(../shanghai-1920-m.html);
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 500px;
}

.caseStudy__header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

img.caseStudy__logo {
    max-width: 100px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 350px;
    border-radius: 50%;
}

@media (min-width: 1000px) {
    img.caseStudy__image {
        max-width: 500px;
        border-radius: 0 0 0 10px;
    }
}

div.caseStudy__description {
    padding: 20px 20px 20px 20px;
}

p.summary {
    font-size: 1.5rem;
    color: #696565;
    padding-left: 25px;
    padding-right: 5px;
    border-left: 5px solid #EC4C4C;
    background-color: #F7F7F7;
    border-radius: 0 5px 5px 0;
}

h2.caseStudy__subtitle {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 35px;
}

p.ligneCaseStudy {
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

h1.caseStudy__title {
    margin-top: 0;
}

p.ourMissions {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 10px;

}

span.mission {
    background-color: #F7F7F7;
    border: 1px solid #f1eded;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 6px;
}

.callToAction__container {
    background-color: #F7F7F7;
    border: 1px solid #e6edf3;
    border-radius: 5px;
    margin: 0 20px;
    padding: 15px;
}

p.callToAction__title {
    margin: 5px auto 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

p.callToAction__description {}

@media (min-width: 1000px) {
    .callToAction__container {
        display: flex;
        justify-content: space-evenly;
    }

    body #gform_wrapper_1 {
        max-width: 100%;
    }

    div.callToAction__content {
        flex-basis: 45%;
    }

    div.callToAction__formulaire {
        flex-basis: 45%;
    }
}

/* Related Case Studies */

div.relatedCaseStudy__grid {
    display: grid;
    padding: 0px 15px 30px;
    max-width: 1200px;
    margin: auto;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

img.relatedCaseStudy__image {
    max-width: 150px;
    margin: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: block;
}

h3.relatedCaseStudy__title {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}

/* STYLES FOR THE ARCHIVE PAGE */

div.container {
    max-width: 1200px;
    padding: 0px 20px;
    margin: auto;

}

div.caseStudiesArchive__list {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 10px 20px;
}

h1.caseStudiesArchive__title {
    font-weight: 200;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

div.caseStudiesArchive__menu {
    margin: auto;
}

ul.filters {
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
}

ul.filters>li {
    list-style: none;
    display: inline-block;
}

ul.filters>li>a {
    display: block;
    color: #434e5e;
    text-decoration: none;
    padding: 5px 20px;
}

ul.filters>li>a:hover {
    background-color: #e6e9ed;
}

ul.filters>li.active>a {
    color: #fff;
    background-color: #EC4C4C;
}

.card {
    position: relative;
    margin-bottom: 50px;
    color: #000;
    border-radius: 0;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.075);
}

.card-head {
    position: relative;
    overflow: hidden;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(67, 78, 94, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: ease-in-out 0.2s;
}

.card-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 190, 168, 0.9);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    transition: ease-in-out 0.2s;
}

.card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

h4.title {
    color: #434e5e;
    font-size: 1.2rem;
    text-align: center;
    margin: 15px 0px;
}

/* ---- button ---- */

.button {
    display: inline-block;
    padding: 10px 18px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

.button:hover {
    background-color: #8CF;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.button:active,
.button.is-checked {
    background-color: #28F;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */

/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

.element-item {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    margin: 5px;
    background: #888;
    color: #262524;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

/*
.element-item .name {
    position: absolute;

    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}

.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px;
}

.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px;
}
*/

.element-item.alkali {
    background: #F00;
    background: hsl(0, 100%, 50%);
}

.element-item.alkaline-earth {
    background: #F80;
    background: hsl(36, 100%, 50%);
}

.element-item.lanthanoid {
    background: #FF0;
    background: hsl(72, 100%, 50%);
}

.element-item.actinoid {
    background: #0F0;
    background: hsl(108, 100%, 50%);
}

.element-item.transition {
    background: #0F8;
    background: hsl(144, 100%, 50%);
}

.element-item.post-transition {
    background: #0FF;
    background: hsl(180, 100%, 50%);
}

.element-item.metalloid {
    background: #08F;
    background: hsl(216, 100%, 50%);
}

.element-item.diatomic {
    background: #00F;
    background: hsl(252, 100%, 50%);
}

.element-item.halogen {
    background: #F0F;
    background: hsl(288, 100%, 50%);
}

.element-item.noble-gas {
    background: #F08;
    background: hsl(324, 100%, 50%);
}

/* V4 CHANGES */

div.caseStudy__resultsSection {
    background-color: #242529;
    padding: 45px 0px 0px;
}

div.caseStudy__heroSection {
    height: 250px;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

div.caseStudy__textArea {
    max-width: 800px;
    padding: 5px;
    z-index: 1;
}

h1.caseStudy__title {
    color: #FFFFFF;
    font-size: 42px;
    text-align: center;
    margin: 0px;
}

p.caseStudy__baseline {
    color: #b0b1af;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;

}

/* Setup Section */

img.caseStudy__logoImage {
    max-width: 250px;
    margin: auto;
    display: block;
}

p.ourMissions {
    text-align: center;
    margin-bottom: 15px;
}

div.missionsTagsArea {
    padding: 0 15px 45px;
}

@media (min-width: 900px) {
    div.caseStudy__setupSection {
        display: flex;
        justify-content: space-evenly;
        max-width: 900px;
        padding: 45px 15px 40px;
        margin: auto;
    }

    div.missionsTagsArea {
        margin: auto;
        flex-basis: 60%;
    }

    img.caseStudy__logoImage {
        max-width: 250px;
        margin: auto;
        flex-basis: 30%;
    }

    p.ourMissions {
        text-align: left;
    }
}

div.caseStudy__theBrandSection {
    max-width: 900px;
    margin: 0px auto 80px;
    padding: 15px 15px 15px;
}

/* Result Section */

h2.caseStudy__resultsTitle {
    color: #FFFFFF;
    text-align: center;
}

div.caseStudy__resultsArea {
    padding: 60px 15px;
    max-width: 900px;
    margin: auto;
}

div.caseStudy__resultsArea * {
    color: #FFFFFF;

}

/* Connected Services Section */

h2.connectedServices__title {
    text-align: center;
    padding: 10px 15px 30px;
}

div.caseStudy__servicesSection {
    background-color: #F7F7F7;
    padding: 35px 15px;
}

div.connectedServices__grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    padding: 20px 15px;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

div.connectedServices__unit {
    max-width: 330px;
    margin: 0 auto;
}

.allCornersRadius {
    border-radius: 4px;
    overflow: hidden;
}

img.connectedServices__image {
    border-radius: 4px;
}

div.innerPanel__textArea {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.innerPanel {
    position: relative;
}

p.connectedService__learnMore {
    margin-bottom: 0;
    color: #b0b1af;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

p.connectedService__title {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
}

/* CSS pour pages Services */

div.servicePage__heroSection {
    padding-top: 20vh;
    padding-bottom: 30vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}

div.servicePage__heroSection:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

@media screen and (min-width: 769px) {
    div.servicePage__heroSection {
        padding-top: 25vh;
        padding-bottom: 35vh;
        background-position: center center;
        background-size: cover;
    }
}

div.heroSection__textArea {
    max-width: 600px;
    background-color: transparent;
    padding: 5px;
    margin: 0 20px;
    border-radius: 5px;
    position: relative;
    z-index: 10;

}

@media (min-width: 1000px) {

    div.heroSection__textArea {
        margin: 0 auto;

    }
}

h1.pageService__title {
    font-size: 45px;
    text-transform: uppercase;
    margin: 10px;
    text-align: center;
    color: #fafafa;
    font-family: oswald;
}

p.pageService__baseline {
    text-align: center;
    color: #b0b1af;
    text-transform: uppercase;
    font-weight: bold;
}

div.separateur {
    height: 2px;
    width: 50px;
    margin: 10px auto 35px;
    max-width: 200px;
    background: #EC4C4C;
    display: block;
}

/* Details of Service Styling */

div.detailsOfService__section {
    background-color: #F7F7F7;
}

div.detailsOfService {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

div.detailsOfService__grid {
    display: grid;
    margin: auto;
    grid-gap: 10px 15px;
    padding: 20px 15px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

div.serviceDetail__unit {
    display: flex;
}

div.detailsOfService__contact {
    max-width: 600px;
    margin: auto 10px;
    padding: 10px 20px 20px;
    background-color: #FFFFFF;
}

p.detailsOfService__contactTitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
}

@media (min-width: 1000px) {
    div.detailsOfService {
        display: flex;
    }

    div.detailsOfService__grid {
        flex-basis: 63%;
    }

    div.detailsOfService__contact {
        flex-basis: 30%;
        border-radius: 5px;
        box-shadow: 0 0 24px 0 rgba(0, 8, 66, 0.05);

    }
}

img.lpServiceDetail__image {
    max-width: 50px;
    margin: auto;
    display: block;
}

div.serviceUnit__imageArea {
    padding-top: 15px;
}

h3.serviceDetail__title {
    text-align: left;
    padding: 0 0 0 15px;
}

p.serviceShortDescription {
    padding: 5px 0 0 15px;
    margin-bottom: 12px;
}

div.caseStudy__section {
    background-color: #F7F7F7;
    padding: 15px 5px;
}

/* About Service Section */

div.aboutService__section {
    background-color: #F7F7F7;
    padding: 15px 10px 10px;
}

div.aboutService__innerContainer {
    max-width: 1200px;
    margin: auto;

}

div.aboutService__content {
    padding: 20px 10px;
}

@media (min-width: 1000px) {
    div.aboutService__innerContainer {
        display: flex;
        justify-content: space-between;
    }

    div.aboutService__imageContainer {
        flex-basis: 35%;
    }

    .even-row .aboutService__imageContainer {
        flex-basis: 35%;
        order: 2;
    }

    img.aboutService__image {
        margin: 25px auto;
    }

    div.aboutService__content {
        flex-basis: 60%;
    }
}

h3.aboutService__itemTitle {
    margin: 0px 0px 15px;
}

div.aboutService__divider {
    margin: 5px 0 25px 0;
    height: 2px;
    width: 250px;
    background-color: #DEDEDE;
}

/* FAQ Styling */

div.servicePage__faqSection {
    max-width: 1200px;
    padding: 0px 5px 25px;
    margin: auto;
}

div.faqsection__qa {
    padding: 15px;
}

div.faq__questionArea {
    flex-basis: 35%;
    display: flex;
    margin-bottom: 15px;
}

div.faq__answerArea {
    flex-basis: 45%;
    display: flex;

}

img.faq__questionMark {
    align-self: center;
    max-width: 50px;
    margin-right: -15px;
}

p.faq__question {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin: auto 0;
}

p.faq__answer {
    margin: auto;
}

div.faq__divider {
    margin: 40px auto;
    height: 2px;
    width: 250px;
    background-color: #DEDEDE;
}

div.faq__divider:last-of-type {
    display: none;
}

@media (min-width: 900px) {
    div.faqsection__qa {
        display: flex;
        justify-content: space-evenly;
        padding: 15px;
    }

    p.faq__question {
        font-size: 30px;
        font-weight: 300;
        line-height: 1.3em;
        margin: auto 0;
    }
}

div.twoFunnels__section {
    background-color: #F4F4F4;
    padding: 20px 0px;
    display: flex;
    justify-content: space-evenly;
}

div.oneFunnel__container {
    background-color: white;
    flex-basis: 45%;
    padding: 15px;
    border: 1px solid #e6edf3;
}

h2.oneFunnel__title {
    font-size: 25px;
    text-align: center;
    background-color: black;
    color: white;
}

div.servicesAndEditorial__section {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0px;
}

h2.homepageServicesSection__title {
    font-size: 25px;
}

p.homepageServicesSection__description {
    font-size: 20px;
}

p.homepageSingleService__description {
    margin-bottom: 0px;
}

div.homepageServices__container {
    max-width: 1200px;
    display: grid;
    grid-gap: 30px;
    display: grid;
    margin: 0 auto;
    padding: 0px 20px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

div.homepageSingleService__unit {
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

div.homepageSingleService__imageArea {
    flex-basis: 15%;
}

img.homepageSingleService__image {
    margin: auto;
    display: block;
}

div.homepageSingleService__contentArea {
    flex-basis: 80%;
}

/* LATEST ARTICLES SECTION */

div.homepageLastestArticles__section {
    padding: 20px 0px;
    background-color: #EDF0F5;
}

h2.homepageLastestArticle__title {
    text-align: center;
}

div.homepageLatestArticles__grid {
    max-width: 1200px;
    display: grid;
    grid-gap: 30px;
    display: grid;
    margin: 0 auto;
    padding: 0px 20px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}

img.homepageArticle__image {}

div.homepageArticle__unit {
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 3px;
}

div.homepageArticle__contentArea {
    padding: 15px;
    background-color: white;
}

h3.homepageArticle__title {
    font-size: 22px;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.blogHomepage__heroSection {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-perspective: 100px;

    perspective: 100px;
}

.blogHomepage__heroSection:before {
    -webkit-animation: no-transform 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: no-transform 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)),
        url(../jpg/shanghai-black-white-m.jpg) no-repeat bottom;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
    z-index: -1;
}

.blogHomepage__heroSection:after {
    -webkit-animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    background: #F9FCFF;
    content: "";
    height: 40rem;
    left: -5%;
    position: absolute;
    right: -5%;
    top: 90%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 0;
}

.header-title,
.header-subtitle {
    color: #fff;
}

.header-subtitle {
    margin-bottom: 5rem;
    text-transform: uppercase;
}

.header-button {
    position: relative;
    -webkit-transform: translateZ(.1px);
    transform: translateZ(.1px);
    z-index: 10;
}

.animate-pop-in {
    -webkit-animation: no-transform .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: no-transform .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
    -webkit-transform: translateY(-4rem) scale(.8);
    transform: translateY(-4rem) scale(.8);
}

.rocky-dashed {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header-title {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header-subtitle {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header-button {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.header-down-arrow {
    -webkit-animation: pulse 2s 3s ease-out infinite;
    animation: pulse 2s 3s ease-out infinite;
    bottom: 4vh;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
}

.header-down-arrow img {
    -webkit-animation: no-transform 1s 1s ease-out forwards;
    animation: no-transform 1s 1s ease-out forwards;
    opacity: 0;
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
}

/* Animations */

@-webkit-keyframes no-transform {
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes no-transform {
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    50% {
        opacity: .8;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    50% {
        opacity: .8;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes rotate-up {
    100% {
        -webkit-transform: rotateZ(-4deg);
        transform: rotateZ(-4deg);
    }
}

@keyframes rotate-up {
    100% {
        -webkit-transform: rotateZ(-4deg);
        transform: rotateZ(-4deg);
    }
}

div.teamPage {
    max-width: 1200px;
    margin: auto;
}

h1.teamPage__mainTitle {
    text-align: center;
}

div.teamPage__grid {
    display: grid;
    margin: auto;
    padding: 20px 15px;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}