@import url("https://fonts.googleapis.com/css?family=Inter:400,700");

* {
    box-sizing: border-box;
}

header nav#menu-principal {
    display: block;
}

.blocBP_chapo {
    display: flex;
    justify-content: space-between;
}

.blocBP_chapo span.la-famille {

    text-transform: uppercase;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    /* identical to box height */
    color: #075899;
    margin-bottom: 20px;

}

.btnback {
    width: 120px;
    height: 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #075899;
    border-radius: 20px;

    color: #075899;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 40px;

}

.btnback a {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    color: #075899;
    text-decoration: none;
}

#arrowback {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 17px;
    /* identical to box height */

    color: #075899;
    text-decoration: none;
    margin-top: -10px;
}


html,
body {
    height: 100%;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
    color: #1b313b;
    background: #fff;
}

.toolbox_chapo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    margin-top: 70px;

    text-align: center;

    color: #075899;
}

img {
    max-width: 100%
}

a {
    text-decoration: underline;
    color: #9679e6;
    transition: all 0.3s ease-out;
}

h1, h2 {
    padding: 1%;
}

.containers {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;

}

.containers2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.content {
    margin-left: 400px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
    background: #192a8d;
    top: 0px;
    min-height: 80%;
}

#menu {
    background: #ffff;
}

#main-container {
    background: #ffff;
    width: 100%;
}


#main-container-upload, #main-container {
    margin: 50px auto;
    width: 95%;
    max-width: 1500px;
}

#main-container-upload {
    margin: 10px auto 50px;
}

.container, .container-meta {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

h3, .conteneur-bp #texte-fiche h2 {
    color: #262626;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 0;
}

.conteneur-bp h3, .conteneur-bp #texte-fiche h2 {
    font-size: 1.5rem;
}

h3.upload-succes {
    color: #54cd76;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1% 1% 3% 1%;
}

h3.upload-succes span {
    color: #ffb200;
    text-transform: uppercase;
    font-size: 1.8rem;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}

p.small {
    font-size: 14px;
}

p.small-bas-droite {
    font-size: 0.7rem;
    text-align: right;
    font-style: italic;
    width: 70%;
    float: right;
    font-weight: bold;
    line-height: 0.8rem;
}

header {
    float: left;
    top: 0px;
    margin: 0 auto;
    width: 100%;
}

a#aller-au-contenu {
    float: left;
    display: block;
    font-size: 0.85rem;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 5px;
}

a#aller-au-contenu:hover {
    color: #23a6ad;
}

#spacer {
    padding-top: 5px;
    width: 400px;
}

.toolboximg {
    float: left;
    width: 30px;
    height: 30px;
}

.toolboxtxt {
    float: left;
    padding-top: 0px;
    padding-left: 9px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;

    text-align: center;

    color: #075899;
}

.top-menu, .top-menu li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.top-menu {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px 10px 20px;
}



.top-menu li {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    width: 380px;
    background: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 1px;
    margin-top: 3px;

}

.navcontent {
    margin: 7px;
    margin-left: 20px;
    color: #53616c;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.top-menu li a {
    text-decoration: none;
    color: #53616C;
    transition: all 0.2s ease-out;


}



.top-menu li a:hover {
    text-decoration: underline;
    color: #000000;
}

.top-menu li:hover {
    text-decoration: underline;
    background-color: #EFFFB5;
}




.sous-menu {
    position: relative;
    width: 70%;
    margin: 0;
    padding: 0px 0 20px 0;
}

.sous-menu li {
    background: #fff;
    border-radius: 3px;
    padding: 4px 7px;
}

.sous-menu li a {
    font-weight: 400;
}

p#titre-site {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

p#titre-site a {
    color: #144b65;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

p#titre-site a:hover {
    color: #00838d;
}

#lang {

    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 20px;

}

.circle {

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
}

.circle:hover {
    border: 1px solid #075899;
}

#lang a {
    text-decoration: none;
    display: inline-block;
    color: #075899;
    padding: 2px 5px;
    margin: 0 3px;
    font-weight: bold;
    transition: all 0.2s ease-out;
}



.login-page #main-container {
    text-align: center;
    margin: 20px auto;
}

.login-page form {
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

.login-page input {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 250px;
}

.login-page input.box-button {
    margin-top: 25px;
    width: 200px;
    padding: 15px 0 12px 0;
    background: #007897;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.login-page input.box-button:hover {
    background: #144b65;
    transition: all 0.3s ease-out;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}




#container-familles .card3 .go-corner.incontournable .go-arrow {
    color: #fff;
}



