/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

:root {
    --white: #fff;
    --bright: #fff;
    --black: #000;
    --dark: #292527;
    --warm: #c54c9c;
    --warmer: #993c7a;
    --warmless: #ecafd8;
    --warmlesser: #dc8ec2;
    --cold: #74cac2;
    --colder: #abfff7;
    --logo-size: 150px;
}

::-moz-selection {
 color: var(--white);
  background: var(--warmer);
  text-shadow: none;
}

::selection {
  color: var(--white);
  background: var(--warmer);
  text-shadow: none;
}

*{
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    color:var(--dark);
    text-decoration: none;
    box-sizing: border-box;
}
.styledog{
    font-family: "Source Serif 4", serif;
    text-transform: uppercase;
    color: var(--warm);
    font-weight: 800;
    font-size:1.1em
}
.web{display: none;}
.italic{font-style: italic;}
img{
    display: inline-block;
    width: 100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: .9em;
}

body{
    background-color: var(--warm);
    background: repeating-linear-gradient(90deg, var(--warmless), var(--warmless) 30px, var(--warmlesser) 30px, var(--warmlesser) 60px);
}

#outer{
    margin-top: calc(var(--logo-size) / 1.4); /*room for logo*/
}

#outer > *{
    margin: 0 auto;
    background-color: var(--white);
}

header{
    position: relative;
    padding-bottom: 10px;
}

header #logo{
    position: relative;
    width: var(--logo-size);
    height: calc((var(--logo-size) * 1.12) - ((var(--logo-size) / 2.5)));
    margin: 0 auto;
}

header #logo svg{
    position: absolute;
    top: calc(var(--logo-size) / -2);
}

header #menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}

header #menu nav a, header #menu #cta a{
    color: var(--warm);
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    transition: all ease-in-out .1s;
    display: inline-block;
}

header #menu nav a:hover{
    color: var(--warmer);
}

header #menu #cta a{
    margin-right: 0;
    margin-left: 15px;
    padding: 5px 10px;
    background-color: var(--warm);
    border-radius: 10px;
    font-size: 14px;
}

header #menu #cta a:hover{
    background-color: var(--warmer);
}

header #menu #cta a span{
    color: var(--white);
    font-weight: 600;
}

#inner main #hero{
    background-position: center center;
    background-size: cover;
    padding: calc(var(--logo-size) * 1.5) 20px 20px 20px;
}

#inner main #hero h1{
    text-align: center;
    color:var(--white);
    font-weight: 600;
    text-shadow: var(--black) 0px 0px 10px;
}

#intro{
    padding: 30px;
    margin: 0 auto;
    max-width: 540px;
}

#intro blockquote div:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#intro blockquote p{
    line-height: 1.25em;
    margin-bottom: 10px;
}


#intro blockquote img{
    max-width: 300px;
    border-radius: 300px;
    margin-bottom: 10px;
    margin-top:20px;

}

/*TARIFS*/
#tarifs{
    margin: 30px;
    background-image: url('bgprice_3.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px;
    padding-bottom: 100px; 
    padding-top: 30px; 
}
#tarifs h2{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 600;
}
#tarifs .head-prc{
    text-align: center;
    margin-bottom: 20px;
}
#tarifs .head-prc p:first-child{
    margin-bottom: 7px;
}
#tarifs .head-prc > div{
    margin-bottom: 7px;
}
#tarifs .cat-prc{
    display: flex;
    justify-content:space-between;
    flex-wrap: nowrap;
}
#tarifs .cat-prc ul{
    list-style: none;
}
#tarifs .cat-prc ul li{
    text-wrap:none;
    font-weight: bold;
}
.prc-s, .prc-m, .prc-xl{
    display: none;
}
.btn-prc{
    padding: 12px 10px;
    border-radius: 10px;
    background-color: #fff;
    transition: all .1s ease-out;
    cursor: pointer;
}
.btn-prc.active{
    font-weight: 900;
    background-color: var(--warm);
    color:var(--white);
}
#tarifs hr{
    margin: 10px 0px;
    border:1px solid var(--dark);
}

/* Slideshow container */

#slideshow{
    margin: 0 20px;
}
#slideshow  img{
    border-radius: 30px;
}

#slideshow .slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}

/* Hide the images by default */
#slideshow .mySlides {
  display: none;
}

