@charset "utf-8";
/* Import de la police Proxima Nova */ 
@import url('https://use.typekit.net/pgj6oiq.css'); 
/* CSS Document */
/*
=========================================================================
    CSS RESET
    http://allthingssmitty.com/2017/01/09/css-reset-for-minimalists/
=========================================================================
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

/*
=========================================================================
    D├ëFINITION DES BASES
    - TYPOGRAPHIE
    - LARGEUR maximale de la page
    - MARGES pour centrer dans l'├®cran
=========================================================================
*/
body {
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif !important;
    font-style: normal;
    margin: 0 auto;
}
@media (min-width: 767px) {
    body {
        font-size: 15px;
    }
}
@media (min-width: 1100px) {
    body {
        font-size: 15px;
    }
}
/*
=========================================================================

	ACCESSIBILITÉ

=========================================================================
*/
/* Cach├® visuellement mais disponible pour le lecteur ├®cran. */
.contexte, .sr, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr.focusable {
    position: absolute;
    font-size: 18px;
    color: black;
    left: 10px;
    top: 5px;
    background: #eee;
    z-index: 3;
    padding: 0 5px;
}
.sr.focusable:active, .sr.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    width: auto;
}
/* Élément d'audio-description */
.ad-desc {
    font-weight:800;
}
.nowrap {
    white-space: nowrap;
}
/*
=========================================================================
	TITRES (h1, h2, h3, h4)
	- Titres standards
	- Variantes
=========================================================================
*/
h1, .h1 {
    color: black;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    margin: 0.2em 0 12px;
    text-transform: uppercase;
}
h1 > sup {
    text-transform: none;
}
@media (min-width: 766px) {
    h1, .h1 {
        font-size: 20px;
    }
}
h2, .h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    margin: 1.2em 0 10px 0;
    letter-spacing: 0;
    color: black;
    text-transform: uppercase;
}
@media (min-width: 766px) {
    h2, .h2 {
        font-size: 16px;
    }
}
h2 > sup {
    text-transform: none;
}
h3, .h3 {
     font-weight:800;
    font-size: 14px;
    margin: 1.2em 0 10px 0;
    text-transform: uppercase;
    color: black;
}
h3 > sup {
    text-transform: none;
}
h4, .h4 {
      font-weight:800;
    font-size: 16px;
    margin: 1.2em 0 7px 0;
    text-transform: uppercase;
    color: black;
}
h5, .h5 {
      font-weight:800;
    font-size: 16px;
    margin: 1.2em 0 4px 0;
    color: black;
    text-transform: none;
}
h2 + h3 {
    margin-top: 0.5em;
}
h3 + h4 {
    margin-top: 0;
}
/*
=========================================================================
Hyperliens
=========================================================================
*/
/* Couleur standard des hyperliens */
a {
    color: #074b98;
    transition: color 0.3s;
}
a:hover {
    color: #107CC0;
    text-decoration: none;
}
/* Liens a sans href, des liens nons actifs*/
a:not([href]) {
    color: #cccccc;
}
/*
=========================================================================
Bloc texte avec picto
Comme un encadré mais sans le cadre
=========================================================================
*/
.bloc-texte {
    clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    color: inherit;
    text-decoration: inherit;
    min-height: 41px;
}
[class*="picto-"].bloc-texte {
    padding-left: 70px;
    position: relative;
}
@media only screen and (min-width: 766px) {
    [class*="picto-"].bloc-texte {
        padding-left: 95px;
        padding-right: 35px;
    }
}
[class*="picto-"].bloc-texte:before {
    display: block;
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    top: 0.1em;
    left: 0;
    width: 60px;
    max-height: 120px;
    min-height: 80px;
    position: absolute;
    text-align: center;
}
@media (min-width: 766px) {
    [class*="picto-"].bloc-texte:before {
        /*top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
        left: 0;
        width: 90px;
        height: 110%;
        max-height: 60px;
    }
}
@media (min-width: 766px) {
    [class*="picto-"].bloc-texte.bloc-texte-haut:before {
        top: 0px;
        -webkit-transform: none;
        transform: none;
    }
}
[class*="picto-"].bloc-texte.aligne-droite {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 75px;
}
[class*="picto-"].bloc-texte.aligne-droite:before {
    right: 0;
    left: auto;
}



.bloc{
    padding-top: 20px!important;

}
/*
=========================================================================
	Textes
-  Paragraphe
- Listes
- Blockquote
- ???

=========================================================================

*/
strong, b {
  font-weight:800;
}
/*
=========================================================================
    PARAGRAPHES
=========================================================================

*/
p {
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 12px;
}
.surtitre {
  font-weight:800;
    margin-bottom: 1px;
    font-size: 16.5px;
}
.surtitre + * {
    margin-top: 0;
}
#texte {
    font-size: 1.05em;
    letter-spacing: 0.1px;
}
.note {
    font-size: 14px;
    line-height: 1.15em;
}
.credit {
    font-size: 14px;
    font-style: italic;
    line-height: 1.15em;
}
/* Hack pour faire en sorte que les interlignes ne sont pas touchées par les exposants*/
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}


