﻿.home .contenuPage {
    padding-top: 0;
}
.homeSejours {
    margin-top: 4rem;
    padding-bottom: 5rem;
}
@media (min-width: 992px) {
    .homeSejours {
        padding-bottom: 8rem;
    }
}
.homeSejours [class*="tematik_manualnav"] {
    margin-top: 2rem;
}
.homeSejours-map {
    text-align: center;
}
.homeSejours-map svg {
    display: inline-block;
    vertical-align: middle;
    width: 120%;
    max-width: 500px;
    height: 500px;
    margin-left: -5%;
}
@media (min-width: 992px) {
    .homeSejours-map svg {
        margin-left: -11%;
    }
}
.homeSejours-map path,
.homeSejours-map polygon {
    fill: #fff;
    stroke: #e8f1f6;
}
.homeSejours-map a:hover path,
.homeSejours-map a:hover polygon {
    fill: #00a3bb;
}
.homeSejours-map-titre {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
}
.homeSejours-map-titre [class*="titre"] {
    display: block;
    color: #222831;
}
.homeSejours-map-titre [class*="titre"] span {
    display: block;
    margin-top: 0.5em;
    color: #868c8e;
}
.homeSejours-map-titre .btn {
    display: none;
}
@media (min-width: 992px) {
    .homeSejours-map-titre {
        position: absolute;
        top: 50%;
        left: 0;
        margin-bottom: 0;
        opacity: 1;
        transform: translateY(-50%);
        transition:
            opacity 0.4s,
            left 0s;
    }
    .homeSejours-map-titre .btn {
        display: inline-block;
        margin-top: 1em;
    }
}
@media (min-width: 992px) {
    .homeSejours-map:hover .homeSejours-map-titre {
        left: -9999px;
        opacity: 0;
        transition:
            opacity 0.4s,
            left 0s 0.4s;
    }
}
.homeSejours-map-europe {
    position: relative;
    display: block;
    margin-top: -1em;
    color: #00a3bb;
}
.homeSejours-map-europe:hover {
    color: #f59d2a;
}
@media (min-width: 992px) {
    .homeSejours-map-europe {
        margin-top: -4em;
    }
}
.homeSejours-cards {
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .homeSejours-cards {
        margin-top: 0;
    }
}
.homeSejours-cards ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.homeSejours-cards > ul > li + li {
    margin-top: 1em;
}
@media (min-width: 768px) {
    .homeSejours-cards > ul > li + li {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .homeSejours-cards > ul > li + li {
        margin-top: 1em;
    }
}
.homeCategories {
    padding: 5rem 0;
    background-color: #fff;
}
@media (min-width: 992px) {
    .homeCategories {
        padding: 8rem 0;
    }
}
.homeCategories .tematik_manualnav--cards {
    margin-top: 2rem;
}
.homeZoom ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.homeZoom-slideshow {
    overflow: initial;
}
.homeZoom-interne {
    position: relative;
    display: block;
    min-height: 400px;
    padding-bottom: 3em;
    z-index: 0;
}
.homeZoom-image {
    position: relative;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.homeZoom-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222831;
    opacity: 0.5;
    z-index: -1;
    transition:
        opacity 0.4s,
        background-color 0.4s;
}
@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
    .homeZoom-image:before {
        mix-blend-mode: multiply;
    }
}
.homeZoom .container {
    height: 100%;
}
.homeZoom .container > .row {
    height: 100%;
}
.homeZoom-header {
    position: relative;
    margin-top: -50px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1.5em;
    background-color: #222831;
    color: #fff;
}
.homeZoom-header [class*="titre"] {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.homeZoom-nav {
    position: absolute;
    top: 0;
    right: 0.5em;
}
.homeZoom-nav-prev,
.homeZoom-nav-next {
    display: inline-block;
}
.homeZoom-nav-prev a,
.homeZoom-nav-next a {
    height: 50px;
    width: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
}
.homeZoom-nav-prev a {
    color: #fff;
}
.homeZoom-nav-prev a:hover {
    color: #00a3bb;
}
.homeZoom-nav-next a {
    color: #f59d2a;
}
.homeZoom-nav-next a:hover {
    color: #00a3bb;
}
.homeZoom-contenu {
    position: relative;
    display: block;
    padding: 2em 3em 7em 3em;
    background-color: rgba(34, 40, 49, 0.9);
    color: #fff;
}
.slideContainer .homeZoom-contenu {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
    transition:
        transform 0.6s cubic-bezier(0.6, -0.63, 0.42, 1.61),
        opacity 0.4s cubic-bezier(0.06, 0.29, 0.25, 1) 0.2s;
}
.active-slide .homeZoom-contenu {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.homeZoom-contenu .badge-default {
    background-color: #fff;
    color: #222831;
}
.homeZoom-contenu .titre3 {
    margin-top: 0.5em;
}
.homeZoom-contenu .titre6 {
    margin-top: 1.5em;
}
.homeZoom-contenu .blocSejour-prix {
    bottom: 1.5em;
    font-size: 1.25em;
}
.homeZoom-temoignage {
    align-self: center;
    padding-top: 3em;
    color: #fff;
    text-align: center;
}
.homeZoom-temoignage blockquote {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto 0 auto;
    font-size: 1.25em;
}
.homeZoom-temoignage blockquote:before,
.homeZoom-temoignage blockquote:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    font-size: 4em;
    z-index: -1;
}
.homeZoom-temoignage blockquote:before {
    content: "";
    top: -0.8em;
    left: -0.8em;
}
.homeZoom-temoignage blockquote:after {
    content: "";
    bottom: -0.8em;
    right: -0.8em;
}
.homeZoom-temoignage cite {
    position: relative;
    display: inline-block;
    max-width: 300px;
    font-weight: 700;
    font-style: normal;
}
.homeZoom-temoignage cite:after {
    content: "";
    position: relative;
    display: block;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top: none;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    transition:
        transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98),
        border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98),
        opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}
