/*--------------------------------------------------------------
>>> STYLE CUSTOM - AGENCE DEWEY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page exemple
--------------------------------------------------------------*/
/* line 7, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
.page-template main .section-full-width .content-section {
  display: block;
  text-align: center; }

/* line 15, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
.page-template main .grid .content-grid ul.items-grid {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-left: 0; }
  /* line 23, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
  .page-template main .grid .content-grid ul.items-grid .item {
    text-align: center; }

/* line 32, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
.page-template main .section-column-2 .content-column .column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px; }
  /* line 38, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
  .page-template main .section-column-2 .content-column .column .item {
    display: block;
    width: 50%; }
  /* line 43, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
  .page-template main .section-column-2 .content-column .column img {
    display: block;
    width: 50%; }
  /* line 48, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/pages/_page-exemple.scss */
  .page-template main .section-column-2 .content-column .column:last-child {
    flex-direction: row-reverse; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* line 2, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/utilities/_accessibility.scss */
.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; }
  /* line 14, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/utilities/_accessibility.scss */
  .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: 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. */
/* line 36, /Users/olivierlelay/Desktop/Theme - Starter Pack/generatepress/assets/sass/utilities/_accessibility.scss */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*# sourceMappingURL=style.css.map */