[class*="picto-"] {
	padding-left: 25px;
}
p[class*="picto-"]:before {
	float: left;
	content: " ";
	width: 25px;
	height: 25px;
	margin-left:-28px;
	margin-top: -2px;
}

/*
=========================================================================
    LISTES
=========================================================================

*/
ul, ol {
    font-size: 16px;
    margin-top: 0.8em;
    margin-bottom: 1.6em;
    margin-left: 2em;
}
ul li, ol li {
    line-height: 1.3em;
}
li {
    margin-top: 0.4em;
}
ul ul, ol ul, ul ol, ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
/*
=========================================================================
	COLONNES
- Pour des divs
=========================================================================
*/
@media only screen and (min-width: 767px) {
    div.colonnes-2, div.colonnes-3, div.colonnes-4, div.colonnes-5 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
    div.col {
        -webkit-flex: 1;
        flex: 1;
        margin: 5px 0px 15px;
        padding: 0px 10px;
    }
    div.colonnes-2 div.col {
        flex: 0 50%;
    }
    div.colonnes-3 div.col {
        flex: 0 33.3333333333333333%;
    }
    div.colonnes-4 div.col {
        flex: 0 25%;
    }
    div.colonnes-5 div.col {
        flex: 0 20%;
    }
    div.col-80 {
        flex-basis: 80% !important;
    }
    div.col-75 {
        flex-basis: 75% !important;
    }
    div.col-66 {
        flex-basis: 66.6666666666666% !important;
    }
    div.col-60 {
        flex-basis: 60% !important;
    }
    div.col-50 {
        flex-basis: 50% !important;
    }
    div.col-40 {
        flex-basis: 40% !important;
    }
    div.col-33 {
        flex-basis: 33.3333333333333% !important;
    }
    div.col-25 {
        flex-basis: 25% !important;
    }
    div.col-20 {
        flex-basis: 20% !important;
    }
    /* Force le contenu après à changer de ligne */
    div.colonnes-2::after, div.colonnes-3::after, div.colonnes-4::after, div.colonnes-5::after {
        clear: both;
    }
}
@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.colonnes-2 div.col {
        max-width: 50%;
    }
    div.colonnes-3 div.col {
        max-width: 33.33333333%
    }
    div.colonnes-4 div.col {
        max-width: 25%;
    }
    div.colonnes-5 div.col {
        max-width: 20%;
    }
}
/*
=========================================================================
    IMAGES
=========================================================================

*/
@media (min-width: 450px) {
    .aligne-gauche {
        float: left;
        margin-right: 1em;
    }
    .aligne-droite {
        float: right;
        margin-left: 1em;
    }
}
figure {
    margin: 10px 0px;
    width: 100%
}
figure img {
    width: 100%;
    height: auto
}
@media (min-width: 450px) {
    figure {
        max-width: 260px;
        margin: 0px;
    }
    figure img {
        border: 1px solid black
    }
    /* Grande image, sans float */
    figure.img-grand {
        max-width: 340px;
        margin: 0px;
    }
    /* Mini image dans une liste exemple horaire conférencier */
    figure.img-mini {
        max-width: 80px;
        margin: 0px;
        margin-right: 10px;
    }
    /* Image pleine largeur, sans float */
    figure.img-pleine-largeur {
        max-width: 100%;
        margin: 0px;
    }
}
/* Légende d'une image*/
figcaption, .figcaption {
    color: #767676;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 3px;
}
figcaption a, a figcaption {
    color: #074b98
}
figcaption a:hover, a:hover figcaption {
    color: #107CC0
}
/*
	==============================================================
	Agrandissement et zoom sur les images
	==============================================================
*/
[data-fancybox] {
    position: relative;
    cursor: pointer;
}
[data-zoom] {
    cursor: pointer;
}
[data-fancybox] img {
    -ms-interpolation-mode: bicubic;
    display: block;
}
@media (min-width: 600px) {}
[data-fancybox] .df-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
[data-fancybox] .df-cercle {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: opacity 0.2s;
}
[data-fancybox] .zoom .df-cercle, [data-fancybox] .zoom-video .df-cercle, [data-fancybox] .zoom-objet360 .df-cercle, [data-fancybox] .zoom-photo360 .df-cercle, [data-fancybox] .zoom-galerie .df-cercle {
    opacity: 0.65;
}
[data-fancybox] .df-picto {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: opacity 0.2s;
}
[data-fancybox] .zoom .df-picto, [data-fancybox] .zoom-video .df-picto, [data-fancybox] .zoom-objet360 .df-picto, [data-fancybox] .zoom-photo360 .df-picto, [data-fancybox] .zoom-galerie .df-picto {
    opacity: 1;
}
[data-fancybox]:hover .df-cercle {
    opacity: 0.65;
    transition: opacity 0.4s;
}
[data-fancybox]:hover .zoom .df-cercle, [data-fancybox]:hover .zoom-video .df-cercle, [data-fancybox]:hover .zoom-objet360 .df-cercle, [data-fancybox]:hover .zoom-photo360 .df-cercle, [data-fancybox]:hover .zoom-galerie .df-cercle {
    opacity: 1;
    transition: opacity 0.4s;
}
[data-fancybox]:hover .df-picto {
    opacity: 1;
    transition: opacity 0.4s;
}
[data-fancybox] .df-icon:hover .df-cercle {
    opacity: 1;
    transition: opacity 0.3s;
}
.fancybox-svg {
    background-color: white;
    padding: 1em;
}


