@charset "UTF-8";
/*!
Theme Name: Paint a smile
Theme URI: http://underscores.me/
Author: Onzeweb
Author URI: https://onzeweb.ch
Description: Paint a smile
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paint-a-smile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Paint a smile is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* paint
--------------------------------------------- */
html {
  overflow-x: hidden;
  -webkit-transition-property: position;
  transition-property: position;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
html.toggled {
  overflow-y: hidden;
  width: 100%;
  -webkit-animation: test 0s;
          animation: test 0s;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes test {
  from {
    position: initial;
  }
  to {
    position: fixed;
  }
}

@keyframes test {
  from {
    position: initial;
  }
  to {
    position: fixed;
  }
}
:root {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0 !important;
  padding: 0;
}
body a:focus {
  outline: transparent;
}
body.page-template-page-contact {
  background-color: #D6E3F4;
}

.entry-header {
  position: absolute;
  top: -9999999px;
  left: -9999999px;
  z-index: -1;
}
.entry-header h1 {
  text-indent: -9999999px;
}

#masthead {
  width: 100%;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
  background-color: white;
  padding: 1rem;
}
@media (min-width: 900px) {
  #masthead {
    padding: 2rem;
  }
}
@media (min-width: 1000px) {
  #masthead {
    padding: 0.3rem 10vw;
  }
}
#masthead .site-branding .site-title,
#masthead .site-branding .site-description {
  position: absolute;
  top: -9999999px;
  left: -9999999px;
  z-index: -1;
}
#masthead .logo-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#masthead .logo-head .vision-head {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  font-weight: 600;
  border-right: #EB583C solid 0.031rem;
  padding-right: 0.678rem;
  padding-bottom: 0.05rem;
  color: #B4462D;
}
@media (min-width: 499px) {
  #masthead .logo-head .vision-head {
    font-size: 2.625rem;
    padding-bottom: 5px;
    padding-right: 0.938rem;
  }
}
#masthead .logo-head .asset-head {
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-left: 0.7rem;
  margin-top: 3px;
  color: #EB583C;
}
@media (min-width: 499px) {
  #masthead .logo-head .asset-head {
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 1rem;
  }
}
#masthead .custom-logo-link {
  width: 230px;
}
#masthead #primary-menu {
  margin-top: 1rem;
}
#masthead #primary-menu li {
  margin-right: 1.8rem;
}
@media (max-width: 899px) {
  #masthead #primary-menu li {
    display: block !important;
  }
}
#masthead #primary-menu li:last-of-type {
  margin-right: 0;
}
@media (min-width: 900px) {
  #masthead #primary-menu li.menu-item-has-children {
    border-bottom: 2px solid transparent;
  }
  #masthead #primary-menu li.menu-item-has-children:hover {
    border-bottom: 2px solid #B4462D;
  }
}
#masthead #primary-menu li a {
  color: #EB583C;
  padding: 0.2rem;
  font-weight: 300;
  padding-top: 1rem;
}
#masthead #primary-menu li a:hover {
  font-weight: 700;
}
#masthead #primary-menu li .sub-menu {
  padding: 1.25rem;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
@media (max-width: 899px) {
  #masthead #primary-menu li .sub-menu {
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }
}
#masthead #primary-menu li .sub-menu li {
  padding-top: 0.906rem;
  margin-right: 0;
}
#masthead #primary-menu li .sub-menu li:first-of-type {
  padding-top: 0;
}
#masthead #primary-menu li.current_page_item .sub-menu a {
  color: #EB583C;
}
#masthead #primary-menu li.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 1.2rem;
}
#masthead #primary-menu li.menu-item-has-children::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  position: absolute;
  top: 0.438rem;
  right: 0;
  background-image: url("./img/arrow-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#masthead #burger-menu {
  position: relative;
  z-index: 111;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
#masthead #burger-menu.active span {
  -webkit-transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, background 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, background 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background 0.2s 0.2s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
}
#masthead #burger-menu.active span:nth-child(1) {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#masthead #burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#masthead #burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#masthead #burger-menu span {
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  right: 0;
  width: 35px;
  height: 4px;
  background-color: #B4462D;
  -webkit-transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, background 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, background 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}
#masthead #burger-menu span:nth-child(1) {
  top: 30%;
}
#masthead #burger-menu span:nth-child(2) {
  top: calc(50% - 2px);
}
#masthead #burger-menu span:nth-child(3) {
  bottom: 29%;
}
#masthead #burger-menu:focus {
  outline: none;
}
#masthead .logo2 {
  display: none;
}
#masthead .scrolltop {
  display: none;
  text-indent: -9999999px;
  width: 20px;
  height: 20px;
  background-image: url("./img/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 1rem;
  margin-left: 2rem;
}
#masthead.scrolled .logo2 {
  display: block;
}
#masthead.scrolled .custom-logo-link {
  display: none;
}
#masthead.scrolled .menu-item {
  display: none;
}
#masthead.scrolled .menu-item.faire-don {
  display: block;
}
#masthead.scrolled .scrolltop {
  display: block;
}

@media (max-width: 899px) {
  #masthead #primary-menu li.scrolltop {
    display: none !important;
  }
}
.faire-don {
  position: relative;
  padding: 1.3rem;
  margin-top: -20px;
}

.faire-don a {
  position: relative;
  z-index: 4;
  background-color: transparent !important;
  color: white !important;
}

