﻿body {
    padding-top: 100px;
    font-family: 'Open_Sans_regular',sans-serif;
}

.no-padding {
     padding-right: 0px; 
     padding-left: 0px;
}

.main-container {
    display: flex;
    min-height: 95vh;
    flex-direction: column;
    justify-content: space-between;
}

@font-face {
    font-family: 'Open_Sans_regular';
    src: url('../webfonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lobster';
    src: url('../webfonts/lobster-regular-webfont.woff2') format('woff2'), url('../webfonts/lobster-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Regular.woff2') format('woff2'), url('../webfonts/Montserrat-Regular.woff') format('woff'), url('../webfonts/Montserrat-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Bold.woff2') format('woff2'), url('../webfonts/Montserrat-Bold.woff') format('woff'), url('../webfonts/Montserrat-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('../webfonts/FjallaOne-Regular.woff2') format('woff2'), url('../webfonts/FjallaOne-Regular.woff') format('woff'), url('../webfonts/FjallaOne-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-Regular.woff2') format('woff2'), url('../webfonts/Cairo-Regular.woff') format('woff'), url('../webfonts/Cairo-Regular.ttf') format('ttf'), url('../webfonts/Cairo-Regular.eot') format('eot');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-Italic.woff2') format('woff2'), url('../webfonts/Cairo-Italic.woff') format('woff'), url('../webfonts/Cairo-Italic.ttf') format('ttf'), url('../webfonts/Cairo-Italic.eot') format('eot');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-SemiBold.woff2') format('woff2'), url('../webfonts/Cairo-SemiBold.woff') format('woff'), url('../webfonts/Cairo-SemiBold.ttf') format('ttf'), url('../webfonts/Cairo-SemiBold.eot') format('eot');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-SemiBoldItalic.woff2') format('woff2'), url('../webfonts/Cairo-SemiBoldItalic.woff') format('woff'), url('../webfonts/Cairo-SemiBoldItalic.ttf') format('ttf'), url('../webfonts/Cairo-SemiBoldItalic.eot') format('eot');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-Bold.woff2') format('woff2'), url('../webfonts/Cairo-Bold.woff') format('woff'), url('../webfonts/Cairo-Bold.ttf') format('ttf'), url('../webfonts/Cairo-Bold.eot') format('eot');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-BoldItalic.woff2') format('woff2'), url('../webfonts/Cairo-BoldItalic.woff') format('woff'), url('../webfonts/Cairo-BoldItalic.ttf') format('ttf'), url('../webfonts/Cairo-BoldItalic.eot') format('eot');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-Black.woff2') format('woff2'), url('../webfonts/Cairo-Black.woff') format('woff'), url('../webfonts/Cairo-Black.ttf') format('ttf'), url('../webfonts/Cairo-Black.eot') format('eot');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-ExtraLight.woff2') format('woff2'), url('../webfonts/Cairo-ExtraLight.woff') format('woff'), url('../webfonts/Cairo-ExtraLight.ttf') format('ttf'), url('../webfonts/Cairo-ExtraLight.eot') format('eot');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-ExtraLightItalic.woff2') format('woff2'), url('../webfonts/Cairo-ExtraLightItalic.woff') format('woff'), url('../webfonts/Cairo-ExtraLightItalic.ttf') format('ttf'), url('../webfonts/Cairo-ExtraLightItalic.eot') format('eot');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-Light.woff2') format('woff2'), url('../webfonts/Cairo-Light.woff') format('woff'), url('../webfonts/Cairo-Light.ttf') format('ttf'), url('../webfonts/Cairo-Light.eot') format('eot');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../webfonts/Cairo-LightItalic.woff2') format('woff2'), url('../webfonts/Cairo-LightItalic.woff') format('woff'), url('../webfonts/Cairo-LightItalic.ttf') format('ttf'), url('../webfonts/Cairo-LightItalic.eot') format('eot');
    font-weight: 300;
    font-style: italic;
}

p {
    font-family: 'Open_Sans_regular',sans-serif;
}

#footer-news, #footer-address {
    font-family: 'Open_Sans_regular',sans-serif;
}

nav.navbar, div.search_panel, .fiche {
    font-family: 'Open_Sans_regular',sans-serif;
}

a.btn, span.badge {
    font-family: 'Fjalla One',sans-serif;
}

