#Page{
    margin-top: 0;
}
p{
    color: #5d4b44;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.AlignVertical{
    position: relative;
    top: 42%;
    transform: translateY(-50%);
}

.ContenuSection{
    padding: 5% 10%;
    ;
}
.BlocGauche, .BlocDroite{
    width: 50%;
    margin: 0 1em;
}
section{
    overflow: hidden;
}
.Foncee{
    background-color: var(--marronfonce);
}
.Claire{
    background-color: var(--grisclair);
}
.Claire h1, .Claire p{
    color: var(--marronfonce);
}
.Foncee h1, .Foncee p{
    color: var(--grisclair);
}

#Section1 {
    height: 105vh;
}
#Section1 .Transition14 {
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 2;
    fill: var(--marronfonce);
    display: block;
}
#Section1 .ContenuSection {
    position: relative;
    height: 105vh;
    padding: 0;
}
#Section1 .ConteneurVideo {
    position: relative;
    display: block;
}
#Section1 .VideoIntro {
    width: 100%;
    height: 105vh;
}
#Section1 .Logo {
    position: absolute;
    top: 6vh;
    right: 10vh;
    width: 15%;
    background: white;
    clip-path: ellipse(50% 50%);
    padding: 2px 5px 5px 5px;
}
#Section1 .Texte {
    position: absolute;
    bottom: 21%;
    left: 7%;
    width: 37%;
    z-index: 3;
}
#Section1 .Texte h1 {
    color: #fff;
    font-size: 2.2em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 5px black;
}
#Section1 .Texte p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-shadow: 0 0 5px black;
}
#Section1 video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

#SectionMagasin .ContenuSection{
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 5% 10%;
}
#SectionMagasin .BlocDroite {
    text-align: center;
}
#SectionMagasin .BlocDroite .Conteneur{
    display: flex;
    justify-content: center;
}
#SectionMagasin .BlocDroite img{
    width: 30vw;
}
#SectionMagasin .BlocDroite .Rond{
    margin-left: 40px;
    width: 500px;
    height: 500px;
    background-image: url(/img/PatteChien3.svg);
    background-repeat: no-repeat;
    margin-top: -50px;
    transform: rotate(34deg);
}
#SectionMagasin .ChienChat{
    position: absolute;
    bottom: 0;
    width: 25%;
    left: 20%;
}

#SectionSliderMagasin{
}
#SectionSliderMagasin .ISISliderDiv{
    width: 100%;
    height: 100vh;
}
#SectionSliderMagasin .ISISliderDiv .ConteneurDescription{
    position: absolute;
    bottom: 100px;
    left: 100px;
    background: rgba(224,222,216,0.9);
    padding: 2em 2em 1em 2em;
    border-radius: 1em;
}
#SectionSliderMagasin .ISISliderDiv .ConteneurDescription h1{
    color: #c5a48c;
    font-size: 2.5em;
    margin: 0;
}
#SectionSliderMagasin .ISISliderDiv .ConteneurDescription p{
    color: #5d4b44;
}