.faire-don a + svg {
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: -20px;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.faire-don a + svg path {
  width: 100%;
}

@media (max-width: 899px) {
  .faire-don {
    position: fixed !important;
    padding: 1.3rem;
    margin-top: -20px;
    right: 0;
    bottom: 20vh;
  }
}
@media (max-width: 899px) {
  #masthead .main-navigation.toggled .menu-navigation-container,
#masthead .main-navigation.toggled .menu-navigation-en-container {
    width: 100%;
    top: 5.5rem;
    left: 0;
    position: fixed;
    background-color: white;
    overflow: auto;
  }
  #masthead .main-navigation.toggled .menu-navigation-container #primary-menu,
#masthead .main-navigation.toggled .menu-navigation-en-container #primary-menu {
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  #masthead .main-navigation.toggled .menu-navigation-container #primary-menu li a,
#masthead .main-navigation.toggled .menu-navigation-en-container #primary-menu li a {
    font-weight: 500;
  }
  #masthead .main-navigation.toggled .menu-navigation-container #primary-menu .sub-menu,
#masthead .main-navigation.toggled .menu-navigation-en-container #primary-menu .sub-menu {
    float: none;
    border-top: 0;
    background-color: transparent;
    padding-top: 0;
  }
  #masthead .main-navigation.toggled .menu-navigation-container #primary-menu .sub-menu li,
#masthead .main-navigation.toggled .menu-navigation-en-container #primary-menu .sub-menu li {
    padding-top: 0.2rem;
  }
  #masthead .main-navigation.toggled .menu-navigation-container #primary-menu .sub-menu li a,
#masthead .main-navigation.toggled .menu-navigation-en-container #primary-menu .sub-menu li a {
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (max-width: 499px) {
  #masthead .main-navigation.toggled .menu-navigation-container,
#masthead .main-navigation.toggled .menu-navigation-en-container {
    height: calc(100vh - 5.5rem);
  }
}
.home #masthead #primary-menu li a,
.blog #masthead #primary-menu li a {
  color: #EB583C;
}

.page-id-29 #masthead #primary-menu li a,
.page-id-132 #masthead #primary-menu li a {
  color: #F8A90F;
}

.page-id-63 #masthead #primary-menu li a,
.page-id-77 #masthead #primary-menu li a {
  color: #81BC4B;
}

.home #masthead #primary-menu .faire-don svg path,
.blog #masthead #primary-menu .faire-don svg path {
  fill: #EB583C !important;
}

.page-id-29 #masthead #primary-menu .faire-don svg path,
.page-id-132 #masthead #primary-menu .faire-don svg path {
  fill: #F8A90F !important;
}

.page-id-63 #masthead #primary-menu .faire-don svg path,
.page-id-77 #masthead #primary-menu .faire-don svg path {
  fill: #81BC4B !important;
}

h1 {
  font-size: 3.125rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    font-size: 6.25rem;
  }
}

h2 {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.188rem;
  }
}
h2.is-style-h1 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  h2.is-style-h1 {
    font-size: 6.25rem;
    margin-bottom: 1.5rem;
    line-height: 7rem;
  }
}

h3 {
  font-size: 0.938rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.563rem;
  }
}

h4 {
  font-size: 0.75rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}
h4 strong {
  font-weight: 700;
}

p {
  font-size: 0.938rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  p {
    font-size: 1.563rem;
  }
}
p strong {
  font-weight: 700;
}
p.is-style-small-text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  p.is-style-small-text {
    font-size: 1.063rem;
  }
}

.wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.wp-block-group__inner-container .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.has-rougefonce-color.has-text-color {
  color: #B4462D;
}

.has-rougefonce-background-color.has-background {
  background-color: #B4462D;
}
.has-rougefonce-background-color.has-background + svg {
  fill: #B4462D;
}

.has-jaunefonce-color.has-text-color {
  color: #BD830B;
}

.has-jaunefonce-background-color.has-background {
  background-color: #BD830B;
}
.has-jaunefonce-background-color.has-background + svg {
  fill: #BD830B;
}

.has-vertfonce-color.has-text-color {
  color: #62933B;
}

.has-vertfonce-background-color.has-background {
  background-color: #62933B;
}
.has-vertfonce-background-color.has-background + svg {
  fill: #62933B;
}

.has-bleufonce-color.has-text-color {
  color: #4981A8;
}

.has-bleufonce-background-color.has-background {
  background-color: #4981A8;
}
.has-bleufonce-background-color.has-background + svg {
  fill: #4981A8;
}

.has-rouge-color.has-text-color {
  color: #EB583C;
}

.has-rouge-background-color.has-background {
  background-color: #EB583C;
}
.has-rouge-background-color.has-background + svg {
  fill: #EB583C;
}

.has-jaune-color.has-text-color {
  color: #F8A90F;
}

.has-jaune-background-color.has-background {
  background-color: #F8A90F;
}
.has-jaune-background-color.has-background + svg {
  fill: #F8A90F;
}

.has-vert-color.has-text-color {
  color: #81BC4B;
}

.has-vert-background-color.has-background {
  background-color: #81BC4B;
}
.has-vert-background-color.has-background + svg {
  fill: #81BC4B;
}

.has-bleu-color.has-text-color {
  color: #60A5D8;
}

.has-bleu-background-color.has-background {
  background-color: #60A5D8;
}
.has-bleu-background-color.has-background + svg {
  fill: #60A5D8;
}

.has-rougeclair-color.has-text-color {
  color: #F4A285;
}

.has-rougeclair-background-color.has-background {
  background-color: #F4A285;
}
.has-rougeclair-background-color.has-background + svg {
  fill: #F4A285;
}

.has-jauneclair-color.has-text-color {
  color: #FDCD81;
}

.has-jauneclair-background-color.has-background {
  background-color: #FDCD81;
}
.has-jauneclair-background-color.has-background + svg {
  fill: #FDCD81;
}

