.rbe_container{
    position: relative;
    
    border-bottom: 1px dashed #ddd;
    min-width: 500px;
    /*padding: 3px;*/
    margin: 0.5em 0;
    overflow: visible;
    padding-bottom: 2em;
    clear:both;
}

/*
.rbe_container {
    input, select, textarea, .button, button{
        background: white;
        color: black;
    }
}*/

.ui-dialog{
    z-index: 300;
}

.rbe_tools{
    opacity: 0.5;
    background: white;
    padding: 0.1em 0;
    position: sticky;
    top:0;
    z-index: 10;
}
.rbe_tools:hover{
    opacity: 1;
}


.rbe_blockOptions button, .rbe_format_buttons button, .rbe_moreBlocks button, 
.rbe_blockOptions input[type=text], .rbe_format_buttons input[type=text],
.rbe_blockOptions a , .rbe_format_buttons a, .rbe_moreBlocks a
{
    margin:0;
    border: none;
    padding: 0.2em 0;
    background: none;
    border-radius: 0;
    color: black;
    box-shadow: none;
    min-width: 0;
    width: auto;
    font-size: 1em;
}
.rbe_container ul, .rbe_container ol{
    list-style-position: inside;
}

.rbe_blockOptions input[type=range]{
    background: white;
}
.rbe_blockOptions input[type=text]{
    background: white ;
    border: solid lightgray 1px;
    padding: 2px;
    border-radius: 3px;
}
.rbe_container a{
    text-decoration: underline;
    color:  #4CA2F0 !important;
}

.rbe_container .rbe_bl{
    outline: none;
    background: rgba(0,0,0,0);
    resize:none;
    border-left: 2px solid transparent;
    position: relative;
    min-height: 2em;
    border-bottom: 1px solid transparent;
}
.rbe_container .rbe_bl .rbe_bl{
    padding-left: 0.5em;
}


.rbe_container .rbe_current{
    border-bottom: 1px dotted #DDDDDD;
    z-index: 100;
}

.rbe_container .rbe_bl:active,
.rbe_container .rbe_bl:focus,
.rbe_container .rbe_current,
.rbe_container .rbe_bl:hover.rbe_current
{
    border-left-color:  #4CA2F0;
}
.rbe_container .rbe_bl:hover{
    border-left-color: lightgray;
}
.rbe_container .rbe_group .rbe_bl{
    padding-left: 0px;
}
.rbe_container .rbe_group{
    border: dashed lightgray 1px;
    
}
.rbe_group{

    /*margin: 2px;*/
    min-height: 2em;
    padding-bottom: 1px;
}
.rbe_group{    
    /*not ok : editor config are under*/
    /*overflow: hidden !important;*/
    position: relative;
    
}
.rbe_group > div{
    /*overflow: hidden;*/
    /*padding-top: 1px;*/
    /*padding-bottom: 1px;*/
    z-index: 1;
    position: relative;
}

/*.rbe_group > div::after{
    content: "";
    clear: both;
}*/
.rbe_group > div:last-child::after{
    content: "";
    display: table;
    clear: both;
}
/*
.rbe_fullwidth:before{
    display: block;
    content: "";
    height: 100%;
    background: inherit;
    position: absolute;
    width: calc(100% - 75%);
    left: -25%;
    top: 0;
}
.rbe_fullwidth:after{
    display: block;
    content: "";
    height: 100%;
    background: inherit;
    position: absolute;
    width: calc(100% - 75%);
    right: 0;
    top: 0;
}*/
  
    /* var foo = ($("body").width()-$(".rbe_fullwidth").width())/2; $(".rbe_fullwidth").data("val", foo); */
    /*
.rbe_container .rbe_fullwidth:before{
    display: block;
    content: "";
    
    height: 100%;
    width: 99vw;
    
    background: inherit;
    position: absolute;

    left: -25%;
    top: 0;
    
    z-index: -1;
}*/

.rbe_wrapper{
    
    /*z-index: 1;*/
}
.rbe_bl .rbe_wrapper{
    display: block;
    content: "";
    
    height: 100%;
    width: 100%;
    
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0 !important;
}
.rbe_group>.rbe_wrapper{
    width: 100%;
    /*
    width: 98%;
    width: calc(100% - 1em);
    left: 0.5em;*/
}
.rbe_group.rbe_border > .rbe_wrapper{
    width: calc(100% - 1em);
    left: 0.5em;
}

.rbe_group+.rbe_wrapper{
    width: calc(100% - 1em);
    left: 0.5em;
}

