/*!
Theme Name: Projet Home Studio v2
Theme URI: http://underscores.me/
Author: Adrien Perinot
Author URI: https://www.projethomestudio.fr
Description: Version 2 of the Projet Home Studio website
Version: 3.1.0
Text Domain: phsv2
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Non-form Buttons
	## Menus (incl. mobile menu)
  ## Search
    ### search-function Page
    ### search-function Overlay
# Accessibility
# Alignments
# Clearings
# Widgets
	## General Widgets
	## Social Media
	## Recent Entries
# Content
	## Posts and pages
	## Comments
  ## Social Sharing Buttons settings
# Media
	## General Media
	## Captions
# Site Branding
	## General Site Branding
	## Fixed with Scroll
	## If Landing Page Without Menu
# Structure (Content & Sidebar)
	## General Structure
	## Thumbnail Articles
	## Pages
	## Category
# Footer
# Entry
# Reviews
# Front Page
	## Hero
	## Section : News
	## Section : Videos
	## Section : Qui Suis-Je
	## Section : Apprendre & Formation
# Tables
# Landing Page Formation
# Affiliation
  ## Affiliate Links
  ## Affiliate Tableau
# WooCommerce
  ## Paypal Checkout
  ## Stripe for Woocommerce by Payment Plugins
# Article CTA Aside

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.2em;
  color: #333333;
  font-weight: 400;
}

h1, h2 {
  clear: both;
}

h2,
h3,
h4,
h5,
h6, .h2, .h3 {
  font-weight: 700;
  margin: 40px 0;
}

h1, .h1 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  margin-top: 0;
  letter-spacing: -0.6px;
  font-size: 30px;
  font-size: 4.0rem;
  line-height: 1.125em;
  margin: 0 0 10px 0;
}

h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25em;
}

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  font-weight: 700;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22em;
}

h5, .h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.22em;
}

p {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 25px 25px 25px;
  margin: 0 2.5rem 2.5rem 2.5rem;
  padding: 25px;
  padding: 2.5rem;
  background: #f8f8f8;
  border-left: 3px solid #FF9009;
}

blockquote p:last-child {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25em;
  }

  h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.15em;
  }

  h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.13em;
  }

  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11em;
  }
}

.highlightOrangePHS {
  color: #FF9009;
}

.textCenter {
  text-align:center !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.svg-icon {
  height: 1em;
  width: 1em;
  top: .125em;
  position: relative;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*------------------------------
	Forms
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"], input[type="button"], button.wpforms-submit {
  cursor: pointer;
  background: #ff9009;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.22em;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
  opacity: 0.8;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.22em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #333333;
}

textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff;
  background: #e9e9e9;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}

/* Hide ReCatpcha v3 */
.grecaptcha-badge {
  visibility: hidden;
}

.wpforms-field-container label {
  display:block;
  font-weight:bold;
}
.wpforms-field-container input, .wpforms-field-container textarea {
  width:50%;
}
.wpforms-field-container textarea {
  min-height:170px;
}
.wpforms-error {
  color:#FF0000;
  font-weight:bold;
  font-size:1.4rem;
}
.wpforms-field-container input.wpforms-error, .wpforms-field-container textarea.wpforms-error {
  color:#FF0000;
  background:#FFEBEE;
}
.wpforms-confirmation-container {
  background:#D5ECD5;
  margin:20px 0;
  padding:20px;
  color:#3F8B3F;
  font-weight:bold;
  border:1px solid #3F8B3F;
}
.wpforms-confirmation-container p {
  padding:0;
  margin:0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ff9009;
  text-decoration: none;
  outline: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
  color: #ff9009;
}

a:active, a:focus, a:hover {
  outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 a,
h2 a,
h3 a {
  color: #333333;
}

/*--------------------------------------------------------------
## Non-form Buttons
--------------------------------------------------------------*/
a.btn {
  display: inline-block;
  padding: 3.75px 10px;
  padding: .375rem 1rem;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  white-space: normal;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2.0rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

a.btn:hover {
  text-decoration: none;
}

a.btn.btn-outline {
  background: #FFFFFF;
  border: 1px solid #FF9009;
  color: #FF9009;
}

a.btn.btn-outline:hover {
  background: #FF9009;
  color: #FFFFFF;
}

a.btn.btn-full {
  background: #FF9009;
  border: 1px solid #FF9009;
  color: #FFFFFF;
}

a.btn.btn-full:hover {
  background: #FFFFFF;
  color: #FF9009;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  background: #FFFFFF;
}

.main-navigation ul ul {
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: none;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  min-width: 200px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: auto;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  line-height: 74px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.main-navigation a:hover {
  color: #FF9009;
}

.main-navigation ul>li:last-child>a {
  padding-right: 0px;
}

.main-navigation ul ul li {
  line-height: 26px;
  width: 100%;
}

.main-navigation ul ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  background: #FFFFFF;
}

.main-navigation ul ul li a:hover {
  color: #FF9009;
}

.menu-toggle-subarrow {
  display: none;
}

/* Toggle for mobile menu */
#menu-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  display: none;
}

#menu-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #333333;
}

#menu-toggle span:before {
  top: -8px;
}

#menu-toggle span:after {
  top: 8px;
}

#menu-toggle span:before, #menu-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #333333;
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

