/*
 Theme Name:      Optimiz Référencement
 Theme URI:      https://www.optimiz-refrencement.online/
 Description:      Thème du site Optimiz référencement
 Author:      Agence B
 Author URI:       https://www.agenceb.alsace
 Template:      kawi
 Version:      1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Media
# Header
# Content
# Blocks
# Pagination
# Comments
# Footer
# Widgets
# Helpers
--------------------------------------------------------------*/
/*! 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 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;
}

/**
 *--------------------------------------------------------------
 *--------------------------------------------------------------
 */

/**
 * CUSTOM STYLES
 */
.site-header {
    border-top: none;
}
#topbar-nav {
    background-color: #2f2f2f;
    height: 40px;
    position: sticky;
    display: block;
    padding-right: 6em;
    z-index: 90;
}
.topbar-menu {
    display: flex;
    justify-content: center;
}
.topbar-menu .menu-item {
    margin: 0.6rem 0 0 3rem;
}
#menu-item-33 {
    margin-left: 8em;
}
#topbar-menu a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: none;
    vertical-align: baseline;
}
#topbar-menu a:hover {
    color: #fab504;
    text-decoration: none;
}
#topbar-menu a :active {
    color: #009944;
}
.hero {
    background-size: 1920px;
    background-position: center top;
    background-repeat: no-repeat;
    margin: -5px auto 0 auto;
    background-image: url("/wp-content/themes/kawi-child/assets/img/OPTIMIZ_WebSite_HeaderCloudBackground.webp");
}
#performanceRocket {
    width: max-content;
    z-index: 100;
    position: relative;
    display: block;
    margin: 10px auto -175px auto;
}
.main-info {
    margin: 15rem 0 0 0;
}
#siteBranding {
    width: max-content;
    margin: 0 auto;
}
#siteBranding a:hover img {
    transform: scale(0.90, 0.90);
    transition-duration: 0.75s;
}
#searchPromo {
    background: #fff;
    display: flex;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    z-index: 90;
    height: 44px;
    width: 500px;
    margin: 20px auto 30px auto;
    overflow: hidden;
}
#animatedSearchQuery {
    width: 500px;
    overflow: hidden;
    padding: 0 30px;
    text-align: left;
    line-height: 2.2em;
    font-size: 0.95em;
}
#typed {
    width: 500px;
    overflow: hidden;
    padding: 0 30px;
    text-align: left;
    line-height: 2em;
    font-size: 1.2em;
}
.typed-cursor {display: none}
#searchPromo:before {
    content: url("/wp-content/themes/kawi-child/assets/img/search.png");
    position: relative;
    left: 15px;
    top: 9px;
}
#searchPromo:after {
    content: url("/wp-content/themes/kawi-child/assets/img/speak.png");
    position: relative;
    right: 15px;
    top: 9px;
}
#headSlider {
    border-bottom: 1px solid #c2e3ec;
    margin-bottom: 15px;
}
.home h1 {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 35px auto;
    font-family: 'made_evolve_sansmedium';
    font-size: 1.25em;
    color: #00acd0;
    text-align: center;
}
.letterH1 {
    font-family: 'made_evolve_sans_evomedium';
}
.content-area {
    margin: 0 auto;
    max-width: 1100px;
}

/*
STYLE HOMEPAGE
 */
.homeIntroText {
    text-align: justify;
    text-align-last: center;
    line-height: 1.4;
}
.homeTitleExpertise {
    display: block;
    font-family: 'made_evolve_sans_evoregular';
    font-size: 1.4em;
    color: #00acd0;
    text-align: center;
    line-height: 1em;
    max-width: 1200px;
}
#homeExpertise {
    display: grid;
    grid-template: 1fr / repeat(4, 1fr);
    grid-gap: 20px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.card_categExpertise {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px 5px 15px;
    box-shadow: 0px 0px 8px -4px #4895ab;

    z-index: 10;
    scale: 1;
    transition-duration: 0.5s;
}
.card_categExpertise:hover {
    box-shadow: 0px 0px 24px -10px #58beda;
    z-index: 20;
    scale: 1.2;
    transition-duration: 0.5s;
}
.expertiseBleue, .expertiseBleue a { color: #3579bd; }
.expertiseVerte, .expertiseVerte a { color: #009944; }
.expertiseJaune, .expertiseJaune a { color: #fab504; }
.expertiseRouge, .expertiseRouge a { color: #e73a24; }
.card_categExpertise a {
    background-color: transparent;
    text-decoration: none;
}
.card_categExpertise img {}
.homeH3_categExpertise {
    font-family: 'made_evolve_sans_evomedium';
    font-size: 1.2em;
    text-align: center;
}
.home_listExpertise {}
.home_listExpertisePagelink {
    display: block;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.4em;
}
.home_listExpertisePagelink:hover, .home_listExpertisePagelink:focus, .home_listExpertisePagelink:active {
    background-color: transparent;
    color: #000;
}
.moitie-moitie {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-template-rows: 100%;
}
#pourquoiOptimiz {padding: 0 20px}
#pourquoiOptimiz h2 {
    display: block;
    font-family: "made_evolve_sans_evomedium", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.4em;
    color: #3579bd;
    text-align: center;
    line-height: 1em;
    margin: 70px 0 20px 0;
}
#pourquoiOptimiz h3 {
    display: block;
    font-family: "made_evolve_sansregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.1em;
    color: #3579bd;
    text-align: center;
    line-height: 1em;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
#pourquoiTexte {
    grid-column: 1;
    grid-row: 1;
    display: inline-block;
}
#pourquoiTexte p,
#pourquoiTexteAgence p {
    font-family: "made_evolve_sansregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 18px;
    line-height: 1.2;
    text-align: justify;
    text-align-last: left;
    margin: 0 0 15px 0;
}
#pourquoiImage {
    grid-column: 2;
    grid-row: 1;
    display: inline-block;
    text-align: right;
}
#pourquoiTexteAgence {
    grid-column: 2;
    grid-row: 1;
}
#pourquoiImageAgence {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    justify-content: start;
    align-content: center;
}
/*
STYLE FOOTER
 */