.rbe_bl > .rbe_group+.rbe_wrapper{
    width: calc(100% - 0.5em);
}
.rbe_fullwidth{
    position: relative;
    z-index: 1;
}
.rbe_container .rbe_fullwidthWrapper {
    /*opacity: 0.5;*/
    z-index: 0 !important;
}
.rbe_parallax_fixed, .rbe_parallax_true{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.rbe_parallax_anim{
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.rbe_fullwidthWrapper{
    display: block;
    content: "";
    
    height: 100%;
    width: 99vw;
    
   /* background: inherit;*/
    position: absolute;

    left: -25%;
    top: 0;
    z-index: -1 !important;
}
.rbe_group .rbe_headline h1,
.rbe_group .rbe_headline h2,
.rbe_group .rbe_headline h3
{
    margin-top: 0;
}
#content-inner .rbe_group .rbe_text{
    padding-left: 0;
}
.rbe_container .rbe_bl .rbe_fullwidthWrapper{
    /*z-index: 0;*/
}
.rbe_opacity-90{
    opacity: 0.10;
}
.rbe_opacity-75{
    opacity: 0.25;
}
.rbe_opacity-50{
    opacity: 0.50;
}
.rbe_opacity-25{
    opacity: 0.75;
}
.rbe_contrast_black{
    color: black;
    /*text-shadow: 1px 1px white;*/
}

.rbe_contrast_basicwhite{
    color: white;    
}
.rbe_contrast_basicwhite h1, .rbe_contrast_basicwhite h2, .rbe_contrast_basicwhite h3, .rbe_contrast_basicwhite h4{
    color: white !important;
}
.rbe_contrast_white{
    color: white;
    text-shadow: 1px 1px black;
}
.rbe_group{
    z-index: 1;
}
.rbe_group .rbe_block_placeholder{
    /*min-height: 1em;*/
}

.rbe_container .rbe_block_placeholder{
    /*min-height: 0.5em;*/
    background: #A7D85D;
    opacity: 0.5;

}
.rbe_container .rbe_block_placeholder_empty{
    background: #D8BD5D;
    opacity: 0.5;
}


.rbe_actions{
    position: absolute;
    background-color: white;
    /*background-color: #4CA2F0;*/
    box-shadow: -1px 1px 3px gray;
    padding: 2px;
    z-index: 90;
    transition: top 0.6s ease 0s;
}
.rbe_actions div{
    cursor: pointer;
}
.rbe_actions img{
    margin: 3px;    
    max-width: 24px;
    max-height: 24px;
    
}

.rbe_actions div:hover, .rbe_actions div.hover{
    background-color: #4CA2F0;
}

.rbe_actions .rbe_bl_handle{
    cursor: move;    
}

.rbe_more{
    left: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    cursor: pointer;  
    background-color: rgba(255,255,255, 0.8);
    box-shadow: 0px 0px 1px lightgray;
    border-radius: 50%;
    padding: 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 90;
    line-height: 1em;
}

.rbe_more:hover{
    background-color:  #4CA2F0;
}
.rbe_more img{
    height: 100%;
    width: 100%;
}

.rbe_moreBlocks{
    background-color: white;
    text-align: left;
    margin-bottom: 1em;

    width: 100%;
    /*min-width: 50%;*/

    z-index: 1000;
    text-shadow: none;

}
.rbe_moreBlocks-full .rbe_moreBlocks_buttons{
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
.rbe_bl>.rbe_moreBlocks{
    position: absolute;    
    border: solid gray 1px;
    /*width: 40em;*/
    opacity: 1;
    /*left: 25%;*/
}

.rbe_moreBlocks button{
    padding: 0.5em;
}
.rbe_moreBlocks button:hover{
    background-color: rgba(125,125,125, 0.8);
    background-color: #4CA2F0;
    border-radius: 0.3em;
}
.rbe_moreBlocks_buttons{
    height: 15em;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.rbe_blocks_button{
}
.rbe_search_blocks{
    background: white !important;
}
.rbe_moreBlocks-closed{
    
}
.rbe_moreBlocks-closed .rbe_moreBlocks_buttons, .rbe_moreBlocks-closed .rbe_moreModels, .rbe_moreBlocks-closed .rbe_search_blocks{
    display: none;
}


.rbe_format_buttons{
    display: none;
    background-color: lightgray !important;
    padding: 3px;
    border-radius: 4px;
    z-index: 90;
    border: 1px solid lightgray;

    position: absolute;
    width: 330px;

    text-align: center;

}
.rbe_format_buttons button:hover{
    background-color: white;
}



.rbe_blockOptions{
    
    background-color: #FFFFFF;
    border: 1px solid #4CA2F0;
    border-top: 2px solid #4CA2F0;
    display: block;
    padding: 0.5em;

    text-align: left;
    z-index: 200;

    position: absolute;
    min-width: 650px;
}

.rbe_blockOptions p{
    margin: 0;
    padding: 0;
}
.rbe_blockOptions label.aw{
    width: auto;
}

.rbe_blockOptions>div label{
    display: inline-block;
    width: 140px;
    color: #4CA2F0;
    font-weight: normal;
    line-height: inherit;
    font-size: inherit;
}
.rbe_blockOptions label+div{
    display: inline-block;
}
.rbe_blockOptions input{
    
}
.rbe_blockOptions button{
    min-width: 2em;
    border-radius: 3px;
    font-size: 1.6rem;
    box-shadow: none;
}

.rbe_blockOptions .options-general button{
    padding: 0.1em 0.2em;
}
.rbe_blockOptions .options-general img{
    width: 24px;
}
.rbe_blockOptions button:hover{
    color: #fff;
    background-color: #888;
    box-shadow: none;
}
.rbe_blockOptions button.current{
    color: white;
    background-color: #4CA2F0;
}
.rbe_grouped_buttons{
    display: inline-block;
}
.rbe_grouped_buttons button{
    background-color: #e4e4e4;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0.1em 0.3em;
}
.rbe_grouped_buttons .rbe_column + .rbe_column{
    margin: 0 !important;
}

.rbe_grouped_buttons button:hover{    
    border-radius: inherit;
}
.rbe_grouped_buttons button:first-child{
    border-top-left-radius: 0.2em  !important;
    border-bottom-left-radius: 0.2em !important;
}
.rbe_grouped_buttons button:last-child{
    border-top-right-radius: 0.2em !important;
    border-bottom-right-radius: 0.2em !important;
}

/*
    CLASSES FOR OPTIONS & FRONT
*/
.rbe_bl{
    box-sizing: border-box;
    overflow: visible;
}
.rbe_bl h1, .rbe_bl h2, .rbe_bl h3, .rbe_bl h4 {
    margin-top: 0.5em;    
}

.rbe_bl figure{
    margin: auto;
    display: inline-block;
    width: 100%;
}

.rbe_bl.rbe_endOfAbstract{
    border-bottom: dashed lightgray 2px;
}

.rbe_text{
    text-indent: 0;
}
.rbe_text, .rbe_list{
    margin-bottom: 1em;
}
.rbe_text+.rbe_text, .rbe_list+.rbe_list{
    margin: 1em 0;
}

.rbe_list ul, .rbe_list ol, ul.rbe_list, ol.rbe_list{
  list-style-position: inside;
  /*text-indent: -1em;
  padding-left: 1em !important;
  margin-left: 1em;*/
  list-style-position: outside;
  text-indent: 0em;
  margin-left: 0em;
  padding-left: 1.2em !important;
}

ul.rbe_list_custom{
  padding-left: 32px !important;
}

.rbe_float_left+.rbe_list{
    overflow: hidden;
}
.rbe_text_important{
    background-color: #EFEFEF;
    /*border-radius: 0.5em;*/
    padding: 0.5em;
}
.rbe_text_nopadding{
    padding: 0;
}

/*.body .rbe_bl.rbe_catch, #content-inner .rbe_bl.rbe_catch,*/
.body .rbe_bl>.rbe_catch, #content-inner .rbe_bl>.rbe_catch{
    background: transparent;
    color: black;
    font-family: "impacto",Impact,Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 2em;

    font-weight: 400;
    
    border: none;
    padding: 0.5em 0;
    margin: 0 auto;
    box-shadow: none;
    
    /*text-align: unset;*/

}
.rbe_capitalize{    
    text-transform: capitalize;
}


.rbe_catch strong, .rbe_catch b{
    color: #A62020;
    /*font-weight: inherit;*/
    font-weight: bolder;
}
.rbe_fontsize_normal{
    font-size: 1.3em !important;
}
.rbe_fontsize_medium{
    font-size: 2em !important;
}
.rbe_fontsize_large{
    font-size: 3em !important;
}
.rbe_fontsize_xlarge{
    font-size: 4em !important;
}

.rbe_fontsize_125{
    font-size: 125% !important;
}
.rbe_fontsize_150{
    font-size: 150% !important;   
}
.rbe_fontsize_200{
    font-size: 200% !important;   
}

.rbe_bl sup.footnote{
    color: gray;
    font-size: 0.6em;
    line-height: 1em;
    padding-left: 0.5em;
    padding-right: 0.2em;
    cursor: hand;
}

.footnotes{
    border-top: dotted lightgray 1px;
    font-size: 0.9em;
}
.footnotes p:target{
    background-color: lightgray;
}

.rbe_image img{
    /*preventing drag & drop*/
    z-index: -1; 
}
.rbe_image_rounded_10 img{border-radius: 1em;}
.rbe_image_rounded_20 img{border-radius: 4em;}
.rbe_image_rounded_30 img{border-radius: 8em;}
.rbe_image_rounded_40 img{border-radius: 16em;}
.rbe_image_rounded_50 img{border-radius: 50%;}

picture.rbe_image_rounded_10{border-radius: 1em;}
picture.rbe_image_rounded_20{border-radius: 4em;}
picture.rbe_image_rounded_30{border-radius: 8em;}
picture.rbe_image_rounded_40{border-radius: 12em;}
picture.rbe_image_rounded_50{border-radius: 50%;}


.rbe_learndeck{
    background-color:white;
    width: 20em;    
    
    border:1px solid lightgray;
    border-radius: 1em;
    padding: 1em;

    box-shadow: 
        gray 0px 0px 0px 0px inset, 
        rgb(255, 255, 255) 2px 2px 0px -1px, 
        rgb(120,120,120) 2px 2px, 
        rgb(255, 255, 255) 4px 4px 0px -1px, 
        rgb(120,120,120) 4px 4px, 
        rgb(255, 255, 255) 6px 6px 0px -1px, 
        rgb(120,120,120) 6px 6px, 
        rgb(255, 255, 255) 8px 8px 0px -1px, 
        rgb(120,120,120) 8px 8px;
}




.rbe_bl blockquote, .rbe_bl blockquote:first-child{
    box-shadow: 0px 0px 1px #ccc;
    /*margin: 1.5em 0px 1.5em -1.5em;*/
    padding: 0.75em 0.5em 0.75em 1em;
    background: none repeat scroll 0% 0% #fefefe ;
    border-left: 0.5em solid #DDD;
    background-color: #f2f2f2;
    margin: 3em;
    margin-left: 2em;
    color: black;
}

.rbe_bl blockquote:before{
    display: block;
    height: 0px;
    content: "“";
    text-align: left;
    margin-left: -0.95em;
    font: italic 400%/1 Cochin,Georgia,"Times New Roman",serif;
    color: #999;
}

.rbe_bl blockquote footer{
    color: gray;
    margin-top: 1em;
    text-align: right;
    font-variant:small-caps;
    font: italic 1em Cochin,Georgia,"Times New Roman",Times,serif;
}

.rbe_summary{
    
}

ol.rbe_summary_hierarchy {
    list-style-type: upper-alpha;
}
ol.rbe_summary_hierarchy ol{
    list-style-type: decimal;
}
ol.rbe_summary_hierarchy ol ol {
    list-style-type: lower-alpha;
}
ol.rbe_summary_hierarchy ol ol ol {
    list-style-type: circle;
}


.rbe_counter{
    
}
.countdown{
    margin: 1em 0;
}
.countdown_small{
    font-size: 1vw;
}
.countdown_normal{
    font-size: 1.5vw;
}
.countdown_large{
    font-size: 2vw;
}

.rbe_bw_75 .countdown_small{
    font-size: 0.8vw;
}
.rbe_bw_75 .countdown_normal{
    font-size: 1vw;
}
.rbe_bw_75 .countdown_large{
    font-size: 1.5vw;
}
.rbe_bw_50 .countdown_small{
    font-size: 0.6vw;
}
.rbe_bw_50 .countdown_normal{
    font-size: 0.8vw;
}
.rbe_bw_50 .countdown_large{
    font-size: 1vw;
}
.countdown > div{
    width: 20%;    
    text-align: center;
    box-shadow: 1px 1px 4px -1px #222222;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0.5em;
    border-radius: 0.5em;
    display: inline-block;
}

.countdown > div .countdown_num{
    font-family: Arial Black,Arial Bold,Gadget,sans-serif;  
    font-size: 3em;
    border-bottom: lightgray 1px dashed;  
}
.countdown > div .countdown_legend{
    text-transform: uppercase;
    font-size: 0.8em;
}

.rbe_dropfile .uploadlist{
    list-style-type: none;
    padding: 0;
}

.rbe_download .rbe_dl_button{
    margin: 0.5em;
    margin-bottom: 1em;
    padding: 0.3em;
    background-color: #efefef;
    color: black;
    /*border-radius: 0.5em;*/
}
.rbe_download .rbe_dl_link{
    color: black !important;
}

.rbe_download .rbe_thumbnail{
    display: table-cell;
    width: 64px;
    padding: 0 1em;
    text-align: center;
    vertical-align: middle;
}
.rbe_download .rbe_thumbnail img{
    width: 64px;
}
.rbe_download p{
    padding: 0;
    margin: 0;
    display: table-cell;
}
.rbe_download .rbe_dl_link{
    text-decoration: underline;
    /*color: #67B929;*/
    font-weight: bold;
}
.rbe_download .rbe_dl_link:hover{
   /* color: orange;*/
}

.rbe_embed{
    margin-top: 0.5em;
}
.rbe_container .rbe_bl iframe{
    max-width: 100%;
    pointer-events: none;
}
.rbe_current iframe{
    pointer-events: auto;
}

.rbe_align_left{
    text-align: left;
}
.rbe_align_right{
    text-align: right;
}
.rbe_align_center{
    text-align: center;   
}

#content-inner [class*="rbe_align_"].rbe_blurb h4{
    text-align: inherit;
}

#content-inner [class*="rbe_align_"].rbe_headline>*{
    text-align: inherit;
}