#menu-toggle.nav-is-visible span {
  background: transparent;
}

#menu-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}

#menu-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}

#menu-toggle.nav-is-visible span:before, #menu-toggle.nav-is-visible span:after {
  background: #333333;
}

@media screen and (max-width: 991.98px) {
  .main-navigation ul {
    display: none;
  }

  #menu-toggle {
    display: block;
  }

  .main-navigation.main-navigation-mobile ul.menu {
    display: block;
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    border: 0;
  }

  .main-navigation.main-navigation-mobile ul li {
    display: block;
    float: none;
    line-height: 40px;
    line-height: 4.0rem;
  }

  .main-navigation.main-navigation-mobile ul {
    float: none;
    position: relative;
    border: 0;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .main-navigation.main-navigation-mobile ul li a {
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 20px;
  }

  .main-navigation.main-navigation-mobile ul ul li a {
    padding-left: 40px;
    text-transform: none;
  }

  .main-navigation.main-navigation-mobile li.menu-item-has-children>a:after {
    content: none;
  }

  /* Arrow for mobile menu */
  .main-navigation.main-navigation-mobile .menu-item-has-children ul {
    display: none;
  }

  .main-navigation.main-navigation-mobile .menu-item-has-children>.menu-toggle-subarrow {
    display: block;
    color: #333333;
    border-left: 1px solid #DDDDDD;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 0px 20px;
    z-index: 10;
    font-size: 25px;
    font-size: 2.5rem;
  }

  .menu-toggle-subarrow svg {
    transition: all 200ms ease-in-out;
  }

  .main-navigation.main-navigation-mobile .menu-toggle-dropdown .menu-toggle-subarrow svg {
    transform: rotate(180deg);
  }

  .main-navigation.main-navigation-mobile .menu-toggle-dropdown>ul {
    display: block !important;
  }

  body.logged-in.admin-bar .site-header {
    margin-top: 20px;
  }
}

/* Additional navigation */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### search-function Page
--------------------------------------------------------------*/
.search-form-fullwidth-wrapper {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  padding: 20px;
}

.search-form-fullwidth {
  max-width: 600px;
  margin: 0 auto;
}

.search-form-fullwidth-wrapper form input[type="text"],
.search-form-fullwidth-wrapper form input[type="search"] {
  width: 100%;
  max-width: 60%;
  margin: 0 5% 0 5%;
}

.search-form-fullwidth-wrapper form input[type="submit"] {
  width: 100%;
  max-width: 25%;
  margin: 0;
}

.search-highlight {
  background: #FFEDDB;
}

.search-filters-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.22em;
  margin: 20px 0 0 0;
}

.search-filters-wrapper a.search-filter:hover {
  text-decoration: none;
}

.search-filters-wrapper .search-filter {
  display: inline-block;
  padding: 4px 10px;
  margin: 2px;
  color: #C0C0C0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search-filters-wrapper .search-filter:hover {
  background: #FFEDDB;
}

.search-filters-wrapper .search-filter.search-filter-active {
  display: inline-block;
  /* border:1px solid #FF9009; */
  background: #FFEDDB;
  color: #FF9009;
  padding: 4px;
}

@media (max-width: 991.98px) {

  .search-form-fullwidth-wrapper form input[type="text"],
  .search-form-fullwidth-wrapper form input[type="search"] {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .search-form-fullwidth-wrapper form input[type="submit"] {
    width: 100%;
    max-width: 50%;
    margin: 20px 0 0 0;
  }
}

/*--------------------------------------------------------------
### search-function Overlay
--------------------------------------------------------------*/
.search-function {
  float: right;
}

.search-function #search-toggle {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  transition: color 0.2s ease;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0 12px;
  display: block;
  line-height: 75px;
}
.search-function #search-toggle:hover {
  color:#FF9009;
}

.search-function .search-overlay {
  position: fixed;
  background: #fff7f0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  visibility: hidden;
  text-align: center;
}

.search-function .search-overlay.toggled {
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 999999;
}

.search-function .search-overlay .close-icon {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}

.search-function .search-overlay .close-icon svg {
  width:2em;
  height:2em
  -webkit-transition: all 0.20s ease;
  transition: all 0.20s ease;
}
.search-function .search-overlay .close-icon svg:hover {
  color:#FF9009;
}

.search-function .search-form-wrapper {
  width: 40%;
  margin: 0 auto;
}