.has-vertclair-color.has-text-color {
  color: #BAD798;
}

.has-vertclair-background-color.has-background {
  background-color: #BAD798;
}
.has-vertclair-background-color.has-background + svg {
  fill: #BAD798;
}

.has-bleuclair-color.has-text-color {
  color: #A9C8E8;
}

.has-bleuclair-background-color.has-background {
  background-color: #A9C8E8;
}
.has-bleuclair-background-color.has-background + svg {
  fill: #A9C8E8;
}

.has-rougesuperclair-color.has-text-color {
  color: #FBD3C2;
}

.has-rougesuperclair-background-color.has-background {
  background-color: #FBD3C2;
}
.has-rougesuperclair-background-color.has-background + svg {
  fill: #FBD3C2;
}

.has-jaunesuperclair-color.has-text-color {
  color: #FEE6C2;
}

.has-jaunesuperclair-background-color.has-background {
  background-color: #FEE6C2;
}
.has-jaunesuperclair-background-color.has-background + svg {
  fill: #FEE6C2;
}

.has-vertsuperclair-color.has-text-color {
  color: #DEECCE;
}

.has-vertsuperclair-background-color.has-background {
  background-color: #DEECCE;
}
.has-vertsuperclair-background-color.has-background + svg {
  fill: #DEECCE;
}

.has-bleusuperclair-color.has-text-color {
  color: #D6E3F4;
}

.has-bleusuperclair-background-color.has-background {
  background-color: #D6E3F4;
}
.has-bleusuperclair-background-color.has-background + svg {
  fill: #D6E3F4;
}

.wp-block-columns {
  margin-bottom: 0;
}