#content-inner .rbe_align_center.rbe_headline>*{
    padding-left: 0;
    padding-right: 0;
}
.rbe_align_center .rbe_text, .rbe_align_right .rbe_text{
    text-indent: 0;
}


.rbe_align_center .aligned-fields label{
    text-align: right;
}
.rbe_align_center .aligned-fields .input{
    text-align: left;
}
.rbe_float_left, .rbe_float_right{
    display: inline-block;
    margin-bottom: 3px;
}
.rbe_float_left + .rbe_bl, .rbe_float_right + .rbe_bl{

}

.rbe_float_left + .rbe_text, .rbe_float_right + .rbe_text{
    margin-top: 0px;
}

.rbe_float_left{
    float: left;    
    margin-right: 1em;   
}
.rbe_float_right{
    float: right;
    /*margin-left: 1em;*/
}
.rbe_float_none{
    float: none;
}

.rbe_column{
    /*float : left;*/
    display: inline-block;
    vertical-align: text-top;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0 !important;
}
.rbe_bl.rbe_column:first-child{
    padding-left: 0;
}
.rbe_bl.rbe_column:last-child{
    padding-right: 0;
}
.rbe_group.rbe_column:last-child{
    padding-right: 0.5em;
}

.rbe_column audio, .rbe_column video{
    width: 100%;
}