#SectionAnimations {
}
#SectionAnimations h1 {
    margin: 1em auto;
}
#SectionAnimations h2 {
    color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#SectionAnimations .Transition6{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    fill: var(--grisclair);
}
#SectionAnimations .ContenuSection{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4% 0 0 0;
}
#SectionAnimations .OffresAnimation{
    margin: 2% 10%;
    justify-content: center;
    align-items: center;
}
#SectionAnimations .ListePartenaires {
    text-align: center;
    padding: 2% 10vw 5% 10vw;
}
#SectionAnimations .ListePartenaires .ISISliderDiv{
    height: 8vw;
    width: 12vw;
}
#SectionAnimations .ListePartenaires .Presta {
    position: absolute;
    bottom: -2.5em;
    width: -webkit-fill-available;
    color: #eee;
    text-transform: uppercase;
    font-family: system-ui;
    font-size: 1em;
    font-weight: 400;
}
#SectionAnimations .ListePartenaires img {
    object-fit: contain;
}
#SectionAnimations .DetailsPartenaires {
    flex-flow: wrap;
    justify-content: center;
    justify-content: space-evenly;
}
#SectionAnimations .DetailsPartenaires p {
    margin: 0;
    font-size: 0.9em;
    line-height: unset;
}
#SectionAnimations .Slider{
    z-index: 1;
}
#SectionAnimations .ISISlider {
    height: 25vw;
    width: 37vw;
    border-radius: 1em;
    overflow: hidden;
}
#SectionAnimations .BlocDroite ul li{
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 2.2em;
    font-family: system-ui;
    letter-spacing: 0.1em;
}
#SectionAnimations .BlocGauche{
    position: relative;
}
#SectionAnimations .PatteChat1{
    width: 200px;
    height: 300px;
    background-image: url(/img/PatteChat1.svg);
    background-repeat: no-repeat;
    margin-top: 1px;
    transform: rotate(324deg);
    position: absolute;
    right: -200px;
    top: 200px;
}
#SectionAnimations .BlocDroite {
    z-index: 2;
}
#SectionAnimations .card {
    width: 16vw;
    margin: 2% 1vw 2% 1vw;
    min-width: unset;
    height: 19em;
    border-radius: 1em;
}
.card .front, .card .back {
    border-radius: 1em;
}
.card .content {
    border-radius: 1em;
}
#SectionAnimations .card .front h2 {
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 0.2em;
}
#SectionAnimations .card .back .description {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#SectionAnimations .ListePartenaires .card a {
    color: var(--marronfonce);
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: unset;
}
#SectionAnimations .ListePartenaires .card p {
    color: var(--marronfonce);
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: unset;
}
#SectionAnimations .ListePartenaires .card .ParentDesc {
    line-height: 1em;
    padding: 1em 1em 0.2em 1em;
}
#SectionAnimations .ListePartenaires .card .Desc {
    font-size: 1.1em;
    line-height: 1em;
    padding: 0.2em;
    font-style: italic;
    font-weight: 300;
}
#SectionAnimations .Socials {
    display: flex;
    align-content: flex-end;
    width: fit-content;
    margin-left: auto;
}
#SectionAnimations .Socials .icon img {
    width: 3em;
}
#SectionAnimations .Socials a:nth-child(2){
    margin-left: 2em;
}

#SectionProduits {
    padding: 2% 0 0 0;
}
#SectionProduits .ContenuSection{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 10% 0 10%;
    z-index: 2;
}
#SectionProduits .Chien, #SectionProduits .Chat {
    position: relative;
    display: flex;
    margin: 4% 0;
}
#SectionProduits .Texte {
    width: 30%;
    margin: 5%;
}
#SectionProduits .DIVImg {
    position: relative;
    width: 60%;
    display: flex;
}
#SectionProduits .Chien img, #SectionProduits .Chat img {
    border-radius: 1em;
    width: 100%;
    margin: auto 0 0 0;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}
#SectionProduits .Bouton {
    position: absolute;
    bottom: 8%;
    padding: 1em 1.5em;
    width: 26em;
    border-radius: 0.5em;
}
#SectionProduits .Bouton h2 {
    margin: 0.5em 0 0 0;
    color: var(--marronclair);
    font-weight: 500;
    font-size: 1.6em;
}
#SectionProduits .Bouton p {
    margin: 0.2em 0;
}
#SectionProduits .Chien .Bouton {
    left: -19%;
}
#SectionProduits .Chat {
    margin: 5% 0;
}
#SectionProduits .Chat .Bouton {
    right: -15em;
}

#SectionProduits .ListeMarques{
    padding-bottom: 2%;
    padding-top: 4%;
}
#SectionProduits .DetailsMarques{
    flex-flow: wrap;
    justify-content: center;
}
#SectionProduits .DetailsMarques img{
    margin: 1%;
    object-fit: contain;
    height: 6vh;
}
#SectionProduits .DetailsMarques2{
    flex-flow: wrap;
    justify-content: center;
}
#SectionProduits .DetailsMarques2 img{
    height: 4vh;
    margin: 1em 0.5em;
}