/*
=========================================================================
	Images vidéo qui pointent ensuite vers Youtube
=========================================================================
*/
/* Début lien vidéo vers Youtube ou site externe */
.lien-video {
    visibility: hidden;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s;
    width: 100%;
}
@media (min-width: 450px) {
    .lien-video {
        -webkit-filter: grayscale(18%);
        filter: grayscale(18%);
        opacity: 0.92;
        width: auto;
    }
}
.lien-video:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}
@media (min-width: 450px) {
    .lien-video figure {
        max-width: 260px;
    }
}
.lien-video > img {
    width: 100%;
}
@media (min-width: 450px) {
    .lien-video > img, .lien-video > figure > img {
        width: 260px;
        height: auto;
    }
}
.lien-video .df-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 450px) {
    .lien-video .df-icon {}
}
.lien-video .df-icon img {
    position: absolute;
    top: 0
}
.lien-video .df-icon img.df-cercle {
    opacity: 0.75;
    transition: opacity 0.2s;
}
.lien-video:hover .df-icon img.df-cercle {
    opacity: 1;
    transition: opacity 0.4s;
}
body.accueil .lien-video {
    margin-bottom: 0;
}
/*-- Vidéo plus grand --*/
.lien-video.video-grand > figure {
    max-width: none;
    margin: 10px 0px;
}
@media (min-width: 450px) {
    .lien-video.video-grand > img, .lien-video.video-grand > figure > img {
        width: 340px;
        height: auto;
    }
}
/*-- Vidéo pleine largeur --*/
.lien-video.video-pleine-largeur {
    margin: 0 0 20px;
}
.lien-video.video-pleine-largeur:last-child {
    margin: 0;
}
.lien-video.video-pleine-largeur > figure {
    max-width: none;
    margin: 10px 0px;
}
.lien-video.video-pleine-largeur > img, .lien-video.video-pleine-largeur > figure > img {
    width: 100%;
    height: auto;
}
.lien-video.video-pleine-largeur .df-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* VIDÉO IFRAME YOUTUBE */

 .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; 
            padding-top: 0;
            height: 0;
        }
      .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