.is-style-order-1-phone {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .is-style-order-1-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.is-style-order-2-phone {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .is-style-order-2-phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.is-style-no-marg {
  margin: 0;
}

.is-style-full-w {
  width: 100%;
}

.wp-block-spacer.is-style-only-phone {
  display: block;
}
@media (min-width: 768px) {
  .wp-block-spacer.is-style-only-phone {
    display: none;
  }
}

.wp-block-spacer.is-style-only-desktop {
  display: none;
}
@media (min-width: 768px) {
  .wp-block-spacer.is-style-only-desktop {
    display: block;
  }
}

.wp-block-columns.is-style-no-gap-no-marg {
  gap: 0;
  margin: 0;
}

.wp-block-group.is-style-group-12 .wp-block-group__inner-container {
  max-width: 105rem;
}

.wp-block-group.is-style-group-10 .wp-block-group__inner-container {
  max-width: 87.75rem;
}

.wp-block-group.is-style-group-8 .wp-block-group__inner-container {
  max-width: 70.5rem;
}

.wp-block-group.is-style-superpo .wp-block-group__inner-container {
  position: relative;
  padding: 0;
}
.wp-block-group.is-style-superpo .wp-block-group__inner-container .wp-block-columns:first-of-type {
  margin-bottom: 0;
}
.wp-block-group.is-style-superpo .wp-block-group__inner-container .wp-block-columns:last-of-type {
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-group.is-style-superpo .wp-block-group__inner-container .wp-block-columns:last-of-type .wp-block-column {
  opacity: 0;
  -webkit-transition: ease-in-out opacity 0.3s;
  transition: ease-in-out opacity 0.3s;
}
.wp-block-group.is-style-superpo .wp-block-group__inner-container .wp-block-columns:last-of-type .wp-block-column:hover {
  opacity: 1;
}

.is-style-square {
  aspect-ratio: 1/1;
}

.is-style-no-pad .wp-block-group__inner-container {
  padding: 0 !important;
}

.is-style-hover-fond svg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.is-style-hover-fond:hover a {
  color: white !important;
  font-weight: 400;
}
.is-style-hover-fond:hover svg {
  opacity: 1;
}

.is-style-full-w {
  width: 100%;
  height: 100%;
}

.is-style-border-r-big {
  border-radius: 0 50% 50% 0;
  aspect-ratio: 1/1;
}

.site-footer {
  width: 100%;
  background-color: #FBFDFF;
  font-weight: 300;
}
.site-footer .infos-foot {
  color: black;
  background-color: white;
  width: 100%;
  padding-top: 3.375rem;
}
.site-footer .infos-foot__inner-container {
  max-width: 87.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.site-footer .infos-foot a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid transparent;
  font-weight: 300;
}
.site-footer .infos-foot a:hover {
  border-bottom: 1px solid black;
}
.site-footer .infos-foot .custom-logo-link {
  margin-top: -1rem;
}
.site-footer .infos-foot .custom-logo-link:hover {
  border-bottom: 1px solid transparent;
}
.site-footer .infos-foot h3 {
  color: #EB583C;
  font-weight: 300;
}
.site-footer .infos-foot .logo-foot {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.site-footer .infos-foot .cols-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.375rem;
  padding-bottom: 1rem;
}
.site-footer .infos-foot .cols-foot .col-foot {
  line-height: 2rem;
  margin-bottom: 2rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media (min-width: 768px) {
  .site-footer .infos-foot .cols-foot .col-foot {
    margin-bottom: 0;
  }
}
.site-footer .end-foot {
  color: black;
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 4rem;
  background-color: white;
}
.site-footer .end-foot__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 87.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.site-footer .end-foot .copy,
.site-footer .end-foot .signature {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 0.758rem;
}
@media (min-width: 768px) {
  .site-footer .end-foot .copy,
.site-footer .end-foot .signature {
    font-size: 0.938rem;
  }
}
.site-footer .end-foot .copy a,
.site-footer .end-foot .signature a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid transparent;
}
.site-footer .end-foot .copy a:hover,
.site-footer .end-foot .signature a:hover {
  border-bottom: 1px solid black;
}

.blog article,
.blog .entry-content {
  margin: 0;
}

.wp-block-button {
  position: relative;
  padding: 1.3rem;
}
.wp-block-button:hover {
  font-weight: 700 !important;
}

.wp-block-button__link {
  position: relative;
  z-index: 4;
  background-color: transparent !important;
}

.wp-block-button__link + svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.wp-block-button__link + svg path {
  width: 100%;
}

.frm_forms .frm_description {
  display: none;
}
.frm_forms input[type=text] {
  border: 0;
  border-bottom: 1px solid #4981A8;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 4rem;
}
.frm_forms input[type=tel] {
  border: 0;
  border-bottom: 1px solid #4981A8;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 4rem;
}
.frm_forms input[type=email] {
  border: 0;
  border-bottom: 1px solid #4981A8;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 4rem;
}
.frm_forms textarea {
  border: 0;
  border-bottom: 1px solid #4981A8;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
  background-color: #A9C8E8;
}
.frm_forms .frm_button_submit {
  background-color: #EB583C !important;
  border: 0 !important;
  margin-left: auto !important;
  display: block;
}
.frm_forms .frm_button_submit:hover {
  color: white !important;
}

.projet-default {
  display: none;
}
.projet-default.show {
  display: block;
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.magnifique-liste-pays,
.magnifique-liste-institution {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  -ms-flex-line-pack: center;
      align-content: center;
}
.magnifique-liste-pays.show,
.magnifique-liste-institution.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pays-list,
.institution-list {
  padding: 1rem;
}

.fond1 {
  background-image: url("./img/fond1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fond2 {
  background-image: url("./img/fond2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fond3 {
  background-image: url("./img/fond3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fond4 {
  background-image: url("./img/fond4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fond5 {
  background-image: url("./img/fond5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fond6 {
  background-image: url("./img/fond6.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fond7 {
  background-image: url("./img/fond7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1em !important;
}

.blog :where(.wp-block-columns.is-layout-flex) {
  gap: 0 !important;
}

.blog .site-main {
  margin-top: 90px;
}

.inter-ligne-h1 {
  line-height: 6rem;
}

.flexxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
}

.btn-pays .wp-block-button__link + svg {
  width: 110%;
}

.btn-institutions .wp-block-button__link + svg {
  width: 80%;
  top: 10px;
  left: -10px;
}

.swiper-pagination-bullet {
  background: url("./img/dot.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
}

.swiper-pagination-bullet-active {
  background: url("./img/dot2.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
}

.frm_submit {
  position: relative;
  z-index: 4;
  background-color: transparent !important;
}

.frm_forms .frm_button_submit {
  position: relative;
  z-index: 5;
  background-color: transparent !important;
  right: 2.4rem;
  border: 0 !important;
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}

.frm_forms .frm_button_submit:hover {
  font-weight: 700 !important;
}

.frm_submit .frm_button_submit + svg {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  height: 100%;
}

.frm_submit .frm_button_submit + svg path {
  width: 100%;
  fill: #EB583C;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.eedee-gutenslider-prev, .eedee-gutenslider-next {
	display:none !important;
}

#gutenslider-yuviwwddi .eedee-gutenslider-prev, #gutenslider-yuviwwddi .eedee-gutenslider-next {
	display:block !important;
}

.wp-block-eedee-block-gutenslider.content-change .slide-content {
	padding:0 !important;
}


.wp-block-button__link {
	font-size:0.75rem;
}


@media (min-width: 768px) {
.wp-block-button__link {
	font-size:1.125em;
}
}
.projet-default {
	padding-bottom:3rem;
}

#masthead .custom-logo-link {
	width:180px;
}



@media (min-width: 900px) {
#masthead .custom-logo-link {
	width:187px;
	position:relative;
	top:-2px;
}
}

#masthead .main-navigation.toggled .menu-navigation-container, #masthead .main-navigation.toggled .menu-navigation-en-container {
	top:5rem;
}

#masthead.scrolled .main-navigation.toggled .menu-navigation-container, #masthead.scrolled .main-navigation.toggled .menu-navigation-en-container {
	top:5.5rem;
}


.page-id-1356 #colophon .infos-foot h3, .page-id-63 #colophon .infos-foot h3 {
	color:#81BC4B;
}

.page-id-1360 #colophon .infos-foot h3, .page-id-77 #colophon .infos-foot h3 {
	color:#60A5D8;
}

.page-id-1356 #colophon .infos-foot svg path, .page-id-63 #colophon .infos-foot svg path {
	fill:#81BC4B;
}


.page-id-1360 #colophon .infos-foot svg path, .page-id-77 #colophon .infos-foot svg path {
	fill:#60A5D8;
}


.page-id-1352 #colophon .infos-foot h3, .page-id-29 #colophon .infos-foot h3, .page-template-page-contact #colophon .infos-foot h3 {
	color:#F8A90F;
}

.page-id-1352 #colophon .infos-foot svg path, .page-id-29 #colophon .infos-foot svg path,
.page-template-page-contact #colophon .infos-foot svg path {
	fill:#F8A90F;
}



@media (min-width: 768px) {
.slider-inner-parent h3 {
    font-size: 1.23rem;
}
}

.home .wp-container-13 .wp-block-buttons:hover a {
	color:#FBD3C2 !important;
}

.home .wp-container-13 .wp-block-buttons:nth-of-type(2) svg {
	transform:rotate(90deg);
}


.home .wp-container-13 .wp-block-buttons:nth-of-type(3) svg {
	transform:rotate(180deg);
}

.home .wp-container-13 .wp-block-buttons:nth-of-type(4) svg {
	transform:rotate(270deg);
}

@media screen and (max-width: 768px) {
.home .wp-container-13 .wp-block-button a {
    font-size:12px !important;
	outline:transparent !important;
	color:#FBD3C2;
}
		.home .wp-container-13 .wp-block-button svg {
    opacity:1 !important;
}
	
			.home .wp-container-13 .wp-block-button {
   margin-bottom:4rem !important;
}
}

#colophon .infos-foot {
	font-size:0.8rem;
}

