@charset "UTF-8";
/* CSS Document */

/* Webfonts ------------------------ */

@font-face {
    font-family:"Roboto";
    src:url("../fonte/Roboto-Light.woff2") format("woff2"),
        url("../fonte/Roboto-Light.woff") format("woff"),
        url("../fonte/Roboto-Light.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family:"Roboto";
    src:url("../fonte/Roboto-LightItalic.woff2") format("woff2"),
        url("../fonte/Roboto-LightItalic.woff") format("woff"),
        url("../fonte/Roboto-LightItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family:"Roboto";
    src:url("../fonte/Roboto-Regular.woff2") format("woff2"),
        url("../fonte/Roboto-Regular.woff") format("woff"),
        url("../fonte/Roboto-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family:"Roboto";
    src:url("../fonte/Roboto-Italic.woff2") format("woff2"),
        url("../fonte/Roboto-Italic.woff") format("woff"),
        url("../fonte/Roboto-Italic.otf") format("opentype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family:"Roboto";
    src:url("../fonte/Roboto-Black.woff2") format("woff2"),
        url("../fonte/Roboto-Black.woff") format("woff"),
        url("../fonte/Roboto-Black.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family:"Roboto";
    src:url("../fonte/Roboto-BlackItalic.woff2") format("woff2"),
        url("../fonte/Roboto-BlackItalic.woff") format("woff"),
        url("../fonte/Roboto-BlackItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 900;
}
        

/* General ------------------------ */

* {
    box-sizing: border-box;
}

body, html {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #545454;
}

strong {
    font-weight: 900;
}

a {
    color: #545454;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}

a:hover {
    color: #c0042c;
    transition: all 300ms ease-in-out 0s;
}

.transition {
    transition: all 300ms ease-in-out 0s;
}

.transition:hover {
    transition: all 300ms ease-in-out 0s;
}

.aligntexte {
    text-align: justify;
}

input {
    -webkit-appearance: none;
    border-radius: 0px;
}

h1 {
    font-weight: 300;
    text-transform: uppercase;
    color: #bd0a26;
    text-align: left;
    margin: 0px 0px 30px;
    font-size: 45px;
}
h2 {
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0px 20px;
    font-size: 30px;
}
h2 a {
    color: #545454;
    text-decoration: none;
    font-size: 10px;
    display:block;
}
.rouge { color: #bd0a26; }

/* Structure ------------------------ */

.container-fl {
    position: relative;
    width: 100%;
}

.container-fx {
    position: relative;
    margin: 0 auto;
}

.f-right {
    position: relative;
    float: right;
}

.f-left {
    position: relative;
    float: left;
}

.f-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}

.alignCenter {
    position: relative;
    margin: 0 auto;
}

.zindex10 {
    z-index: 10;
}

.btnCG {
    display: inline-block;
    color: #3c3c3c;
    border: 2px solid #bdbdbd;
    padding: 12px 30px;
    width: auto;
    text-transform: uppercase;
}

.btnCG:hover {
    border-color: #bd0a26;
    color: #bd0a26;
}

.btn-rouge {
    /*background-image: url("../image/bkg_btnRouge.jpg");*/
    background-color: #c0042c;
    background-size: cover;
    background-position: center;
    width: 165px;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 45px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 30px;
    border: none;
    font-size: 16px;
}

.btn-rouge-petit {
    /*background-image: url("../image/bkg_btnRouge.jpg");*/
    background-color: #c0042c;
    text-align: center;
    display: block;
    line-height: 25px;
    color: #FFF;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    margin: 0;
    border: none;
    font-size: 12px;
}

.btn-gris {
    border: 2px solid #dedede;
    width: 165px;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 45px;
    color: #333;
    text-transform: uppercase;
    margin-top: 30px;
}

.btn-rouge:hover {
    opacity: 1;
    color: #FFF;
    background-color: rgba(126,0,2,1.00);
}

.btn-gris:hover {
    border: 2px solid rgba(126,0,2,1.00);
    color: rgba(126,0,2,1.00);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.padding15 {
    padding-left: 15px;
    padding-right: 15px;
}

.marginl50 {
    margin-left: 50px;
}

.marginr50 {
    margin-right: 50px;
}

.paddingt120 {
    pdding-top: 120px;
}

.shadow140 {
    box-shadow: 0px 0px 140px rgba(150,133,127,0.3);
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

a.boutonRouge { 
    background-color: #c0042c;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: table-cell;
    line-height: 25px;
    color: #FFF;
    min-width:200px;
    text-transform: uppercase;
    padding: 3px 8px 3px 8px;
    margin:6px;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

/* HEADER ------------------------ */

header {
    padding-bottom: 35px;
    box-shadow: 0px 0px 140px rgba(150,133,127,0.3);
    z-index: 999;
}

#search,
#search2 {
    width: 330px;
    margin: 25px 0px;
}

#search input[type="text"],
#search2 input[type="text"] {
    width: 270px;
    height: 30px;
    border: 2px solid #e6e6e6;
    background-color: #FFF;
    line-height: 28px;
    text-indent: 15px;
    font-size: 16px;
    float: left;
}

#search input[type="submit"],
#search2 input[type="submit"] {
    width: 30px;
    height: 30px;
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    float: left;
    cursor: pointer;
    transition: all 300ms ease-in-out 0s;
    border-radius: 0px;
}

#search input[type="submit"]:hover,
#search2 input[type="submit"]:hover {
    border: 2px solid #c0042c;
    background-color: #c0042c;
    color: #FFF;
    transition: all 300ms ease-in-out 0s;
}

footer .contactForm ::placeholder {
    text-transform: uppercase;
    color: #e6e6e6;
}

#lang ul {
    margin: 25px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}

#lang li {
    display: inline-block;
    margin-left: 15px;
}

#lang a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
}

#lang li.active a {
    font-weight: 900;
}

#logo {
    margin-top: 0px;
}

#logo img {
    height: 50px;
    width: auto;
}

