/**** RTitle *****/
.ldsRTitleBlock {
    border-bottom: 1px solid #c1c1c1;
    height: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 48;
    display:inline-block;
}

.ldsRTitleBlock h1 {
    background: #FFFFFF;
    color: #515151;
    display: inline-block;
    margin: 0;
    padding: 0 0.5em;
    position: relative;
    width: auto;
    font-size: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ldsRTitle {
    font-size: 32px;
    font-family: "Century gothic";
    color: #515151;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/**** END RTitle *****/

/**** RVerticalSlidingInset *****/
/**** Style CARRE *****/
.box_faq_list {
	margin:10px;
}
.box_faq_item .box_faq_answer,
.box_faq_list_down .box_faq_answer {
	margin:5px 0 25px 50px;
}
.box_faq_answer ul {
	display: block;
	margin-left:25px;
	list-style-type:none;
}

.box_faq_answer ul li
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size:16px;
	line-height:28px;
	color:#888888;
	padding-left:2px;
        background: transparent !important;
}
.box_faq_answer ul li, 
.box_faq_answer ul.singleline li{
	list-style-type:none;
}
.box_faq_answer ul li:before, 
.box_faq_answer ul.singleline li:before {
      /* For a round bullet */
      /* content:'\2022'; */
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -24px;
      top: -0px;
      color: #555;
      font-size: 14px;
    }
.box_faq_list .box_faq_item {
	margin-bottom:5px;
}
.box_faq_toggle,
.box_faq_list_down .box_faq_toggle,
.box_faq_toggle_all, 
.box_faq_toggle_all_down {
	cursor:pointer;
	border: 1px solid #dddddd;
	min-height:20px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:16px;
	color:#888888;
	line-height:26px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:14px;
}
.box_faq_item .box_faq_toggle {
	padding-right:20px;
	padding-left:50px;
	display:block;
	cursor:pointer;
}
.box_faq_list_down .box_faq_toggle,
.box_faq_toggle_all_down {
	background-position:0 -337px;
}
.box_faq_toggle_all {
	color: #2a7433;
        padding-bottom: 2px;
        background: transparent;
        border: 0;
        font-size: 14px;
        margin-top: -20px;
        display: block;
        margin-left: 3px;
}
.box_faq_toggle:hover,
.box_faq_list_down .box_faq_toggle:hover,
.box_faq_toggle_all:hover, 
.box_faq_toggle_all_down:hover {
	color: #888888;
	text-decoration:underline;
}
.box_faq_list, .box_faq_toggle_all, .box_faq_answer ul li {

}
.box_faq_toggle_all {
	padding-bottom:2px;
}

.box_faq_answer ul.singleline{
	padding-left:0px;
	margin-left:-10px;
}
/*.box_faq_answer {
	display:none;
}*/


.box_faq_toggle, .box_faq_list_down .box_faq_toggle, .box_faq_toggle_all, .box_faq_toggle_all_down
{
  cursor: pointer;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #dddddd;
  border-right-color-value: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color-value: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  min-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #888888;
  line-height: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

/* Ligne 214 */
.box_faq_item .box_faq_toggle
{
  padding-right: 20px;
  padding-left: 60px;
  display: block;
  cursor: pointer;
}

/* Ligne 234 */
.box_faq_toggle:hover, .box_faq_list_down .box_faq_toggle:hover, .box_faq_toggle_all:hover, .box_faq_toggle_all_down:hover
{
  color: #888888;
}

.box_faq_list_down .box_faq_toggle, .box_faq_toggle_all_down
{
  background-position: 0px -337px;
}
/**** END Style CARRE *****/

/**** Style CUSTOM *****/
.RVerticalSlidingInsetCustom {
    cursor: pointer;
}
/**** END Style CUSTOM *****/

/**** END RVerticalSlidingInset *****/


/**** RTabs *****/
/* REQUIRED for core functionality */
.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}
/* END - Required for core functionality */

/* OPTIONAL - Basic Skin */
.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #dad6e0;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}
.responsive-tabs__list__item {
    color:#000000 ;
}
.responsive-tabs__list { 
    font-size: 1.2em; 
    margin: 2em 0 0 0; 
    padding: 0;
    border-bottom: 1px solid #dad6e0; 
    padding-bottom:11px; 
    line-height: 1em;
}
.responsive-tabs__list__item {
    background:#dad6e0; 
    padding: 10px 20px;  
    margin-right: 1em; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
    border: 1px solid #dad6e0;
}
.responsive-tabs__list__item:hover {
    background:  #efefef ;
}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  
    background: #FFFFFF; 
    border-bottom-color: #FFFFFF ;
}