.marg-top-neg {
	margin-top:-2rem;
}

.btn-gras:hover {
	font-weight:700;
}
.mapboxgl-map .marker01 {
    width: 60px;
    height: 60px;
    background-image: url(https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/location.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.with_frm_style select {
    border: 0;
    border-bottom: 1px solid #4981A8;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 2rem;
}

.full-width-banner {
	width:100%;
}

.slider-desktop {
   display:none;
}

@media (min-width: 1000px) {
.slider-desktop {
   display:block;
}
	
	.slider-phone {
   display:none;
}
}

.svg-bleu svg path {
	fill:#4981A8 !important;
}

.max-svg svg {
	max-height:110px;
	max-width:220px;
}

@media (min-width: 768px) {
.home p {
    font-size: 2.188rem;
}
	#colophon h3 {
		font-size:1rem;
	}
	p {
    line-height: 1.35;
		font-size: 1.375rem;
}
}

#colophon .infos-foot {
    padding-top: 0;
}

.end-foot .copy,
.end-foot a {
	font-size:0.781rem !important;
}

.svg-bleu .wp-block-button {
	padding:1rem;
}

.svg-bleu .wp-block-button:hover a {
	color:#D6E3F4 !important;
}

.wp-block-eedee-block-gutenslider svg .arrow {
	fill:#EB583C !important;
}


.pays-list,
.institution-list {
	padding: 0 1rem !important;
}

.btn-gras {
	margin:0.7rem 0;
}

.temoi .swiper-pagination-bullet-active {
	background-image:url("https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/dot.svg") !important;
}

.temoi.wp-block-eedee-block-gutenslider svg .arrow {
	fill:white !important;
}

.page-id-77 #masthead #primary-menu .faire-don svg path {
    fill:#60A5D8 !important;
}

.page-id-77 #masthead #primary-menu li a {
	color:#60A5D8;
}

.wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination {
	right:10px;
}

.frm_forms input[type=email],
.frm_forms input[type=tel],
.frm_forms input[type=text] {
	    margin-bottom: 2rem;
}


.site-footer .infos-foot .cols-foot .col-foot {
	line-height:1.5rem;
}

@media (min-width: 768px) {
.site-footer .infos-foot .cols-foot .col-foot {
	line-height:1.4rem;
}
}

#burger-menu span,
#burger-menu span {
	background-color:#EB583C !important;
}

.page-id-1352 #burger-menu span, .page-id-29 #burger-menu span,
.page-template-page-contact #burger-menu span {
	background-color:#F8A90F !important;
}

.page-id-1356 #burger-menu span, .page-id-63 #burger-menu span {
	background-color:#81BC4B !important;
}

.page-id-1360 #burger-menu span, .page-id-77 #burger-menu span {
	background-color:#60A5D8 !important;
}


.page-id-1352 #masthead #primary-menu li a, .page-template-page-contact #masthead #primary-menu li a {
    color: #F8A90F;
}

.page-id-1356 #masthead #primary-menu li a {
    color: #81BC4B;
}

.page-id-1360 #masthead #primary-menu li a {
    color: #60A5D8;
}


.entry-content {
	margin-top:0;
}

.site-footer .end-foot {
	padding-top:2rem;
}

.btn-pays .wp-block-button__link + svg {
    width: 130%;
	top: 10px;
    left: -10px;
}

			.page-id-1352 #masthead #primary-menu li.faire-don svg path,
.page-template-page-contact #masthead #primary-menu li.faire-don svg path {
			fill: #F8A90F !important;
}

			.page-id-1356 #masthead #primary-menu li.faire-don svg path {
			fill: #81BC4B !important;
}

			.page-id-1360 #masthead #primary-menu li.faire-don svg path {
			fill: #60A5D8 !important;
}


@media screen and (max-width: 899px) {
.menu-navigation-container,
.page-template-page-contact .menu-navigation-container, .menu-navigation-en-container,
.page-template-page-contact .menu-navigation-en-container {
	background-color:#FBD3C2 !important;
}
	
.nav-menu .menu-item-type-post_type:not(.faire-don) svg path,
.page-template-page-contact .nav-menu .menu-item-type-post_type:not(.faire-don) svg path {
	fill:#EB583C !important;
}
	
#masthead #primary-menu li.lang-item:last-of-type,
.page-template-page-contact #masthead #primary-menu li.lang-item:last-of-type {
			border-left:2px solid #EB583C !important;
}
	
	
		.page-id-1352 .menu-navigation-en-container, .page-id-29 .menu-navigation-container,
.page-template-page-contact .menu-navigation-container, .page-template-page-contact .menu-navigation-en-container {
	background-color:#FEE6C2 !important;
}
	
	 .page-id-1352 .nav-menu .menu-item-type-post_type:not(.faire-don) svg path, .page-id-29 .nav-menu .menu-item-type-post_type:not(.faire-don) svg path,
