<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
body &gt; header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#entete {
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #333;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#entete &gt; * {
    flex: 1 1 50%;
}
#entete h1 {
    margin: 0;
    padding: 1rem;
    font-family: 'IM Fell Great Primer', serif;
    font-style: italic;
    font-size: 0.8rem;
    font-weight: 100;
    color: hsl(157.5, 10.5%, 30%);
    text-align: right;
}
nav {
    position: relative;
    margin: 0;
    padding: 0;
    background: hsl(157.5, 10.5%, 85.1%);
    color: hsl(0, 0%, 10%);
    font-family: 'IM Fell Great Primer', serif;
    display: flex;
    align-items: center;
}
nav #autresliens {
    display: none;
    min-height: 26px;
}
nav .boutonmenu {
    position: relative;
    display: inline-block;
    padding: 1rem;
    cursor: pointer;
}
nav .boutonmenu .iconemenu {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: background .3s ease-out;
}
nav .boutonmenu .iconemenu:before,
nav .boutonmenu .iconemenu:after {
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
}
nav .boutonmenu .iconemenu:before {
    top: 5px;
}
nav .boutonmenu .iconemenu:after {
    top: -5px;
}

#choixmenu  {
    display: none;
}
#choixmenu:checked ~ .boutonmenu .iconemenu {
    background: transparent;
}
#choixmenu:checked ~ .boutonmenu .iconemenu:before {
    transform: rotate(-45deg);
}
#choixmenu:checked ~ .boutonmenu .iconemenu:after {
    transform: rotate(45deg);
}
#choixmenu:checked ~ .boutonmenu:not(.steps) .iconemenu:before,
#choixmenu:checked ~ .boutonmenu:not(.steps) .iconemenu:after {
    top: 0;
}

#choixmenu:checked ~ #autresliens {
    position: absolute;
    top: 44px;
    left: 0;
    display: inline-block;
    background: hsl(157.5, 10.5%, 85.1%);
    color: hsl(0, 0%, 10%);
    display: flex;
    justify-content: center;
    align-items: center;
}
nav a {
    flex: 1 1 auto;
    padding: 1rem;
    border-right: 1px solid #999;
    font-weight: 100;
    font-size: 0.65rem;
    text-align: center;
    max-width: 200px;
    color: hsl(157.5, 10.5%, 25%);
}
nav a:last-child {
    border-right: 0;
}
nav a:hover {
    text-decoration: underline;
}
nav a.active {
    color: #fff;
    text-decoration: underline;
}

img {
    margin: auto;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: hsl(157.5, 10.5%, 30%);
}
a:hover {
    text-decoration: underline;
}
a.bouton,
input.bouton {
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    background: hsla(157.5, 10.5%, 85.1%, 0.30);
}
a.plus {
    display: inline-block;
    margin: 1.2rem 0;
    padding: 0.5rem 2rem;
    border: 5px solid #859d95;
    border: 5px solid #fff;
    border-radius: 1rem;
    background: hsla(157.5, 10.5%, 85.1%, 0.30);
}

h1, h2 {
    font-family: 'IM Fell Great Primer', serif;
    font-style: italic;
    font-weight: 100;
}

p.texte {
    text-align: left;
    letter-spacing: 0.1rem;
    line-height: 1.3rem;
}
ul {
    text-align: left;
}
li {
    line-height: 1.3rem;
    list-style: square;
}
#main {
    padding-bottom: 5rem;
    background: linear-gradient(
        hsla(157.5, 10.5%, 85.1%, 0.5),
        hsla(0, 100%, 100%, 0.3)), url(medias/quiautres.jpg) 50% 50% no-repeat;
    background-size: cover;
}