nav#mainNav ul.menu {
    margin: 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
    float: right;
}

nav#mainNav li {
    display: block;
    float: left;
    position: relative;
    height: 50px;
}

nav#mainNav a {
    text-transform: uppercase;
    line-height: 50px;
    display: inline-block;
    padding: 0px 10px;
}

nav#mainNav li:hover > a,
nav#mainNav li.active:hover > a{
    background-color: #C0042c;
    color: #FFF;
}

nav#mainNav li.active > a {
    color: #c0042c;
    font-weight: 900;
}

nav#mainNav ul.submenu {
    display: none;
}

nav#mainNav li:hover ul.submenu {
    display: block;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 50px;
    background-color: #FFF;
    border-top: 2px solid #C0042c;
    /*border-bottom: 2px solid #C0042c;*/
    margin: 0px;
    padding: 0px;
}

nav#mainNav li:hover ul.submenu li {
    width: 100%;
    text-align: left;
    margin: 0px;
    height: auto;
}

nav#mainNav li:hover ul.submenu li a {
    width: 100%;
    height: auto;
    line-height: normal;
    text-transform: none;
    padding: 5px 10px;
    display: block;
}

/* ASIDE - PUBS ---------------------- */

aside.pub {
    padding-top: 80px;
}

aside#pub_machine,
aside#pub_infos,
aside#pub_vendeur,
aside#pub_acheteur {
    background-color: #c0c0c0;
}

aside.pub img {
    position: relative;
    margin: 0px auto 0px;
    box-shadow: 5px 19px 73px rgba(150,133,127,0.3);
    display: block;
}


/* MAIN ----------------------------- */

main {
    /*border-bottom: 1px solid #000;*/
}

main#fm {
    margin-top: -330px;
}

/* ---------------------------------------------------------- */
/* Home */
/* ---------------------------------------------------------- */

#home .intro {
    height: 310px;
    background-color: #bebebe;
}

#home .intro-box {
    height: 470px;
    background-color: #660503;
    text-align: center;
    font-size: 30px;
    padding: 70px;
    font-weight: 300;
    color: #FFF;
    margin-top: -240px;
    margin-bottom: 20px;
    background-image: url("../image/bkg_homeEntete.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#home .intro-box p {
    margin: 10px;
}

#home .intro-box h1 {
    font-size: 48px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFF;
}

#home .intro-link {
    margin-top: -290px;
    text-align: center;
}

#home .intro-link div {
    width: 320px;
    height: 360px;
    background-color: #FFF;
    display: inline-block;
    margin: 0px 55px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#home .jesuisacheteur {
    background-image: url("../image/page_accueil/acheteur.jpg");
}

#home .jesuisvendeur {
    background-image: url("../image/page_accueil/vendeur.jpg");
}

#home .intro-link a {
    width: 100%;
    height: 360px;
    display: block;
    padding-top: 260px;
    font-weight: 300;
    color: #545454;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#home .intro-link a:hover {
    color: #FFF;
    background-color: rgba(102,5,3,0.7);
}

#home .intro-link a span {
    font-size: 40px;
    line-height: 1em;
}

#home .number-item {
    width: 25%;
    text-align: center;
    border-right: 2px solid #C0c0c0;
    position: relative;
    float: left;
    font-size: 21px;
    color: #6b6b6b;
    text-transform: uppercase;
    height: 150px;
}

#home .number-item:last-child {
    border-right: none;
}

#home .number-item span {
    font-size: 80px;
    color: #bd0a26;
    opacity: 0;
}

#home .number-item.active span {
    opacity: 1;
    transition: all 600ms ease-in-out 0s;
}

#home .news {
    position: relative;
    float: left;
    width: 600px;
    margin-top: 50px;
    padding: 30px;
    z-index: 10;
    background-color: #FFF;
}

#home .news h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #bd0a26;
    margin: 0px 0px 30px;
    font-size: 45px;
    text-align: center;
}

#home .news .newsItem {
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 14px;
}

#home .news .newsItem a {
    font-weight: 700;
}

#home .news .newsItem:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

#home .illustration {
    position: relative;
    float: left;
    width: 720px;
    height: 620px;
    margin-left: 0px;
    background-color: #FFF;
    z-index: 1;
}

/* ---------------------------------------------------------- */
/* News */
/* ---------------------------------------------------------- */

#news .firstNews {
    height: 100%;
    margin-top: -240px;
}

#news .firstNews-content {
    position: relative;
    float: left;
    width: 890px;
    padding: 15px;
    background-color: #FFF;
}

#news .tags {
    margin: 15px 0px;
}

#news .tags ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#news .tags li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-style: italic;
}

#news .follow {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

#news .follow img {
    width: 45px;
    height: auto;
    vertical-align: middle;
    margin: 0px 10px;
}

#news .firstNews-img {
    position: relative;
    float: left;
    width: 500px;
    margin-left: -70px;
    margin-top: 60px;
    height: auto;
}

#news .firstNews-img img {
    width: 100%;
    height: auto;
}