.rbe_column_20{width: calc(20% - 0.5em); }
.rbe_column_25{width: calc(25% - 0.5em); }
.rbe_column_33{width: calc(33.3% - 0.5em); }
.rbe_column_50{width: calc(50% - 0.5em);  }
.rbe_column_66{width: calc(66.6% - 0.5em); }
.rbe_column_75{width: calc(75% - 0.5em); }

.rbe_column + .rbe_column{
    margin-left: 0.5em !important;
}


.rbe_bw{

}
.rbe_bl.rbe_bw_75>*:first-child, .rbe_bl.rbe_bw_75>.rbe_wrapper{
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.rbe_bl.rbe_bw_75>.rbe_wrapper{
    left: 12.5%;
}

.rbe_bl.rbe_bw_50>*:first-child, .rbe_bl.rbe_bw_50>.rbe_wrapper{
    width: 50%;    
    margin-left: auto !important;
    margin-right: auto !important;
}

.rbe_bl.rbe_bw_50>.rbe_wrapper{
    left: 25%;
}

.rbe_placeholder{
    color: gray;
    text-align: center;
}

.rbe_lh{
    
}
.rbe_lh_1{    height: 2em;}
.rbe_lh_2{    height: 3em;}
.rbe_lh_3{    height: 4em;}
.rbe_lh_4{    height: 5em;}
.rbe_lh_5{    height: 6em;}
.rbe_lh_6{    height: 7em;}
.rbe_spacer{position: relative; border-top-color: gray;}

.rbe_spacer_border::before{
    display: block;
    height: 1em;
    width: 100%;
    content: "";
    position: absolute;
    top: 45%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: inherit;

}
.rbe_anchor{
    color: gray;
    height: 1em;
    font-size: 0.8em;
}
.rbe_align_center .rbe_spacer_border::before{
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}
.rbe_align_right .rbe_spacer_border::before{
    right:0;
}

.rbe_spacer_50::before{
    width: 50% !important;
}
.rbe_spacer_75::before{
    width: 75% !important;
}
.rbe_spacer_100::before{
    width: 100% !important;
}




.rbe_spacer_border.rbe_spacer_bw_s::before{
    border-top-width: 1px;
}
.rbe_spacer_border.rbe_spacer_bw_m::before{
    border-top-width: 3px;
}
.rbe_spacer_border.rbe_spacer_bw_l::before{
    border-top-width: 5px;
}

.rbe_spacer_border.rbe_spacer_bs_solid::before{
    border-top-style: solid !important;
}
.rbe_spacer_border.rbe_spacer_bs_dashed::before{
    border-top-style: dashed !important;
}
.rbe_spacer_border.rbe_spacer_bs_dotted::before{
    border-top-style: dotted !important;
}
.rbe_spacer_border.rbe_spacer_bs_double::before{
    border-top-style: double !important;
}



.rbe_border>*:first-child{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
}
.rbe_next{
    border: none !important;
}

.rbe_borderwidth_s>*:first-child{
    border-width: 1px !important;
}
.rbe_borderwidth_m>*:first-child{
    border-width: 3px !important;
}
.rbe_borderwidth_l>*:first-child{
    border-width: 5px !important;
}

.rbe_borderstyle_solid>*:first-child{
    border-style: solid !important;
}
.rbe_borderstyle_dashed>*:first-child{
    border-style: dashed !important;
}
.rbe_borderstyle_dotted>*:first-child{
    border-style: dotted !important;
}
.rbe_borderstyle_double>*:first-child{
    border-style: double !important;
}
.rbe_borderrounded_low>*:first-child, .rbe_wrapper.rbe_borderrounded_low, .rbe_group>.rbe_borderrounded_low{
    border-radius: 1rem !important;
}
.rbe_borderrounded_normal>*:first-child, .rbe_wrapper.rbe_borderrounded_normal, .rbe_group>.rbe_borderrounded_normal{
    border-radius: 2rem !important;
}
.rbe_borderrounded_high>*:first-child, .rbe_wrapper.rbe_borderrounded_high, .rbe_group>.rbe_borderrounded_high{
    border-radius: 50% !important;
}

video.rbe_shadow_low, .rbe_shadow_low>*:first-child{    
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
}
video.rbe_shadow_high, .rbe_shadow_high>*:first-child{    
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4) !important;
}