/* Next & previous buttons */
#slideshow .prev, #slideshow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 30px 30px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#slideshow .next {
  right: 0;
  border-radius: 30px 0 0 30px;
}

/* On hover, add a black background color with a little bit see-through */
#slideshow .prev:hover, #slideshow .next:hover {
  background-color: var(--warmless);
}

/* Caption text */
#slideshow .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
#slideshow .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 20px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
#slideshow .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: var(--warmless);
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease;
}

#slideshow .active, #slideshow .dot:hover {
  background-color: var(--warm);
  width: 20px;
  margin: 0 2px;
}

/* Fading animation */
#slideshow .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#why {
    margin: 40px 30px;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#why ul{
    margin-top: 20px;
    max-width: 150px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

#why ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100px;
    margin-bottom: 30px;
    color:var(--dark);
}
#why ul li img{
    max-width: 100px;
    border: dotted 2px var(--dark);
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 10px;
}
#what{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    margin-bottom: 50px;
}
#what h2{
    text-align: center;
    margin-bottom: 10px;
}
#what img{
    width: 100px;
    margin-bottom: 15px;
}
#what ul{
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#what ul li{
    padding-right: 10px;
    white-space: nowrap;
    color: var(--warm);
}
#what ul li::after{
    padding-left:10px;
    content: "•";
}
#what ul li:last-child::after{
    padding-left:0px;
    content: "";
}
#reach{
    text-align: center;
    padding: 30px;
}
#reach h2{
    margin-bottom: 20px;
}
#reach a{
    text-decoration: none;
    display: inline-block;
    color: var(--bright);
    background-color: var(--warm);
    padding: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}
#what h2, #why h2, #reach h2{
        font-size: 28px;
    }
footer{
    text-align: center;
    min-height: 40px;
    margin-bottom: 120px !important; 
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media (min-width: 380px) {
    #why ul{
        max-width: 250px;
        justify-content: space-between;
    }
}



@media (min-width: 800px) {
    #what h2, #why h2, #reach h2{
        font-size: 32px;
    }
    #what li, #why li{
        font-size: 16px;
    }
    :root {
        --logo-size: 200px;
    }
    .web{
        display: inherit;
    }
    .mobile{
        display: none;
    }
    #outer{
        margin-left: 50px;
        margin-right: 50px;
    }
    header{
        border-radius: 20px 20px 0 0;
        padding-bottom: 30px;
    }
    #inner main #hero{
        margin: 0 30px;
        border-radius: 20px;
        padding: calc(var(--logo-size) * 1.25) 30px calc(var(--logo-size) * 0.25) 30px;
    }
    #inner main #hero h1{
        margin: 0 auto;
        font-size: 2.5em;
        max-width: 450px;
    }
    #why ul{
        max-width: none;
        width: 550px;

    }
    .flexter{
        display: flex;
        margin: 0 auto;
      max-width: 800px;
      margin-top: 30px;
    }
    #what{
        width: 30%;
    }
    #what ul{
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #what ul li{
        padding-right: 0px;
        margin-bottom: 5px;
    }
    #what ul li::after{
        padding-left:0px;
        content: "";
    }
    #tarifs{
        width: 70%;
        padding-left: 20px;
        padding-right: 20px;
    }
    footer{
        border-radius: 0 0 20px 20px ;
    }
}

@media (min-width: 1200px) {
    :root {
        --logo-size: 250px;
    }
    #outer{
        margin-left: 0px;
        margin-right: 0px;
    }
    #outer > *{
        max-width: 1100px;
    }

    header{
        border-radius: 40px 40px 0 0;
    }
    #inner main #hero h1{
        font-size: 3.25em;
        max-width: 550px;
        text-shadow: var(--black) 0px 0px 7px;
    }
    #inner main #intro{
        padding: 40px;
        max-width: 900px;
    }
    #intro blockquote{
        display: flex;
        flex-wrap: nowrap;
    }
    #intro blockquote div:first-child{
        width: 60%;
    }
    #inner main #intro blockquote p{
    font-size: 16px;
    margin-bottom: 15px;
    }
    #intro blockquote img{
    margin-top:0px;
    }
    #slideshow{
    margin: 0 30px;
}
    #slideshow .slideshow-container {
        max-width: 700px;
    }
    
    #tarifs{
        margin-right: 0px;
    }
    #what{
        margin-left: 0px;
    }
    footer{
        border-radius: 0 0 40px 40px;
    }
}