#news .otherInfos {
    margin-top: 120px;
}

#news .col1,
#news .col2 {
    position: relative;
    float: left;
    width: 600px;
    margin: 0px 30px;
}

#news .newsletter,
#news .dmoPresentation,
#news .otherNews {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFF;
    float: left;
    color: #666;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

#news .otherInfos h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #bd0a26;
    text-align: center;
    margin: 0px 0px 30px;
    font-size: 45px;
}

#news .newsletter,
#news .otherNews {
    padding: 25px;
}

#news input[type="email"] {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 1px solid #e6e6e6;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    text-indent: 15px;
}

#news input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

#news .newsletter .checkbox {
    margin: 10px 0px;
    font-size: 12px;
}


#news .dmoPresentation {
    margin-top: 65px;
}

#news .dmoVideo {
    width: 500px;
    height: 330px;
    background-image: url("../image/video.jpg");
    background-size: cover;
    background-position: center;
    margin-top: -65px;
}

#news .dmoPresentation h3 {
    padding: 50px 50px 22px;
    font-size: 24px;
    margin: 0px;
}

#news .dmoPresentation p {
    padding: 0px 50px;
    text-align: justify;
    margin: 0px;
}

#news .otherNews .filters {
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-bottom: 20px;
    transition: all 300ms ease-in-out 0s;
}

#news .otherNews .filters a {
    display: inline-block;
    width: auto;
    height: 40px;
    border: 2px solid #333;
    color: #666;
    padding: 0px 15px;
    margin: 0px 15px;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}

#news .otherNews .filters a:hover,
#news .otherNews .filters a.active {
    border: 2px solid #bd0a26;
    color: #bd0a26;
}

#news .filterChoices {
    background-color: #e6e6e6;
    height: auto;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    
}

#news .filterChoices a {
    display: inline-block;
    font-size: 14px;
    margin:3px;
 }

#news .filterChoices a.active {
    font-weight: 700;
    color: #bd0a26;
}

#news .filterResult {
    font-weight: 700;
    font-size: 18px;
}

#news .newsList {
    display: none;
}

#news .newsList.active {
    display: block;
}

#news .newsList .newsItem {
    padding: 15px 0px;
    border-bottom: 1px solid #c0c0c0;
    display: block;
    cursor: pointer;
}

#news .newsList .newsItem:hover {
    background-color: #e6e6e6;
}

#news .newsList .newsItem:last-child {
    border-bottom: none;
}

#news .newsList .newsImg {
    width: 100px;
    height: 65px;
    float: left;
    background-size: cover;
    background-position: center center;
}

#news .newsList .newsContent {
    width: calc(100% - 115px);
    margin-left: 15px;
    height: auto;
    float: left;
    background-size: cover;
    background-position: center center;
}

#news .pagination {
    text-align: center;
    margin: 15px 0px;
}

#news .pagination a {
    width: 20px;
    height: 20px;
    border: 2px solid #a6a6a6;
    border-radius: 50%;
    margin: 0px 5px;
    display: inline-block;
}

#news .pagination a:hover {
    border: 2px solid #bd0a26;
    background-color: #bd0a26 !important;
}

#news .pagination a.active {
    background-color: #a6a6a6;
}

#news .prevBtn {
    display: none;
    float: left;
    width: auto;
    padding-left: 20px;
    background-image: url("../image/picto_prev.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 30px;
    line-height: 30px;
}

#news .nextBtn {
    display: none;
    float: right;
    width: auto;
    padding-right: 20px;
    background-image: url("../image/picto_next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 30px;
    line-height: 30px;
}

#news .prevBtn.active,
#news .nextBtn.active {
    display: block;
}


/* ---------------------------------------------------------- */
/* Infos - Contact */
/* ---------------------------------------------------------- */

#infos .content,
#contact .content {
    margin-top: -140px;
}

#infos .contentTxt,
#contact .contentTxt {
    width: 890px;
    height: auto;
    min-height: 480px;
    background-color: #FFF;
    padding: 45px 30px;
    font-size: 24px;
}

#infos .contentIllus,
#contact .contentIllus {
    width: 1000px;
    height: 480px;
    background-color: #bd0a26;
    margin-left: -570px;
    margin-top: 70px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contentIllus_page_acheteur_audit { background-image: url("../image/page_acheteur_audit/1.jpg"); }