.rbe_video{
    position:relative;
}
.rbe_video .playimg{
    background: url(icons/play_button.png) no-repeat center ;
    background-size: contain;
    opacity: 0.90;
    cursor: pointer;
    transition: opacity 150ms;
    
    width:40%;
    height:40%;
    position:absolute;
    left:30%;
    top:30%;
    margin:auto;
}
.rbe_video .playimg:hover{
    opacity: 0.5;
}
.rbe_video-container{
    position: relative;
    display: inline-block;    
}


.rbe_height_25{
    min-height: 25vw;
}
.rbe_height_50{
    min-height: 50vw;
}
.rbe_height_75{
    min-height: 75vw;
}

.rbe_container .rbe_spacer, .rbe_container .rbe_delay{
    position: relative;   
    opacity: 0.5; 
}
.rbe_spacer::before, .rbe_delay::before{
    display: block;
    height: 1em;
    width: 100%;
    content: "";
    position: absolute;
    top: 45%;
    border: none;
}
.rbe_container .rbe_delay::before{
    border-top: dotted 1px lightgray;
}
/*.rbe_container .rbe_spacer_border::before{
    border-top: solid 1px gray;
}
*/
.rbe_container .rbe_spacer::after, .rbe_container .rbe_delay::after{
    display: block;
    height: 1em;
    width: 100%;
    content: "Bloc d'espacement";
    color: gray;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 50%;
}
.rbe_container .rbe_delay::before{
    top: -10%;
}
.rbe_container .rbe_delay::after{
    top: 0%;
}
 .rbe_container .rbe_delay::after{
    content: "Les blocs suivants s'afficheront après la temporisation";
}
.rbe_delay .delaytimer{
    font-size: 3em;
    font-weight: bold;
    text-align: center; 
}