.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
    font-size: 17px;
}

.sub-arrow {

    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #075899;
    font-size: 24px;
}

.fiche-sub {
    margin-bottom: 10px;

}

.fiche {
    display: flex;

    flex-direction: column;
    top: 0px;
    position: relative;
    width: 23%;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px 10px;
    margin: 1%;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    transition: all 0.3s ease-out;

    min-height: 150px;

}

.fiche:hover {
    text-decoration: underline;
    background-color: #EFFFB5;
}

.fiche p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.fiche a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}


.card3 {
    display: block;
    top: 0px;
    position: relative;
    width: 23%;
    background-color: #fff;
    border-radius: 6px;
    padding: 32px 24px;
    margin: 1%;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    transition: all 0.3s ease-out;
}

.card3 .odd span {
    color: #fff;
    font-size: 0.7rem;
    font-weight: normal;
}

.card3 .odd span.incontournable {
    text-transform: none;
}

.card3 .odd span.css-recommandation {
    background: #063883;
}

.card3 .odd span.css-conseil {
    background: #fff;
}

.card3 .go-corner {
    opacity: 0.7;
    transition: all 0.3s ease-out;
}

.card3:hover {
    border: 1px solid #00838d;
    z-index: 500;
}

.card3:hover p {
    color: #00838d;
}

.card3:hover .go-corner {
    transition: opactiy 0.3s linear;
    opacity: 1;
}

#container-familles .card3 {
    width: 31.3333333%;
    background: #0c3b44;
}

#container-familles .card3:hover {
    background: #3e808d;
}

#container-familles .card3:hover p {
    color: #d2e7eb;
}

#container-familles .card3 p {
    color: #ecf1f1;
}

#container-familles .card3 h2 {
    color: #ecc706;
    font-size: 1.2rem;
}

#container-familles .card3 .go-corner {
    background-color: #ecf1f1;
    opacity: 1;
}

#container-familles .card3 .go-arrow {
    color: #3e808d;
}

#container-familles .card3.bgd-1 {
    background: #3e808d;
}

#container-familles .card3.bgd-2 {
    background: #0c3b44;
}

#container-familles .card3.bgd-1:hover {
    background: #2c6a76;
}

#container-familles .card3.bgd-2:hover {
    background: #185864;
}

#container-familles .card3.bgd-1 .famille-carte span {
    background: #fcd40c;
    color: #144b65;
    text-transform: uppercase;
}

#container-familles .card3.bgd-2 .famille-carte span {
    background: #fcd40c;
    color: #144b65;
    text-transform: uppercase;
}

#container-familles .odd-card h2 {
    color: #fff;
}

.recommandation {
    background: #fff;

    display: none;

    /* Rectangle 18 */

    box-sizing: border-box;



    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;

    margin-top: 10px;

}

.recommandation h2 {
    color: #fff;
}



.famille {
    clear: both;
    margin-right: 35px;
}

.entete-famille {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2%;
    width: 98%;
    margin-top: 30px;
    padding-right: 10%;
    padding-left: 10%;


    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;

    color: #000000;

}





p#affichage-filtre {
    display: none;
    padding: 1%;
}

p#affichage-filtre span, p#filtre-niveau1 span {
    display: inline-block;
    background: #0fb2bc;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
    margin-right: 5px;
    padding: 2px 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

p#affichage-filtre a, p#filtre-niveau1 a {
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease-out;
}

p#affichage-filtre a:hover, p#filtre-niveau1 a:hover {
    text-decoration: underline;
    color: #23a6ad;
}

.entete-famille h1 {
    padding: 0 0 0 1%;
    margin: 0;
    font-size: 1.4rem;


}

.description-famille p {
    margin-left: 2%;
    width: 98%;
    padding-left: 1%;
    padding-top: 10px;
    margin-bottom: 50px;
    margin-top: 0;
    line-height: 1.5rem;
    font-size: 0.9rem;
    border-left: 3px solid #0c3b44;
    font-style: italic;
}

p#affichage-filtre span:hover {
    background: #144b65;
}

.entete-reco {
    display: flex;
    justify-content: space-between;
}

div.lien-famille a {
    color: #075899;
    text-align: right;
    justify-content: flex-end;
}

div.lien-famille2 {
    text-align: right;
    justify-content: flex-end;
}

div.lien-famille2 a {
    color: #075899;
    font-size: 0.8rem;
}

