body, h1, h2, h3, h4, h5, div#encartrouge_desktop {
 font-family: Segoe UI, 'Open Sans', sans-serif;
}

div#maximenuck175-mobile {
      z-index: 95000 !important;
}   

div#mobilemenuck-bottom-module {
 padding:10px;
  text-align:center;
}


#search-form input[type="text"] {
     height: auto;
     min-height:44px !important;
}



a.btn {
  margin:2px !important;
}

.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
}

.pagination ul {
  display:inline-block; 
}

.pagination ul > li {
 display:inline; 
}

li.page-item {
  float:left !important;
}

.vedette-actus .ordi-tablette .ref-alignes {
   display: inherit;
}

.non-flex {
 display:inherit; 
}

span.mytool a {
  border-bottom: 0px;
}

.rougegras {
 color:#e11616;
  font-weight:700;
}

a.lienrougefleche {
    color: #e11616;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 15px;
  display:inline-block;
}

a.lienrougefleche::before {
    display: inline;
content: "\002794";
color: #e11616;
font-size:15px;
margin-right: 5px;
}

.osmap-items ul {
  margin: 0 0 9px 25px !important;
}

li.osmap-has-children, li.even {
 padding:5px 0 5px 0 !important; 
}

ul, ol {
     margin: 0 0 0 20px !important;
  padding: 0 !important;
 }

#maximenuck175 ul {
     margin: 0 !important;
}

.icon-location::before {
    content: "⌂" !important;
  color: #e11616;
font-size:20px;
margin-right: 5px;
  line-height: 5px;
}

.breadcrumb {
    padding: 8px 5px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 18px;
    }

.btn.active {
  background:#e11616 !important;
  color:#ffffff !important;
  text-decoration:none !important;
}

.bfQuickMode .bfSubmitButton {

    margin: 20px auto !important;
    display: block !important;
  float:none !important;
}

.bfQuickMode #bfElemWrap174.bfElemWrap {
    margin: 15px 0px 15px 0px !important;
    }

input#ff_elem174.ff_elem {

}

#maximenuck275 ul {
     margin: 0 !important;
}

div#maximenuck275 div.maximenuck_mod ul.dropdown-menu, div#maximenuck175 div.maximenuck_mod ul.dropdown-menu {
    display: none;
} 

div#maximenuck275 div.maximenuck_mod .open > ul.dropdown-menu, div#maximenuck175 div.maximenuck_mod .open > ul.dropdown-menu {
    display: block;
} 

div#maximenuck275 div.maximenuck_mod ul.dropdown-menu > li > a,  div#maximenuck175 div.maximenuck_mod ul.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}

div#maximenuck175 div.maximenuck_mod ul.dropdown-menu, div#maximenuck275 div.maximenuck_mod ul.dropdown-menu {
min-width: 80px;
}

.expertisehome:hover::after {
    content: "";
    display: block;
    width: 4px;
    height: 40px;
  position:absolute;
    background-color: #e11616;
    top:10px;
  left:-1px;
  }
  

.bfQuickMode legend {
        display: none;
}


.bfQuickMode textarea:hover, .bfQuickMode input[type='text']:hover, .bfQuickMode input[type='password']:hover, .bfQuickMode select:hover {
box-shadow:0px 0px 0px red;
}

.bfQuickMode textarea:focus, .bfQuickMode input[type='text']:focus, .bfQuickMode input[type='password']:focus, .bfQuickMode select:focus {
box-shadow:0px 0px 0px red;
}

.bfQuickMode .bfSubmitButton {

   margin: 20px 5px !important;
    display: block !important;
    float: none !important;
    width: 89%;
   

}

.bfQuickMode #bfElemWrap174.bfElemWrap {
margin: 15px 5px 15px 5px !important;
    padding: 15px;
    border: 1px solid #e11616;
    width: 89%;
    }

/* Note: This CSS will style all instances of 
   <input type=file /> controls in your website. */