.contentIllus_page_acheteur_index { background-image: url("../image/page_acheteur_index/1.jpg"); }
.contentIllus_page_acheteur_reponse { background-image: url("../image/page_acheteur_reponse/1.jpg"); }
.contentIllus_page_vendeur_dmo { background-image: url("../image/page_vendeur_dmo/1.jpg"); }
.contentIllus_page_vendeur_formation { background-image: url("../image/page_vendeur_formation/1.jpg"); }
.contentIllus_page_vendeur_consulting { background-image: url("../image/page_vendeur_consulting/1.jpg"); }
.contentIllus_page_vendeur_audit { background-image: url("../image/page_vendeur_audit/1.jpg"); }
.contentIllus_page_vendeur_bigowl { background-image: url("../image/page_vendeur_bigowl/1.jpg"); }
.contentIllus_page_DATAMASTER_Lab_a-propos { background-image: url("../image/page_DATAMASTER_Lab_a-propos/1.jpg"); }
.contentIllus_page_DATAMASTER_Lab_labo { background-image: url("../image/page_DATAMASTER_Lab_labo/1.jpg"); }
.contentIllus_page_Services_machine { background-image: url("../image/page_Services_machine/1.jpg"); }
.contentIllus_page_Services_solution { background-image: url("../image/page_Services_solution/1.jpg"); }
.contentIllus_page_Services_outil { background-image: url("../image/page_Services_outil/1.jpg"); }
.contentIllus_page_Services_consulting { background-image: url("../image/page_Services_consulting/1.jpg"); }
.contentIllus_page_Outils_format { background-image: url("../image/page_Outils_format/1.jpg"); }
.contentIllus_page_Outils_glossaire { background-image: url("../image/page_Outils_glossaire/1.jpg"); }
.contentIllus_page_Outils_grammage { background-image: url("../image/page_Outils_grammage/1.jpg"); }
.contentIllus_page_Societe_index { background-image: url("../image/page_Societe_index/1.jpg"); }
.contentIllus_page_Societe_condition { background-image: url("../image/page_Societe_condition/1.jpg"); }
.contentIllus_page_Societe_rgpd { background-image: url("../image/page_Societe_rgpd/1.jpg"); }
.contentIllus_page_Societe_mention { background-image: url("../image/page_Societe_mention/1.jpg"); }
.contentIllus_page_recherche { background-image: url("../image/page_recherche/1.jpg"); }

#infos .secondary {
    padding: 30px 0px;
}

#infos .column {
    width: 50%;
    padding: 0px 50px;
    color: #666;
    font-size: 18px;
    text-align: justify;
}

#infos .col1 {
    border-right: 1px solid #666;
}

#infos .column h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
}

#infos .listingIllus {
    width: 780px;
    height: 540px;
    background-color: #666;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.listingIllus_page_acheteur_audit { background-image: url("../image/page_acheteur_audit/2.png"); }
.listingIllus_page_acheteur_index { background-image: url("../image/page_acheteur_index/2.png"); }
.listingIllus_page_acheteur_reponse { background-image: url("../image/page_acheteur_reponse/2.png"); }
.listingIllus_page_vendeur_dmo { background-image: url("../image/page_vendeur_dmo/2.png"); }
.listingIllus_page_vendeur_formation { background-image: url("../image/page_vendeur_formation/2.png"); }
.listingIllus_page_vendeur_consulting { background-image: url("../image/page_vendeur_consulting/2.png"); }
.listingIllus_page_vendeur_audit { background-image: url("../image/page_vendeur_audit/2.png"); }
.listingIllus_page_vendeur_bigowl { background-image: url("../image/page_vendeur_bigowl/2.png"); }
.listingIllus_page_DATAMASTER_Lab_a-propos { background-image: url("../image/page_DATAMASTER_Lab_a-propos/2.png"); }
.listingIllus_page_DATAMASTER_Lab_labo { background-image: url("../image/page_DATAMASTER_Lab_labo/2.png"); }
.listingIllus_page_Services_machine { background-image: url("../image/page_Services_machine/2.png"); }
.listingIllus_page_Services_solution { background-image: url("../image/page_Services_solution/2.png"); }
.listingIllus_page_Services_outil { background-image: url("../image/page_Services_outil/2.png"); }
.listingIllus_page_Services_consulting { background-image: url("../image/page_Services_consulting/2.png"); }
.listingIllus_page_Outils_format { background-image: url("../image/page_Outils_format/2.png"); }
.listingIllus_page_Outils_glossaire { background-image: url("../image/page_Outils_glossaire/2.png"); }
.listingIllus_page_Outils_grammage { background-image: url("../image/page_Outils_grammage/2.png"); }
.listingIllus_page_Societe_rgpd { background-image: url("../image/page_Societe_rgpd/2.png"); }
.listingIllus_page_Societe_mention { background-image: url("../image/page_Societe_mention/2.png"); }
.listingIllus_page_recherche { background-image: url("../image/page_recherche/2.png"); }

#infos .listing {
    width: 600px;
    height: auto;
    min-height: 460px;
    padding: 60px 30px;
    margin-top: 50px;
    margin-left: -60px;
    background-color: #FFF;
    font-size: 18px;
    color: #666;
}

#infos .listing ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#infos .listing li {
    padding: 8px 0px;
}

#infos .listing li::before {
    content: "•";
    color: #bd0a26;
    padding-right: 10px;
    font-size: 24px;
}

#infos .presentation,
#contact .presentation {
    padding: 30px 55px;
    width: 610px;
    height: auto;
    min-height: 520px;
    margin: 70px 25px 0px;
    color: #666;
}

#infos .imgPresentation,
#contact .imgPresentation {
    margin: -110px auto 30px;
    display: block;
    background-color: #666;
    width: 500px;
    height: 330px;
}

#infos .imgPresentation iframe,
#contact .imgPresentation iframe {
    width: 100%;
    height: 330px;
}

#infos .presentation h3,
#contact .presentation h3 {
    font-size: 24px;
    margin-top: 0px;
}

#infos .numbers,
#contact .numbers {
    padding: 15px 30px;
    width: 610px;
    height: auto;
    min-height: 520px;
    margin: 70px 25px 0px;
}

#infos .number-item,
#contact .number-item {
    color: #666;
    padding: 30px 0px;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
}

#infos .number-item:last-child,
#contact .number-item:last-child {
    border-bottom: none;
}

#infos .pos,
#contact .pos {
    width: 60px;
    height: 60px;
    border: 1px solid #bd0a26;
    border-radius: 50%;
    color: #bd0a26;
    font-size: 40px;
    text-align: center;
    line-height: 59px;
}