h1, h2, h3, h4, h5, h6, th {
    font-family: 'Cairo',sans-serif;
}

.img-igd, .id-fiche {
    font-family: 'Cairo',sans-serif;
}

@media screen{
    .screen-invisible{
        display:none;
    }
}

@media print {
    a[href]:after { content: none !important; }
    img[src]:after { content: none !important; }

    .print-invisible {
        display:none;
    }

}


a.image-link:visited, a.acte-link:visited {
    color:#777;
}

a.popovers_gq {
    color: black;
}

.sidebar{
	border-left:2px solid #ebebeb;
	padding-left:21px;
}

/* Content list */
    ul .sidebar-list{
	margin:0px; 
	padding:0px 0px 13px 0px; 
	list-style-type:none;
}
ul.sidebar-list li{
	padding-bottom:4px;
	line-height:26px;
}
ul.sidebar-list li a{
	color:#000000;
	text-decoration:none;
}
ul.sidebar-list li a:hover{
	text-decoration:underline;
}

li .content_block img{
	padding:0px;
	margin:0px;
	float:left;
}

li .content_block{
	margin:15px 0px 22px 0px;
	border-bottom:1px solid #ebebeb;
	float:left;
}

li .content_block h4{
	width:485px;
	margin-left:20px;
	float:left;
}

li .content_block p{
	width:485px;
	font-size:14px;
	margin-left:20px;
	float:left;
}

.pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 13px 12px;
	float:left;
}

.more-button{
	height:29px;
	font-size:16px;
	color:#3e4043;
	text-align:center;
	margin:10px 0px 20px 0px;
	padding:6px 20px 0px 20px;
	background-color:#ebebeb;
	float:right;
}
.more-button a, .more-button a:visited{
	text-decoration:none;
	color:#3e4043;
}

div.outil {
     border:12px solid #ebebeb; 
     padding:1em;
     font-weight: bold;
     font-size:medium; 
     border-radius:8px;
    
}

.red-button {
    background-color: #561414;
    border-color: #561414;
    color: #fff;
    width: 480px;
    margin-bottom: 8px;
}
    .red-button:hover {
        color: #fff;
        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
    }

.red-button-small {
    color: #fff;
    background-color: #561414;
    border-color: #561414;
    margin-bottom: 20px;
}

    .red-button-small:hover {
        color: #fff;
        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
    }

.lafrance-image {
    height: 270px;
}

.modal-image {
    width: 75%;
}

.registres-drouin-image {
    height: 330px;
}

.necrologe-images{
    height: 240px;
}

.img-thumbnail2 {
    width: 540px;
    height: 540px;
    overflow: hidden;
}

