/*!

Theme Name:		Pegasus - matos.fr
Theme URI:		https://www.matos.fr

Version:		msfr.1.13.0
Revision:		2020-12-17
Creation:		2018-07-30
Starting:		2018-02-06

Author:			studio RVOLA
Author URI:		https://www.rvola.com

Text Domain:	adn_pegasus-i18n
Template:		pegasus

*/
/*
reset.less

Author: 		studio RVOLA
Author URI:		http://rvola.com
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.clear {
  line-height: 1;
  display: block;
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
p {
  margin-bottom: 10px;
}
ul li,
ul ol {
  list-style-position: inside;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
  max-width: 1024px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.no-js .hide-js {
  display: none !important;
}
.svg {
  vertical-align: -0.15em;
  width: 1em;
  height: 1em;
  overflow: hidden;
  fill: currentColor;
}
.reset {
  all: inherit;
}
/*
functions.less

Author: 		studio RVOLA
Author URI:		http://rvola.com
*/
/*

CSS Document: 	fonts.less
Role:			Charge les fonts

Author: 		studio RVOLA
Author URI:		http://rvola.com

Copyright 2007-2015 Nicolas GEHIN (email : hello@rvola.com)
Cette oeuvre, création, site ou texte est sous licence Creative Commons
Attribution - Pas d'Utilisation Commerciale - Pas de Modification 4.0 International.

*/
/*

CSS Document: 	logo.less
Role:			Créer les css pour les logos retina

Author: 		studio RVOLA
Author URI:		http://rvola.com

Copyright 2007-2016 Nicolas GEHIN (email : hello@rvola.com)
Cette oeuvre, création, site ou texte est sous licence Creative Commons
Attribution - Pas d'Utilisation Commerciale - Pas de Modification 4.0 International.

*/
/*

CSS Document: 	responsive.less
Role:			Mobile CSS

Author: 		studio RVOLA
Author URI:		http://rvola.com

Copyright 2007-2016 Nicolas GEHIN (email : hello@rvola.com)
Cette oeuvre, création, site ou texte est sous licence Creative Commons
Attribution - Pas d'Utilisation Commerciale - Pas de Modification 4.0 International.

*/
/*--------------------------------------------------------- */
/* !COLORS */
/*--------------------------------------------------------- */
/*--------------------------------------------------------- */
/* !ANIMATE */
/*--------------------------------------------------------- */
/*--------------------------------------------------------- */
/* !FONTS */
/*--------------------------------------------------------- */
.font-primary {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.font-primary .bold {
  font-weight: 500;
}
.font-secondary {
  font-family: "Georgia", serif;
}
@font-face {
  font-family: "matos-font";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/matos-font/matos-font.woff?ver=1608190588") format("woff"), url("../fonts/matos-font/matos-font.eot?ver=1608190588") format("embedded-opentype"), url("../fonts/matos-font/matos-font.ttf?ver=1608190588") format("truetype"), url("../fonts/matos-font/matos-font.svg?ver=1608190588") format("svg");
}
[class^="ims-"],
[class*=" ims-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "matos-font" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.ims-cross:before {
  content: "\e900";
}
.ims-heart:before {
  content: "\e901";
}
.ims-piggy:before {
  content: "\e902";
}
.ims-star:before {
  content: "\e903";
}
.ims-check:before {
  content: "\e904";
}
#wrapper *:not(i) {
  font-family: Arial, Verdana, sans-serif !important;
}
@media only screen and (max-width:767px) {
  #wrapper {
    padding-top: 55px;
  }
}
#footer .logo-container .custom-logo-link img {
  max-height: 100%;
}
#header .align-v-center {
  display: block;
}
@media only screen and (max-width:767px) {
  #header .align-v-center {
    display: flex;
  }
}
#header .align-v-center .first-row {
  display: block;
}
@media only screen and (max-width:767px) {
  #header .align-v-center .first-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header .logo-container {
  text-align: center;
}
@media only screen and (min-width:1024px) {
  #header .logo-container .custom-logo-link img {
    max-height: 110px;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  #header .logo-container .custom-logo-link img {
    max-height: 110px;
  }
}
@media only screen and (max-width:767px) {
  #header .logo-container .custom-logo-link img {
    max-height: 30px;
  }
}
@media only screen and (max-width:767px) {
  #header .quickbutton:hover {
    color: #212121;
  }
}
.search-container {
  margin: 20px 0;
}
@media only screen and (max-width:767px) {
  .search-container {
    margin: 10px 0;
  }
}
.search-container .search-form .search-field {
  border-color: #7e3eb2;
  padding: 10px;
  height: 50px;
  font-size: 1.5em;
}
@media only screen and (max-width:767px) {
  .search-container .search-form .search-field {
    height: 32px;
    font-size: 1em;
    padding: 3px 5px;
  }
}
.search-container .search-form .search-submit {
  background: #7e3eb2;
  border-color: #7e3eb2;
  color: white;
  height: 50px;
}
@media only screen and (max-width:767px) {
  .search-container .search-form .search-submit {
    height: 32px;
  }
}
.home-container {
  margin: 0 auto;
}
.home-container .about {
  display: flex;
  color: white;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .home-container .about {
    display: block;
  }
}
.home-container .about .wp-caption-text {
  display: none;
}
.home-container .about img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:767px) {
  .home-container .about .image-container {
    margin-top: 10px;
  }
}
.home-container .last-post,
.home-container .list-category {
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
}
.home-container .last-post h2,
.home-container .list-category h2 {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #7e3eb2;
  border-bottom: 1px solid #7e3eb2;
}
.home-container .last-post .grid-list {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width:767px) {
  .home-container .last-post .grid-list {
    grid-template-columns: 1fr;
  }
}
.home-container .last-post .grid-list .templates-listing {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
}
.home-container .last-post .grid-list .templates-listing .thumb {
  padding-right: 0;
  padding-left: 0;
}
.home-container .last-post .grid-list .templates-listing .thumb .ribbon {
  margin-left: -10px;
}
.home-container .last-post .grid-list .templates-listing .thumb .auto-background {
  height: 180px;
}
.home-container .last-post .grid-list .templates-listing .title {
  font-size: 1em;
}
.home-container .last-post .grid-list .templates-listing .excerpt {
  display: none;
}
.home-container .list-category .grid-list {
  width: 100%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width:767px) {
  .home-container .list-category .grid-list {
    grid-template-columns: 1fr;
  }
}
.home-container .list-category .grid-list .category-container {
  transition: all 250ms ease;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.home-container .list-category .grid-list .category-container:hover {
  transition: all 250ms ease;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}
.home-container .list-category .grid-list .category-container .thumb-container {
  line-height: 1em;
  border-bottom: 2px solid #48e583;
}
.home-container .list-category .grid-list .category-container .thumb-container .auto-background {
  min-height: 150px;
  background-position: center;
}
.home-container .list-category .grid-list .category-container .content {
  padding: 10px;
}
.home-container .list-category .grid-list .category-container .content h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.home-container .list-category .grid-list .category-container .content .sub {
  list-style: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-container .list-category .grid-list .category-container .content .sub li {
  margin-bottom: 10px;
}
.home-container .list-category .grid-list .category-container .content .sub a:hover {
  color: #48e583;
}
.home-container .list-category a h3 {
  color: #7e3eb2;
}
.home-container .list-category a:hover h3 {
  color: #48e583;
}
/* Matos*/
#content ol.matos-content {
  margin: 0;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
#content ol.matos-content li:nth-child(odd) .aawp-adn-matos-content {
  float: right;
}
#content ol.matos-content li:nth-child(even) .aawp-adn-matos-content {
  float: left;
}
#content ol.matos-content:before {
  width: 25%;
  height: 1px;
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  background: #48e583;
}
@media only screen and (max-width:767px) {
  #content ol.matos-content {
    margin-top: 0;
  }
}
#content ol.matos-content > li {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
#content ol.matos-content > li:after {
  width: 25%;
  height: 1px;
  display: block;
  visibility: visible;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
  background: #48e583;
}
#content ol.matos-content > li h2 {
  display: inline;
}
#content ol.matos-content > li .aawp-adn-matos-content {
  text-align: center;
  width: 45%;
  margin-top: 20px;
  padding: 10px;
}
#content ol.matos-content > li .aawp-adn-matos-content img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin: 0 auto 10px auto;
  display: block;
}
#content .section-proscons {
  margin: 20px 0;
}
#content .section-proscons .pros,
#content .section-proscons .cons {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
#content .section-proscons .pros .icon-container,
#content .section-proscons .cons .icon-container {
  text-align: center;
}
#content .section-proscons .pros .icon-container .icon-circular,
#content .section-proscons .cons .icon-container .icon-circular {
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  border-radius: 50%;
  background: white;
  align-items: center;
  justify-content: center;
}
#content .section-proscons .pros ul,
#content .section-proscons .cons ul {
  margin: 0;
  padding: 0;
}
#content .section-proscons .pros ul li,
#content .section-proscons .cons ul li {
  font-size: 0.8em;
  line-height: 1.1em;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 5px 0;
}
@media only screen and (max-width:767px) {
  #content .section-proscons .pros ul li,
  #content .section-proscons .cons ul li {
    list-style-position: inside;
  }
}
#content .section-proscons .pros {
  background: #abf2a3;
}
#content .section-proscons .pros .ico {
  color: #3fc830;
}
#content .section-proscons .cons {
  background: #f8d1d1;
}
#content .section-proscons .cons .ico {
  color: #d10d0d;
}
#content .section-classement ul {
  margin: 0;
}
#content .section-classement ul li {
  list-style: none;
  padding-top: 10px;
}
#content .section-classement .thead {
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  font-weight: 300;
}
#content .section-classement .thead .bold {
  font-weight: 500;
}
#content .section-classement .thead > div {
  text-align: left;
  padding: 3px;
  border-bottom: 3px double #ddd;
  background: #fafafa;
}
#content .section-classement .thead > div.div-first {
  text-align: center;
}
#content .section-highlight {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width:767px) {
  #content .section-highlight {
    margin-top: 0;
  }
}
#content .section-highlight .matos-highlight {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-top: 30px;
}
#content .section-highlight .matos-highlight .bold {
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight {
    margin-bottom: 10px;
    padding: 0;
  }
}
#content .section-highlight .matos-highlight .aawp-product__buttons {
  text-align: center;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .aawp-product__buttons {
    text-align: left;
  }
}
#content .section-highlight .matos-highlight.heart {
  background: #edfcf3;
}
#content .section-highlight .matos-highlight.heart .header {
  margin-top: -20px;
  margin-bottom: 20px;
}
#content .section-highlight .matos-highlight.heart .header .bloc-title span {
  background: #edfcf3;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight.heart .header {
    margin: 0;
  }
}
#content .section-highlight .matos-highlight .header {
  text-align: center;
  text-transform: uppercase;
  height: 55px;
  color: #7e3eb2;
  border-bottom: 1px solid #48e583;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .header {
    height: auto;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }
}
#content .section-highlight .matos-highlight .header .ico {
  color: #48e583;
}
#content .section-highlight .matos-highlight .header .ico:before {
  font-size: 1.5em;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .header .ico {
    margin-right: 5px;
  }
}
#content .section-highlight .matos-highlight .header .bloc-title span {
  padding: 5px 15px;
  display: inline-block;
  background: white;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .header .bloc-title span {
    padding: 0;
  }
}
#content .section-highlight .matos-highlight .bloc-thumb {
  display: flex;
  align-items: center;
}
#content .section-highlight .matos-highlight .bloc-thumb .aawp {
  margin-right: auto;
  margin-left: auto;
}
#content .section-highlight .matos-highlight .bloc-thumb .aawp-adn-matos-picture {
  text-align: center;
  margin-top: 20px;
}
#content .section-highlight .matos-highlight .bloc-thumb .aawp-adn-matos-picture img {
  max-width: 80%;
  height: auto;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .bloc-thumb .aawp-adn-matos-picture img {
    max-width: 100% !important;
  }
}
#content .section-highlight .matos-highlight .bloc-content {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .bloc-content {
    border-top: none;
  }
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .bloc-content {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#content .section-highlight .matos-highlight .bloc-content .bloc-pros ul {
  margin: 0;
  padding: 0;
}
#content .section-highlight .matos-highlight .bloc-content .bloc-pros ul li {
  font-size: 0.8em;
  line-height: 1.1em;
  list-style-position: inside;
  list-style-type: none;
  margin: 0 0 3px 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  align-items: center;
}
#content .section-highlight .matos-highlight .bloc-content .bloc-pros ul li .icon-circular {
  text-align: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
  float: left;
  color: white;
  border-radius: 50%;
  background: #48e583;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
#content .section-highlight .matos-highlight .short-title {
  font-weight: 500;
  margin-bottom: 10px;
  color: #7e3eb2;
}
@media only screen and (max-width:767px) {
  #content .section-highlight .matos-highlight .short-title {
    font-size: 0.9em;
  }
}
@media only screen and (max-width:767px) {
  #content .section-aawp-sub > div,
  #content .section-proscons > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width:767px) {
  .section-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}
body.ie .home-container .last-post .grid-list {
  display: block;
}
body.ie .home-container .last-post .grid-list .templates-listing {
  float: left;
  width: calc(100%/5 - 20px);
  margin: 0 10px;
  clear: none;
}
body.ie .home-container .list-category .grid-list {
  display: block;
}
body.ie .home-container .list-category .grid-list .category-container {
  display: block;
  float: left;
  width: calc(100%/3 - 25px);
  margin: 0 10px;
  margin-bottom: 25px;
}
body.ie .home-container .list-category .grid-list .category-container:nth-child(4n+0) {
  clear: both;
}
.relatif {
  margin-bottom: 20px;
}
.relatif a {
  text-decoration: none!important;
}
/*# sourceMappingURL=main.css.map */