/*
=========================================================================
    HEADER
=========================================================================
*/
header {
        height: 125px;


    
}
header #bandeau-logo{background-color: #186db7;
		background-image: url(/media/zqyek0gc/fond-entete-quebec-en-alerte.jpg), linear-gradient(to bottom, #186db7 1%, #074b98 100%);
		background-repeat: no-repeat;
		background-position: top center;
    height:90px;
}
@media (min-width: 677px) {
    header {     height: 140px;
    } }
    
    
@media (min-width: 1200px) {
    header {
    
    height: 190px;
    }
}

header #logo-vdq {
    text-align: left;
    max-width: 1200px;
    margin: auto
}
/* Logo de la ville */
header #logo-vdq a {
    display: block;
    background-image: url("/media/zlabpcil/logo-ville-quebec.svg");
    background-repeat: no-repeat;
    height: 70px;
    width: 220px
}
@media (min-width: 767px) {
    header #logo-vdq a {
        float: left;
          height: 90px;
    width: 220px
    }
}
/* Logo Québec en alerte */
header #logo-quebec-alerte {
    background: #e4e4e4 url("/media/f2epzvla/logo-quebec-en-alerte.svg") no-repeat center;
    height: 130px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 14%;
        min-width: 150px;z-index: 1;
}
header h1{margin-top:0px;}
@media (min-width: 767px) {
    header #logo-quebec-alerte {
        height: 180px;
        width:225px;
    }
}
@media (min-width: 1200px) {
    header #logo-quebec-alerte {
        height: 200px;min-width: 250px
    }
}

/*
=========================================================================
Section Alerte (commun)
=========================================================================
*/
section.alerte {
   margin-top: 20px;
    text-align: center;
}
@media only screen and (min-width: 766px) {section.alerte {margin-top:80px}}
@media only screen and (min-width:1200px) {section.alerte {margin-top:50px}}

section.alerte > div {
    text-align: left;
    margin: auto;
}
@media only screen and (min-width: 766px) {
    section.alerte > div {
      
        
        text-align: left;
        margin: auto;
        margin-top:20px;background-color:#f2f2f2;
    }
}
section.alerte h2 {
    text-align: center;
    padding: 10px 0px;
    margin: auto;
    color: white;
    font-size: 24px;
    max-width:760px;
}
@media only screen and (min-width: 766px) {
    section.alerte h2 {
     
    }
}
/*
=========================================================================
Section Alerte inactive
=========================================================================
*/
section.alerte.inactive div {
    border-color: #808080;
    margin-bottom:20px;
}
@media only screen and (min-width: 766px) {
section.alerte.inactive div {margin-bottom:40px}
}
section.alerte.inactive h2 {
    background-color: #808080
}
/*
=========================================================================
Section Alerte active
=========================================================================
*/
section.alerte.active div {
    border-color: #c5161d
}
section.alerte.active h2 {
    background-color: #c5161d
}

section.alerte.active div#date-alerte{margin:auto;max-width: 760px;padding: 20px;}


    section.alerte div div {
        margin: 20px 0px
    }
    
   
@media only screen and (min-width: 766px) {section.alerte.active div#date-alerte{padding: 20px 0px 0px;}
}
section.alerte div div div div {
    margin: 0px
}
section.alerte div#titre {
    margin: 0px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px
}
section.alerte div#titre h3 {
    color: white;
    font-size: 18px;
    text-transform: none;
    margin: 0px
}
section.alerte div#titre p {
    margin: 0px
}
/* Date de l'alerte et de la mise à jour */
#date-alerte {
      font-weight:800;
}

/* Fiche information */
#fiche-info {
    background-color: #f2f2f2;max-width: 760px;margin:auto;
}
#fiche-info #contenu {
   
   padding:0px 20px;
}