.search-function .search-form-content {
  display: block;
  width: 40%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form-content input {
  padding: 15px 0;
  font-size: 48px;
  font-size: 4.8rem;
  ;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #333;
  background: #fff7f0;
  outline: none;
  margin: 0;
  box-shadow: unset;
}

.search-function .search-form-content input:focus {
  box-shadow: unset;
  background: #fff7f0;
  border-bottom: 1px solid #333;
}

.search-function .search-form-content p {
  text-align: left;
  line-height: 1.22em;
}

@media (max-width: 1199.98px) {
  .search-function .search-form-wrapper {
    width: 50%;
  }

  .search-function .search-form-content {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .search-function .search-form-wrapper {
    width: 60%;
  }

  .search-function .search-form-content {
    width: 60%;
  }

  .search-form-content input {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .search-function .search-form-wrapper {
    width: 80%;
  }

  .search-function .search-form-content {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 3.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .alignleft, .alignright {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

.sidebar .widget .widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}

.sidebar .widget ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.sidebar .widget a {
  color: #333333;
}

.sidebar .widget a:hover {
  color: #ff9009;
  text-decoration: underline;
}

.sidebar .widget p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2em;
}

.sidebar .widget p.smallText {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4em;
}

.sidebar .widget p.lowMargin {
  margin-bottom: 20px;
}

.sidebar .widget p.noMargin {
  margin-bottom: 0;
}

.sidebar .widget input {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  aside.sidebar#secondary {
    padding: 40px 0 0 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #e9e9e9;
  }

  .sidebar .widget img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Social Media
--------------------------------------------------------------*/
.widget-social-networks i {
  display: inline-block;
  margin: 0 10px 0 0;
  transition: color 0.3s ease;
}

.widget-social-networks i:hover {
  color: #ff9009;
}

/*--------------------------------------------------------------
# Recent Entries
--------------------------------------------------------------*/
.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 auto;
}

.published.hide {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: auto 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 auto;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}

#comments .comments-title {
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

#comments p.post-comment-shortcut {
  font-weight: bold;
  color: #FF9009;
  margin-bottom: 30px;
}

#comments .comment-respond h3.comment-reply-title a {
    color: #ff9009;
}

#comments .comment {
  margin: 30px 0;
}

#comments .comment .avatar {
  width: 60px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 30px 30px 0px 30px;
  background: #e9e9e9;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#comments .comment .comment-wrapper:before {
  border-color: transparent #e9e9e9 transparent transparent;
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}

#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-size: 1.1rem;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #ff9009;
}

 #comments .comment header {
  color: #aaaaaa;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

#comments .comment .comment-author {
  font-weight: 700;
  font-style: normal;
  margin-right: 5px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-size:1.4rem;
  color: #333333;
}

#comments .comment cite span {
  font-style: normal;
  text-transform: uppercase;
  color: #FF9009;
}

#comments .comment span.postedByAdmin {
  color: #FF9009;
}
#comments .comment span.postedByAdmin svg, #comments .comment span.postedByMember svg {
  height: 1.2em;
  width: 1.2em;
}

#comments .comment span.postedByMember {
  color: inherit;
}

#comments .comment.parent .comment {
  padding-left: 30px;
}

@media screen and (max-width: 991.98px) {
  #comments .comment.parent .comment {
    padding-left: 20px;
  }
}

#comments a {
  text-decoration: none;
}

#comments a:hover {
  text-decoration: underline;
}

#comments .comment-form label {
  display: block;
}

#comments .comment-form p.comment-form-cookies-consent label {
  display: inline;
}

#comments .comment-respond p {
  margin: 0 0 10px 0;
}

#comments .comment-respond .comment-form textarea {
  width: 100%;
  margin: 0;
  display: block;
}

#comments .comment-respond p.comment-form-in-column {
  float: left;
  width: 32%;
  margin: 0 2% 10px 0;
}

#comments .comment-respond p.comment-form-in-column-last-item {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  #comments .comment-respond p.comment-form-in-column {
    float: none;
    width: 100%;
  }

  #comments .comment-respond p.comment-form-in-column input {
    width: 70%;
  }

  #comments .comment-respond p {
    width: 100%;
  }
}

#comments .comment-respond p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.22;
}

#comments .comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
## Social Sharing Buttons settings
--------------------------------------------------------------*/
.entry-social {
  margin-bottom: 10px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}

.entry-social .social-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.entry-social .social-buttons ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
}

