/*
 Theme Name:     Simple Things
 Author:         HeryR
 Author URI:     https://github.com/heryr
 Template:       oracom
 Version:        1.0.0
 Description:    A Child Theme built for Oracom main Theme
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/***********************
  Layout.
***********************/

body {
  background-color: #fafafa;
}
#haut {
  padding-bottom: 40px;
}
.wrapper {
  max-width: 100%;
}

.xl-container,
.container,
.mid-container,
.tight-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1176px;
}
.mid-container {
  max-width: 980px;
}
.tight-container {
  max-width: 768px;
}

header.header {
  margin-bottom: 0;
}

.iframe-nl {
  width: 100%;
  min-height: 640px;
}

@media screen and (min-width:35.5em) { /* -sm */

}

@media screen and (min-width:49em) { /* -md */
  header.header {
    margin-bottom: 0px;
  }
}

@media screen and (min-width:64em) { /* -lg */
}

@media screen and (min-width:80em) { /* -xl */
}

/***********************
  Navigation.
***********************/

.main-navigation {
    padding-top: 4px;
}

.main-navigation li {
    padding: 8px 24px 0 24px;
}

.main-navigation .menu-menu-1-container {
  display: inline-block;
  margin: auto;
}
.main-navigation ul.sub-menu {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
}
.main-navigation .sub-menu li {
  padding: 8px 16px 8px 16px;
}


#site-navigation .menu-toggle {
  background-color: #7d7296;
  border: none;
  color: #ffffff;
  font-family: 'Muli', sans-serif;;
  margin-top: 4px;
}

#site-navigation .menu-toggle {
  float: right;
}

/* Styling mobile side menu */
#site-navigation.toggled .menu-menu-1-container {
  background-color: #7d7296;
  position: absolute;
  margin-right: 0;
  top: 64px;
  width: 100%;
  left: 0;
  text-align: center;
  transition: all ease 0.25s;
  z-index: 2;
}

#site-navigation.toggled li {
  width: 100%;
  padding: 0;
}

#site-navigation.toggled li a {
  color: #ffffff;
  transition: all ease 0.25s;
  width: 100%;
  padding: 16px;
}

#site-navigation.toggled ul.sub-menu {
  left: -9999px;
}

#site-navigation.toggled ul.sub-menu li {
  float: right;
  z-index: 200;
}
#site-navigation.toggled ul.sub-menu a {
  color: #ffffff;
  width: 100%;
}

#site-navigation.toggled .focus ul.sub-menu {
  background-color: #54c1d2;
  position: relative;
  margin-left:0;
  width: 100%;
  left: 0;
  border: 0;
  box-shadow: none;
  top: 0;
  transition: all ease 0.35s;
}

@media screen and (min-width:784px) { /* -sm */
  #site-navigation .menu-toggle {
    float: none;
  }
}

@media screen and (min-width: 1096px) {
  #site-navigation .menu-toggle {
    float: right;
  }
}

@media screen and (min-width:49em) { /* -md */
  .main-navigation {
      text-align: center;
  }
  #navigation-scrolled {
    transition: all ease 0.40s;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    position: fixed;
    left: 0;
    width: 100%;
    top: -200px;
    z-index: 100;
  }

  #navigation-scrolled.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 4px;
  }

  #navigation-scrolled.scrolled .menu-menu-1-container {
  }
}

@media screen and (min-width:64em) { /* -lg */
}

@media screen and (min-width:80em) { /* -xl */
}


/***********************
  Components.
***********************/

#feuilleteuse {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 100;
  padding-top: 32px;
  background: rgba(0, 0, 0, 0.46);
  visibility: hidden;
}
.visible {
  visibility: visible !important;
}

.box {
  padding: 24px;
}

.box-shadow {
  box-shadow: 0 2px 16px -6px rgba(68, 68, 68, 0.25);
}
.box-shadow2 {
  box-shadow: 0 13px 25px -4px rgba(70, 70, 70, 0.6);
}