.rbe_container .rbe_spacer, .rbe_container .rbe_tempo{
    position: relative;   
    opacity: 0.5; 
}
.rbe_spacer::before, .rbe_tempo::before{
    display: block;
    height: 1em;
    width: 100%;
    content: "";
    position: absolute;
    top: 45%;
    border: none;
}
.rbe_container .rbe_tempo::before{
    border-top: dotted 1px lightgray;
}
/*.rbe_container .rbe_spacer_border::before{
    border-top: solid 1px gray;
}
*/
.rbe_container .rbe_spacer::after, .rbe_container .rbe_tempo::after{
    display: block;
    height: 1em;
    width: 100%;
    content: " ";
    color: gray;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 50%;
}
.rbe_container .rbe_tempo::before{
    top: -10%;
}
.rbe_container .rbe_tempo::after{
    top: 0%;
}
 .rbe_container .rbe_tempo::after{
    content: "Les blocs suivants se cacheront après la temporisation";
}
.rbe_tempo .delaytimer{
    font-size: 3em;
    font-weight: bold;
    text-align: center; 
}



.rbe_button-link{
    padding: 1rem;
    text-align: center;    
    font-weight: bold;
    display: inline-block;
    margin: 0.5rem;
    transition: transform .2s ease-in-out;
    text-decoration: none !important;
    hyphens: none;
}
.rbe_button-link:hover {
    color: inherit;
    transform: scale(1.05);
    text-decoration: none !important;
}

.rbe_button-size-small{
    font-size: 2rem;
}
.rbe_button-size-medium{
    font-size: 2.5rem;
}
.rbe_button-size-large{
    font-size: 3rem;
}

.rbe_button-rounded-low{
    border-radius: 8px;
}
.rbe_button-rounded-normal{
    border-radius: 1rem;
}
.rbe_button-rounded-high{
    border-radius: 2rem;
}