#bottomCallToAction {
    width: 70%;
    text-align: center;
    margin: 30px auto;
}
#txtBottomCallToAction {
    color: #009944;
    font-family: 'made_evolve_sansregular';
    font-size: 1.1em;
    line-height: 1em;
}
#btnBottomCallToAction {
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-family: 'made_evolve_sansbold';
    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
    border: 1px solid #009944;
    background-color: #009944;
    padding: 7px 12px;
    border-radius: 10px;
    text-decoration: none;
}
#btnBottomCallToAction:hover {
    color: #009944;
    border: 1px solid #009944;
    background-color: #fff;
    transition: 2s;
}
#nostressBottomCallToAction {
    margin: 15px auto 20px auto;
    color: #8ed2ac;
    font-family: "hey_octoberregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.8em;
    line-height: 1.1em;
}




/*
STYLE GLOBAL
 */

body,
button,
input,
select,
optgroup,
textarea {
    color: #3d4852;
    font-family: "made_evolve_sansregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 18px;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.hentry, .no-results, .error-404 {
    background-color: #fff;
    border-top: none;
    padding: 1rem;
    margin-bottom: 3rem;
}
.entry-footer {display: none;}
h1 {
    display: block;
    font-family: "made_evolve_sans_evomedium", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 2.1em;
    color: #00acd0;
    text-align: center;
    line-height: 1em;
    margin: 70px 0 20px 0;
}
h2 {
    display: block;
    font-family: "made_evolve_sansmedium", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.7em;
    color: #00acd0;
    text-align: center;
    line-height: 1em;
    margin: 70px 0 20px 0;
}
h3 {
    display: block;
    font-family: "made_evolve_sansbold", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.6em;
    color: #00acd0;
    text-align: left;
    line-height: 1em;
    margin: 70px 0 20px 0;
}
.p-center {
    text-align: justify;
    text-align-last: center;
}
#confiance li {
    font-family: "made_evolve_sansmedium", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1em;
    font-weight: bold;
}
#confiance li:first-child {color: #e73a24;}
#confiance li:nth-child(2) {color: #fab504;}
#confiance li:nth-child(3) {color: #3579bd;}
#confiance li:nth-child(4) {color: #009944;}
#confiance span {
    display: block;
    font-family: "made_evolve_sansregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1em;
    line-height: 1.15em;
    text-align: justify;
    text-align-last: left;
    margin: 0 0 15px 0;
    font-style: italic ;
    font-weight: normal;
    color: #000000;
}
#q1 {
    grid-column: 1;
    grid-row: 1;

}
#q2 {
    grid-column: 2;
    grid-row: 1;
}
#pourquoiAgence h2 {
    display: block;
    font-family: "made_evolve_sans_evomedium", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.4em;
    color: #ffc84e;
    text-align: center;
    line-height: 1em;
    margin: 70px 0 20px 0;
}
#pourquoiTexteAgence h3 {
    color: #ffc84e;
    font-family: "made_evolve_sansregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.3em;
    margin: 30px 0 0 0;
}
.pourquoiTexteQuestions {
    padding: 20px;
    background-color: #d3e8e2;
    border-radius: 10px;
    margin: 0 0 20px 0;

}
#questionsAgence h2 {
    font-family: "made_evolve_sansthin", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 auto 15px 0;
    text-align: left;
    color: #009944;
}
#questionsAgence p,
#questionsAgence ul,
#questionsAgence li {
    color: #3d4852;
    font-family: "made_evolve_sansregular", "system-ui", "BlinkMacSystemFont", "-apple-system", "sans-serif";
    font-size: 18px;
    line-height: 19px;
    margin: 0 0 10px 0;
}


/* @MEDIA RULES FOR TABLET - Screen = B/w 481px to 810px  */
@media (min-width: 481px) and (max-width: 810px) {
    #homeExpertise {
        display: grid;
        grid-template: 1fr / repeat(3, 1fr);
        grid-gap: 15px 15px;
        margin: 0 auto;
    }


}

/* @MEDIA RULES FOR MOBILE - Screen = B/w 321px to 480px  */
@media (min-width: 321px) and (max-width: 480px) {
    .wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #siteBranding {
        width: 90%;
        margin: 0 auto;
    }
    #searchPromo {
        background: #fff;
        display: flex;
        border: 1px solid #dfe1e5;
        box-shadow: none;
        border-radius: 24px;
        z-index: 90;
        height: 44px;
        width: 100%;
        margin: 20px auto 30px auto;
        overflow: hidden;
    }
    #homeExpertise {
        display: grid;
        grid-template: 1fr / repeat(2, 1fr);
        grid-gap: 10px 10px;
        margin: 0 auto;
    }
    .home h1 {
        padding: 0 10px;
    }
}

/* @MEDIA RULES FOR LITTLE MOBILE - Screen = B/w 150px to 320px  */
@media (min-width: 150px) and (max-width: 320px) {
    #homeExpertise {
        display: grid;
        grid-template: 1fr / repeat(1, 1fr);
        grid-row-gap: 10px;
        margin: 0 auto;
    }

}