.box.box-simple {
  border: 1px solid #333;
  margin-bottom: 24px;
  transition: all ease 0.25s;
}
.box.box-simple:hover {
  border: 1px solid #54c1d2;
}

.box.box-centered {
  padding-top: 15%;
  padding-bottom: 15%;
}

.box.box-grey {
  border: 1px solid #eee;
  transition: all ease 0.25s
}
.box.box-grey:hover {
  border: 1px solid #54c1d2;
}

.box.box-price {
  padding: 0px;
  transition: all ease 0.25s;
}
.box.box-price a.pre-arrow {
  border: 1px solid #54c1d2;
  background-color: #54c1d2;
  color: #fff;
  display: inline-block;
  transition: all ease 0.25s;
}
.box.box-price:hover a.pre-arrow {
  border-color: #ff6255;
  background-color: #ff6255;
}
.box.box-price:hover a.pre-arrow {
  background-color: #ff6255;
}
.box.box-price a.pre-arrow:after {
  content: '';
  position: relative;
  right: -16px;
  border: 28px solid #54c1d2;
  border-right: none;
  border-left-width: 15px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  float: right;
  transition: all ease 0.25s;
}
.box.box-price:hover a.pre-arrow:after {
  border: 28px solid #ff6255;
  border-right: none;
  border-left-width: 15px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.box.box-price .btn-pre {
  position: relative;
  display: inline-block;
  padding: 16px 16px 16px 24px;
  background-color: #fff;
  color: #54c1d2;
  transition: all ease 0.25s;
}
.box.box-price .btn-pre:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 100%;
  border: 29px solid #fff;
  border-right: none;
  border-left-width: 15px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.box.box-price:hover .btn-pre {
  color: #ff6255;
}
.box.box-price .btn-self {
  display: inline-block;
  padding: 16px 8px 16px 32px;
  transition: all ease 0.25s;
}

.box-article .text-title,
.box-article .text-title a {
  font-family: 'Muli', sans-serif;
}

.box-article-category {
  font-family: 'Muli', sans-serif;;
  font-size: 14px;
  padding: 8px 16px;
  background-color: #e76b63;
  color: #fff;
  display: inline-block;
  margin-top: 54px;
  position: absolute;
  z-index: 1;
}
.box-article-category a,
.box-article-category a:hover,
.box-article-category a:visited,
.box-article-category a:active {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.box-article .article-header {
  margin-bottom: 0;
}
.box-article .box-article-category {
  display: block;
  margin-top: 0;
  position: relative;
  padding: 4px;
}

.badge-top {
  margin-top: -51px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.badge-top span:after {
  content: '';
  position: relative;
  right: -24px;
  border: 17px solid #54c1d2;
  border-right: none;
  border-left-width: 16px;
  border-top-color: transparent;
  display: inline-block;
  border-bottom-color: transparent;
  top: 10px;
}
.badge-top span:before {
  content: '';
  border: 17px solid #54c1d2;
  border-left: none;
  border-right-width: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  display: inline-block;
  left: -24px;
  position: relative;
  top: 10px;
}

.badge-half {
  display: inline-block;
  padding: 112px 32px 12px 32px;
  border-radius: 900px;
  max-width: 180px;
  margin-top: -108px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
}
.badge-half a {
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.top-social {
  float: right;
  padding: 4px 8px;
  display: inline-block;
  transform: scale(0.9);
}
.top-social i {
  background-color: #ff4a60;
  padding: 8px 9px 6px 9px;
  margin: 0px 2px;
  border-radius: 64px;
  border: 2px solid #ff495f;
  color: #fff;
  font-size: 20px;
  transition: all ease 0.25s;
}
.top-social i.fa-facebook {
  padding: 8px 12px 5px 11px;
}
.top-social i:hover {
  color: #ff4a60;
  background-color: #fff;
  border-color: #ff4a60;
}

.round-badge {
  background-color: #54c1d2;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  padding: 64px 20px;
  color: #fff;
  border-radius: 140px;
  top: -80px;
  position: relative;
  font-size: 24px;
}

#newsletter {
  margin-top: 16px;
}

/***********************
  Graphics.
***********************/

#accueil {
  background-repeat: no-repeat;
  background-size: cover;
}

#slider h2 {
  font-size: 80px;
  font-weight: 700;
  text-shadow: 1px 1px 128px #121212;
  color: #fff;
}
#slider p {
  font-size: 16px;
  margin-bottom: 8px;
}