input[type="file"],
input[type="file"]:visited,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="file"]:active {
    margin:0;
    padding: 1em 1em;
    padding: 0rem 0rem;
    overflow: hidden; /* long file names overflow so just hide the end */
    background: #ffffff;
    border-radius: 0;
    border-radius: 0;
    outline: none;
    border: 0px solid #e11616;
    cursor: pointer;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

input[type="file"]:hover {
    background: #fff; /* I am using a light blue to indicate an interaction */
     border: 0px solid #e11616;
}

input[type="file"]:visited,
input[type="file"]:focus,
input[type="file"]:active {
    background: #fff; /* Default back to white when focused. */
    border: 0px solid #e11616;
}

/* Note: Firefox flags the file name box as a *readonly* input. So that attribute selector was added below. Note: These selectors blow up in IE so have to be separated from the same styles above. */
input[type="file"]:disabled,
input[type="file"]:read-only {
    margin: 0;
    padding: 0em 0em;
    padding: 0rem 0rem;
    overflow: hidden; /* long file names overflow so just hide the end */
    background: #ffffff;
    border-radius: 0em;
    border-radius: 0rem;
    outline: none;
     border: 0px solid #e11616;
    cursor: pointer;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

input[type="file"]:disabled:hover,
input[type="file"]:read-only:hover {
    background: #fff; /* I am using a light blue to indicate an interaction */
    border: 0px solid #e11616;
}

input[type="file"]:disabled:visited,
input[type="file"]:disabled:focus,
input[type="file"]:disabled:active,
input[type="file"]:read-only:visited,
input[type="file"]:read-only:focus,
input[type="file"]:read-only:active {
    background: #fff; /* Default back to white when focused. */
    border: 0px solid #999;
}

/* IE UPLOAD BUTTON STYLE: This attempts to alter the file upload button style in IE.  Keep in mind IE gives you limited design control but at least you can customize its upload button.*/
::-ms-browse { /* IE */
    display: inline-block;
    margin: 0;
    padding: .2em .5em;
    padding: .2rem .5rem;
    text-align: center;
    outline: none;
    border: none;
    background: #fff;
color: #e11616;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
  text-transform:uppercase;
    white-space: nowrap;
    cursor: pointer;
}
/* FIREFOX UPLOAD BUTTON STYLE */
::file-selector-button {/* firefox */
    display: inline-block;
    margin: 0rem 1rem 0rem 0rem;
    padding: .18em .5em;
    padding: .18rem .5rem;
    -webkit-appearance: button;
    text-align: center;
    border-radius: .1rem 0rem 0rem .1rem;
    outline: none;
    border: none;
    border-right: 2px solid #bbb;
 color: #e11616;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
  text-transform:uppercase;
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
}
/* CHROME AND EDGE UPLOAD BUTTON STYLE */
::-webkit-file-upload-button { /* chrome and edge */
    display: inline-block;
    margin: 0rem 1rem 0rem 0rem;
    padding: .19em .5em;
    padding: .19rem .5rem;
    -webkit-appearance: button;
    text-align: center;
    border-radius: .1rem 0rem 0rem .1rem;
    outline: none;
    border: none;
    border-right: 0px solid #bbb;
 color: #e11616;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
  text-transform:uppercase;
    background: #fff;
    white-space: nowrap;
    cursor: pointer; 
}

.mod-languages a.btn {
  border: 0px solid #ffffff !important;
  padding-left:10px;
  padding-right:10px;
  margin:0 !important;
}

.mod-languages a.btn:hover {
  border: 0px solid #ffffff !important;
  background:#ffffff !important;
  padding-left:10px;
  padding-right:10px;
}


.ordi-tab .mobile {
  display:none;
}

.mob .ordi-tablette {
  display:none;
}

.vous h1 {
  display:none;
}


div#maximenuck175 ul.maximenuck li.maximenuck.item137.level1:after
div#maximenuck175 ul.maximenuck li.maximenuck.item617.level1:after
div#maximenuck175 ul.maximenuck li.maximenuck.item618.level1:after{
  display:none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 5px;
    background:#e11616;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

div#maximenuck175 ul.maximenuck li.maximenuck.item137.level1:hover:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item617.level1:hover:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item618.level1:hover:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item137.level1:focus:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item617.level1:focus:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item618.level1:focus:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item137.level1.active:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item617.level1.active:after,
div#maximenuck175 ul.maximenuck li.maximenuck.item618.level1.active:after{
    display:none;
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

a.mod-articles-category-title {
display:block;
background: #ffffff;
border: #e11616 1px solid;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
color: #e11616;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
  margin:10px 20px;
text-align: center;
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
font-family: Segoe UI, sans-serif;
}

a.mod-articles-category-title:hover {
background: #e11616;
border: #e11616 1px solid;
color: #ffffff;
text-decoration:none;
}
 
tr.header-seoglossary {
  display:none;
}

table.res#glossarylist tr {
  background:#fff !important;
  border-bottom: 1px solid #e11616 !important;
  padding:15px 0;
}

#com_glossary #glossarylist td, #com_glossary #glossarylist th {
    padding: 40px 30px;
}

#com_glossary #glossarylist td a:not(.hasPopover) {
  text-transform: uppercase;
  font-weight:700;
}

#com_glossary #glossarylist td {
color:#826161;
  line-height:135%;
}

#com_glossary .seopagination ul > li.active > a, #com_glossary .seopagination ul > li.active > span {
        color: #e11616 !important;
}

#com_glossary .seopagination-list .glossletselect {
        color: #e11616 !important;
}

.srch-btn button {
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background: #e11616 url(../images/srchIcn.png) center center no-repeat;
    background-size: auto;
    background-size: 17px auto !important;
}

.theme-responsive .srch-btn button {
    background-color: #e11616 !important;
}

.contenu-theme-sommaire {
 margin-bottom:70px;
}

.contenu-presta-sommaire {
   margin-bottom:70px;
}


.bloc-sommaire {
position:relative;
}

.bloc-plus {
position:absolute !important;
width:100%;
bottom:0;
  margin-bottom:15px;
}
  


div#maximenuck191.maximenuckh ul.maximenuck li.item601.last.level1  {
        border-right: #ffffff 0px solid !important;
}

.page-header {
 
    border-bottom: 0px solid #eee !important;
}


.faqck-heading::after {
 
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f054";
  color:#e11616;
   position: absolute;
   left: 0px;
  margin-right:10px;
} 



.faqck-heading.faqsck-open::after {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f078";
   position: absolute;
  color:#e11616;
   left: 0px;
  margin-right:10px;
}

.faqck-heading {
margin-bottom: 0px !important;
}

.vedette-actus  {
text-align:center;
}

a.hasPopover {
  color:#000000;
    text-decoration-style: dotted !important;
  text-decoration:underline;
}

@media screen and (max-width: 450px) {
.convertforms .cf-one-half, .convertforms .cf-two-fourths, .convertforms .cf-three-sixths {
width: 100%;
} }

.convertforms {
  margin:0 auto;
}

.convertforms .cf-form-wrap {
  padding: 0px;
} 
