/* patch de jquery ui*/
body .ui-widget, body textarea {
    font-family: Helvetica, Arial;
    font-size: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-shadow: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    color: #000000;
    text-decoration: none;
}

body {
    line-height: 1.2;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

ul {
    list-style: none;
}

ol {
    padding-left: 40px;
}

blockquote, q {
    quotes: none;
}

#centercontainer input {
    font-size: 1em;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {

}

strong {
    font-weight: bold;
}

#emptyModule {
    min-height: 30px;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}

h2 {
    color: #383838;
    font-size: 2em;
    margin-top: 3px;
    margin-bottom: 12px;
}

h3 {
    color: #575757;
    font-size: 1.5em;
    margin-top: 6px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.width100 {
    width: 100%
}

.loader {
    background: url(../images/loader.gif);
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}

.list_title_background, .ui-dialog-titlebar {
    background: url("../images/list/bg_title.png") repeat-x !important;
    height: 30px;
    border: none !important;
    padding: 0 !important;
}

.list_title_content {
    float: left;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 13pt;
    padding-top: 6px;
    color: black;
}

.ui-dialog-title {
    float: left;
    padding-left: 15px;
    font-size: 13pt;
    color: black;

}
 .BlocTextBackgroundStraight{
    background: none!important;
    border-radius: 0px;
    border:none!important;
    color: black!important;

}

.list_item_background:hover , .list_item_background.selection_on{
    color: white !important;
    /* Anciens navigateurs*/
    background: #3D4042 url("../images/list/bg_item.png") repeat-x top !important;
    -o-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    /* Navigateurs récents*/
    background: -webkit-gradient(linear, left top, left bottom, from(#848484), to(#3D4042)) !important;
    background: -webkit-linear-gradient(top, #848484, #3D4042) !important;
    background: -moz-linear-gradient(top, #848484, #3D4042) !important;
    background: -o-linear-gradient(top, #848484, #3D4042) !important;
    background: linear-gradient(top, #848484, #3D4042) !important;
}

.list_item_background_article , .list_item_background
{
    display: block;
    text-decoration: none;
    color: black !important;
    position: relative;
    width: 100%;
    background: #e8e9e9 url(../images/list/bg_item.png) repeat-x top !important;
    -o-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e9e9)) !important;
    background: -webkit-linear-gradient(top, #ffffff, #e8e9e9) !important;
    background: -moz-linear-gradient(top, #ffffff, #e8e9e9) !important;
    background: -o-linear-gradient(top, #ffffff, #e8e9e9) !important;
    background: linear-gradient(top, #ffffff, #e8e9e9) !important;
}


 .BlocTextBackgroundRounded {

    display: block;
    text-decoration: none;
    color: white !important;
    position: relative;
    width: 100%;


    /* Anciens navigateurs*/
    background: #3D4042 url("../images/list/bg_item.png") repeat-x top !important;
    -o-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    /* Navigateurs récents*/
    background: -webkit-gradient(linear, left top, left bottom, from(#3D4042), to(#3D4042)) !important;
    background: -webkit-linear-gradient(top, #3D4042, #3D4042) !important;
    background: -moz-linear-gradient(top, #3D4042, #3D4042) !important;
    background: -o-linear-gradient(top, #3D4042, #3D4042) !important;
    background: linear-gradient(top, #3D4042, #3D4042) !important;
}

.tb_link_title{
    margin-top:4px;
    height: 38px;
    margin-top: 2px;
    border: solid 1px;
    border-color: rgb(211, 211, 211);
}

.tb_paragraph_title_Title1.BlocTextBackgroundRounded{
    margin-top:5px;
}
.list_accordion_selected.BlocTextBackgroundRounded, .BlocTextBackgroundRounded:hover, .tb_paragraph_title_Title1.BlocTextBackgroundRounded{
    color: white !important;
    position: relative;


    /* Anciens navigateurs*/
    background: red url("../images/list/bg_item_hover.png") repeat-x top !important;
    -o-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    /* Navigateurs récents*/
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(red)) !important;
    background: -webkit-linear-gradient(top, red, red) !important;
    background: -moz-linear-gradient(top, red, red) !important;
    background: -o-linear-gradient(top, red, red) !important;
    background: linear-gradient(top, red, red) !important;
}


.list_accordion_selected.BlocTextBackgroundStraight{
    background: none;
    border-radius: 0px;
    border:none!important;
    color: black!important;
}


/** override h4 if in list**/
.list_accordion_selected.BlocTextBackgroundStraight h4, .BlocTextBackgroundStraight:hover h4 {
    color: black !important;
    background: none;
}

/** override h4 if in list**/
.list_accordion_selected.BlocTextBackgroundRounded h4, .BlocTextBackgroundRounded:hover h4 {
    color: white !important;
}

.list_accordion_selected .ArrowParagrapheStraight{
    background: url("../images/list/arrow_red_down.png") no-repeat scroll 100% 50% transparent !important;
    color: red;
    height: 100%;
    position: absolute;
    display: inline;
    padding-right: 25px;
    top: 0px;
}
.list_item_background_article .list_item_more
{
    background: url(../images/list/arrow.png) no-repeat scroll 100% 50% transparent;
    color: #E2001A;
    border-left: 1px solid #CCCCCC;
    height: 100%;
    position: absolute;
    right: 5px;
    padding-right: 25px;
    top: 0px;
}


.list_accordion_selected.BlocTextBackgroundRounded .iconeRight {
    background: url("../images/list/arrow_selected.png") no-repeat scroll 100% 50% transparent;
    color: white;
    height: 100%;
    position: absolute;
    right: 5px;
    padding-right: 25px;
    top: 0px;
}

.list_accordion_selected.BlocTextBackgroundRounded.iconeRight.mobile {
    right: 8px;
    padding-right: 22px;
}

.list_item_more_content {
    height: 100%;
    display: table;

}

.list_item_more_text {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    padding-left: 4px;
}

.list_item_content {
    padding: 4px;
    width: auto;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: justify;
}



.list_item_content_with_more {
    margin-right: 33px;
    padding: 4px;
    width: auto;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: justify;
}

.list_item_content_with_more:hover{
    /* color: red; */
}

.list_accordion.BlocTextBackgroundRounded .iconeRight {
    background: url("../images/list/arrow_hover.png") no-repeat scroll 100% 50% transparent;
    color: white;
    height: 100%;
    position: absolute;
    right: 5px;
    padding-right: 25px;
    top: 0px;
}
.list_accordion.BlocTextBackgroundRounded:hover .iconeRight {
    background: url("../images/list/arrow_hover.png") no-repeat scroll 100% 50% transparent;
    color: white;
}

.list_accordion .ArrowParagrapheStraight:hover {
    background: url("../images/list/arrow_black_right.png") no-repeat scroll 100% 50% transparent !important;
    color: black;
}


.list_accordion  .ArrowParagrapheStraight {
    background: url("../images/list/arrow_black_right.png") no-repeat scroll 100% 50% transparent !important;
    color: black;
    height: 100%;
    position: absolute;
    display: inline;
    padding-right: 25px;
    top: 0px;
}


.list_footer_background {
    background: url("../images/list/bg_more.png") repeat-x;
    background-color: #000000;
    color: white;
}

ul#steps > li,
ul.steps > li{
    background: #eb1d2a;
    background-repeat: no-repeat;
    display: inline-block;
    color: #7D7A79;
    width: 123px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 5px 0 5px;
    margin: 0px 2px 40px 2px;
    height: 0px;
    line-height: 24px;
}


.steps{
    text-align: center;
}

ul#steps > li.current,
ul.steps > li.current {
    background: #eb1d2a;
    font-weight: bold;
}

ul#steps > li.current ~ li,
ul.steps > li.current ~ li{
    background: #3D4042;
}

.firstChildCSS{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lastChildCSS{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.button, button#confirmationDialogBtnValider, button#confirmationStopAffichage, .bel_button,.gray_button, button#cancel{
    background: #3D4042;
}

.button_red,.button:hover ,.bel_button:hover, .bel_button:focus , button#cancel:hover ,.gray_button:hover , button#confirmationDialogBtnValider:hover, button#confirmationStopAffichage:hover, .button:focus, button#confirmationDialogBtnValider:focus , button#confirmationStopAffichage:focus{
    background: #eb1d2a;
    border: none;
}

.button, button#confirmationDialogBtnValider , button#confirmationStopAffichage, .bel_button , .gray_button, button#cancel{
    line-height: 25px;
    min-height: 20px;
    min-width: 120px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor:pointer;
    text-decoration: none !important;
}


.button:focus {
    text-decoration: underline;
}

.gray_button {
    background-image: url("../images/button/bg_gray_button.png");
    line-height: 40px;
    min-height: 40px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    cursor: pointer;
    border: none;
    color: #000000;
}

.gray_button:hover {
    background-image: url("../images/button/bg_gray_button_hover.png");
    border: none;
    color: black;
}

.gray_button, .button {
    margin: 7px;
}

.buttonNext {
    float: right;
    background: #eb1d2a;
}

.buttonNext:after {
    content:'>>';
    margin-left:4px;
}

.buttonPrev {
    float: left;
    background: #eb1d2a;
}

.buttonPrev:before {
    content:'<<';
    margin-right:4px;
}

.hidden {
    display: none;
}

.hidden_rgaa {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.required {
    color: #E2001A;
}

.combo_mobile {
    width: 100%;
}

.combo_mobile > * {
    margin-right: 5px !important;
}

.combo_mobile * {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.combo_mobile li:hover {
    color: white !important;

    /* Anciens navigateurs */
    background: #373737 url("../images/list/bg_item_hover.png") repeat-x top;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /* Navigateurs récents */
    background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#373737));
    background: -webkit-linear-gradient(top, #414141, #373737);
    background: -moz-linear-gradient(top, #414141, #373737);
    background: -o-linear-gradient(top, #414141, #373737);
    background: linear-gradient(top, #414141, #373737);
}

.dialogs {
    display: none;
}

#informationDialog {
    padding: 12px;
    word-wrap: break-word;
    display: inline !important;
}

#informationDialog.dialogMobile {
    display: block !important;
}

#informationDialog div {
    padding-left: 1%;
    padding-right: 1%;
}

.dialogMobile {
    max-width: 300px;

}

.module-edited {
    background-color: white;
    border: 15px solid #E2001A;
    color: #E2001A;
    font-size: 3em;
    padding: 10px;
    text-decoration: blink;
    text-align: center;
}

.module-new {
    background-color: white;
    border: 5px solid green;
    color: green;
    font-size: 2.5em;
    padding: 10px;
    text-decoration: blink;
    text-align: center;
}

/** Suppression du boutton 'enregistrer et quitter'**/
.GIVU2RRCN2C {
    display: none !important;
}

.org-opencms-gwt-client-ui-css-I_CmsToolbarButtonLayoutBundle-I_CmsExtendedToolbarButtonCss-toolbarSaveExit {
    display: none !important;
}
.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-directEditButtons{

    right: 2px !important;
}

.ui-accordion .ui-accordion-content {
    padding: 5px !important;
}

.ui-accordion .ui-accordion-header {
    margin-top: 3px!important;
}

.ui-state-default{
    border:none!important;
}

.disc {
    list-style-type: disc;
    padding-left: 30px;

}

.circle {
    list-style-type: circle;
}

.square {
    list-style-type: square;
    padding-left: 20px;
}

label.error {
    color: #E2001A;
    display: inline-block;
}

div.error {
    color: #E2001A;
    display: inline-block;
}

input.error {
    border-color: #E2001A;
    margin-bottom: 2px;
    margin-right: 7px;
}

.input-margin {

}

.form-form {
    display: table;
    width: 100%;
}

.form-data {
    min-height: 20px;
    display: table-row;
    margin-bottom: 6px;
}

.form-key {
    padding-top: 9px;
    width: 150px;
    text-align: right;
}

.form-key, .form-value {

    display: table-cell;
    /** vertical-align: middle; **/
}

.form-value input {
    width: auto;
}

.contact-buttons {
    margin-top: 4px;
}

.delete-button {
    background-image: url("../images/icon_delete.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    height: 25px;
}

.small {
    font-size: 0.8em;
}

/*disable spin-button chrome*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.searchQuery-box {
    display: inline-block;
    position: relative;
}

#searchForm {
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
}

.searchQuery-box * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 28px;
    font-style: normal;
}

.searchQuery-box .searchQuery {
    height: 24px;
    margin-right: -7px;
}

.searchQuery-box img {
    cursor: pointer;
}

#cookie-bar {
    background-color: yellow;
}

#cookie-bar p {
    text-align: center;
}

#html5-watermark {
    bottom: 8px !important;
    right: 10px !important;
    left: auto !important;
    top: auto !important;
}