article {
    margin: 0 auto;
    padding: 4rem 1rem 2rem;
    text-align: center;
}
article.fond {
    margin: 1rem auto;
    padding: 1rem 3rem;
    max-width: 620px;
    background: linear-gradient( hsla(157.5, 10.5%, 85.1%, 0.5), hsla(0, 0%, 100%, 0.94), hsla(157.5, 10.5%, 85.1%, 0.5));
}
article &gt; * {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
.adroite {
    float: right;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
}
.fluide {
    margin: auto;
    max-width: 1200px;
}
.fluide &gt; *:nth-child(odd) {
    margin: 0 auto;
    max-width: 80%;
}
.fluide &gt; *:nth-child(even){
    margin: 0 auto;
    max-width: 80%;
}
.fluide &gt; *:nth-child(odd) &gt; * {
    margin: 1rem 0;
}
.fluide &gt; *:nth-child(even) &gt; * {
    margin: 1rem 0;
}

.coteacote {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.coteacote &gt; * {
    flex: 1 1 auto;
}
.coteacote p.texte {
    max-width: 320px;
}


.fdemande {
    margin: 0;
    padding: 4rem 2rem;
    border-radius: 5px;
    border: 1px solid #1F3864;
    background: linear-gradient(#369, #1F3864);
    color: hsl(157.5, 10.5%, 85.1%);
}
.fdemande &gt; * {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
.fdemande &gt; section {
    display: flex;
    flex-direction: column-reverse;
}
.fdemande &gt; section &gt; * {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.fdemande input,
.fdemande textarea,
.fdemande button {
    display: block;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #1F3864;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.2rem;
    max-width: 80%;
}
.fdemande input[type='radio'],
.fdemande input[type='checkbox'] {
    flex: 0 0 auto;
    width: 2rem;
}
.fdemande input[type='radio']+label,
.fdemande input[type='checkbox']+label {
    color: #1F3864;
}
.fdemande input[type='radio']:checked+label,
.fdemande input[type='checkbox']:checked+label {
    color: #fff;
}
.fdemande textarea.haut {
    min-height: 8rem;
}
.fdemande input[type='submit'] {
    -webkit-appearance: none;
}

.fdemande h2 {
    padding-bottom: 2rem;
    color: #C3ABAA;
}
.fdemande h3 {
    margin: 5rem auto 0;
    padding: 2rem 0;
    border-top: 20px dotted rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    font-size: 2.2rem;
}
.fdemande &gt; p {
    color: rgba(255, 255, 255, 0.2);
}
.ko,
p.ko {
    color: #f66;
}
.ok,
p.ok {
    color: #0f0;
}
.fdemande em {
    color: #ccc;
}
.fdemande input.alerte,
.fdemande textarea.alerte,
ul.radio.alerte {
    border-color: #f66;
}

footer {
    margin: 0;
    padding: 2rem 2rem 2rem;
    background: hsl(0, 0%, 51.8%);
    color: #333;
}
footer a {
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
}
.pied {
    margin: 0 auto 3rem;
    max-width: 640px;
    text-align: center;
}
.pied &gt; *,
.pied a {
    color: #fff;
}
.credit {
    font-size: 0.9rem;
}

.domiciliation {
    flex: 1 1 auto;
    margin: 3rem auto 5rem;
    border-radius: 0.3rem;
    background: rgba(255,255,255, 0.4);
    display: flex;
    flex-direction: column;
    max-width: 460px;
    text-align: center;
}
.domiciliationparis {
    font-family: 'IM Fell Great Primer', serif;
    color: #1F3864;
}
.cartevisite {
    margin: 0;
    padding: 2rem 1rem;
    color: hsl(157.5, 10.5%, 45%);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}
.offre {
    background: #f90;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.prix {
    flex: 1 1 auto;
    margin: 0;
    padding: 1rem;
    font-size: 1.15rem;
}
.prix span {
    display: block;
    font-size: 0.75rem;
}
.action {
    flex: 1 1 auto;
    margin: 0.25rem;
    padding: 0;
}
.action a {
    padding: 1rem;
    border-radius: 1rem;
    background: hsl(157.5, 10.5%, 45%);
    color: #fff;
}

/*##############################
#                              #
#   Ã‰CRANS Ã€ PARTIR DE 520px   #
#                              #
##############################*/

@media all and (min-width: 520px) {
    #entete h1 {
        margin: 0;
        padding: 1rem;
        font-size: 1.5rem;
    }
    .cartevisite {
        font-size: 1.5rem;
        font-weight: inherit;
    }
    .prix {
        font-size: 1.5rem;
    }
    .prix span {
        font-size: 0.75rem;
    }
    .action a {
        font-size: 1.5rem;
    }
}

/*##############################
#                              #
#   Ã‰CRANS Ã€ PARTIR DE 760px   #
#                              #
##############################*/

@media all and (min-width: 760px) {

    body &gt; header {
        position: fixed;
    }
    #entete h1 {
        margin: 0;
        padding: 1rem;
        font-size: 1.8rem;
    }
    nav {
        justify-content: center;
    }
    nav .boutonmenu {
        display: none;
    }
    nav #autresliens {
        display: inline-block;
    }
    #choixmenu:checked + #autresliens {
        position: initial;
    }
    nav #autresliens a:last-child {
        border-right: 1px solid #999;
    }
    
    body &gt; section &gt; article:nth-child(1) {
        padding-top: 12rem;
    }

    .bienvenue h1 {
        font-size: 2rem;
    }

    a.plus {
        margin: 1.2rem;
    }    
    .fluide &gt; *:nth-child(odd) {
        margin: 0 auto;
        max-width: 80%;
        text-align: left;
    }
    .fluide &gt; *:nth-child(even){
        margin: 0 auto;
        max-width: 80%;
        text-align: right;
    }
    .fluide &gt; *:nth-child(odd) &gt; * {
        margin: 0 20% 0 0;
        max-width: 80%;
    }
    .fluide &gt; *:nth-child(even) &gt; * {
        margin: 0 0 0 20%;
        max-width: 80%;
    }

    .coteacote {
        flex-direction: row;
    }
    .coteacote p.texte {
        padding: 2rem;
    }
    article.photo {
        max-width: 100%;
        display: flex;
    }
    .fluide &gt; :nth-child(even).photo &gt; * {
        margin: 1rem 0 1rem 1rem;
        max-width: 68%;
    }

}</pre></body></html>