div.lien-famille a:hover {
    color: #000;

}

.conteneur-bp div.lien-famille a {
    color: #144b65;
    font-size: 0.8rem;
    font-weight: bold;
}

.famille-carte span, .odd span {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 3px;
    background: #fff;
    color: #144b65;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.famille-carte span a, .odd span a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.famille-carte span a, .odd span a:hover {
    text-decoration: none;
    color: #7bd1bc;
}

.odd span.la-famille {

    text-transform: uppercase;

    margin: 20px 0 0 0;


    /* Energy Smells (Android) */



    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    color: #075899;


}

.odd span.incontournable {
    background: #db2151;
    color: #fff;
    text-transform: uppercase;
}

.entete-reco .odd span.la-famille {
    font-size: 0.8rem;
}

footer {


    text-align: center;
    margin: 0px auto;
    padding: 20px;
    background: #E6E9EC;
    width: 100%;

    font-family: "Inter-Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #605e5c;

}

.conteneur-bp h1 {
    font-size: 2rem;
    width: 90%;
    margin-top: 10px;
}

footer p {
    font-size: 0.9rem;
    color: #605e5c;
}

footer p a {
    color: #605e5c;
}

p.type-recommandation {
    border-left: 5px solid #2054a2;
    padding-left: 10px;
}

p.type-conseil {

    padding-left: 10px
}

.conteneur-bp {
    max-width: 1300px;

    margin: 0 auto;
}

.conteneur-bp p {
    line-height: 1.7rem;
    padding: 0;
    margin: 0;
}

.entete-reco-crit p {
    padding: 0;
    margin: 20px 0 0 0;
    font-weight: bold;
}

#chapeau p, #chapeau h2, #chapeau h3, #chapeau a {
    color: #000;
}

#chapeau {
    color: #fff;
    padding: 2%;
}

.chapeau-type-recommandation {
    background: #F5F5F5;

    width: 30%;

}

.maincontent {

    width: 100%;
}

.rectangle1 {
    background: #075899;
    width: 50%;
    padding: 5px;
    margin-top: 20px;



    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;




}


.chapeau-type-text {
    margin: 0 0 0 10px;

    width: 70%;

}

.chapeau-type-conseil {
    background: #0b8e76;
    border-left: 8px solid #e2be0b;
}

.bp-incontournable {
    border-left: 8px solid #db2151;
}

.impacts {
    display: flex;
    align-items: stretch;
}

#chapeau .impacts p span {
    font-size: 1.7rem;
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

#chapeau .impacts p {
    background: #fff;
    color: #144b65;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
}


.impact-vert {
    color: #30aa83;
}

.impact-bleu {
    color: #0088e8;
}

.impact-gris {
    color: #67737c;
}

#container-fiche {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

#container-fiche2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 80%;
}

#container-fiche #chapeau {
    width: 50%;
}

#container-fiche #texte-fiche {
    width: 57%;
}

#container-fiche p {
    margin: 5px 0;
    padding: 5px 0;
}

.priorite-recurrence, .acteurs-metiers {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

.priorite-recurrence {
    border-top: 2px solid #fff;
    margin-top: 30px;
}

.priorite-recurrence div {
    width: 33.333333333333%;
    padding: 5% 0;
    text-align: center;
}

.priorite-recurrence h3 {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.priorite-recurrence p {
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
}

.priorite-recurrence .difficulte p {
    font-size: 1.4rem;
}

h2#elements-complementaires {
    border-top: 2px solid #2054a2;
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
}



h2.titre-recommandation {
    cursor: pointer;
    transition: all 0.3s ease-out;
    padding: 0;
    color: #ecf1f1;
}

button {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}


button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.titre-recommandation {
    display: flex;
    justify-content: space-between;
    margin: 5px;

}

.titre-recommandation button {
    transition: all 0.3s ease-out;
    padding: 0;
    color: #075899;
    text-decoration: none;
    background: none;
    border: 0;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
    cursor: pointer;
}

h2.titre-recommandation button {
    transition: all 0.3s ease-out;
    padding: 0;
    color: #075899;
    text-decoration: none;
    background: none;
    border: 0;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
    cursor: pointer;
}

h2.titre-recommandation button:hover {
    color: #0686f0;
}

h2.titre-recommandation:hover {
    color: #0686f0;
}

h2.titre-recommandation span {
    display: inline-block;

    transform: rotate(90deg);
    font-size: 3rem;
    line-height: 2rem;
    vertical-align: text-top;
    transition: all 0.3s ease-out;
}

.titre-recommandation span {
    display: inline-block;

    transform: rotate(90deg);
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: text-top;
    transition: all 0.3s ease-out;
}

.autres {
    margin-top: 70px;
    padding: 0 5%;
}

#fiche-bonne-pratique .container {
    padding: 1% 2%;
    background: #2b7c86;
    border: 50px solid #fff;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

#fiche-bonne-pratique #main-container {
    margin-top: 50px;
}