.entry-social .social-buttons ul li a {
  color: #FFFFFF;
  background: transparent;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 15px;
  -webkit-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.entry-social .social-buttons ul li a svg {
  -webkit-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.entry-social .social-buttons ul li a p.social-button-description {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.entry-social .social-buttons .twitter a {
  background: #00aced;
}

.entry-social .social-buttons .facebook a {
  background: #3B5997;
}

.entry-social .social-buttons .whatsapp {
  display: none;
}

.entry-social .social-buttons .whatsapp a {
  background: #20B558;
}

.entry-social .social-buttons .copylink a {
  background: #AAAAAA;
}

.entry-social .social-buttons .sendemail a {
  background: #D44638;
}

.entry-social .social-buttons a:hover {
  padding: 6px 30px;
}

.entry-social .social-buttons li.copylink.copylinkdone p.social-button-description {
  color: #222222;
}

@media (max-width: 575.98px) {

.entry-social .social-buttons .whatsapp {
  display: inline-block;
}
  .entry-social.do-mobile-version {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .entry-social.do-mobile-version .social-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .entry-social.do-mobile-version .social-buttons ul li a p.social-button-description,
  .entry-social.do-mobile-version .social-buttons p {
    display: none;
  }

  .entry-social.do-mobile-version .social-buttons ul li {
    margin: 0;
    width: 20%;
    font-size: 20px;
    font-size: 2.0rem;
  }

  .entry-social.do-mobile-version .social-buttons ul li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 4px;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }

  .entry-social.do-mobile-version .social-buttons a:hover {
    padding: 4px;
  }

  .entry-social.do-mobile-version .social-buttons a:hover svg {
    width: 1.5em;
    height: 1.5em;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-audio-shortcode, .wp-playlist {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
figure figcaption, .wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 10px 0px;
}

figure figcaption, .wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Site Branding
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Site Branding
--------------------------------------------------------------*/
.site-header-wrapper {
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

.site-header {
  width: 100%;
  height: 75px;
  line-height: 75px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #FFFFFF;
  top: auto;
}

.header-container {
  max-width: 1180px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
  position: relative;
}

.site-branding {
  text-align: center;
  line-height: 75px;
  float: left;
}

.site-branding img {
  height: 40px;
  width: auto;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.site-branding img:hover {
  transform: scale(1.06);
}

/*--------------------------------------------------------------
## Fixed with Scroll
--------------------------------------------------------------*/
.site-header-wrapper-fixed {
  height: 74px;
}

.site-header-wrapper-fixed .site-header {
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  z-index: 100;
  transition: all .5s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body.logged-in.admin-bar .site-header-wrapper-fixed header {
  top: 32px;
}

/*--------------------------------------------------------------
## If Landing Page Without Menu
--------------------------------------------------------------*/
.site-header-wrapper.site-header-wrapper-landing-page {
  margin: 0 0 20px 0;
}

.site-header-wrapper.site-header-wrapper-landing-page .site-header {
  position: inherit;
  height: auto;
}

.site-header-wrapper.site-header-wrapper-landing-page .site-branding {
  float: none;
}

.site-header-wrapper.site-header-wrapper-landing-page .header-container {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}

/*--------------------------------------------------------------
# Structure (Content & Sidebar)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/
.site-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-content-inside {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

div#primary {
  float: left;
  width: 100%;
  margin-right: -340px;
}

.site-main-subwrapper {
  padding: 40px 40px 40px 0;
  border-right: 1px solid #e9e9e9;
  margin-right: 340px;
}

div#primary.content-area-fullwidth {
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 60px 0;
}

div#primary.content-area-fullwidth .site-main-subwrapper {
  margin-right: 0px;
  border: 0;
  padding: 40px 0px;
}

@media (max-width: 767.98px) {
  div#primary.content-area-fullwidth {
    padding: 20px 0;
  }
}

div#primary.content-narrow-width {
  float: none;
  max-width: 940px;
  margin: 0 auto;
  padding-right: 0;
  border: 0;
}

div#primary.content-narrow-width .site-main-subwrapper {
  padding: 40px 0px 40px 0;
  margin: 0;
  border: 0;
}

aside#secondary {
  width: 340px;
  float: left;
  padding: 40px 0 40px 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991.98px) {
  aside#secondary {
    width: 250px;
  }

  div#primary {
    margin-right: -250px;
  }

  .site-main-subwrapper {
    margin-right: 250px;
  }
}

@media screen and (max-width: 767.98px) {
  aside#secondary {
    float: none;
    width: 90%;
    padding: 0;
    margin: 20px auto;
  }

  div#primary {
    float: none;
    margin-right: 0;
    padding: 0;
  }

  .site-main-subwrapper, div#primary.content-area-fullwidth .site-main-subwrapper {
    margin-right: 0;
    border: 0;
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
## Thumbnails Articles
--------------------------------------------------------------*/
.list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0;
}

.list-article:first-of-type {
  border: 0;
  padding: 0 0 25px 0;
}

.list-article-thumb {
  float: left;
  max-width: 300px;
  margin-right: 30px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .list-article-thumb {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .list-article-thumb img {
    width: 100%;
  }
}

.list-article-thumb img, .list-article-thumb :after {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.list-article-thumb a {
  position:relative;
  display:block;
  height:100%;
}

.list-article-thumb a svg {
  position:absolute;
  width:60px;
  height:60px;
  z-index:100;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease, filter 0.3s ease;
}

.list-article-thumb a:hover svg {
  width: 80px;
  height: 80px;
}

.tag-video .list-article-thumb img {
  filter: brightness(60%);
}
.type-post .list-article-thumb:hover img, .type-tests .list-article-thumb:hover img {
  filter: saturate(1.3);
  transform: scale(1.3);
}

.type-post.tag-video .list-article-thumb:hover img {
  transform: unset;
  filter: brightness(70%);
}

.list-article-content {
  float: none;
  overflow: hidden;
}

.list-article-meta {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.list-article-meta a:hover {
  color: #333333;
}

.list-article h1, .list-article h2, .list-article h3 {
  clear: none;
  margin: 0 0 10px 0;
}

.list-article a:hover {
  text-decoration: none;
}

.list-article p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-header {
  padding: 20px 0px;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.page-header .container {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
}

.page-header .entry-title, .page-header .page-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-header p {
  margin: 6px 0px 0px 0px;
}

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.category-fullwidth-wrapper {
  position: relative;
  z-index: 0;
  background: none;
  background: #333333;
}

.category-header-wrapper {
  position: relative;
  z-index: 0;
}

.category-header {
  max-width: 1140px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 80;
}

.category-header h1 {
  color: #FFFFFF;
  font-size: 50px;
  font-size: 5.0rem;
  margin: 50px 0;
  font-weight: 800;
}

.category-header h1.smallerMargin {
  margin: 20px 0;
}

.category-header p {
  color: #FFFFFF;
  padding: 0 20%;
  font-size: 1.4rem;
}

.category h2 {
  text-align: center;
  padding: 0 0 60px 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-weight: 800;
}

.category .category-start-here h3.article-card-title {
  padding: 0;
  margin: 0;
  text-align: center;
}

.category .category-start-here h3.article-card-title a {
  text-decoration: none;
}

.category .category-start-here {
  background: #FFF5EA;
  padding: 0 20px;
}

.category .category-start-here-inside {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0;
}

.category .category-start-here .article-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -20px;
  justify-content: center;
}

.category .category-start-here .article-cards-wrapper article {
  width: calc(33.33% - 40px);
  margin: 0;
  margin-left: 20px;
}

.category .category-start-here .article-cards-wrapper .article-card-image {
  overflow: hidden;
  margin-bottom: 10px;
}

.category .category-start-here .article-cards-wrapper .article-card-image img {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
  vertical-align: bottom;
}

.category .category-start-here .article-cards-wrapper img:hover {
  filter: saturate(1.3);
  transform: scale(1.3);
}

@media (max-width: 767.98px) {
  .category-header {
    padding: 20px 0;
  }

  .category-header h1 {
    font-size: 40px;
    font-size: 4.0rem;
    margin: 20px 0;
    font-weight: 800;
  }

  .category .category-start-here h2 {
    padding: 0 0 40px 0;
  }

  .category-header p {
    color: #FFFFFF;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .category .category-start-here-inside {
    padding: 40px 0;
  }

  .category .category-start-here .article-cards-wrapper {
    display: block;
    margin-left: 0;
  }

  .category .category-start-here .article-cards-wrapper article {
    width: 100%;
    margin: 0 auto;
  }

  .category .category-start-here .article-cards-wrapper article img {
    width: 100%;
  }

  .category .category-start-here h3.article-card-title {
    margin: 20px 0 40px 0;
  }

  .category .category-start-here h3.article-card-title a:hover {
    text-decoration: none;
  }
}

.category-cta-wrapper {
  background:#FFF7F0;
  padding: 60px 20px;
}
.category-cta {
  max-width: 1140px;
  margin: 0 auto;
  display:flex;
}
.category-cta .photo {
  flex: 0 0 300px;
}
.category-cta img {
}
.category-cta .photo-mobile {
  display:none;
}
.category-cta .description {
  padding: 0 40px;
  background:#FFF7F0;
}
.category-cta .description h3 {
  margin-top:0;
}
@media (max-width: 1199.98px) {
  .category-cta .photo {
    flex: 0 0 250px;
  }
 }
@media (max-width: 991.98px) {
  .category-cta {
    flex-flow: column;
    justify-content:center;
  }
  .category-cta .photo-mobile {
    display:block;
    padding:0px 40px 40px 40px;
    text-align:center;
  }
  .category-cta .photo {
    display:none;
  }
  .category-cta img {
    max-width: 80%;
    max-height:350px;
  }
 }
 @media (max-width: 575.98px) {
   .category h2 {
     padding:0 0 40px 0;
    }
   .category-cta-wrapper {
     padding: 40px 20px;
   }
   .category-cta .photo-mobile {
     padding:0;
   }
   .category-cta .description {
     padding: 20px 20px 0px 20px;
   }
  }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  padding: 35px 0px;
  background: #333333;
  font-weight: 400;
  color: #bbbbbb;
}

.site-footer .btt a {
  border-radius: 0px 20px 0 0;
  color: #999999;
  background: #333333;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  transition: all 0.2s linear 0s;
  width: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.site-footer .btt a:hover {
  color: #FF9009;
}

.site-footer .btt a svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 0px;
  margin-top:10px;
  width:30px;
  height:30px;
}

.site-footer .site-info a {
  color: #bbbbbb;
}

.site-footer .site-info a:hover {
  color: #FF9009;
}

.site-footer .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.site-footer .footer-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.site-footer .footer-menu .menu-divider:last-child {
  display: none;
}

/*--------------------------------------------------------------
# Entry
--------------------------------------------------------------*/
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .entry-meta {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.0rem;
  }
}

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}

.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

.nav-links {
  text-align: right;
}

.page-numbers {
  border: 1px solid #eee;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700;
}

.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}

.bypostauthor {
  margin: 0;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
#test-header {
  width: 100%;
}

#test-header #test-header-rating {
  width: 250px;
  float: left;
  margin: 0 40px 40px 0;
}

#test-header #test-header-rating a.btnLink {
  background: #C0C0C0;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.15s linear 0s;
  margin: 10px 0 0 0;
}

#test-header #test-header-rating a.btnLink:hover {
  background: #FF9009;
}

#test-header #test-header-prosandcons {
  overflow: hidden;
  background: #F9F9F9;
  padding: 20px 20px 0 20px;
  margin: 0 0 40px 0;
}

@media all and (max-width: 767.98px) {
  #test-header #test-header-rating {
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  #test-header #test-header-prosandcons {
    background: #F9F9F9;
    padding: 10px;
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}

#test-header #test-header-prosandcons span.pour, #test-header #test-header-prosandcons span.pour i {
  color: #96C100;
}

#test-header #test-header-prosandcons span.contre, #test-header #test-header-prosandcons span.contre i {
  color: #CA6F00;
}