@media only screen and (min-width: 766px) {#fiche-info #contenu{padding: 0px;}
}
/*
=========================================================================
Section Texte (alerte inactive)
=========================================================================
*/
section#texte {
    background-color: #f2f2f2;
    text-align: center;
}
section#texte > div {
    padding: 30px;
    text-align: left;
    margin: auto;
}
@media only screen and (min-width: 766px) {
    section#texte > div {
        max-width: 760px;
        padding: 30px 0px;
    }
}
/*
=========================================================================
Section Encadré 911
=========================================================================
*/
section#encadre-911 {
    text-align: center;
    margin: 40px 20px
}
section#encadre-911 div {
    max-width: 760px;
    margin: auto;
    border: 5px solid #f2f2f2;
   font-weight:800;
    text-align: left;
    position: relative;
           padding-left: 160px;
        
}
@media only screen and (min-width: 766px) {
    section#encadre-911 div {padding-right: 100px
 
    }
}
section#encadre-911 div:before {
    display: block;
    position: absolute;
    left: 0px;
    padding: 14px 30px 0px;
   width: 150px;
    height: 100%;
    content: "911";
    color: white;
    font-size: 40px;
    text-align: right;
    		background-image: url(/media/dgxn4b1x/picto-telephone2.svg), linear-gradient(to bottom, #186db7 1%, #074b98 100%);

  Background-repeat : no-repeat ;
}
@media only screen and (min-width: 766px) {
section#encadre-911 div:before {

    }
}
section#encadre-911 p {
    padding: 10px;
    font-size: 20px;
    margin-bottom:0px;
}
/*
=========================================================================
  Pictos
=========================================================================
*/

.picto-attention:before {
    background-image: url("/media/l1uf3eze/picto-attention.svg")
}
.picto-telephone:before {
    background-image: url("/media/t3qhkl4p/picto-telephone2.svg")
}
/* Médias sociaux */
.picto-facebook:before {
    background-image: url("/media/wfxp44yb/picto-facebook-blanc.svg")
}
.picto-twitter-3:before {
    background-image: url("/media/q4ljobne/picto-twitter-2-blanc.svg")
}
.picto-youtube:before {
    background-image: url("/media/lh3ilsmc/picto-youtube-blanc.svg")
}

.picto-maj:before{background-image: url("/media/qyhpynqz/picto-mise-a-jour.svg")}
/*
=========================================================================
    Bouton partagez cette page
=========================================================================
*/
#boutons-partage div {
    clear: both;
    max-width: 760px;
    margin: 25px 30px 20px 30px;
    /*padding-left: 15px;
	padding-right: 15px;*/
}
@media (min-width: 767px) {
    #boutons-partage div {
        margin: 25px 0px 20px 0px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 20px
    }
}
#boutons-partage > p {
    margin-bottom: 0.3em;
    font-size: 14px;
}
#boutons-partage .ssk {
    background-color: black;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    color: white;
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: background-color 0.3s;
}
@media (min-width: 767px) {
    #boutons-partage .ssk {
        background-size: 20px;
        background-position: 6px 6px;
        margin-right: -1px;
        width: 32px;
        height: 32px;
    }
}
#boutons-partage .ssk-facebook {
    background-image: url(/media/xrbhwrin/picto-partage-facebook.svg);
}
#boutons-partage .ssk-facebook:hover {
    background-color: #1877f2;
}
#boutons-partage .ssk-twitter {
    background-image: url(/media/i4ufybo2/picto-partage-twitter.svg);
}
#boutons-partage .ssk-twitter:hover {
    background-color: #1da1f2;
}
#boutons-partage .ssk-linkedin {
    background-image: url(/media/m4zdhkyc/picto-partage-linkedin.svg);
}
#boutons-partage .ssk-linkedin:hover {
    background-color: #1c87bd;
}
#boutons-partage .ssk-pinterest {
    background-image: url(/media/blwlbyw2/picto-partage-pinterest.svg);
}
#boutons-partage .ssk-pinterest:hover {
    background-color: #bd081c;
}
#boutons-partage .ssk-favoris {
    background-image: url(/media/wtuerxzn/picto-partage-favoris.svg);
}
#boutons-partage .ssk-favoris:hover {
    background-color: #faa61a;
}
#boutons-partage .ssk-imprimer {
    background-image: url(/media/gejg4x2h/picto-partage-imprimer.svg);
}
#boutons-partage .ssk-imprimer:hover {
    background-color: #757575;
}
#boutons-partage .ssk-email {
    background-image: url(/media/rkpi4gjf/picto-partage-courriel.svg);
}
#boutons-partage .ssk-email:hover {
    background-color: #074b98;
}