a.burger-menu {
    display: none;
}

#acces-referentiel {
    background: #0c3b44;
    color: #fff;
    padding: 11px 17px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 1%;
}

#acces-referentiel:hover {
    background: #2b7c86;
}

#moteur-recherche {

    display: flex;
    float: right;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 30px;

}

#moteur-recherche form {

    display: flex;
    justify-content: flex-end;
    width: 50%;
    min-width: 500px;

}

#moteur-recherche-res {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    margin-right: 40px;
}



#moteur-recherche form .text {
    width: 50%;
    display: block;
    border-radius: 5px;
    height: 40px;
    margin: 0 10px;
    padding-left: 5px;
    border: 1px solid #0c3b44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#moteur-recherche form .submit {
    width: 100px;
    display: block;
    height: 40px;
    padding: 3px;

    background: #0c3b44;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}



span.recherche-filtre {
    background: #fff;
    padding: 2px 0px;
    margin: 0 15px 0 0px;
    transition: all 0.2s ease-out;
    display: inline-block;
    cursor: pointer;

    color: #075899;
}




span.recherche-filtre a:hover {
    color: #000000;
}


span.recherche-filtre a {
    transform: rotate(-45deg);
    position: relative;
    left: -50px;
    top: 5px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #075899;
    font-size: 1.2rem;

}


@media only screen and (max-width: 800px) {

    .containers {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    #container-familles .card3, .card3 {
        width: 31%;
    }

    header p#titre-site {
        clear: both;
    }

    a#aller-au-contenu {
        margin: 15px 10px 20px 10px;
    }

    header nav#menu-principal {
        display: none;
        width: 10%;

        float: left;
        max-width: 380px;
        margin: 0;
        padding: 1em;
        height: 90%;
        min-height: 30%;
        background: #fff;
    }


    header .top-menu {
        display: block;
        width: 100%;
        padding: 10px 30px 40px 30px;

    }


    header .top-menu li {
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: bold;
        width: 380px;
        background: #ffffff;
        border-radius: 5px;
        border-style: solid;
        border-color: #f0f0f0;
        border-width: 1px;
        margin-top: 3px;
    }

    header .top-menu li a {
        font-size: 1rem;
    }

    a.burger-menu {
        display: block;
        width: 100%;
        background: #fff;
        color: #000;
        margin-top: 10px;
        padding: 0 0 5px 0;
        text-decoration: none;
        text-align: center;
        font-size: 1.4rem;
    }

    a.burger-menu:hover {
        background: #fff;
        transition: all 0.2s ease-out;
    }

    a.burger-menu span {
        font-size: 2rem;
    }

    .sous-menu {
        flex-flow: wrap;
        width: 100%;
        padding-bottom: 10px;
    }

    .sous-menu li {
        width: 20%;
        margin: 3px 1%;
        text-align: center;
        padding: 5px 10px;
    }

    #container-fiche {
        display: block;
    }

    #container-fiche #texte-fiche, #container-fiche #chapeau {
        width: 100%;
    }


    #container-familles .card3, .card3 {
        width: 100%;
    }

    .odd span {
        margin-top: 15px;
    }

    .conteneur-bp {
        width: 100%;

    }

    #main-container>h2 {
        padding: 10px 0 8px 0;
        margin: 0;
    }

    .entete-famille {
        display: block;
        margin-bottom: 20px;
        margin-left: 1%;

    }

    .conteneur-bp {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }


    #fiche-bonne-pratique .container {
        padding: 1%;
        background: #2b7c86;
        border: 0px solid #ecf1f1;
    }

}


/* ACCESSIBILITÉ */

[type=submit]:focus, [type=search]:focus, [type=text]:focus, select:focus, a:focus {


    outline-offset: .3rem;
}



.recommandation .odd a:focus, .recherche-filtre a:focus {
    outline-offset: .8rem;
}



footer a:focus, #fiche-bonne-pratique .container a:focus, .recommandation a:focus {
    outline: .2rem dashed #fff;
}