.homeZoom-temoignage cite:after {
    margin-top: 1em;
}
.homeZoom-interne:hover .homeZoom-image:before {
    opacity: 0.7;
}
.homeZoom-contenu:hover {
    color: #fff;
}
.homeEquipe {
    position: relative;
    padding: 8rem 0 6em 0;
    z-index: 0;
}
.homeEquipe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% + 23rem);
    background-image: url("../../../img/photos/home-voyager.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.15;
}
.homeEquipe .blocs-cms > .row {
    align-items: center;
}
.homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
}
.ccm-edit-mode .homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) {
    display: flex;
}
@media (min-width: 768px) {
    .homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
}
.homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) > .tematik_trombinoscope {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0.125rem;
}
@media (min-width: 576px) {
    .homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) > .tematik_trombinoscope {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 768px) {
    .homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) > .tematik_trombinoscope {
        padding: 0.5rem;
    }
}
.homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) > .tematik_trombinoscope + .tematik_trombinoscope {
    margin-top: 0;
}
.homeEquipe .blocs-cms > .row > [class*="col"]:nth-child(2) > .tematik_trombinoscope .tematik_trombinoscope-contenu {
    top: 0.125rem;
    left: 0.125rem;
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
}
@media (min-width: 768px) {
    .homeEquipe
        .blocs-cms
        > .row
        > [class*="col"]:nth-child(2)
        > .tematik_trombinoscope
        .tematik_trombinoscope-contenu {
        top: 0.5rem;
        left: 0.5rem;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }
}
.homeVideo {
    position: relative;
    padding: 8rem 0 6em 0;
    text-align: center;
    z-index: 0;
}
.homeEquipe + .homeVideo {
    padding-top: 0;
}
.homeVideo [class*="titre2"] {
    color: #222831;
}
.homeVideo [class*="titre6"] {
    display: block;
    margin-top: 1em;
    color: #868c8e;
}
.homeVideo .lead {
    max-width: 800px;
    margin: 1em auto 0 auto;
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .homeVideo .lead {
        font-size: 1.25rem;
    }
}
.homeVideo-video {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 2em auto 0 auto;
}
.homeVideo-video:before {
    content: "";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: #00a3bb;
    font-size: 5em;
    transition: color 0.4s;
}
.homeVideo-video figure,
.homeVideo-video img {
    margin-bottom: 0;
}
.homeVideo-video:hover:before {
    color: #f59d2a;
}
.homeVideo-liens [class*="col-md"] {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .homeVideo-liens {
        margin-top: 6em;
    }
    .homeVideo-liens [class*="col-md"] {
        margin-top: 0;
    }
}
.homeVideo-liens [class*="titre"] {
    margin-bottom: 0.5em;
    color: #222831;
}
.homeVideo-liens a {
    position: relative;
}
.homeVideo-liens a:before {
    content: "";
    position: relative;
    display: block;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top: none;
    border-bottom-color: inherit;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    transition:
        transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98),
        border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98),
        opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}