.test-rating-total {
  color: #FF9009;
  font-weight: 700;
  font-size: 42px;
  font-size: 4.2rem;
}

.test-rating-total-over {
  color: #C0C0C0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 6px;
}

.test-rating-bar-wrapper {
  width: 250px;
  height: 6px;
  background: #DDDDDD;
  padding: 0;
}

.test-rating-bar-wrapper .test-rating-bar {
  width: 0px;
  height: 6px;
  background: #FF9009;
  padding: 0;
}

#test-header #test-header-rating p {
  margin: 20px 0 2px 0;
}

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Hero
--------------------------------------------------------------*/
.hero-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #333333;
}

.hero-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  display: block;
  content: "";
}

.hero-wrapper .container {
  padding: 140px 20px;
  position: relative;
  z-index: 80;
  margin: 0 auto;
  max-width: 1140px;
}

.hero-content {
  text-align: center;
}

.hero-content h1 {
  color: #FFFFFF;
  font-size: 56px;
  font-size: 5.6rem;
  letter-spacing: 3px;
  line-height: 1.2em;
  font-weight: 800;
  display: block;
  margin: 0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.hero-content p {
  color: #FFFFFF;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin: 3rem 0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding: 0 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-content.hero-form-ebook form {
  width: 50%;
  margin: 0 auto;
}

.hero-content.hero-form-ebook form .hero-form-ebook-wrapper {
  border: 0;
  position: relative;
}

.hero-content.hero-form-ebook form input {
  box-shadow: none;
}

.hero-content.hero-form-ebook form input#optinEmailField {
  background: #F2F2F2;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 10px;
  height: 40px;
  border-radius: 0.4rem;
}