/*
=========================================================================
    Encadré
=========================================================================
*/
.encadre>* {
	color: white;
}

.encadre a {
	color: white;
}

div.encadre{background-color: #074b98;
	margin-bottom: 15px!important;
	color:white;
	padding: 1em!important;}
div.encadre h4{margin-top:0.8em}
/*
=========================================================================
    Bande du bas
=========================================================================
*/
footer {
    background-color: #000000;
    font-size: 1em;
    color: white;
    text-align: center;
}
footer div.colonnes-4 {
    text-align: center;
    max-width: 1200px;
    margin: auto;
   
}
@media (min-width: 900px) {footer div.colonnes-4 div{ margin-top:15px;}}
/* Image */
footer div.colonnes-4 img {
    width: 60%;
    max-height: 100px;
    max-width:200px;
}

footer div.colonnes-4 div:first-child img {margin-top:30px;width:70%}
/* Styles des liens */
footer a {
    text-decoration: none;
    color: #cccccc
}
footer a:hover {
    color: #ffffff
}
/* Liens boutons des médias sociaux */
footer div.col#medias-sociaux {
    text-align: center;
    padding-top: 30px
}
footer ul {
    margin-left: 0px;
    margin-top: 0.4em;
}
footer a[class*="picto-"]:before {
    display: block;
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    text-align: center;
}
@media (min-width: 340px) {
    footer a[class*="picto-"]:before {
        width: 35px;
        height: 35px;
    }
}
@media (min-width: 570px) {
    footer a[class*="picto-"]:before {
        width: 38px;
        height: 38px;
    }
}
@media (min-width: 900px) {
    footer a[class*="picto-"]:before {
        width: 40px;
        height: 40px;
    }
}
footer .btn-medias-sociaux {
    display: inline-block;
    margin-right: 3px;
    width: 31px;
    height: 31px;
}
@media (min-width: 570px) {
    footer .btn-medias-sociaux {
        margin-right: 5px;
        width: 38px;
        height: 38px;
    }
}
footer .btn-medias-sociaux .picto-courriel:before {
    -webkit-filter: invert(50%) brightness(200%);
    filter: invert(50%) brightness(200%);
}
footer .btn-medias-sociaux-hover {
    position: absolute;
    bottom: -1.8em;
     font-weight:800;
    font-size: 0.85em;
    font-weight: 600;
}
/*footer .btn-medias-sociaux .picto-twitter-2:before {
	-webkit-filter: invert(50%) brightness(200%);
	filter: invert(50%) brightness(200%);
}*/
footer .btn-medias-sociaux .picto-twitter-2:before {
    background-image: url("/media/q4ljobne/picto-twitter-2-blanc.svg")
}
footer .btn-medias-sociaux .picto-twitter .btn-medias-sociaux-hover {
    margin-left: 0
}
@media (min-width: 900px) {
    footer .btn-medias-sociaux .picto-twitter .btn-medias-sociaux-hover {
        margin-left: -4px
    }
}
footer .btn-medias-sociaux .picto-youtube .btn-medias-sociaux-hover {
    margin-left: -9px
}
footer .btn-medias-sociaux .picto-instagram .btn-medias-sociaux-hover {
    margin-left: -13px
}
footer .btn-medias-sociaux .picto-linkedin .btn-medias-sociaux-hover {
    margin-left: -9px
}
footer .btn-medias-sociaux .picto-rss .btn-medias-sociaux-hover {
    margin-left: 2.5px
}
footer .btn-medias-sociaux .picto-courriel .btn-medias-sociaux-hover {
    margin-left: -23px
}
#copyright-site {
    font-size: 90%;
    color: #ccc;
    clear: both;
    background-color: rgba(55, 61, 75, 0.9);
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    bottom: 0;
    margin-bottom: 0px;
}
@media (min-width: 900px) {
    #copyright-site {
        /*position: absolute;*/
    }
}
        