.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #f7f7f7;
}
.bg-blue {
  background-color: #f2f2f2;
}
.bg-pink {
  background-color: #f27894;
}
.bg-pattern {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 25% 20% 0 20%;
}

.site-footer {
  background-color: #fff;
}

footer a,
footer a:visited,
footer a:active,
footer a:hover {
  color: #000000;
  text-decoration: none;
}

/***********************
  Pages.
***********************/

/* Article */
.article-header {
  margin-bottom: 32px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 50%;
  position: relative;
}
.article-header:after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.article-heading {
    position: absolute;
    bottom: 0;
    margin: 0;
    z-index: 1;
    padding: 64px;
    color: #000000;
}

#article ul {
  margin-left: 16px;
}

#article ul li,
#article ol li {
  font-size: 18px;
}

#article h2,
#article h3,
#article h4,
#article h5 {
  font-family: 'Muli', sans-serif;;
  font-weight: 700;
}

#article .chapo {
  font-size: 20px;
  font-weight: 700;
}


@media screen and (min-width:35.5em) { /* -sm */

}

@media screen and (min-width:49em) { /* -md */
  .article-header {
    margin-bottom: 64px;
  }

  #article ul {
    margin-left: 3em;
  }
}

@media screen and (min-width:64em) { /* -lg */
}

@media screen and (min-width:80em) { /* -xl */
}

/***********************
  Images.
***********************/

/* Logo */
.logo-container {
  margin: 8px auto;
}

.header .logo-base a {
	display: block;
	margin: 0;
	background-repeat:no-repeat;
	width: 48px;
	height: 37px;
	background-image:url('./src/img/logo/logo-37_48.png');
}
@media 	(min--moz-device-pixel-ratio:1.5),
		(-o-min-device-pixel-ratio:3/2),
		(-webkit-min-device-pixel-ratio:1.5),
		(min-device-pixel-ratio:1.5),
		(min-resolution:144dpi),
		(min-resolution:1.5dppx) {
			.header .logo-base a,
			.footer .logo-base a {
				background-size: cover;
				background-image:url('./src/img/logo/logo-97_75.png');
			}
}
@media screen and (min-width: 784px) {
	.header .logo-base {
		padding: 16px 0;
	}
  .header #navigation-scrolled .logo-base {
    margin-top: 0px;
    padding: 0;
  }

	.header .logo-base a {
		display: block;
		background-repeat:no-repeat;
    margin: 0;
		width: 194px;
		height: 150px;
    background-size: cover;
		background-image:url('./src/img/logo/logo-194_150.png');
	}
  .header #navigation-scrolled .logo-base a {
    width: 48px;
	  height: 37px;
	  background-image:url('./src/img/logo/logo-37_48.png');
  }
}

@media screen and (min-width: 1097px) {
  .header .logo-base {
		padding: 16px 0;
    margin-top: -58px;
	}
}
@media 	(min--moz-device-pixel-ratio:1.5) and (min-width: 48em),
		(-o-min-device-pixel-ratio:3/2) and (min-width: 48em),
		(-webkit-min-device-pixel-ratio:1.5) and (min-width: 48em),
		(min-device-pixel-ratio:1.5) and (min-width: 48em),
		(min-resolution:144dpi) and (min-width: 48em),
		(min-resolution:1.5dppx) and (min-width: 48em){
			.header .logo-base a {
				background-image:url('./src/img/logo/logo-388_300.png');
			}
      .header #navigation-scrolled .logo-base a {
        background-image:url('./src/img/logo/logo-97_75.png');
      }
}