.hero-content.hero-form-ebook form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 40px;
  border-radius: 0 0.4rem 0.4rem 0;
  z-index: 10;
  background:#2209ff;
}

.hero-content.hero-form-ebook form .sib_msg_disp .sib-alert-message {
  font-size: 1.4rem;
  line-height: 1.22em;
}

.hero-content.hero-form-ebook form input[type="submit"]:hover {
  background-color: #E17C00;
  opacity: 1.0;
}

@media screen and (max-width: 767.98px) {
  .hero-content.hero-form-ebook form {
    display: block;
    background: transparent;
    width: 70%;
  }

  .hero-content.hero-form-ebook form input#optinEmailField {
    background: #F2F2F2;
    margin-bottom: 20px;
    width: 100%;
  }

  .hero-wrapper .container {
    padding: 40px 20px;
  }
}

.sib_signup_form {
  position: relative;
}

.sib_loader {
  position: absolute;
  z-index: 20;
  right: -30px;
  height: 40px;
}

@media (max-width: 991.98px) {
  .sib_loader {
    right: -20px;
  }
}

.sib_loader i {
  color: #FF9009;
  line-height: 40px;
}

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.125em;
  }

  .hero-content p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .hero-content.hero-form-ebook form {
    width: 60%;
  }
}

@media (max-width: 575.98px) {
  .hero-content.hero-form-ebook form {
    width: 80%;
  }
}

/*--------------------------------------------------------------
	## Section : News
--------------------------------------------------------------*/
.section-news-wrapper {
  padding: 70px 20px;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}

.section-news-wrapper .container {
  position: relative;
  z-index: 80;
  margin: 0 auto;
  max-width: 1140px;
}

.section-news-wrapper .title-area {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 6.0rem;
}

.section-news-wrapper .title-area h3.section-subtitle {
  color: #aaaaaa;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.section-news-wrapper .title-area h2.section-title {
  font-size: 40px;
  letter-spacing: 3.5px;
  position: relative;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.section-news-wrapper .container .section-content {
  text-align: left;
}

.section-news-wrapper .list-article:first-of-type {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0;
}

.section-news-wrapper .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px 0;
}

.section-news-wrapper .all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}

/*--------------------------------------------------------------
	## Section : Videos
--------------------------------------------------------------*/
.section-videos-wrapper.section-videos-wrapper {
  padding-top: 0;
}

.section-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0px;
}

.section-videos article {
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0px 20px 40px 20px;
  text-align: center;
}

.section-videos .list-article-thumb {
  width: 300px;
  margin-right: 0px;
  height: 150px;
  overflow: hidden;
  float: none;
}

.section-videos .list-article-title h3 {
  margin: 20px 0;
}

.section-videos-wrapper .all-news {
  margin-top: 0;
}

/*--------------------------------------------------------------
	## Section : Qui Suis-Je ?
--------------------------------------------------------------*/
.section-quisuisje-wrapper {
  background: #FFF4E8;
  padding: 70px 20px;
  width: 100%;
}

.section-quisuisje-wrapper .title-area h2.section-title {
  text-align: center;
  margin-top: 0;
}

.section-quisuisje-wrapper .quisuisje-content {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  justify-content: center;
}

.quisuisje-content .photo {
  flex-basis: 300px;
  padding: 0 40px 0 0;
  flex-shrink: 0;
  text-align: center;
}

.quisuisje-content .description {
  flex-basis: 600px;
}

@media screen and (max-width:767.98px) {
  .quisuisje-content {
    flex-wrap: wrap;
  }

  .quisuisje-content .photo {
    flex-basis: 100%;
  }
}