.rbe_button-hpadding-small{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.rbe_button-hpadding-medium{
    padding-left: 1rem;
    padding-right: 1rem;
}
.rbe_button-hpadding-large{
    padding-left: 2rem;
    padding-right: 2rem;
}
.rbe_button-vpadding-small{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.rbe_button-vpadding-medium{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.rbe_button-vpadding-large{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.rbe_button-border-low, .rbe_button-border-normal, .rbe_button-border-high{
    border-style: solid;
}
.rbe_button-border-low{
    border-width: 1px;    
}
.rbe_button-border-normal{
    border-width: 3px;
}
.rbe_button-border-high{
    border-width: 5px;
}


.dragfileover{
    background-color: rgb(240,240,240);
}

.rbe_delayed{
    display: none;
}

.rbe_figcaption{
    font-size: 0.9em;
    /*margin-bottom: 1em;*/
    position: relative;
    /*text-align: center;*/
}
.rbe_legend{
    padding: 0.5em 1em ;
    color: gray;
    background-color: #eee;
}

.rbe_credits a{
    color: white !important;
    border-bottom: dotted 1px black;
}
.rbe_credits{
    text-shadow: 1px 1px 0px black;
    color: white;
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
    position: absolute;
    right: 1em;
    top: -2em;
    font-family: sans-serif;
}
::selection, ::-moz-selection {
    color: white;
    background: #17AA8D;
}
.rbe_bl *[contenteditable]:empty:before {
  content: "\200B";
  display: inline;
}

.rbe_bl>*[contenteditable]{
    /*display: inline-block;*/
    width: 100%;
}
.rbe_bl>*[contenteditable]{
    min-height: 1.5em;
    
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}





/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(jcrop/Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}



.highlight{
    background-color: yellow;
    padding: 0.3em 0.4em;
    border-radius: 0.3em;
    margin: 0 0.2em;
}

.colored{
    color: var(--color);
}

.src_img{
    display: none;
}
.lblMedia.lblChecked ~ .src_medias, .lblScreen.lblChecked ~ .src_screen{
    display: block;
}
.lblMedia.lblChecked ~ .src_screen, .lblScreen.lblChecked ~ .src_medias{
    display: hidden;
}


.ul-columns{
    column-count: 1;
    column-width: 33%;
}
.ul-columns-2{
    column-count: 2;
}
.ul-columns-3{
    column-count: 3;
}
.ul-columns-4{
    column-count: 4;
}
.rbe_seealso .card{
    max-width: 33%;
    width: 100%;
}
.rbe_seealso{
  
}
.rbe_seealso .seealso-columns-1 .card{
  max-width: 100%;
}
.rbe_seealso .seealso-columns-2 .card{
  max-width: 49%;
}
.rbe_seealso .seealso-columns-3 .card{
  max-width: 32%;
}

.rbe_article{
    
}
.rbe_article.horizontal .rbe_article-img{
    vertical-align: text-top;
    display: inline-block;
    width: 24%;    
}
.rbe_article.horizontal .rbe_article-text{
    vertical-align: text-top;
    display: inline-block;
    width: 75%;
}

.rbe_article h4{
    padding-left: 0 !important;
}
.rbe_article-hpadding-small{
    padding-left: 1rem;
    padding-right: 1rem;
}
.rbe_article-hpadding-medium{
    padding-left: 2rem;
    padding-right: 2rem;
}
.rbe_article-hpadding-large{
    padding-left: 3rem;
    padding-right: 3rem;
}
.rbe_article-vpadding-small{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.rbe_article-vpadding-medium{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.rbe_article-vpadding-large{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*.rbe_article .rbe_article-img{
    display: inline-block;
    vertical-align: bottom;
    width: 25%
}
.rbe_article .rbe_article-text{
    display: inline-block;
    vertical-align: top;
    width: 74%
}*/

.content_page-small .abstract{
    font-size: 0.9em;        
}
.content_page-medium .abstract{
    font-size: 0.9em;    
}
.content_page-large{
    min-height: 300px;
    position: relative;
}
.content_page-large .abstract h4{
    padding: 0 !important;
}
.content_page-large .abstract{
    min-height: 50%;
    background-color: rgba(255,255,255,0.7);
    color: black;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    width: 100%;
}

@media (max-width: 800px) {

}
@media (max-width: 640px) {

  .rbe_image img{
    width: 100%;
  }
  .logo .rbe_image img{
    width: auto;
  }
  .rbe_image .isicon{
    width: auto; 
  }

  .rbe_bl iframe {
    /*width: 100%;*/
  }
  .rbe_text{
    padding-left: 0.5em !important; 
    padding-right: 0.5em !important;
  }

  .rbe_column_20{width:100% !important; }
  .rbe_column_25{width:100% !important; }
  .rbe_column_33{width:100% !important; }
  .rbe_column_50{width:100% !important; }
  .rbe_column_66{width:100% !important; }
  .rbe_column_75{width:100% !important; }

  .rbe_seealso .card{
      max-width: 50% !important;
  }

    .rbe_bl.rbe_bw_75>*:first-child, .rbe_bl.rbe_bw_75>.rbe_wrapper{
        width: 100%;
    }

    .rbe_bl.rbe_bw_50>*:first-child, .rbe_bl.rbe_bw_50>.rbe_wrapper{
        width: 100%;
    }
  .rbe_fullwidth:before{
    display: none;
  }

  .rbe_height_25, .rbe_height_50, .rbe_height_75{
      height: 100% !important;
      min-height: 100% !important;
  }
  .rbe_fullwidthWrapper{
    background-size: cover !important;
  }
  .rbe_float{
    display: block;
  }
  .slideshow-title{
      font-size: 1.1em !important;
  }

  .rbe_lh_1{    height: 1em;}
  .rbe_lh_2{    height: 1.5em;}
  .rbe_lh_3{    height: 2em;}
  .rbe_lh_4{    height: 2.5em;}
  .rbe_lh_5{    height: 3em;}
  .rbe_lh_6{    height: 3.5em;}

}


@media (max-width: 500px) {
    .rbe_container{
        min-width: auto;
        width: 100%;
    }

    .rbe_catch{
        font-size: 1.2em !important;
    }
    .rbe_bl .rbe_fontsize_large{
        font-size: 1.2em !important; 
    }
    /*
    .rbe_align_center,
    */
    .rbe_align_right{
        text-align: left;
    }
    .slideshow-title{
      font-size: 1.0em !important;
    }
    .rbe_article{
        margin-bottom: 3em !important;
    }
    .rbe_article.horizontal .rbe_article-img, .rbe_article.horizontal .rbe_article-text{
        display: block  !important;
        width: 100%  !important;
    }
    .countdown_large, .countdown_small, .countdown_normal{
        font-size: 3vw !important;
    }

    .rbe_lh_1{    height: 1em;}
    .rbe_lh_2{    height: 1em;}
    .rbe_lh_3{    height: 1em;}
    .rbe_lh_4{    height: 2em;}
    .rbe_lh_5{    height: 2em;}
    .rbe_lh_6{    height: 2em;}

    .rbe_blockOptions{
        min-width: auto;
    }
    .rbe_grouped_buttons{
        width: 100%;
    }
}

.playbackspeed{
    
}
.playbackspeed input{
    width: 6em;
}
.playbackspeed output{
    display: inline-block;
    width: 2em;
    text-align: right;
}

.gallery-image{
    text-align: center;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.rbe_bl .gallery-image{
    width: auto;
}
.gallery-margin-small .gallery-image{
    margin: 0.5em;
}
.gallery-margin-normal .gallery-image{
    margin: 1em;
}
.gallery-margin-big .gallery-image{
    margin: 2em;
}


.slideshow{
    width: auto; /*Same as width of the large image*/
    display: inline-block;   
    position: relative;
    max-width: 100%;
    /*Instead of height we will use padding*/    
    /*That helps bring the labels down*/
    /*padding-top: 320px; */

    /*margin: 100px auto;*/
    
    /*Lets add a shadow*/
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);*/
    padding-bottom: 1em;
}


/*Last thing remaining is to add transitions*/
.slideshow>.slideshow-slide{
    position: absolute;
    left: 0; 
    top: 0;
    transition: all 0.5s;
}

.slideshow .slide-switch {
    display: none;
}

.slideshow label {
    /*Lets add some spacing for the thumbnails*/
    margin: 0 0.1em;
    margin-top: 0.5em; 
    cursor: pointer;
    transition: all 0.5s;
    
    /*Default style = low opacity*/
    opacity: 0.6;

}

.slideshow label.primary-border{
    border-width: 2px !important;
}

.slideshow label img{
    display: block;
}
/* reset radio input*/
.slideshow [type="radio"] + label::after,
.slideshow [type="radio"] + label::before
{
    display:none !important;
}
.slideshow [type="radio"] + label{
    padding: 0;
    width: auto;
    height: auto;
}


.slideshow.slideshow-nav-dot label img{
    display: none;
}
.slideshow.slideshow-nav-dot label{
    border-radius: 50%;
    width: 0.5em;
    height: 0.5em;
    padding-left: 0px !important;
    background: #999;
    display: inline-block;
}
.slideshow.slideshow-nav-bar label img{
    display: none;
}
.slideshow.slideshow-nav-bar label{
    width: 2em;
    height: 0.5em;
    background: #999;
    display: inline-block;
}

.slideshow-title{
    position: absolute;
    top: 0.5em;
    left: 0;
    background: rgba(0,0,0,0.3);
    color: white;
    padding: 0.5em;
    font-size: 1.5em;
}
.slideshow-title-small{
    font-size: 1em;
}
.slideshow-title-big{
    font-size: 2em;
}

.slideshow_progress{
    background: gray;
    opacity: 0.9;
    position: relative;
    /*top: -4px; */
    height: 2px;
    width: 100%;
    animation: slideprogress 1s ease-out;
    animation-play-state: paused;
    animation-iteration-count: infinite;
}

@keyframes slideprogress {
  0% { 
    opacity: 0.5;
    width: 0%;
  }
  100% { 
    opacity: 0.9;
    width: 100%;
  }
}
/*Time to add the click effects*/
.slideshow .slide-switch:checked+label {
    /*border-color: #666;*/
    opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/

/*Time to work on the main images*/
.slideshow .slide-switch ~ .slideshow-slide{
    opacity: 0;
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slideshow .slide-switch:checked+label+.slideshow-slide {
    opacity: 1;
}

.slideshow-anim-forward .slide-switch ~ .slideshow-slide{    
    animation: forwardOut 0.5s ease-in;
}
.slideshow-anim-forward .slide-switch:checked+label+.slideshow-slide{    
    animation: forwardIn 0.5s ease-out;
}

.slideshow-anim-fade .slide-switch ~ .slideshow-slide{    
    animation: fadeOut 0.5s ease-in;
}
.slideshow-anim-fade .slide-switch:checked+label+.slideshow-slide{    
    animation: fadeIn 0.5s ease-out;
}

.slideshow-anim-left .slide-switch ~ .slideshow-slide{    
    animation: leftOut 0.5s ease-in;
}
.slideshow-anim-left .slide-switch:checked+label+.slideshow-slide{    
    animation: leftIn 0.5s ease-in;
}

.slideshow-anim-blur .slide-switch ~ .slideshow-slide{    
    animation: blurOut 1s ease-in;
}
.slideshow-anim-blur .slide-switch:checked+label+.slideshow-slide{    
    animation: blurIn 1s ease-out;
}



@keyframes forwardIn {
  0% { 
    opacity: 0;
    transform: scale(1.1);
  }
  100% { 
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes forwardOut {
  0% { 
    opacity: 1;
    transform: scale(1.0);
  }
  100% { 
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% { 
    opacity: 1;
  }
  100% { 
    opacity: 0;
  }
}
@keyframes leftIn {
  0% { 
    opacity: 0;
    transform: translateX(100%);
  }
  100% { 
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes leftOut {
  0% { 
    opacity: 1;
    transform: translateX(0%);
  }
  100% { 
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes blurIn {
  0% { 
    opacity: 0;
    filter: blur(3px);
  }
  100% { 
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes blurOut {
  0% { 
    opacity: 1;
    filter: blur(0px);
  }
  100% { 
    opacity: 0;
    filter: blur(3px);
  }
}


.rbe_percentage{
    display: inline-block;
}


.circular-chart {
  display: block;
  margin: 0 auto;
}

.circle-bg {
  fill: none;
  
}

.circle {
  fill: none;
  stroke-linecap: round;
  animation: circleprogress 1s ease-out forwards;
}

@keyframes circleprogress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.satisfaction_form .buttons .button{
    background: transparent;    
}