#SectionProduits .TransitionSVG {
    position: relative;
    width: 100%;
    fill: var(--marronfonce);
    display: block;
    transform: scaleX(-1);
    margin-top: -5%;
    margin-bottom: -2px;
}

#SectionCoordonnees #map{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1em;
}
#SectionCoordonnees .ContenuSection{
    display: flex;
}
#SectionCoordonnees .BlocDroite {
}
#SectionCoordonnees .BlocGauche h1{
    word-break: break-word;
}
#SectionCoordonnees .Socials {
    display: flex;
}
#SectionCoordonnees .Socials .icon img {
    width: 3em;
}
#SectionCoordonnees .Socials a:nth-child(2){
    margin-left: 2em;
}


@media screen and (max-width: 1600px){
    body {
        font-size: 1em;
    }
    #SectionProduits .ConteneurProduits .Chien .Img{
        height: 28vw;
    }
    #SectionProduits .ConteneurProduits .Chat .Img {
        height: 28vw;
    }

    #SectionProduits .Texte {
        margin: 5% 5% 11em 5%;
    }
}

@media screen and (max-width: 1366px) {
    /*    body {
            font-size: 0.9em;
        }*/
    p {
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }

    .Slider {
        height: 300px;
        width: 450px;
    }

    #SectionMagasin .ContenuSection {
        padding: 5% 5% 10% 5%;
    }

    #SectionAnimations .OffresAnimation {

    }
    #SectionAnimations .ListePartenaires {
        text-align: center;
        padding: 0 5vw 5% 5vw;
    }
    #SectionAnimations .card {
        width: 18vw;
    }

    #SectionProduits .ContenuSection {
        padding: 0 5vw;
    }


    #Section1 .BlocDroite {
        /*background-size: contain;*/
        /*background-position: 0% 100%;*/
    }
    #Section1 .BlocDroite .ChienChat {
        height: 65vh;
    }

}