.responsive-tabs__panel { margin-bottom: 50px;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 5px; 
        border: 1px solid #dad6e0; 
        box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #dad6e0;
		position: relative;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color:#efefef;}
	.responsive-tabs__heading--active { background:#FFFFFF;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}
/* END - Optional - Basic Skin */

/* OPTIONAL - Accordion Skin */
@media (max-width: 740px) {
    .ldsrbAccMainCont {
        display: none;
    }
}

@media (min-width: 740px) {
    .ldsrbAccMainContMin {
        display: none;
    }
}

.ldsrbAccMainContMin {
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: auto;
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    border-top: 1px rgba(0, 138, 255, 0.71) solid;
    border-right: 1px rgba(0, 138, 255, 0.71) solid;
    border-left: 1px rgba(0, 138, 255, 0.71) solid;
}

.ldsrbAccRow {
    position: relative;
    display: block;
    height: auto;
    padding: 0 0 0 0;
    /*border-bottom: 1px rgba(0, 138, 255, 0.71) solid;*/
}

.ldsrbAccRowTitle {
    background-color: rgba(0,0,0,0.2);
    position: relative;
    display: block;
    text-align: left;
    height: 100%;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    cursor: pointer;
}

.ldsrbAccRowContentCont {
    max-height: 0;
    transition: all .5s ease-out;
}

.ldsrbAccRowContentCont.open {
 /*   max-height: 500px; */
    transition: all 1s ease-out;
}

.ldsrbAccRowContent {
    background-color: rgba(255,255,255,1);
    text-align: left;
    opacity: 0;
    transition: all .5s ease-out;
    padding: 25px;
}

.ldsrbAccRowContent.open {
    opacity: 1;
    transition: all .5s ease-out;
}

/* ******************** */

.ldsrbAccMainCont {
/*    background-image: url("../iso_album/bg.jpg");*/
    background-size: cover;
    width: 100%;
    font-size: 0;
/*    height: 500px;
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
*/

}

.ldsrbAccCol {
    background: rgba(0,0,0,.2);
    height: 100%;
    display: inline-block;
    position: relative;
    transition: all .25s ease-in;
    border: 0;
}

.ldsrbAccOverlay {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transition: all .5s ease-out;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.ldsrbAccOverlay:hover {
    transition: all .15s ease-in;
    opacity: 0;
}

.ldsrbAccOverlay.hover {
    transition: all .15s ease-in;
    opacity: 0;
}

.ldsrbHide {
    opacity: 0;
}

.ldsrbColContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #a9a9a9;
    z-index: 5;
    width: 90%;
    height: 50%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease-in;
}

.ldsrbColContent.hide {
    opacity: 0;
    transition: all .25s ease-in;
}

.ldsrbColContent2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%) !important;
    -webkit-transform: translate(-50%, 100%) !important;
    -ms-transform: translate(-50%, 100%) !important;
    color: #a9a9a9;
    z-index: 5;
    width: 50%;
    height: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease-in;
}

.ldsrbColContent2.hide {
    opacity: 0;
    transition: all .25s ease-in;
}

.ldsrbActiveCol {
    transition: all .25s ease-in;
    /*width: 60% !important;*/
}

.ldsrbMinCol {
    transition: all .25s ease-in;
    /*width: 10% !important; */
}

.ldsrbColInnerContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*color: #a9a9a9;*/
    z-index: 2;
    width: 80%;
    height: 85%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    border: 0;
    transition: all .25s ease-in;
    background-color: rgba(0, 238, 187, 0.33);
}

.ldsrbColInnerContent.show {
    top: 50%;
    opacity: 1;
    transition: all .25s ease-in;
}
/* END - Optional - Accordion Skin */
/**** END RTabs *****/




/**** RImage *****/
.ldsRImage {
    display:block;
    position:relative;
    max-width:100%;
    height:auto;
    overflow:hidden;
}