.page-template-page-contact .nav-menu .menu-item-type-post_type:not(.faire-don) svg path {
	fill:#F8A90F !important;
}
	
.page-id-1352 #masthead #primary-menu li.lang-item:last-of-type, .page-id-29 #masthead #primary-menu li.lang-item:last-of-type,
.page-template-page-contact #masthead #primary-menu li.lang-item:last-of-type {
			border-left:2px solid #F8A90F !important;
}
	
	.page-id-1352 #masthead #primary-menu li.lang-item:last-of-type,
.page-template-page-contact #masthead #primary-menu li.lang-item:last-of-type {
			border-left:2px solid #F8A90F !important;
}
	
		.page-id-1352 #masthead #primary-menu li.lang-item a,
.page-template-page-contact #masthead #primary-menu li.lang-item a {
			color: #F8A90F !important;
}
	

	
	
	
	
.page-id-1356 .menu-navigation-en-container, .page-id-63 .menu-navigation-container {
	background-color:#DEECCE !important;
}
	
	 .page-id-1356 .nav-menu .menu-item-type-post_type:not(.faire-don) svg path, .page-id-63 .nav-menu .menu-item-type-post_type:not(.faire-don) svg path {
	fill:#81BC4B !important;
}
	
.page-id-1356 #masthead #primary-menu li.lang-item:last-of-type, .page-id-63 #masthead #primary-menu li.lang-item:last-of-type {
			border-left:2px solid #81BC4B !important;
}
	
			.page-id-1356 #masthead #primary-menu li.lang-item a {
			color: #81BC4B !important;
}
	

	
	
				.page-id-1360 .menu-navigation-en-container, .page-id-77 .menu-navigation-container {
	background-color:#D6E3F4 !important;
}

	 .page-id-1360 .nav-menu .menu-item-type-post_type:not(.faire-don) svg path, .page-id-77 .nav-menu .menu-item-type-post_type:not(.faire-don) svg path {
	fill:#60A5D8 !important;
}
	
.page-id-1360 #masthead #primary-menu li.lang-item:last-of-type, .page-id-77 #masthead #primary-menu li.lang-item:last-of-type {
			border-left:2px solid #60A5D8 !important;
}
	
				.page-id-1360 #masthead #primary-menu li.lang-item a {
			color: #60A5D8 !important;
}
	
}
	

@media screen and (max-width: 767px) {

	
.svg-bleu .wp-block-button a {
    font-size:21px !important;
	outline:transparent !important;
	color:#D6E3F4;
}
	
	.svg-bleu .wp-block-button svg {
    opacity:1 !important;
}
	
	#colophon .custom-logo-link {
	width:180px;
}
	.swiper-pagination-bullet {
		width:18px !important;
		height:18px !important;
	}
	.big-chiffre {
	font-size:80px !important;
		line-height:1.5 !important;
}
	.chiffre-zone .marg-top-neg {
		margin-top:-1.3rem !important;
		margin-bottom:2rem;
	}
	

h2.is-style-h1 {
    font-size: 1.875rem;
    line-height: 1.1;
}
	
	.orga-zone h3 {
		font-size:22px;
	}
	
	.img-phone {
		min-height:50vh !important;
	}
	
	#masthead #primary-menu li a {
		font-size:1.35rem;
	}
	
	
	
		.slider-group .wp-block-group__inner-container {
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
	
	.wp-block-button__link + svg {
    width: 85%;
}

}

@media screen and (max-width: 1050px) {

	.site-footer .infos-foot .cols-foot {
		flex-direction:column;
	}
}

p a, p a:visited {
	color:#60A5D8;
}

h2 {
	line-height:1.3;
}

@media (min-width: 768px){
h2.is-style-h1 {
    font-size: 3.75rem;
    line-height: 1.1;
}
	h2 {
		font-size:1.875rem;
	}
		h3 {
		font-size:1.438rem;
	}
}


#masthead .scrolltop, .home #masthead .scrolltop, .page-id-574 #masthead .scrollto {
	background-image:url('https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/red-arrow');
}

.page-id-1352 #masthead .scrolltop, .page-id-29 #masthead .scrolltop, .page-template-page-contact #masthead .scrolltop {
	background-image:url('https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/yellow-arrow');
}


.page-id-1356 #masthead .scrolltop, .page-id-63 #masthead .scrolltop {
	background-image:url('https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/green-arrow');
}


.page-id-1360 #masthead .scrolltop, .page-id-77 #masthead .scrolltop {
	background-image:url('https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/blue-arrow');
}

.tamaro-widget {
	background-color:transparent !important;
}

.svg-foot-tache {
	position:relative;
}

.svg-foot-tache a {
	position:absolute;
	z-index:2;
	left:0.95rem;
	border-bottom:0 !important;
	color:white !important;
}

.svg-foot-tache a:hover {
	font-weight:bold;
}

.svg-foot-tache svg {
	position:absolute;
	width: 7rem;
    top: -23px;
    position: absolute;
    z-index: 1;
}

.has-rouge-background-color.has-background + svg g path {
    fill: #EB583C;
}

.white-text-hover .is-style-hover-fond:hover a {
	color:#FBD3C2 !important;
}

#masthead #primary-menu .lang-item-first {
	margin-right:0.5rem;
}

#masthead #primary-menu .current-lang a {
	font-weight:700 !important;
}

@media (min-width: 900px) {
#masthead #primary-menu .lang-item-first {
	padding-left:1.5rem;
}
}