.homeVideo-liens a:before {
    margin-bottom: 1em;
}
.homeNews {
    position: relative;
    padding-top: 6rem;
    z-index: 0;
}
.homeNews:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16rem;
    background-color: #d0d7d9;
}
.homeNews-aside {
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .homeNews-aside {
        padding-bottom: 0;
    }
}
.homeNews-aside [class*="titre3"] {
    color: #222831;
}
.homeNews-aside [class*="titre6"] {
    color: #868c8e;
}
.homeNews-suivre {
    display: none;
}
@media (min-width: 992px) {
    .homeNews-suivre {
        display: block;
        margin-top: 12rem;
    }
    .homeNews-suivre [class*="titre"] {
        margin-bottom: 1em;
    }
    .homeNews-suivre a {
        display: block;
        padding: 0.2em 0;
        color: #222831;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .homeNews-suivre a i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5em;
    }
    .homeNews-suivre a:hover {
        color: #f59d2a;
    }
}



.homeNews2 {
    position: relative;
    padding-top: 6rem;
    z-index: 0;
}

.homeNews2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26rem;
    background-color: #d0d7d9;
    z-index: -1;
}

@media (min-width: 768px){
    .homeNews2:before {
        height: 16rem;
    }
}

.homeNews2 h2{
    color: #222831;
}

.homeNews2-blog {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -1rem 0;
    gap: 2rem 0;
}

.homeNews2-blog > a{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
}

@media (min-width: 768px){
    .homeNews2-blog > a{
        flex: 0 0 calc(100% / 3);
    }
}