@media (min-width: 768px) {
    .ldsrPosSM-L {
        float: left;
        width: auto;
    }

    .ldsrPosSM-C {
        width: 100%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .ldsrPosSM-R {
        float: right;
        width: auto;
    }
}

.ldsrPosMD-L, .ldsrPosLG-L {}
.ldsrPosMD-C, .ldsrPosLG-C {}
.ldsrPosMD-R, .ldsrPosLG-R {}

@media (min-width: 992px) {
    .ldsrPosMD-L {
        float:left;
        width:auto;
    }
    .ldsrPosMD-R {
        float:right;
        width:auto;
    }
    .ldsrPosMD-C {
        width:100%;
        text-align:center;
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
}

.ldsrPosLG-L {
    float: left;
    width: auto;
}

.ldsrPosLG-R {
    float: right;
    width: auto;
}

.ldsrPosLG-C {
    width: 100%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/**** END RImage *****/


/**** VACCORDION ****/

@media (max-width: 740px) {
    .ldsrbVAccMainCont {
        display: none;
    }
}

@media (min-width: 740px) {
    .ldsrbVAccMainContMin {
        display: none;
    }
}

.ldsrbVAccMainContMin {
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: auto;
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    border-top: 1px rgba(0, 138, 255, 0.71) solid;
    border-right: 1px rgba(0, 138, 255, 0.71) solid;
    border-left: 1px rgba(0, 138, 255, 0.71) solid;
}

.ldsrbVAccRow {
    position: relative;
    display: block;
    height: auto;
    padding: 0 0 0 0;
    /*border-bottom: 1px rgba(0, 138, 255, 0.71) solid;*/
}

.ldsrbVAccRowTitle {
}

.ldsrbVAccRowTitleInner {
    background-color: rgba(0,0,0,0.5);
    position: relative;
    display: block;
    text-align: left;
    height: 100%;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    cursor: pointer;
}

.ldsrbVAccRowContentCont {
    max-height: 0;
    transition: all .5s ease-out;
}

.ldsrbVAccRowContentCont.open_ {
    max-height: 500px;
    overflow: auto;
    transition: all .5s ease-out;
}

.ldsrbVAccRowContent {
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    text-align: left;
    opacity: 0;
    transition: all .25s ease-out;
    padding: 25px;
}

.ldsrbVAccRowContent.open_ {
    opacity: 1;
    transition: all .25s ease-out;
}

/* ******************** */

.ldsrbVAccMainCont {

    background-size: cover;
    width: 100%;
    /*height: 500px;*/
    font-size: 0;
    /*font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;*/
}

.ldsrbVAccCol {
    /*background: rgba(0,0,0,.8);*/
    height: 100px;
    display: block;
    position: relative;
    transition: all .25s ease-in;
    overflow: hidden;
}

.ldsrbVAccOverlay {
    /*background: rgba(0, 0, 0, 0.55);*/
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transition: all .5s ease-out;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

.ldsrbVAccOverlay:hover {
    transition: all .15s ease-in;
    opacity: 0;
}

.ldsrbVAccOverlay.hover {
    transition: all .15s ease-in;
    opacity: 0;
}

.ldsrbVHide {
    opacity: 0;
    display: none;
    cursor: default;
}

.ldsrbVColContent {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    /*color: #a9a9a9;*/
    z-index: 5;
    width: 50%;
    height: 50%;
    /*font-size: 20px;*/
    text-align: center;
    transition: all .25s ease-in;
    cursor: pointer;
}

.ldsrbVColContent.hide {
    opacity: 0;
    transition: all .25s ease-in;
    cursor: default;
}

.ldsrbVActiveCol {
    transition: all .25s ease-in;
    /*height: 500px !important;*/
}

.ldsrbVMinCol {
    transition: all .25s ease-in;
    width: 10% !important; 
}

.ldsrbVColInnerContent {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*color: #a9a9a9;*/
    z-index: 2;
    width: 80%;
    /*height: 70%;*/
    /*font-size: 20px;*/
    /*text-align: center;*/
    opacity: 0;
    transition: all .25s ease-in;
    /*background-color: rgba(0, 238, 187, 0.33);*/
}

.ldsrbVColInnerContent.show {
    top: 50%;
    opacity: 1;
    transition: all .25s ease-in;
}

.Vclose {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-30%, -50%) !important;
    -webkit-transform: translate(-30%, -50%) !important;
    -ms-transform: translate(-30%, -50%) !important;
    z-index: 6;
    cursor: pointer;
    opacity: 0;
    transition: all .25s ease-in;
    width: 30px;
    color: white;
}

.Vclose.show {
    top: 20px;
    opacity: 1;
    transition: all .25s ease-in;
}

.Vopen {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: rotate(180deg) translate(50%, -50%) !important;
    -webkit-transform: rotate(180deg) translate(50%, -50%) !important;
    -ms-transform: rotate(180deg) translate(50%, -50%) !important;
    z-index: 6;
    cursor: pointer;
    opacity: 0;
    transition: all .25s ease-in;
    width: 30px;
    color: white;
}

.Vopen.show {
    opacity: 1;
    transition: all .25s ease-in;
}

/**** END VACCORDION ****/


/**** Content List ****/

.ldsrbListCSSleft {
    left: 0;
}

.ldsrbListCSSright {
    right: 0;
}

@media (max-width: 991px) { /* SMALL */
    .ldsrbTitlesMinContainer {
        display: block;
    }
    .ldsrbtitleDescContainer {
        display: none;
    }
    .ldsrbLCButton {
        display: block;
    }
    .ldsrbListContainerContainer {
        position: fixed !important;
        top: 0;
        left: 0;
        width: calc(100%) !important;
        height: calc(100%);
        z-index: 9999;
        overflow: auto;
        background-color: rgba(0,0,0,.87) !important;
        display: none;
        padding: 15px;
    }
    .ldsrbListContainer {
        height: auto !important;
    }
    .ldsrbDisplayBlock {
        display: block !important;
    }
    .ldsrbLCButton {
        z-index: 10000;
        position: absolute;
        top: 0px;
        right: 5px;
        background: #fff;
        color: #005386;
        width: 50px;
        height: 50px;
        vertical-align: top;
        font-size: 35px;
        border-radius: 100%;
        padding: 7px 8px;
        display: block;
        transition: all .5s ease-out;
        cursor: pointer;
        opacity: 0.8;
        border: solid 2px;
    }
}

@media (min-width: 992px) { /* LARGE */
    .ldsrbTitlesMinContainer {
        display: none;
    }
    .ldsrbtitleDescContainer {
        display: block;
    }
    .ldsrbLCButton {
        display: none;
    }
}

.ldsrbTitlesMinContainer {
    font-size: 30px;
    transition: all .25s ease-out;
}

.ldsrbContentContainer {
    min-height: 600px;
    transition: all .25s ease-out;
}

.ldsrbListTitleDescContainer {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.ldsrbtitleDescContainer {
    transition: all .25s ease-out;
    min-height: 0 !important;
}

.ldsrbListContainerContainer {
    transition: all .25s ease-out;
    overflow: hidden;
}

.ldsrbListContainer {
    transition: all .25s ease-out;
    padding: 0px !important;
    overflow: hidden;
    width: 100% !important;
}

.ldsrbTitleMin {
    display: none;
    transition: all .25s ease-out;
}

.ldsrbTitleMin_title {
    transition: all .25s ease-out;
}

.ldsrbTitleMin_desc {
    font-size: 18px;
    transition: all .25s ease-out;
}

.ldsrbContent {
    display: none;
    transition: all .25s ease-out;
}

.ldsrbTitleDesc {
    display: none;
    min-height: 100px;
    transition: all .25s ease-out;
}

.ldsrbTitleDesc_title {
    font-size: 30px;
}

.ldsrbTitleDesc_desc {
    font-size: 18px;
}

.ldsrbList {
    cursor: pointer;
    padding: 10px;
    transition: all .25s ease-out;
    max-height: 70px;
}

/*.ldsrbList:hover {
    background-color: #4877ff;
}*/

.ldsrbList > img {
    max-width: 50px;
    vertical-align: top;
    margin-right: 15px;
    float: left;
}

.ldsrbList > p {
    display: inline;
    font-size: 18px;
    vertical-align: middle;
}

.ldsrbContentListMain {
    content: " "; 
    display: block;
    clear: both;
    overflow: hidden;
    transition: all .25s ease-out;
}

.ldsrbBg {
    position: absolute !important;
    top: 0;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: all .25s ease-out;
}

.ldsrbUp {
    background-color: #194280;
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    opacity: 0.7;
    cursor: pointer;
}

.ldsrbUp > i {
    font-size: 28px;
    color: white;
    margin-left: calc(50% - 14px);
}

.ldsrbDown {
    background-color: #194280;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    opacity: 0.7;
    cursor: pointer;
}

.ldsrbDown > i {
    font-size: 28px;
    color: white;
    margin-left: calc(50% - 14px);
}

.ldsrbPause {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    border-radius: 8px;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.71);
    padding: 5px 10px 5px 10px;
}

/**** End ContentList ****/


/**** RTabs style headband ****/

.ldsrbHeadbandTitles {
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;
}

.ldsrbHeadbandTitlesMainCont {
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;
    /*width: max-content;*/
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ccc;
}

.ldsrbHeadbandTitlesCont {
    display: inline-block;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
}

.ldsrbHeadbandTitlesCont:hover {
    border-bottom: 3px solid ;
}

.ldsrbHeadbandTitleIcon {
    text-align: center;
}

.ldsrbHeadbandTitleName {
    text-align: center;
}

.ldsrbHeadbandLeftArrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
}

.ldsrbHeadbandLeftArrow > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldsrbHeadbandRightArrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
}

.ldsrbHeadbandRightArrow > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldsrbHeadbandContentCont {
    display: none;
}