@media screen and (max-width: 1200px){
    #SectionAnimations .card .front h2 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 980px){
    body {
        /*font-size: 0.9em;*/
    }

    section {
        text-align: center;
    }
    .BlocGauche, .BlocDroite {
        width: initial;
    }
    .ContenuSection {
        padding: 50px 10px 50px 10px;
    }
    h2 {
        font-size: 2em;
    }
    p {
        font-size: 1em;
        line-height: 1.6em;
    }

    #Section1 .Logo {
        width: 200px;
        left: 5vw;
        top: 5vw;
    }
    #Section1 .Texte {
        width: 90%;
        bottom: 15%;
        left: 5vw;
        right: 5vw;
    }
    #Section1 .Texte h1 {
        font-size: 1.8em;
    }

    #Section1 .ContenuSection {
        flex-direction: column;
    }
    #Section1 .BlocDroite .ChienChat {
        height: unset;
        width: 70vw;
    }
    #Section1 .BlocGauche {
        height: 40vh;
        padding: 50px 0 0 0px;
        width: 100%;
    }
    #Section1 .BlocGauche img {
        width: auto;
        height: 80%;
        object-fit: contain;
    }
    #Section1 .BlocGauche p {
        margin-top: 0;
        padding: 20px;
    }
    #Section1 .BlocGauche .AlignVertical {
        transform: translateY(0);
        top: 0;
        height: inherit;
    }
    #Section1 .BlocDroite {
        height: 60vh;
        width: 100%;
        background-position: 0% 100%;
        background-size: contain;
    }

    #SectionMagasin .ContenuSection {
        flex-direction: column;
    }
    #SectionMagasin .BlocDroite .Conteneur {
        position: relative;
        display: block;
        margin: 5% 0 15% -4vw;
    }
    #SectionMagasin .BlocDroite .Rond {
        width: 95vw;
        height: 95vw;
    }
    #SectionMagasin .BlocDroite {
        padding: 0 0 20% 0;
    }
    #SectionMagasin .BlocDroite img {
        width: 60%;
    }
    #SectionMagasin .ChienChat {
        width: 50%;
        left: 0;
        right: 0;
    }

    #SectionSliderMagasin .ISISliderDiv .ConteneurDescription {
        left: 0;
        padding: 20px 20px 10px 20px;
        border-radius: 0 1em 1em 0;
    }
    #SectionSliderMagasin .ISISliderDiv .ConteneurDescription h2 {
        font-size: 1.8em;
    }
    #SectionSliderMagasin .ISISliderDiv p {
        line-height: 1.3em;
    }

    #SectionAnimations .ContenuSection {
        padding: 50px 0 50px 0;
    }
    #SectionAnimations .OffresAnimation {
        flex-direction: column;
        margin: 2% 0;
    }
    #SectionAnimations .Socials {
        margin: 0 auto;
    }
    #SectionAnimations .BlocGauche {
        width: 100%;
        order: 2;
        padding: 0;
        height: 500px;
        margin: 5%;
    }
    #SectionAnimations .BlocDroite {
        order: 1;
        margin: 0 5%;
    }
    #SectionAnimations .BlocDroite ul li{
        text-align: left;
        font-size: 1em;
        line-height: 1.6em;
    }
    #SectionAnimations .ISISlider {
        width: 100%;
        height: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    #SectionAnimations .DetailsPartenaires {
        align-items: center;
    }
    #SectionAnimations .ListePartenaires .ISISliderDiv {
        margin: 2em;
        width: 30vw;
        height: 20vw;
    }
    #SectionAnimations .card {
        width: 30vw;
    }

    #SectionCoordonnees .ContenuSection {
        display: flex;
        flex-direction: column;
        padding: 50px 0 0 0;
    }
    #SectionCoordonnees .BlocDroite {
        width: 100%;
        height: unset;
        padding: 0;
        margin: 0;
    }
    #SectionCoordonnees #map {
        width: 100%;
        height: unset;
        position: initial;
        top: unset;
        transform: none;
        display: block;
        border-radius: 0;
    }

    #SectionCoordonnees .BlocGauche {
        background-color: var(--marronfonce);
    }
    .BlocGauche, .BlocDroite {
        padding: 0;
    }

    #SectionCoordonnees .Socials {
        justify-content: center;
    }
    #SectionCoordonnees .BlocDroite {
        padding: 4% 0 0 0;
    }

}

@media screen and (max-width: 600px){
    h1 {
        font-size: 2em;
    }
    #Section1 .Logo {
        width: 150px;
    }
    #Section1 .Texte {
        bottom: 10%;
    }




    #SectionMagasin .BlocDroite img {
        width: 80%;
    }

    #SectionAnimations h1 {
        margin: 1em 5%;
    }
    #SectionAnimations .OffresAnimation {
        margin: 0;
    }
    #SectionAnimations .BlocGauche {
        margin: 5% 0;
    }
    #SectionAnimations .ISISlider {
        border-radius: 0;
    }
    #SectionAnimations .DetailsPartenaires {
        flex-direction: column;
    }
    #SectionAnimations .card {
        width: 100%;
    }


    #SectionProduits .Chien, #SectionProduits .Chat {
        flex-direction: column;
        margin: 0 0 4% 0;
    }
    #SectionProduits .Texte {
        width: auto;
    }
    #SectionProduits .DIVImg {
        width: 100%;
        margin: 4% 0;
    }
    #SectionProduits .Texte {
        margin: 5%;
    }
    #SectionProduits .Chien .Bouton, #SectionProduits .Chat .Bouton {
        left: 0;
        right: 0;
    }
    #SectionProduits .Bouton {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0 0 1em 1em;
    }

}

@media screen and (orientation:portrait) and (max-height: 750px) {
    #Section1 .BlocGauche p {
        font-size: 0.9em;
        line-height: 1.4em;
    }
    #Section1 .BlocGauche {
        height: 40vh;
    }
    #Section1 .BlocGauche img {
        height: 20vh;
    }
    #Section1 .BlocDroite {
        height: 60vh;
    }
}