.homeNews2-blog > a img{
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

.homeNews2-blog > a p{
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    line-height: 1.3;
}

.home-article-date{
    margin-bottom: 0.5rem;
}

.homeNews2-blog > a .lienPlus{
    margin-left: -0.375rem;
}

.homeNews2-suivre{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0;
}

@media (max-width: 600px){
    .homeNews2-suivre{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 991px){
    .homeNews2-suivre{
        justify-content: flex-end;
    }
}

.homeNews2-suivre .tag{
    margin-bottom: 0;
}

.homeNews2-suivre-liens{
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

@media (min-width: 600px){
    .homeNews2-suivre-liens{
        margin-right: 2rem;
    }
}

.homeNews2-suivre-liens a{
    font-size: 0;
    color: #222831;
}

.homeNews2-suivre-liens a:hover{
    color: #f59d2a;
}

.homeNews2-suivre-liens a i{
    font-size: 1.25rem;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
}



.homeNews-bloc {
    box-shadow: 0 2px 15px 0 rgba(34, 40, 49, 0.2);
}
.homeNews-onglets {
    position: relative;
    background-color: #00a3bb;
    z-index: 1;
}
@media (min-width: 768px) {
    .homeNews-onglets .nav {
        flex-direction: column;
    }
}
.homeNews-onglets .nav-link {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 1em;
}
.homeNews-onglets .nav-link i[class*="icon-"] {
    font-size: 2em;
}
.homeNews-onglets .nav-link i.fa {
    font-size: 1.375em;
    line-height: inherit;
}
.homeNews-onglets .nav-link span {
    display: none;
}
@media (min-width: 992px) {
    .homeNews-onglets .nav-link span {
        position: absolute;
        top: 0;
        right: -9999px;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 0.2em 0 1em;
        background-color: inherit;
        color: #fff;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 1;
        opacity: 0;
        transform: translate3d(-10px, 0, 0);
        transition:
            transform 0.4s cubic-bezier(0.4, -0.77, 0.64, 0.89),
            opacity 0.4s,
            right 0s 0.4s;
    }
    .homeNews-onglets .nav-link:hover {
        background-color: #f59d2a;
        color: #fff;
    }
    .homeNews-onglets .nav-link:hover span {
        right: 100%;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition:
            transform 0.4s cubic-bezier(0.04, 0.19, 0.44, 1.75),
            opacity 0.4s,
            right 0s;
    }
}
.homeNews-onglets .nav-link.active {
    background-color: #222831;
    color: #fff;
}
.homeNews-contenu {
    background-color: #fff;
}
.homeNews-blog,
.homeNews-presse,
.homeNews-facebook {
    position: relative;
    padding: 2em;
}
.homeNews-blog [class*="titre"],
.homeNews-presse [class*="titre"],
.homeNews-facebook [class*="titre"] {
    color: #222831;
}
.homeNews-blog figure,
.homeNews-presse figure,
.homeNews-facebook figure {
    display: block;
    margin-top: 1em;
    text-align: left;
}
.homeNews-blog figure img,
.homeNews-presse figure img,
.homeNews-facebook figure img {
    display: inline-block;
    max-height: 250px;
}
.homeNews-blog [class*="chapo"],
.homeNews-presse [class*="chapo"],
.homeNews-facebook [class*="chapo"] {
    line-height: 1.375;
    font-size: 0.9375em;
}
.homeNews-blog [class*="tag"],
.homeNews-presse [class*="tag"],
.homeNews-facebook [class*="tag"] {
    margin-bottom: 0.3em;
}
.homeNews-blog [class*="titre"],
.homeNews-presse [class*="titre"],
.homeNews-facebook [class*="titre"] {
    margin-bottom: 0;
}
.homeNews-blog [class*="titre"][class*="--lowercase"],
.homeNews-presse [class*="titre"][class*="--lowercase"],
.homeNews-facebook [class*="titre"][class*="--lowercase"] {
    display: inline-block;
}
.homeNews-blog [class*="lienPlus"],
.homeNews-presse [class*="lienPlus"],
.homeNews-facebook [class*="lienPlus"] {
    display: block;
    text-align: right;
    color: #444747;
}
.homeNews-blog [class*="lienPlus"]:hover,
.homeNews-presse [class*="lienPlus"]:hover,
.homeNews-facebook [class*="lienPlus"]:hover {
    color: #00a3bb;
}
.homeNews-blog-article,
.homeNews-presse-article,
.homeNews-facebook-article {
    display: block;
    color: #444747;
}
.homeNews-blog-article:hover,
.homeNews-presse-article:hover,
.homeNews-facebook-article:hover {
    color: #444747;
}
.homeNews-blog-article:hover [class*="titre"],
.homeNews-presse-article:hover [class*="titre"],
.homeNews-facebook-article:hover [class*="titre"] {
    color: #00a3bb;
}
.homeNews-blog-tous,
.homeNews-presse-tous,
.homeNews-facebook-tous {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.8em 0.8em;
    color: #868c8e;
    font-size: 0.75em;
}
.homeNews-blog-tous:hover,
.homeNews-presse-tous:hover,
.homeNews-facebook-tous:hover {
    color: #00a3bb;
}
.homeNews-youtube iframe {
    display: block;
    width: 100%;
    min-height: 20rem;
    border: none;
}
@media (min-width: 768px) {
    .homeNews-youtube iframe {
        min-height: 25rem;
    }
}
@media (min-width: 992px) {
    .homeNews-youtube iframe {
        min-height: 250px;
    }
}
.homeNews-youtube .playlist_youtube {
    position: relative;
    margin-bottom: 0;
    display: block;
}
.homeNews-youtube .playlist_youtube figure {
    position: relative;
    z-index: 0;
    margin: 0;
}
.homeNews-youtube .playlist_youtube figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00a3bb;
    opacity: 0;
    z-index: -1;
    transition:
        opacity 0.4s,
        background-color 0.4s;
}
.homeNews-youtube .playlist_youtube figure::after {
    z-index: initial;
}
.homeNews-youtube .playlist_youtube.active::after {
    content: "";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    z-index: 1;
}
.homeNews-youtube .playlist_youtube.active figure::after {
    opacity: 0.75;
}
.homeNews-youtube .row {
    margin: 0;
}
.homeNews-youtube .row > [class*="col"] {
    padding: 0;
}
@media screen and (min-width: 0) and (max-width: 991px) {
    .homeNews-youtube .row > [class*="col-lg-3"],
    .homeNews-youtube .row > [class*="col-lg-4"] {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .homeNews-youtube .row .playlist_youtube {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 992px) {
    .homeNews-youtube .row > [class*="col-lg-8"],
    .homeNews-youtube .row > [class*="col-lg-9"] {
        position: relative;
    }
    .homeNews-youtube .row > [class*="col-lg-8"] iframe,
    .homeNews-youtube .row > [class*="col-lg-9"] iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.homeNews-instagram ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.homeNews-instagram li {
    border: 1px solid #fff;
}
.homeNews-instagram-photo {
    position: relative;
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeNews-instagram-photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222831;
    opacity: 0;
    z-index: -1;
    transition:
        opacity 0.4s,
        background-color 0.4s;
}
@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
    .homeNews-instagram-photo:before {
        mix-blend-mode: multiply;
    }
}
.homeNews-instagram-photo:after {
    content: "";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    display: block;
    color: #fff;
    font-size: 2em;
    opacity: 0;
    transform: scale(0.5);
    transition:
        transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98),
        opacity 0.4s;
}
.homeNews-instagram-photo:hover:before {
    opacity: 0.2;
}
.homeNews-instagram-photo:hover:after {
    opacity: 1;
    transform: scale(1);
} /*# sourceMappingURL=accueil.css.map */