@media (max-width: 899px) {


	#logogif {
		height:43px !important;
	}
	
	#masthead.scrolled .main-navigation.toggled .menu-navigation-container, #masthead.scrolled .main-navigation.toggled .menu-navigation-en-container {
    top: 80px;
		z-index:11111;
}
	#masthead .main-navigation.toggled .menu-navigation-container #primary-menu, #masthead .main-navigation.toggled .menu-navigation-en-container #primary-menu {
	height: calc(100vh - 80px);
		margin-top:3rem;
}
	#masthead #primary-menu li {
		text-align:center;
		margin-right:0;
}
		#masthead #primary-menu li.lang-item {
   position:absolute;
			top:0rem;
			left:3.2rem;
			margin-top:1rem;
			padding-left:0.1rem;
			
}
	
			#masthead #primary-menu li.lang-item a {
padding-top:0.2rem;
padding-bottom:0;
				
			
}
	
	#masthead #primary-menu li.lang-item-first {
	left:1rem;
}
	
	.nav-menu .menu-item-type-post_type:not(.faire-don) {
		position:relative;
		margin-bottom:0.8rem;
		
}
	
		.nav-menu .menu-item-type-post_type:not(.faire-don) a {
		color: white !important;
}
	
		.nav-menu .menu-item-type-post_type:not(.faire-don) svg {
		position:absolute;
			left:0;
			right:0;
			margin:0 auto;
			top:0;
			z-index:-1;
			width:150px;
			display:block !important;
}
	
	.nav-menu .faire-don {
    bottom: 4vh;
}
	
		.nav-menu .faire-don svg {
    width:100px;
}
	
	.nav-menu .faire-don a {
		font-size:0.8rem !important;
	}
	
}

.frm_button_submit {
	font-family: "Poppins", sans-serif !important;
	text-transform: lowercase !important;
	color:white;
}



@media (max-width: 781px) {
	
	.frm_submit .frm_button_submit + svg {
		max-height:70%;
		top:3px;
}
	
		body:lang(en-GB) .frm_submit .frm_button_submit + svg {
		right:-11px;
}

	
	#map2 {
		display:block !important;
	}
	#map {
		display:none !important; 
	}
}

.relative-fade {
	position:relative;
}

.relative-fade .is-style-square {
	cursor:pointer;
}