.img-thumbnail2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-thumbnail3 {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.img-thumbnail3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-thumbnail4 {
    width: 400px;
    height: 230px;
    overflow: hidden;
}

.img-thumbnail4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.outil p.outil{
    font-size: x-large;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70vw;
}

/* The Close Button */
.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: right;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.image-link:hover{
    cursor: pointer;
}

.form-group input[type=text],
.form-group select {
    color: black;
    font-weight: bold;
    font-size: larger;
    font-family: 'Open_Sans_regular',sans-serif;
}


.achat .form-group select {
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
    text-indent: 0px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
}

::placeholder { /* Most modern browsers support this now. */
    font-weight: normal;
    font-size: initial;
    font-family: 'Open_Sans_regular',sans-serif;
}

@media (min-width: 768px) {
    .adsbygoogle{
        width:400px;
    }
}

@media (min-width: 992px) {
    .adsbygoogle{
        width:728px;
    }

}
@media (min-width: 1200px) {
    .adsbygoogle{
        width:728px;
    }
}

@media (max-width: 992px) {
    .red-button {
        width: 330px;
    }
    .modal-content {
        width: 95vw;
        margin: 15% auto;
    }
}



@media (max-width: 991px) and (min-width: 200px)  {
    .navbar-nav > li > a {
        font-size: small;
        padding-left: 4px;
        padding-right: 4px;
    }
}

.offre-container {
    display: flex;
    flex-direction: row;
}

.offre-texte-container {
    width: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offre-texte-wrapper {
    color: #544339;
    text-align: center;
    width: 440px;
}

.offre-texte-main {
    font-size: 25px;
    font-weight: 500;
}

.offre-texte-sub {
    font-size: 17px;
    margin-top: 15px;
}

.spacing-top-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* PAGE ABONNEMENTS */

.disclaimer-abonnement {
    line-height: 10px;
    margin-left: 65px;
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .disclaimer-abonnement {
        line-height: 10px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .price-table-1 {
        display: block !important;
    }
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }

.price-table-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .price-table-1 > div {
        display: inline-block;
        border: 3px solid #eceef0;
        padding: 30px;
        border-radius: 10px;
        min-height: 200px;
        text-align: center;
        width: 300px;
        margin: 20px
    }

        .price-table-1 > div:hover {
            box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15)
        }

    .price-table-1 .price {
        font-size: 60px;
        font-weight: 300;
        border-top: 1px solid #eceef0;
        border-bottom: 1px solid #eceef0;
        padding: 20px 0;
        margin: 20px 0
    }

    .price-table-1 .free .price {
        font-size: 60px;
        font-weight: 300;
        border-top: 1px solid #eceef0;
        border-bottom: 1px solid #eceef0;
        padding: 20px 0;
        margin: 20px 0
    }

    .price-table-1 .price > small {
        font-size: 16px
    }

    .price-table-1 ul {
        list-style-type: none;
        margin: 0 0 40px 0;
        padding: 0
    }

        .price-table-1 ul li {
            margin: 10px 0
        }


    .price-table-1 .pro1 {
        border-color: #C44931;
    }

        .price-table-1 .pro1 .price {
            color: black;
        }

    .price-table-1 .free .hd {
        min-height: 70px;
    }

    .price-table-1 .pro1 .hd {
        min-height: 70px;
        color: black;
    }

.purcent-off-price {
    background-color: #C44931;
    color: white;
    position: absolute;
    top: -17px;
    left: 97px;
    width: 100px;
    border-radius: 7px;
    font-size: 22px;
}

.btn-sabonner {
    background-color: #C44931;
    border-color: #C44931;
    color: white;
}

.btn-sabonner:hover {
    background-color: white;
    border-color: #C44931;
    border: 2px solid #C44931;
    color: #C44931;
}

.btn-acheter {
    background-color: white;
    border-color: #C44931;
    border: 2px solid #C44931;
    color: #C44931;
}

    .btn-acheter:hover {
        background-color: #C44931;
        border-color: #C44931;
        color: white;
    }

.abo {
    color: #7c7e83;
}



.acc-hd {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 10px 20px;
    color: #1f2229;
    border-radius: 4px;
    margin-top: 5px;
}

.acc-block {
    margin-bottom: 5px
}

.acc-hd-selected {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    background-color: #1f2229;
    color: #fff;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
}

.acc-content {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.02);
    border-radius: 0 0 4px 4px;
    height: 115px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.accordionLink,
.accordionLink:hover,
.accordionLink:focus,
.accordionLink:active {
    text-decoration: none;
    color: #1f2229;
}

.acc-hd-selected .accordionLink,
.acc-hd-selected .accordionLink:hover,
.acc-hd-selected .accordionLink:focus,
.acc-hd-selected .accordionLink:active {
    text-decoration: none;
    color: #fff;
}

.mr-b-40 {
    margin-bottom: 40px
}

.yearly-price {
    font-size: 12pt;
}
.price-suffix {
    font-size: 12pt;
    color: #7c7e83;
}
.price-subtext {
    min-height: 50px;
    color: #7c7e83;
}

.section-orange {
    height: 75vh;
    min-height: 75vh;
    background-color: rgba(205, 64, 49, 0.9);
    display: flex;
    flex-direction: row;
}

.section-orange-left {
    width: 50%;
    height: 100%;
    background: url('../Pages/images/pageabonnement2-07.png') no-repeat center;
    background-size: cover;
}

.section-orange-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 145px;
}

.section-orange-zonetexte {
    color: white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    width: 730px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Cairo',sans-serif;
}

.section-orange-titre {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 25px;
    padding-bottom: 20px;
    overflow-wrap: break-word;
}

.section-orange-texte {
    font-size: 26px;
    overflow-wrap: break-word;
}

.section-decouverte {
    display: flex;
    flex-direction: row;
    min-height: 75vh;
}

.section-decouverte-left {
    background: url('../Pages/images/lys-right.png') no-repeat left;
    background-size: contain;
    width: 20%;
}

.section-decouverte-right {
    background: url('../Pages/images/lys-left.png') no-repeat right;
    background-size: contain;
    width: 20%;
}

.section-decouverte-center {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-decouverte-zonetexte {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-decouverte-titre {
    width: 80%;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 50px;
    padding-bottom: 50px;
    color: #c44931;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    overflow-wrap: break-word;
}

.section-decouverte-texte {
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 80px;
    color: #c44931;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    overflow-wrap: break-word;
}

.btn.section-decouverte-button {
    background-color: #C44931;
    color: white !important;
    font-size: 30px;
    border-radius: 2.25rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding-bottom: 10px;
}

.btn.section-decouverte-button:hover {
    background-color: white;
    border-color: #C44931;
    border: 2px solid #C44931;
    color: #C44931 !important;
}

.price-table-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #FFFFFF 100%);
}

.price-table-title-text {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
    font-size: 35px;
}

.commentaires-title {
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #FFFFFF 100%);
    padding-top: 125px;
    max-width: unset;
}

.questions-title h3 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 35px;
    color: #561414;
    padding-bottom: 35px;
}

@media (max-width: 992px) {
    .section-orange-zonetexte {
        width: 100%;
    }

    .section-orange-right {
        margin-right: unset;
    }

    .section-orange-titre {
        font-size: 32px;
    }

    .section-orange-texte {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .section-orange-left {
        display: none;
    }

    .section-orange-right {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-decouverte-titre {
        font-size: 25px;
    }

    .section-decouverte-texte {
        padding-bottom: 35px;
        font-size: 19px;
    }

    .btn.section-decouverte-button {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .section-decouverte-left {
        display: none;
    }

    .section-decouverte-right {
        display: none;
    }

    .section-decouverte-center {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-decouverte {
        height: 60vh;
    }

    .commentaires-title {
        padding-top: 80px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .commentaires-title .title {
        font-size: 35px !important;
    }
}

    /* Page de connexion */
    .connexion-password-box {
        margin-bottom: 5px;
    }

    .connexion-right-section {
        display: flex;
    }

    .connexion-button {
        margin-bottom: unset;
        margin-right: 20px;
    }

    .section-text-center {
        text-align: center;
    }

    .connexion-page-subtitle {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .log-in-url {
        text-decoration: underline;
    }

    /* Confirmation D'abonnement */
    .subscription-confirmation-container {
        display: flex;
        align-items: center;
        text-align: center;
    }

        .subscription-confirmation-container h1 {
            margin-bottom: 40px;
        }

        .subscription-confirmation-container h4 {
            margin-bottom: 40px;
        }

    /* Création de compte */
    .create-user-button {
        color: #fff;
        float: left;
        background-color: #561414;
        border-color: #561414;
        margin-left: -5px;
    }

    .container .row-padding {
        padding-left: 15px;
    }

    .hidden-element {
        display: none !important;
    }

    .element-float-left {
        float: left;
    }

    .pr-2.pb-3.element-float-left label {
        margin-top: .5rem;
    }

    .create-user-container {
        width: 100%;
    }

    .create-user-form {
        display: flex;
    }

    .create-user-left {
        width: 50%;
        border-right: 1px solid black;
    }

    .create-user-left input {
        max-width: 300px;
    }

    .create-user-left-title h3 {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 30px;
        padding-bottom: 25px;
        padding-top: 15px;
    }

    .create-user-right {
        width: 50%;
        border-left: 1px solid black;
        display: flex;
        flex-direction:column;
        align-items: center;
    }

    .create-user-right-title h3 {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 30px;
        padding-bottom: 25px;
        padding-top: 15px;
    }

    .create-user-right a {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: 400;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    @media (max-width: 768px) {
        .create-user-form {
            flex-direction: column;
        }

        .create-user-right {
            width: 100%;
            border-left: none;
            margin-top: 25px;
            align-items: unset;
        }

        .create-user-left {
            width: 100%;
            border-right: none;
        }
    }

    /* Page outils */
    .outils-image {
        width: 100%;
        margin-top: 35px;
    }

        .outils-image img {
            display: block;
            width: 100%;
        }

    .outils-category-title {
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        font-weight: bold;
    }

    .outils-category-title-container {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: -10px;
        background-color: #ebebeb;
    }

    .more-info-button-container {
        text-align: right;
    }

    .button-fixed-size {
        width: 145px;
    }

    @media (max-width: 992px) {
        .button-container .more-info-button-container {
            text-align: left
        }
    }

    /* Pages d'outils spécifiques */

    .grey-text {
        color: #495057;
    }

        .grey-text:hover {
            color: #495057 !important;
        }

    .nav-item.grey-text .nav-link {
        color: #495057;
    }

        .nav-item.grey-text .nav-link:hover {
            color: #495057;
        }

    .ressemblance-flex-box {
        display: flex;
        padding-left: unset;
    }

    .notice {
        position: relative;
        display: inline-block;
    }

        .notice .icon {
            display: inline-block;
            position: relative;
            transition: all .15s ease;
        }

        .notice .content {
            display: none;
            position: absolute;
            top: 85%;
            left: calc(-175px - 8px);
            width: 450px;
            padding: 10px 12px;
            font-size: 13px;
            line-height: 1.35em;
            color: black;
            background-color: white;
            border-radius: 2px;
            box-shadow: 0 0 10px rgba(0,0,0,.25);
            z-index: 100;
        }

        .notice:hover .icon {
            color: #333;
        }

        .notice:hover .content {
            display: block;
        }

    .ressemblance-checkbox {
        padding-left: 10px;
    }

    .outils-search-buttons-container {
        max-width: 435px;
    }

        .outils-search-buttons-container .btn-outline-secondary {
            height: 48px;
        }

    .margin-top-1rem {
        margin-top: 1rem;
    }

    .dirviewer-tooltipbox {
        margin-top: 50px;
    }

    /* NAVBAR AND FOOTER */
    .titreDansMenu {
        margin-left: 12px;
        color: rgba(0,0,0,.5);
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .custom-toggler .navbar-toggler {
        border-color: rgb(255,255,255);
    }

    .dropdown-menu-tools {
        max-height: 91vh;
        overflow-y: auto;
    }

    .dropdown-menu .dropdown-item {
        font-size: 12pt;
    }

    .navbar .navbar-collapse.collapse.show .navbar-last-element {
        margin-bottom: 20px !important;
    }

    .navbar .navbar-collapse.collapse.show .nav-right-side {
        border-top: 1px solid rgba(0,0,0,.1);
        margin-top: 5px;
        padding-top: 10px;
    }

    .navbar .navbar-collapse.collapse.show .btn-login {
        margin-left: -4px;
    }

    .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav .nav-link:hover {
        color: #C44931 !important;
    }

    .navbar .nav-link {
        font-size: 12pt;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: unset;
        color: white !important;
        border: 1px solid white;
    }

    .dropdown-menu-tools::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #737272;
        border: 1px solid #000;
    }

    .navbar-brand img {
        height: 50px;
    }

    .btn-deconnection {
        border-top: 1px solid #D1D1D1;
    }

    .outils-subtitles {
        background-color: #ebebeb;
    }

    .btn-login {
        background-color: white;
        border-radius: 4px;
        color: black;
        border: 2px solid #C44931;
        margin-right: 10px;
    }

    a.btn.btn-login {
        font-family: 'Open_Sans_regular',sans-serif;
        font-size: 11pt;
        font-weight: bold;
    }

    a.btn-login:hover {
        background-color: #C44931;
        color: white;
    }

    .btn-logout {
        background-color: white;
        border-radius: 4px;
        color: darkgrey;
        border: 2px solid lightgrey;
    }

    a.btn-logout:hover {
        background-color: lightgrey;
        color: white;
    }

    .navbar .nav-other {
        margin-left: 20px;
        padding: 0;
    }

    .nav-other {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .margin-top-bottom-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .footer-section {
        background-color: #ebebeb;
        font-size: 13px;
        padding: 35px 0 30px 0;
        margin-top: 50px;
    }

        .footer-section h6 {
            font-size: 16px;
            /*color: rgba(255,255,255,0.6);*/
            line-height: 1.4;
            font-weight: 400;
        }

        .footer-section a {
            margin-bottom: 3px;
            color: inherit;
            text-decoration: none;
            outline: 0;
            background-color: transparent
        }

    @media (max-width: 768px) {
        .footer-mobile {
            text-align: center;
        }

        #footer-services {
            margin-top: 25px;
        }

        #footer-socials {
            margin-top: 25px;
        }

        #footer-contact {
            margin-top: 25px;
        }
    }

    .copyright-section {
        text-align: center;
    }

    .footer-link-spotlight {
        color: #C44931;
        font-weight: bold;
    }

    .navbar .nav-item {
        margin-right: 1rem !important;
        font-weight: 500;
    }

    .navbar {
        min-height: 65px;
        background-color: #561414 !important;
    }

        .navbar .nav-item .nav-link {
            color: white;
        }

    .navbar-btn.btn-login {
        background-color: #561414;
        color: white;
    }

    .nav-right-side {
        margin-left: auto;
        margin-right: unset !important;
    }

    .footer-link:hover {
        text-decoration: underline;
    }

    .pre-footer-div {
        margin-bottom: auto;
    }

    /* closable card */

    .close-icon {
        cursor: pointer;
        margin-right: 5px;
    }

    .card-close-button {
        text-align: right;
        background-color: #81A7B2;
        color: white;
    }

    .closable-card-link {
        color: white;
    }

    .closable-card-text {
        margin-left: 15px;
        margin-right: 15px;
    }

    .tooltipbox-special-text {
        color: red;
    }

    /* HOMEPAGE */

    .documents-main-section {
        padding-top: 0px;
        height: 600px;
        padding-bottom: 0px;
    }

    .documents-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #eae6e0;
        height: 100%;
    }

    .documents-section-left {
        width: 40%;
        background-image: url('../Pages/images/image_documents.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .documents-section-right {
        width: 38%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .documents-section-right .title {
        text-align: center;
        font-family: 'Cairo', SemiBold;
        font-weight: 600;
        line-height: 0.9;
        margin-bottom: 55px;
        width: 86%;
    }

    .documents-section-right .title-sub {
        text-align: center;
        font-family: 'Open Sans',sans-serif;
        line-height: 1.2;
        font-size: 20px;
    }

    .outils-main-section {
        padding-top: 0px;
        height: 600px;
        padding-bottom: 0px;
    }

    .outils-section {
        display: flex;
        flex-direction: column;
        background-color: #2c2f36;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .outils-section-top {
        height: 30%;
        width: 100%;
        color: #81a7b3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Cairo', SemiBold;
    }

    .outils-section-top .title {
        font-weight: 600;
        text-align: center;
    }

    .outils-section-bottom {
        height: 50%;
        width: 90%;
        display: flex;
        flex-direction: row;
        align-content: center;
    }

    .outils-section-bottom-item {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .outils-section-bottom-item-text {
        margin-left: 95px;
        font-size: 17px;
        margin-right: 60px;
    }

    .outils-section-bottom-item-content {
        display: flex;
        flex-direction: column;
        color: white;
    }

    .outils-section-bottom-item-title-icon {
        height: 90px;
        width: 95px;
    }

    .outils-section-bottom-item-title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .outils-section-bottom-item-title-text {
        font-size: 32px;
        font-weight: bold;
        font-family: 'Open Sans',sans-serif;
    }

    .outils-section-bottom-item-title-icon.icon-item1 {
        background-image: url('../Pages/images/icones-donnees.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .outils-section-bottom-item-title-icon.icon-item2 {
        background-image: url('../Pages/images/icones-recherche.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .outils-section-bottom-item-title-icon.icon-item3 {
        background-image: url('../Pages/images/icones-qualite.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .outils-section-bottom-item-title-icon.icon-item4 {
        background-image: url('../Pages/images/icones-communaute.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cta-main-section {
        padding-top: 0px;
        height: 345px;
    }

.cta-section {
    background-image: url('../Pages/images/image_call_to_action.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-homepage-cta {
    background-color: #C44931;
    color: white !important;
    font-size: 30px;
    font-family: 'Open Sans',sans-serif !important;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .documents-section-left {
        width: 50%;
    }
    .documents-section-right {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .documents-section-left {
        display: none;
    }

    .documents-section-right {
        width: 90%;
    }

    .outils-section-top .title {
        font-size: 35px;
    }

    .outils-section-bottom-item {
        width: 100% !important;
    }
}

@media (max-width: 1393px) {
    .outils-section-bottom-item {
        width: 50%;
    }

    .outils-section-bottom {
        flex-wrap: wrap;
    }

    .outils-section {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 600px;
    }

    .outils-main-section {
        height: auto;
    }
}

@media (max-width: 1393px) {
    .outils-main-section {
        min-height: 600px;
    }
}