.img-280 {
  width: 100%;
  max-width: 280px;
  margin: auto;
}
.img-450 {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.img-shadow {
  box-shadow: 0 0px 20px -8px rgba(68, 68, 68, 0.50);
  border: 12px solid #fff;
}

a.nostyle {
  border: none;
  display: inline-block;
}

@media screen and (min-width:35.5em) { /* -sm */

}

@media screen and (min-width:49em) { /* -md */
  .header .logo-base a {
  	margin: 0 auto;
  }
  .header #navigation-scrolled .logo-base a {
    margin: 0
  }
}

@media screen and (min-width:64em) { /* -lg */
}

@media screen and (min-width:80em) { /* -xl */
}


/***********************
  Typo.
***********************/

body, p, span, a {
  font-family: 'Muli', sans-serif;
  color: #393c40;
}

h1, h2, h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #ff4b61;
}

.text-title,
.text-title a {
  font-family: 'Muli', sans-serif;;
  font-weight: 900;
  text-transform: uppercase;
}
.text-subtitle {
  font-family: 'Muli', sans-serif;;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}

h1.page-title {
  margin-top: 8px;
}

h2.section-title {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  background-color: #ffffff;
}
h2.section-title::before,
h2.section-title::after {
  display: none;
}

p {
  font-size: 18px;
  line-height: 1.6;
}
p.small {
  font-size: 14px;
}

.chapo {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
}

.main-navigation a {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 17px;
  color: #333;
}
.main-navigation .current-menu-item a,
.main-navigation .current-menu-item a:visited {
  color: #ff4b61;
}

#navigation-scrolled a {
  font-size: 14px;
  color: #393c40;
}
.main-navigation a:visited {
  color: #333;
}
.main-navigation a:hover,
.main-navigation a:active {
  color: #264556;
  text-decoration: none;
}

.text-title,
.text-title a {
  line-height: 1.45;
  display: block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.text-meta {
  font-weight: 700;
  color: #777;
  margin-bottom: 0;
  margin-top: 8px;
}

.right-paragraph p:first-child {
  margin-top: 0;
}

input[type="submit"],
a.btn-action,
.btn-action,
#contest-form button.frm_button_submit {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 0px;
  font-family: 'Muli', sans-serif;;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all ease 0.5s;
  opacity: 1;
  border: none !important;
}

a.btn-action i {
  font-size: 20px;
  margin-bottom: 2px;
}

a.btn-action.btn-black,
.btn-action.btn-black {
  background-color: #272727;
  color: #ffffff;
}
a.btn-action.btn-black:hover,
.btn-action.btn-black:hover {
  background-color: #ff4b61;
}

a.btn-action.btn-red {
  background-color: #ff6255;
  color: #ffffff;
}
a.btn-action.btn-red:hover {
  opacity: 0.75;
}

a.btn-action.btn-yellow,
#contest-form button.frm_button_submit {
  background-color: #ff495f;
  color: #ffffff;
}
.frm_submit {
  text-align: center;
}
a.btn-action.btn-yellow:hover {
  opacity: 0.75;
}

.font-purple {
  color: #7d7296;
}
.font-blue,
a.link-blue,
a.link-blue:hover,
a.link-blue:visited,
a.link-blue:active {
  color: #3b7171;
}
a.link-blue {
  text-decoration: none;
  font-size: 16px;
}
.font-red,
a.link-red,
a.link-red:hover,
a.link-red:visited,
a.link-red:active {
  color: #e76b63;
  text-decoration: none;
}
a.link-blue {
  text-decoration: none;
  font-size: 16px;
}

.font-white {
  color: #fff;
}
.font-pink {
  color: #f27894;
}
.font-yellow {
  color: #f4c637;
}
.font-green {
  color: #bcd375;
}
.font-black {
  color: #000000;
}

.title-deco:before,
.title-deco:after {
  content: " ";
  display: block;
  border-top: 1px solid #ddd;
  width: 7%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:35.5em) { /* -sm */

}

@media screen and (min-width:49em) { /* -md */
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
  }

}

@media screen and (min-width:64em) { /* -lg */
}

@media screen and (min-width:80em) { /* -xl */
}