#infos .txt,
#contact .txt {
    width: calc(100% - 75px);
    margin: 10px 0px 0px 15px;
}

#contact .intro-text,
#contact .contact-form {
    padding: 15px;
}

#contact .contact-form {
    width: 900px;
    position: relative;
    margin: 0px auto;
}

#contact .contact-form p {
    margin: 0px 0px 15px 0px;
}

#contact .form20 {
    position: relative;
    float: left;
    padding: 15px;
    width: 20%;
}

#contact .form30 {
    position: relative;
    float: left;
    padding: 15px;
    width: 30%;
}

#contact .form50 {
    position: relative;
    float: left;
    padding: 15px;
    width: 50%;
}

#contact .form70 {
    position: relative;
    float: left;
    padding: 15px;
    width: 70%;
}

#contact .form100 {
    position: relative;
    float: left;
    padding: 15px;
    width: 100%;
}

#contact .contact-form label {
    width: 100%;
    padding: 0px 0px 15px 0px;
    font-size: 16px;
    color: #333;
    display: block;
}
#contact input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

#contact .contact-form input[type="text"],
#contact .contact-form select {
    color: #333;
    background-color: #FFF;
    border: 2px solid #DEDEDE;
    border-radius: 0px;
    font-size: 16px;
    text-indent: 15px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 36px;
}

#contact .contact-form select {
    background-image: url("../image/picto_downArrow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

#contact .contact-form textarea {
    color: #333;
    background-color: #FFF;
    border: 2px solid #DEDEDE;
    border-radius: 0px;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 180px;
}

#contact .contact-form input[type="submit"] {
    color: #bd0a26;
    background-color: #FFF;
    border: 2px solid #bd0a26;
    border-radius: 0px;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 500ms ease-in-out 0s;
    float: right;
}

#contact .contact-form input[type="submit"]:hover {
    color: #FFF;
    background-color: #bd0a26;
    transition: all 500ms ease-in-out 0s;
}

#tester input textearea select {
    color: #333;
    background-color: #FFF;
    border: 2px solid #DEDEDE;
    border-radius: 0px;
    padding: 15px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 180px;
	

}

/* ---------------------------------------------------------- */
/* Acheteur */
/* ---------------------------------------------------------- */

#acheteur .search {
    margin-top: -140px;
	perspective: 2000px;
	perspective-origin: center -200px;
}

#acheteur .search-box {
    width: 890px;
    height: auto;
    overflow: hidden
}

#acheteur .search-item {
    width: 890px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    backface-visibility: hidden;
    z-index: 50;
    transition: all 2s ease-in-out 0s;
    padding: 30px;
    background-color: #FFF;
}

#machineSearch.active,
#solutionSearch.active {
    transform: rotateY(0deg);
}

#machineSearch {
    transform: rotateY(-180deg);
}

#solutionSearch {
    transform: rotateY(180deg);
}

#acheteur .search-item.active {
    z-index: 100;
    transition: all 2s ease-in-out 0s;
}

#acheteur .search .button-box {
    width: 430px;
    height: 480px;
    margin-top: 60px;
}

#acheteur .search .button {
    width: 430px;
    height: 480px;
    background-color: #bd0a26;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding-top: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    transition: all 2s ease-in-out 0s;
}
#goToSolution.active,
#goToMachine.active {
    transform: rotateY(0deg);
}

#goToSolution {
    transform: rotateY(-180deg);
}

#goToMachine {
    transform: rotateY(180deg);
}

#acheteur .blocSearch {
	float: left;
	min-width: 300px;
	border: 1px solid red;


}



#acheteur .search .button.active {
    z-index: 100;
    transition: all 2s ease-in-out 0s;
}

#acheteur .search .button span {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #FFF;
    transition: all 300ms ease-in-out 0s;
}

#acheteur .search .button:hover span {
    border: 1px solid #FFF;
    background-color: #FFF;
    color: #bd0a26;
    transition: all 300ms ease-in-out 0s;
}

#acheteur .dmoPresentation,
#acheteur .access {
    position: relative;
    width: 600px;
    height: auto;
    min-height: 550px;
    background-color: #FFF;
    margin: 0px 30px 30px;
    float: left;
    color: #666;
    padding-bottom: 30px;
}

#acheteur .dmoVideo {
    width: 500px;
    height: 330px;
    background-image: url("../image/video.jpg");
    background-size: cover;
    background-position: center;
    margin-top: -65px;
}

#acheteur .dmoPresentation h3 {
    padding: 50px 50px 22px;
    font-size: 24px;
    margin: 0px;
}

#acheteur .dmo,
#acheteur .audit {
    position: relative;
    width: calc(50% - 60px);
    height: auto;
    min-height: 400px;
    background-color: #FFF;
    margin: 30px;
    float: left;
    color: #666;
    padding: 30px 60px;
}

#acheteur .dmo h3,
#acheteur .audit h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #bd0a26;
    text-align: juslefttify;
    margin: 0px 0px 30px;
    font-size: 45px;
}


#acheteur .dmoPresentation p {
    padding: 0px 50px;
    text-align: justify;
    margin: 0px;
}

#acheteur .access {
    padding-top: 30px;
}

#acheteur .accessItem {
    margin: 0px 50px 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}

#acheteur .accessItem:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

#acheteur .accessTxt  {
    width: 385px;
}

#acheteur .accessTxt a {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