/*--------------------------------------------------------------
	## Section : Apprendre & Formation
--------------------------------------------------------------*/
#apprendre {
	background:#F4F4F4;
}
#formation {
	background:#E9E9E9;
}
.apprendre-content, .formation-content {
	display:flex;
	justify-content:center;
	gap: 120px;
  flex-wrap: wrap;
}
.apprendre-icon, .formation-icon {
	text-align:center;
  /* flex:1 1 0px; */
  flex-basis:300px;
  /* padding: 0px 20px 0px 20px; */
}

@media (max-width: 991.98px) {
  .apprendre-content, .formation-content {
  	gap: 40px;
  }
  .apprendre-icon, .formation-icon {
  	text-align:center;
    flex-basis:400px;
  }
}
@media (max-width: 767.98px) {
  .apprendre-content, .formation-content {
  	/* gap: 0px; */
  }
  .apprendre-icon, .formation-icon {
  	text-align:center;
    flex-basis:500px;
  }
}
.apprendre-icon p, .formation-icon p {
  margin:0;
}
.apprendre-icon svg {
	height:100px;
	transition:0.2s ease;
  margin-bottom:10px;
}
.apprendre-icon a div.apprendre-titre-partie, .formation-icon a div.formation-titre-partie {
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
}
.apprendre-icon a, .formation-icon a {
	color:#333333;
	text-decoration:none;
	display:block;
}
.apprendre-icon a:hover, .formation-icon a:hover, .formation-icon a:hover div.formation-titre-partie {
	color:#FF9009;
}
.apprendre-icon a:hover svg {
	fill:#FF9009;
}
.formation-icon a img {
  transition: 0.2s ease;
  margin-bottom:10px;
}
.formation-icon a:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.page-content table,
.entry-content table,
.lesson table {
  max-width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.22em;
}

.page-content table thead,
.entry-content table thead,
.lessphpon table thead {
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #FFB55B;
}

.page-content table tr:nth-child(2n),
.entry-content table tr:nth-child(2n),
.lesson table tr:nth-child(2n) {
  background: #fff7f0;
}

.page-content table tbody tr:hover,
.entry-Content table tbody tr:hover
.lesson table tbody tr:hover {
  /* not for thead */
  background: #FFEDDB;
}

.page-content table td,
.entry-content table td,
.page-content table th,
.entry-content table th,
.lesson table th {
  padding: 10px;
}

/*--------------------------------------------------------------
# Landing Page Formation
--------------------------------------------------------------*/
.formation-blocs-comparaison-prix {
  text-align: center;
}

ul.formation-liste-contenu {
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
}

ul.formation-liste-contenu li {
  border-bottom: 1px solid #C0C0C0;
  padding: 20px 0;
  font-weight: 700;
}

ul.formation-liste-contenu li:last-child {
  border-bottom: none;
}

ul.formation-liste-contenu li.noninclus {
  text-decoration: line-through;
  color: #C0C0C0;
  font-weight: 400;
}

a.formation-cta-bouton {
  display: inline-block;
  border: 2px solid #FF9009;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 20px 0;
}

a.formation-cta-bouton.formation-cta-bouton-recommande {
  background-color: #FF9009;
  color: #FFFFFF;
}

a.formation-cta-bouton.formation-cta-bouton-recommande:hover {
  background-color: #FFFFFF;
  color: #FF9009;
}

.formation-bloc-titre {
  line-height: 20px;
  line-height: 2.0rem;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 10px 0;
  color: #FF9009;
}

.formation-bloc-prix {
  line-height: 45px;
  line-height: 4.5rem;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0;
  color: #393531;
}

.formation-bloc-prix del {
  color: #C0C0C0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Affiliation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Affiliate Links
--------------------------------------------------------------*/
.affLinkContainer a.affLink, .tableAff a.affLink {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  margin: 4px 4px 4px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  line-height: inherit;
  background: #E9E9E9;
}

.affLinkContainer a.affLink.affLinkAmazon, .tableAff a.affLink.affLinkAmazon {
  background: #FF9B00;
  color: #FFFFFF;
}

.affLinkContainer a.affLink.affLinkThomann, .tableAff a.affLink.affLinkThomann {
  background: #3D3D3D;
  color: #FFFFFF;
}

.affLinkContainer a.affLink.affLinkWoodbrass, .tableAff a.affLink.affLinkWoodbrass {
  background: #0098FF;
  color: #FFFFFF;
}

.affLinkContainer br {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .affLinkContainer br {
    display: inline;
  }

  .affLinkContainer a.affLink {
    line-height: 40px;
    line-height: 4.0rem;
    margin: 4px 4px 4px 0;
  }
}

/*--------------------------------------------------------------
	## Affiliate Tableau Comparatif
--------------------------------------------------------------*/
.entry-content .tableAff {
  height: auto;
  padding-bottom: 40px;
}

.entry-content .tableAff table {
  max-width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.22em;
  table-layout: fixed;
  border-spacing: 0;
  height: auto;
}

.entry-content .tableAff table td {
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 8px;
  width: 200px;
  background: white;
  vertical-align: middle;
}

.entry-content .tableAff table td p {
  margin: 0;
}

.entry-content .tableAff table tr:first-child td {
  font-weight: 700;
  vertical-align: bottom;
  border: 0;
}

.entry-content .tableAff table tr:first-child td:first-child {
  box-shadow: unset;
}

.entry-content .tableAff table td:first-child {
  font-weight: 700;
}

.entry-content .tableAff table tr:last-child td {
  line-height: 2.8em;
}

.entry-content .tableAff table tr:last-child td:first-child {
  line-height: 1.22em;
}

.entry-content .tableAff table tr td:first-child {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 100px;
  box-shadow: -1px 0px 0px #e9e9e9, 1px 0px 0px #e9e9e9;
}

.entry-content .tableAff table a.affTableLink {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  margin: 4px 0px;
  color: white;
  text-align: center;
  font-weight: 700;
}

.entry-content .tableAff img {
  height: auto;
  width: 70%;
}

/* Jquery Scroll Pane Additional CSS */
.jspHorizontalBar,
.jspTrack {
  background: #FFEDDB !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.jspVerticalBar {
  display: none;
}

/* correction pour Edge notamment */
.jspDrag {
  background: #FFB55B !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
  background: #8B8B9F;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1 {
  width: 62%;
  padding-bottom: 40px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 33%;
  padding-bottom: 40px;
}

.woocommerce .col2-set .col-2 ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.woocommerce .col2-set .col-2 ul li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}

