/*!
 * Pixinside
 */
/*bleu laroche*/
/* bleu fonce*/
.videoEmbed {
  width: 100%;
  height: auto; }

.ce-element {
  border: 1px dashed pink; }

.primary-font {
  font-family: 'Rancho', cursive; }

.secondary-font {
  font-family: 'Josefin Sans', sans-serif !important; }

.white {
  color: #fffff5; }

.brun {
  color: #a7673b; }

.bold {
  font-weight: 700; }

h5 {
  color: #a7673b;
  font-size: 1.3rem; }

.btn-primary {
  background-color: #f59e1a;
  border-color: #f59e1a; }
  .btn-primary:hover {
    background-color: #a4d100;
    border-color: #00815f; }

a.btn-danger {
  color: white !important; }

.contentWrapper a {
  color: #f59e1a; }

.siteHead h1 {
  font-size: 1.8rem;
  z-index: 30;
  text-shadow: 0px 0px 2px #a7673b; }
  .siteHead p {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 0px 0px 2px #a7673b; }
  .siteHead a {
    color: white; }

p {
  font-family: 'Josefin Sans', sans-serif; }

.listEspace a {
  font-size: 1.5rem; }

.navbar-ouistitis {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem; }
  .navbar-ouistitis li {
    padding: 0 0 20px 0; }
  .navbar-ouistitis ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8rem; }
    .navbar-ouistitis ul li {
      padding: 0; }
  .navbar-ouistitis a {
    color: #fffff5;
    padding: 0;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease; }
    .navbar-ouistitis a:hover {
      color: #f59e1a;
      -webkit-transition: All 0.2s ease;
      -moz-transition: All 0.2s ease;
      -o-transition: All 0.2s ease; }
  .navbar-ouistitis .active a {
    color: #f59e1a; }

.monkeyHR {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #a7673b;
  color: #a7673b;
  text-align: center;
  padding-bottom: 20px; }

.monkeyHR:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -25px;
  background-image: url('../themes/ouistitis/assets/images/monkeys/monkey-10.svg');
  width: 50px;
  height: 50px;
  padding: 0 0.25em;
  background-color: #fffff5; }

.monkey2HR {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #a7673b;
  color: #a7673b;
  text-align: center;
  padding-bottom: 20px; }

.monkey2HR:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -25px;
  background-image: url('../themes/ouistitis/assets/images/monkeys/monkey-05.svg');
  width: 50px;
  height: 50px;
  padding: 0 0.25em;
  background-color: #fffff5; }

.platWrapper h2 {
  padding-top: 30px;
  margin: 0;
  color: #a7673b; }
  .platWrapper h3 {
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0; }
  .platWrapper p {
    margin: 0;
    padding: 0; }

html {
  height: 100%; }

body {
  /*
   background: rgb(18,241,195);
   background: linear-gradient(180deg, rgba(18,241,195,1) 0%, rgba(36,138,114,1) 35%, rgba(20,98,73,1) 100%);
   */
  background-color: #00815f;
  font-family: 'Rancho', cursive;
  color: #2f2f2f;
  height: 100%; }

.logoPalmier {
  position: absolute;
  right: -20px;
  width: 450px;
  height: 800px;
  background-image: url('../themes/ouistitis/assets/images/theme/logo-palmier.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top; }

.backBG {
  background-image: url('../themes/ouistitis/assets/images/theme/montains.svg');
  background-size: cover;
  background-position: center top;
  height: 100%; }

@keyframes animatedBackground {
  from {
    background-position: 0 0; }

  to {
    background-position: 100% 0; } }

#clouds {
  width: 100%;
  height: 100%;
  background-image: url('../themes/ouistitis/assets/images/theme/clouds.png');
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #a4d100;
  animation: animatedBackground 60s linear infinite; }

.bg-white {
  background-color: white; }

.roundBeigeBG {
  background-color: #fffff5;
  border-radius: 25px;
  padding: 40px;
  background-image: url('../themes/ouistitis/assets/images/theme/bgContent.svg');
  background-position: center top;
  background-repeat: no-repeat; }

textarea {
  width: 100%; }

a {
  color: #f59e1a; }
  a:hover {
    color: #a7673b;
    text-decoration: none; }

.teamWrapper h3 {
  color: #a7673b;
  margin: 0px;
  padding: 0; }
  .teamWrapper p {
    font-size: 0.8rem;
    padding: 0;
    margin: 0; }
  .maskingImg {
    -webkit-mask-image: url("../themes/ouistitis/assets/images/theme/mask.svg");
    mask-image: url("../themes/ouistitis/assets/images/theme/mask.svg");
    -webkit-mask-size: 100%;
    mask-size: 100%; }

.imageWrapper {
  display: inline-block;
  padding: 4px;
  background-color: #00815f;
  -webkit-mask-image: url("../themes/ouistitis/assets/images/theme/mask.svg");
  mask-image: url("../themes/ouistitis/assets/images/theme/mask.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.quote {
  font-family: 'Rancho', cursive;
  color: #a7673b;
  font-size: 1.5rem; }