#acheteur .accessItem .accessLink {
    display: inline-block;
    color: #3c3c3c;
    border: 2px solid #bdbdbd;
    padding: 12px 15px;
    width: auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -24px;
    text-transform: uppercase;
    text-align: center;
}

#acheteur .accessItem .accessLink:hover {
    border-color: #bd0a26;
    color: #bd0a26;
}


/* Formulaires ----------- */

.blocRecherche {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.blocRecherche input {
    font-family: 'Roboto', sans-serif;
}

.search-form input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
}

.search-form input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

.search-form input[type="submit"] {
    -moz-appearance: button;
    -webkit-appearance: button;
}

.search-form .div20 {
    position: relative;
    float: left;
    padding: 5px;
    height: auto;
    min-height: 25px;
    width: 20%;
}

.search-form .div25 {
    position: relative;
    float: left;
    padding: 5px;
    height: auto;
    min-height: 25px;
    width: 25%;
}

.search-form .div33 {
    position: relative;
    float: left;
    padding: 5px;
    height: auto;
    min-height: 25px;
    width: 33%;
}

.search-form .div50 {
    position: relative;
    float: left;
    padding: 5px;
    height: auto;
    min-height: 25px;
    width: 50%;
}

.search-form .div100 {
    position: relative;
    float: left;
    padding: 5px;
    height: auto;
    min-height: 25px;
    width: 100%;
}

.search-form .title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.search-form .fonctions_principales img {
    height: 35px;
    width: auto;
    vertical-align: middle;
}

.search-form .note {
    font-size: 12px;
    color: #CCC;
}

.search-form .envoi_formulaire {
    text-align: right;
}

.search-form .envoi_formulaire input {
    color: #bd0a26;
    background-color: #FFF;
    border: 2px solid #bd0a26;
    border-radius: 0px;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 500ms ease-in-out 0s;
}

.search-form .envoi_formulaire input:hover {
    color: #FFF;
    background-color: #bd0a26;
    transition: all 500ms ease-in-out 0s;
}

.search-form .acces_rapide .div33 {
    text-align: center;
    min-height: 130px;
}

.search-form .acces_rapide img {
    height: 60px;
    width: auto;
}

.search-form .mots_cles .title {
    text-align: left;
}

.search-form .mots_cles {
    text-align: center;
}

.search-form .mots_cles input[type="text"] {
    color: #333;
    background-color: #FFF;
    border: 2px solid #DEDEDE;
    border-radius: 0px;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: 75%;
    margin-right: 5%;
}

.search-form .mots_cles input[type="submit"] {
    color: #bd0a26;
    background-color: #FFF;
    border: 2px solid #bd0a26;
    border-radius: 0px;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 500ms ease-in-out 0s;
    display: inline-block;
    width: 20%;
}

.search-form .mots_cles input[type="submit"]:hover {
    color: #FFF;
    background-color: #bd0a26;
    transition: all 500ms ease-in-out 0s;
}



/* ---------------------------------------------------------- */
/* Vendeur */
/* ---------------------------------------------------------- */

#vendeur .profils {
    margin-top: -150px;
}

#vendeur .profil-item {
    width: 240px;
    padding: 30px 15px 50px;
    margin: 0px 15px;
    background-color: #FFF;
    height: auto;
    min-height: 460px;
    font-size: 18px;
    color: #666;
    text-align: left;
}

#vendeur .profil-item:first-child {
    margin-left: 0px;
}

#vendeur .profil-item:last-child {
    margin-right: 0px;
}

#vendeur h2 {
    font-weight: 300;
    color: #bd0a26;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0px;
}

#vendeur .profil-item a {
    font-size: 16px;
    display: block;
    width: 210px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-align: center;
}


/* ---------------------------------------------------------- */
/* Fiche Machine */
/* ---------------------------------------------------------- */

#fm .intro {
    position: relative;
    float: left;
    width: 680px;
    padding: 60px;
    z-index: 10;
    background-color: #FFF;
}

#fm .intro h1 {
    text-align: center;
}

#fm .intro .productLogo img {
    display: block;
    margin: 0 auto 30px;
    max-width: 20%;
    height: auto;
}

#fm .intro .productImg img {
    display: block;
    margin: 0 auto 40px;
    max-width: 50%;
    height: auto;
}

#fm .intro .productFunctions {
    margin-bottom: 60px;
    text-align: center;
}

#fm .intro .productCertificats {
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
    float: left;
    width: 50%;
}

#fm .intro .productCertificats .productCertificats_btn {
    display: inline-block;
    padding: 15px 60px;
}

#fm .intro .productCertificats .productCertificats_btn:nth-child(odd) {
    /* border-right: 2px solid #c0c0c0; */
}

#fm .intro .productCertificats a {
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}

#fm .intro .productCertificats a:hover {
    background-color: #EFEFEF;
}

#fm .intro .productCertificats img {
    width: 130px;
    height: auto;
}

#fm .certificat-infos {
    padding: 30px 0px 0px;
    font-size: 14px;
    color: #777777;
    text-align: justify;
}

#fm .intro .productFunctions ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    width: 100%;
    position: relative;
}

#fm .intro .productFunctions li {
    border-right: 2px solid #c0c0c0;
    height: 100px;
    padding: 10px 0px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#fm .intro .productFunctions li:last-child {
    border-right: none;
}

#fm .intro .productFunctions li.vitesseImp {
    color: #bd0a26;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

#fm .intro .productFunctions li.vitesseImp span {
    font-size: 36px;
    text-align: center;
}

#fm .intro .productFunctions li img {
    vertical-align: middle;
    max-width: 70%;
}