table.woocommerce-orders-table, table.woocommerce-table {
  max-width: 100%;
}

table.woocommerce-orders-table tr:first-child, table.woocommerce-table tr:first-child {
  font-weight: normal;
}

.woocommerce table.shop_table {
  max-width: 80%;
}

.woocommerce table.shop_table tfoot td {
  font-weight: normal;
}

.woocommerce ul.order_details {
  padding: 0;
  margin: 30px 0;
}

.woocommerce .woocommerce-order h1 {
  margin: 0 0 20px 0;
}

.woocommerce .woocommerce-order a.thank-you-access-formation {
  display: block;
  margin: 40px auto;
  width: 30%;
  line-height: 30px;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 12px;
}

.woocommerce form .form-row#ws_opt_in_field {
  /* optin newsletter SIB */
  color: #FF9009;
}

body.woocommerce-checkout .col-2 ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.woocommerce-error .errorRed {
  font-weight:bold;
  color:#FF0000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  content:'';
}
.woocommerce-error svg, .woocommerce-info svg, .woocommerce-message svg {
  width:1.2em;
  height:1.2em;
  margin:0 0.7em 0 0;
}

.woocommerce h1.h3 {
  margin: 0 0 20px 0;
}

.paiement-securise-logo {
  text-align: center;
  margin: 20px 0;
}

.woocommerce-dashboard-column-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.woocommerce-dashboard-column {
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 2;
  padding: 10px;
}

.woocommerce-dashboard-column:last-of-type {
  margin-right: 0;
}

.woocommerce-dashboard-column-title {
  background: #333333;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22em;
  font-weight: 700;
  padding: 20px 10px;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce-dashboard-column-subtitle {
  color: #999999;
  margin: 20px 0px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.22em;
  text-align: center;
}

.woocommerce-dashboard-column-item {
  background: #E9E9E9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 10px 10px 40px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  color: #333333;
}

.woocommerce-dashboard-column-item:hover {
  background: #FFF4E8;
  color: #FF9009;
}

.woocommerce-dashboard-column-item svg {
  width:1.2em;
  height:1.2em;
  position:absolute;
  top:18px;
  left:12px;
}

/*--------------------------------------------------------------
## Paypal Checkout
--------------------------------------------------------------*/
#woo_pp_ec_button_checkout {
  text-align: right;
}

#woo_pp_ec_button_checkout .paypal-buttons {
  max-width: 300px;
}

/*--------------------------------------------------------------
## Stripe for Woocommerce by Payment Plugins
--------------------------------------------------------------*/
/* Remarque : le formulaire de paiement stripe est designé directement au niveau du template */
.wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
  float: none !important;
}

/*--------------------------------------------------------------
# Article CTA Aside
--------------------------------------------------------------*/
.article-cta-aside-wrapper {
  padding: 0;
  margin: 20px 0 20px 0;
  background:#FFF7F0;
}
.article-cta-aside {
  display:flex;
  align-items:flex-start;
}
.article-cta-aside img {
  max-width: inherit;
  display: block;
}
.article-cta-aside .photo-mobile {
  display:none;
}
.article-cta-aside .description {
  padding: 40px;
  background:#FFF7F0;
}
.article-cta-aside .description h3 {
  margin-top:0;
}
#conseilmatos-form-wrapper {
  display:none;
}
#conseilmatos-form-wrapper input, #conseilmatos-form-wrapper textarea {
  width:100%;
}
#conseilmatos-open-form {
  color:#FF9009;
  cursor:pointer;
}
#conseilmatos-open-form:hover {
  text-decoration:underline;
}
@media (max-width: 1199.98px) {
  .article-cta-aside .photo img {
    width:240px;
  }
 }
@media (max-width: 991.98px) {
  .article-cta-aside {
    flex-direction:column;
    align-items: center
  }
  .article-cta-aside .photo-mobile {
    display:block;
    max-width: 100%;
    padding:40px 40px 0 40px;
  }
  .article-cta-aside .photo {
    display:none;
  }
  .article-cta-aside img {
    max-width: 100%;
  }
 }
 @media (max-width: 575.98px) {
   .article-cta-aside .photo-mobile {
     padding:0;
   }
   .article-cta-aside .description {
     padding: 40px 20px 20px 20px;
   }
  }