.relative-fade .is-style-square:first-of-type {
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.relative-fade .is-style-square:last-of-type {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
	transition:opacity 0.5s ease-in-out;
}

.relative-fade .is-style-square:hover:last-of-type {
	opacity:0;
}

.green-fond .is-style-square:first-of-type {
	background-image:url("https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/fond-green.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}


.blue-fond .is-style-square:first-of-type {
	background-image:url("https://dev.paintasmile.org/wp-content/themes/paint-a-smile/img/fond-blue.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

@media only screen and (max-width: 1500px) and (min-width: 782px) {
	.green-fond .is-style-square:first-of-type .has-medium-font-size {
	font-size:1.2vw !important;
}


.blue-fond .is-style-square:first-of-type .has-medium-font-size {
	font-size:1.2vw !important;
}
	
		.green-fond .is-style-square:last-of-type a {
	font-size:1.7vw !important;
}


.blue-fond .is-style-square:last-of-type a {
	font-size:1.7vw !important;
}
}

.full-height {
	height:100% !important;
	   align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}


@media (max-width: 1050px) {
	#colophon {
		.copy {
			margin-right:auto;
		}
		.svg-foot-tache {
			margin-bottom:2.5rem;
		}

		.none-don {
			display:none;
		}
	}
}


.petit-btn.wp-block-button {
	padding:0.5rem;
}


.has-vertfonce-background-color.has-background + svg path {
	fill:#62933B!important;
}
.end-foot__inner-container {
	align-items: end;
}

.align-start {
	justify-content:flex-start;
}

.projet-default a {
	color:#BD830B;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom:0;
}



figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.wp-block-gallery.gallery-logos {
    --wp--style--unstable-gallery-gap: 10% !important;
    gap:10% !important;
}

.wp-block-gallery.gallery-logos figure:nth-child(n+11) {
   display:none;
}

.btn-logooo {
	width:60px;
	height:60px;
}

.btn-des-logos {
	width:100%;
	margin-bottom: 8rem
}


.btn-des-logos img {
	cursor: pointer;
	position:relative;
	z-index:11;
}


@media (max-width: 781px) {
.has-vertfonce-background-color.wp-block-button__link {
	font-size:15px !important;
}
	
	.is-style-h1 {
		margin-bottom:0;
		font-size:35px !important;
	}
	
	.blue-fond .is-style-square:first-of-type .has-medium-font-size {
    font-size: 16px !important;
}
	
		.green-fond .is-style-square:first-of-type .has-medium-font-size {
    font-size: 16px !important;
}

	.caran img {
		width:50%;
	}

	#masthead {
		z-index:111;
	}
	
	.orga-zone .wp-block-image {
		padding-right:20vw;
	}
	
	.toggled #primary-menu {
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	
		.toggled #primary-menu li:not(.faire-don) {
		position:relative;
			top:-14.5vh;
	}
	
}


.blog article .wp-block-column:first-of-type {
	order:2 !important;
}

.blog article .wp-block-column:last-of-type {
	order:1 !important;
}

@media (min-width: 782px) {

.blog article:nth-child(odd) .wp-block-column:first-of-type {
	order:2 !important;
}

.blog article:nth-child(odd) .wp-block-column:last-of-type {
	order:1 !important;
}
	


.blog article:nth-child(even) .wp-block-column:first-of-type {
	order:1 !important;
}

.blog article:nth-child(even) .wp-block-column:last-of-type {
	order:2 !important;
}
	
}

.magnifique-liste-institution {
	flex-direction:row; 
}


.magnifique-liste-institution .unecol-projet {
 flex: 1 0 100%; 
}

		.magnifique-liste-institution .unecol-projet a {
 width:9rem;
			height:64px;
			display:flex;
			align-items:center;
			justify-content:center;
	
}
	.magnifique-liste-institution .unecol-projet svg {
 width:8rem;
	
}


@media (min-width: 450px) {

.magnifique-liste-institution .unecol-projet {
 flex: 1 0 50%; 
}

		.magnifique-liste-institution .unecol-projet a {
 width:9rem;
			height:64px;
	
}
	.magnifique-liste-institution .unecol-projet svg {
 width:8rem;
	
}
}

@media (min-width: 768px) {
.magnifique-liste-institution .unecol-projet {
 flex: 1 0 33%; 
}
	
		.magnifique-liste-institution .unecol-projet a {
 width:11rem;
			height:64px;
	
}
	.magnifique-liste-institution .unecol-projet svg {
 width:12rem;
	
}
}


.wp-block-group.is-style-group-projet-group .wp-block-group__inner-container {
    max-width: 87.75rem;
}

.unecol-projet .wp-block-button a {
	line-height:1;
}

@media (min-width: 768px) {
.magnifique-liste-institution .unecol-projet h4 {
    font-size: 1rem;
}
}


	.magnifique-liste-institution .institution-list {
display:none;
}

	.magnifique-liste-institution .institution-list.show {
display:block;
}

.pop-up-projet {
	position:fixed;
	z-index:2000;
	background-color:#deecce80;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display:none;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}

.pop-up-projet.show {
	display:flex;
}
.pop-up-projet .inside-pop-up-projet {
	max-width:100rem;
	position:relative;
	width:100%;

}

.pop-up-projet .inside-pop-up-projet .croix-pop-up {
	position:absolute;
	width:2rem;
	height:2rem;
	right:1rem;
	top:1.7rem;
	background-image:url('https://dev.paintasmile.org/wp-content/themes/paint-a-smile/croix-pop-up.svg');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:2;
}



@media (min-width: 768px) {
.pop-up-projet .inside-pop-up-projet {
	transform:scale(0.65);
	background-color:transparent;
	width:initial;

	}
	.pop-up-projet .inside-pop-up-projet .croix-pop-up {
    right: -23%;
    top: -9%;
}
}

@media (min-width: 900px) {
.pop-up-projet .inside-pop-up-projet {
	transform:scale(0.8);
}
}

@media (min-width: 1000px) {
.pop-up-projet .inside-pop-up-projet {
	transform:scale(0.85);
}
}

@media (min-width: 1200px) {
.pop-up-projet .inside-pop-up-projet {
	transform:inherit;
}
}


.pop-up-projet .inside-pop-up-projet:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url("https://dev.paintasmile.org/wp-content/themes/paint-a-smile/haut-svg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


@media (min-width: 768px) {
.pop-up-projet .inside-pop-up-projet:before {
        content: "";
    display: block;
    position: absolute;
    width: 147%;
    height: 140%;
    background-image: url(https://dev.paintasmile.org/wp-content/themes/paint-a-smile/bg-slider.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -23%;
    left: -16%;
    z-index: -1;
}
}

.pop-up-projet .frm_forms input[type=text], .pop-up-projet .frm_forms input[type=tel], .pop-up-projet .frm_forms input[type=email] {
    border-bottom: 1px solid #62933B;
}

@media (max-width: 767px) {
.pop-up-projet .frm_forms input[type=text], .pop-up-projet .frm_forms input[type=tel], .pop-up-projet .frm_forms input[type=email] {
		margin-bottom:0;
}
}

.pop-up-projet .frm_forms textarea {
    border-bottom: 1px solid #62933B;
    background-color: #DEECCE;
		
}

.pop-up-projet .frm_forms textarea {
		height:60px;
	margin-bottom:0;
}

	.pop-up-projet .frm_style_style-formidable.with_frm_style .form-field {
    margin-bottom: 5px;
}

	.pop-up-projet .frm_forms .frm_submit {
		margin-top:10px;
}

@media (max-width: 767px) {

	.pop-up-projet .with_frm_style .frm_primary_label {
		font-size:12px;
	}
		.pop-up-projet h3 {
		font-size:0.8rem;
			margin-top:0;
			padding-top:5px;
	}
	.pop-up-projet .wp-block-buttons>.wp-block-button {
    padding:0;
}
	
	.pop-up-projet .frm_forms .frm_submit button {
	padding:5px;
}
	
		.pop-up-projet .padding-in-phone {
	padding-left:1rem;
		padding-right:1rem;
				background-color:#BAD798;

}
	.pop-up-projet .inside-pop-up-projet:after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url("https://dev.paintasmile.org/wp-content/themes/paint-a-smile/bas-svg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
	
}


.pop-up-projet .frm_forms .frm_submit {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	
}
.pop-up-projet .frm_forms .frm_submit button {
	margin-left:0 !important;
	right:inherit;
	color:#DEECCE !important;
}
.pop-up-projet .frm_forms .frm_submit svg {
	right:inherit !important;
}



.slider-parent .slide-child {
	cursor:pointer;
}

.frm_forms textarea {		
	resize: none;
}


.projet-default {
    padding-bottom: 0;
}


p a:visited {
    color: currentcolor !important;
}


@media (max-width: 450px) {
.phone-align-center {
	flex-direction:column;
}
}

.contribuez-vert .wp-block-button svg g path {
	fill:#62933B!important;
}

@media (max-width: 599px) {
figure.none-phone {
	display:none !important;
}
}