#fm .intro .productSegment {
    padding: 0px 40px;
    color: #3c3c3c;
    text-transform: uppercase;
}

#fm .intro .productSegment img {
    width: 100%;
    height: auto;
}

#fm .details {
    position: relative;
    float: left;
    margin-left: -25px;
    padding: 40px;
    background-color: #FFF;
}

#fm .details h2 {
    font-weight: 300;
    text-transform: uppercase;
    color: #bd0a26;
    text-align: center;
    margin: 0px 0px 30px;
}

#fm .details h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 15px 0px 10px;
}


#fm .details .detailsList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #666666;
    min-height: 680px;
    column-count: 2;
    column-gap: 50px;
    font-size: 18px;
}

#fm .details .detailsList li {
    padding: 3px 0px;
}


#fm .details .productPDF {
    text-align: center;
    margin-top: 30px;
}

#fm .dmoPresentation,
#fm .access {
    position: relative;
    width: 600px;
    height: auto;
    min-height: 550px;
    background-color: #FFF;
    margin: 200px 30px 30px;
    float: left;
    color: #666;
    padding-bottom: 30px;
}

#fm .dmoVideo {
    width: 500px;
    height: 330px;
    background-image: url("../image/video.jpg");
    background-size: cover;
    background-position: center;
    margin-top: -65px;
}

#fm .dmoPresentation h3 {
    padding: 50px 50px 22px;
    font-size: 24px;
    margin: 0px;
}

#fm .dmoPresentation p {
    padding: 0px 50px;
    text-align: justify;
    margin: 0px;
}

#fm .access {
    padding-top: 30px;
}

#fm .accessItem {
    margin: 0px 50px 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}

#fm .accessItem:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

#fm .accessTxt  {
    width: 385px;
}

#fm .accessTxt a {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

#fm .accessItem .accessLink {
    display: inline-block;
    color: #3c3c3c;
    border: 2px solid #bdbdbd;
    padding: 12px 15px;
    width: auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -24px;
    text-transform: uppercase;
    text-align: center;
}

#fm .accessItem .accessLink:hover {
    border-color: #bd0a26;
    color: #bd0a26;
}

#fm .news {
    position: relative;
    float: left;
    width: 890px;
    margin-top: 160px;
    padding: 30px 115px 30px 30px;
}

#fm .news h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #bd0a26;
    margin: 0px 0px 30px;
    font-size: 45px;

}

#fm .news .newsItem {
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 14px;
}

#fm .news .newsItem a {
    font-weight: 700;
}

#fm .news .newsItem:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.moreNews {
    text-align: center;
    margin-top: 30px;
}

.slider {
    position: relative;
    width: 520px;
    height: 480px;
    background-color: #CCC;
    float: left;
    margin-left: -90px;
    margin-top: 225px;
}

#fm .infos {
    padding: 50px 90px 0px;
    font-size: 14px;
    color: #777777;
}

#fm .infos a {
    font-weight: 900;
}

/* SLIDESHOW ----------------------------- */

.slideshow-container {
    width: 100%;
    height: 480px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #FFF;
    color: rgba(102,5,3,1);
}

.text {
    color: #FFF;
    font-size: 15px;
    padding: 30px;
    padding-top: 250px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 480px;
    text-align: center;
    background-color: rgba(102,5,3,0.7);
}

.slideTitle {
    height: 60px;
}

.text a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 15px 20px;
    color: #FFF;
}

.text a:hover {
    color: rgba(102,5,3,1);
    background-color: #FFF;
}

.dotLine {
    position: absolute;
    text-align: center;
    bottom: 8px;
    left: 0px;
    width: 100%;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
    background-color: #FFF;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


#home .slideshow-container, #home .slideshow-container .mySlides, #home .slideshow-container .text { height: 620px; }
#fm .slideshow-container, #fm .slideshow-container .mySlides, #fm .slideshow-container .text { height: 480px; }


/* FOOTER ----------------------------- */

footer {
    padding-top: 45px;
    margin-top: 110px;
    background-color: #FFF;
}

footer nav.footerNav {
    position: relative;
    float: left;
    width: 20%;
}

footer nav.footerNav .footerTitle {
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}


footer nav.footerNav ul {
    padding: 0px;
    list-style-type: none;
}

footer nav.footerNav li {
    padding: 5px 0px;
}

footer .contactForm {
    position: relative;
    float: left;
    width: 615px;
    margin-bottom: 45px;
}

footer .contactForm input[type="text"],
footer .contactForm input[type="email"] {
    width: 100%;
    height: 40px;
    border: 2px solid #e6e6e6;
    background-color: #FFF;
    line-height: 38px;
    margin-bottom: 30px;
    text-indent: 15px;
    font-size: 16px;
}

footer .contactForm ::placeholder {
    text-transform: uppercase;
    color: #e6e6e6;
}

footer .contactForm textarea {
    width: 100%;
    height: 115px;
    border: 2px solid #e6e6e6;
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 16px;
}

footer .contactForm input[type="submit"] {
    width: auto;
    height: 40px;
    border: 2px solid #666666;
    background-color: #FFF;
    line-height: 38px;
    padding: 0px 45px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}

footer .contactInfos {
    margin-left: 60px;
    width: 60%;
    position: relative;
    float: left;
}

footer .contactInfos div {
    padding-left: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

footer .contactInfos .footerTitle {
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer .contactInfos .footerAddress {
    background-image: url("../image/picto_contact_map.png");
}

footer .contactInfos .footerTel {
    background-image: url("../image/picto_contact_tel.png");
}

footer .contactInfos .footerMail {
    background-image: url("../image/picto_contact_email.png");
}

footer .contactFollow {
    width: 270px;
    position: relative;
    float: right;
    text-align: center;
}

footer .contactFollow a {
    opacity: 0.8;
}

footer .contactFollow a:hover {
    opacity: 1;
}

footer .contactFollow img {
    margin: 0px 8px;
}

footer .contactFollow .footerTitle {
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
}

footer .copyright {
    border-top: 1px solid #666;
    padding: 15px 0px 20px;
    text-align:  center;
    text-transform: uppercase;
    color: #545454;
    margin-top: 45px;
}

.btn-backToTop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out 0s;
}

.btn-backToTop.show {
    visibility: visible;
    opacity: 0.6;
    transition: all 300ms ease-in-out 0s;
}

.btn-backToTop:hover {
    opacity: 1;
}

.date {
   color: grey;
   font-size: 18px;
   line-height: 18px;
}
.extrait {
   color: grey;
   font-size: 16px;
   line-height: 18px;
   font-style: italic;
}
.btnCG2 {
	font-size: 14px; 
    color: #3c3c3c;
    border: 2px solid #bdbdbd;
    padding: 6px 12px;
    width: auto;
    text-transform: uppercase;
	float: left;
}

.btnCG2:hover {
    border-color: #bd0a26;
    color: #bd0a26;
}
.btnCG3 {
	font-size: 14px; 
    color: #3c3c3c;
    border: 2px solid #bdbdbd;
    padding: 6px 12px;
    width: auto;
    text-transform: uppercase;
	float: right;
}

.btnCG3:hover {
    border-color: #bd0a26;
    color: #bd0a26;
}
.vitessecouleur {
	color: #bd0a27;

}
.news_date { font-size: 16px; font-style: italic; color: grey; margin:0; padding:0; }
.tableau {
width : 100%; 
height : auto; 
border : black 0px solid;
display:inline-block;
}
.cellule
{
width: auto;
margin-left : 2px;
margin-top : 1px;
border : black 0px solid;
float: left;
}
span.clear {
    font-size: 1px;
    display: block;
    clear: both;
    visibility: hidden;
}
#Guide												{ font-size: 12px; }
#Guide td											{ font-size: 12px; }
#Guide .tdHG										{ border-bottom: solid 3px #b7b5b6; border-left: solid 3px #b7b5b6; border-right: solid 0px #b7b5b6; border-top: solid 3px #b7b5b6; padding-left: 5px; height: 40px; text-align: center; border-radius: 5px 0 0 0; background-color: #e8dbdb; }
#Guide .tdHM										{ border-bottom: solid 3px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 0px #b7b5b6; border-top: solid 3px #b7b5b6; padding-left: 5px; height: 40px; text-align: center; background-color: #e8dbdb; }
#Guide .tdHD										{ border-bottom: solid 3px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 3px #b7b5b6; border-top: solid 3px #b7b5b6; padding-left: 5px; height: 40px; text-align: center; border-radius: 0 5px 0 0; background-color: #e8dbdb; }
#Guide .tdMG										{ border-bottom: solid 1px #b7b5b6; border-left: solid 3px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; }
#Guide .tdMM										{ border-bottom: solid 1px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; }
#Guide .tdMD										{ border-bottom: solid 1px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 3px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; }
#Guide .td2MG										{ border-bottom: solid 1px #b7b5b6; border-left: solid 3px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; background-color: #f5e5e3; }
#Guide .td2MM										{ border-bottom: solid 1px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; background-color: #f5e5e3; }
#Guide .td2MD										{ border-bottom: solid 1px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 3px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; background-color: #f5e5e3; }
#Guide .tdBG										{ border-bottom: solid 2px #b7b5b6; border-left: solid 3px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; border-radius: 0 0 0 5px; }
#Guide .tdBM										{ border-bottom: solid 2px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; }
#Guide .tdBD										{ border-bottom: solid 2px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 3px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; border-radius: 0 0 5px 0; }
#Guide .td2BG										{ border-bottom: solid 2px #b7b5b6; border-left: solid 3px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; border-radius: 0 0 0 5px; background-color: #f5e5e3; }
#Guide .td2BM										{ border-bottom: solid 2px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 0px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; background-color: #f5e5e3; }
#Guide .td2BD										{ border-bottom: solid 2px #b7b5b6; border-left: solid 1px #b7b5b6; border-right: solid 3px #b7b5b6; padding-left: 5px; height: 20px; text-align: center; border-radius: 0 0 5px 0; background-color: #f5e5e3; }

.rgpd { 
    font-size: 13px;
    line-height: 16px; 
}

.liste-tdsurvol { background-color: #bd0a26; color:#ffffff; }
.liste-tdnormal { background-color: #a8a8a8; color:#000000; }


#avertissementCookieDiv					{ }
#avertissementCookie					{ display:block; position: fixed; top: 0px; width:100%; z-index:5000; background-color: #484848; font-size: 12px; line-height: 16px; color: #FFFFFF; text-align: center; padding: 10px; margin:0; }
#avertissementCookie a					{ color: #ffffff; text-decoration: none; }
#avertissementCookie a:visited			{ color: #ffffff; text-decoration: none; }
#avertissementCookie a:active			{ color: #b9b9b9; text-decoration: none; }
#avertissementCookie a:hover			{ color: #b9b9b9; text-decoration: none; }