/*
 * (C)opyright Solocal Group 2014-2015
 *
 * This is Solocal Group proprietary source code.
 * Any reproduction modification or use without prior written
 * approval from Solocal Group is strictly forbidden.
 *
 */
/* overlay */
.component.popin {
    /* take all the available space on screen */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;

    /* semi-transparent black background */
    background: none;  /* IE */
    background-color: rgba(0, 0, 0);  /* fallback for older browsers */
    background-color: rgba(0, 0, 0, 0.9);  /* modern browsers */
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000,endColorstr=#E5000000);  /* IE 8 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000,endColorstr=#E5000000);  /* IE < 8 */
    zoom: 1;  /* IE */

    /* opacity animation */
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.component.popin.closed {
    visibility: hidden;  /* don't use display none here because it prevents the inner components from performing size calculations */
    opacity: 0;  /* for opacity animation */
    z-index: -1; /* Fixes the popin overlay when she is closed */
    left: -9999px; /* Fixes the popin overlay when she is closed */
}

/* inner content */
.component.popin > .popin-content {
    background: #FFF;
    width: 480px;
    margin: 50px auto 0;
    padding: 10px 30px 30px;
    cursor: default;
    list-style: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}


/* comp last_updated */
.component.last_updated.localch_view .last-updated-item{list-style-type: none;}

.component.last_updated.editus-mobile_view .gris{color:#b2b2b2;}

.component.last_updated a.localch-logo:before{content: "";display: inline-block;margin-right: 9px;width: 29px;height: 28px;float: left; background: url(/service/2.43.0/component_statics/fr/presentation/last_updated//imgs/local_promo_logo.png) no-repeat top left;}
.component.last_updated a.localch-logo{overflow: hidden;  /* clear the float */}
.component.last_updated.selfcare_access_via_link_view .last-updated-items,
.component.last_updated.selfcare_access_via_email_view .last-updated-items,
.component.last_updated.edicom_view .last-updated-items { display: table; }
.component.last_updated.selfcare_access_via_link_view  .last-updated-items > *,
.component.last_updated.selfcare_access_via_email_view .last-updated-items > *,
.component.last_updated.edicom_view .last-updated-items > *{  display: table-cell; }

/*magic key*/
.component.last_updated  a.site-creator-logo {text-decoration:none;background: transparent top left url("/service/2.43.0/component_statics/fr/presentation/last_updated//imgs/soms_logo_black.png") no-repeat;display: block;width: 81px;height: 35px;margin: 0 15px 0 0;}
.component.last_updated  a.edicom-logo{text-decoration: none;background: transparent top left url("/service/2.43.0/component_statics/fr/presentation/last_updated//imgs/edicom_logo.png") no-repeat;display: block;width: 81px;height: 26px; margin: 0 15px 0 0;}
.component.last_updated .site_title_view .corporate-name{font-weight: bold;color:#000000}
.component.last_updated .site-creator-name{color:#000000}
.component.last_updated .selfcare-link{text-decoration:none;color:#000000;font-weight: bold;}
.component.last_updated .site_title_view{display:inline}
.component.last_updated .site_creator_view{display:inline}
.component.last_updated .site_creator_view{display:inline}

/*magic key popin*/
.component.last_updated .mandatory-message:before {content: "*";display: inline-block;}

/* contrasted color */
.component.last_updated.high_contrast_on_primary,
.component.last_updated.high_contrast_on_primary .selfcare-link,
.component.last_updated.high_contrast_on_primary .site_title_view .corporate-name{background-color: #00275E; color: #FFFFFF;}
.component.last_updated.high_contrast_on_secondary,
.component.last_updated.high_contrast_on_secondary .selfcare-link,
.component.last_updated.high_contrast_on_secondary .site_title_view .corporate-name{background-color: #124665; color: #FFFFFF;}
.component.last_updated.high_contrast_on_additional,
.component.last_updated.high_contrast_on_additional .selfcare-link,
.component.last_updated.high_contrast_on_additional .site_title_view .corporate-name{background-color: #00142f; color: #FFFFFF;}

.component.last_updated.site_creator_logo_view.high_contrast_on_primary a.site-creator-logo {background: transparent top left url("/service/2.43.0/component_statics/fr/presentation/last_updated//imgs/soms_logo_white.png") no-repeat;}
.component.last_updated.site_creator_logo_view.high_contrast_on_secondary a.site-creator-logo {background: transparent top left url("/service/2.43.0/component_statics/fr/presentation/last_updated//imgs/soms_logo_white.png") no-repeat;}
.component.last_updated.site_creator_logo_view.high_contrast_on_additional a.site-creator-logo {background: transparent top left url("/service/2.43.0/component_statics/fr/presentation/last_updated//imgs/soms_logo_white.png") no-repeat;}





/**************************/
/* Predefined backgrounds */
/**************************/

/*SCALE*/
.BG1001{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1001.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1002{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1002.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1003{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1003.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1004{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1004.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1005{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1005.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1006{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1006.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1007{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1007.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1008{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1008.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1009{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1009.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1010{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG1010.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }

.BG1011{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-01.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1012{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-02.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1013{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-03.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1014{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-04.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1015{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-05.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1016{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-06.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1017{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-07.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1018{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-08.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1019{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-09.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1020{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-10.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1021{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-11.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1022{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-12.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1023{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-13.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1024{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-14.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1025{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-15.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1026{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-16.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1027{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-17.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1028{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-18.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1029{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-19.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1030{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-20.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1031{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-21.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1032{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-22.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1033{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-23.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1034{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-24.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1035{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-25.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1036{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-26.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1037{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-27.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1038{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-28.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1039{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-29.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1040{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-30.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1041{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-31.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1042{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-32.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1043{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-33.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1044{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-34.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1045{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-35.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1046{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-36.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1047{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-37.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1048{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-38.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1049{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-39.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1050{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-40.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1051{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-41.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1052{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-42.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1053{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-43.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1054{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-44.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1055{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-45.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1056{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-46.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1057{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-47.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1058{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-48.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1059{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-49.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1060{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-50.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1061{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-51.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1062{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-52.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1063{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-53.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1064{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-54.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG1065{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BACKGROUND_-55.png); background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BG7000{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7000.jpg);         background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }

.BGB100{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/black-100.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BGB80{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/black-80.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BGB40{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/black-40.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BGT{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/transp.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BGW100{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/white-100.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BGW80{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/white-80.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }
.BGW40{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/white-40.png); background-position:center top; background-repeat:repeat; -webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%; }

/*NO-REPEAT*/
.BG3001{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3001.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3002{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3002.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3003{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3003.png); background-position:center top; background-repeat:no-repeat; }
.BG3004{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3004.jpg); background-position:center top; background-repeat:no-repeat; background-color:#000000; }
.BG3005{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3005.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3006{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3006.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3007{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3007.jpg); background-position:center top; background-repeat:no-repeat; background-color:#73C3FE; }
.BG3008{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3008.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3009{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3009.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3010{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3010.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3011{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3011.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FFFFFF; }
.BG3012{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3012.jpg); background-position:center top; background-repeat:no-repeat; background-color:#043641; }
.BG3013{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3013.jpg); background-position:center top; background-repeat:no-repeat; background-color:#FD628A; }
.BG3014{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3014.png); background-position:center top; background-repeat:no-repeat; }
.BG3015{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3015.png); background-position:center top; background-repeat:no-repeat; }
.BG3016{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG3016.png); background-position:center top; background-repeat:no-repeat; }

.BG7009{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7009.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; }
.BG7010{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7010.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; }
.BG7011{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7011.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; }
.BG7002{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7002.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7003{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7003.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7004{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7004.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7005{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7005.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7006{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7006.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7007{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7007.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7008{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7008.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.BG7012{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG7012.jpg) !important; background-position: center top !important; background-repeat: no-repeat !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/*REPEAT*/
.BG6001{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6001.png); background-position:left top; background-repeat:repeat; }
.BG6002{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6002.png); background-position:left top; background-repeat:repeat; }
.BG6003{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6003.png); background-position:left top; background-repeat:repeat; }
.BG6004{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6004.png); background-position:left top; background-repeat:repeat; }
.BG6005{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6005.png); background-position:left top; background-repeat:repeat; }
.BG6006{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6006.png); background-position:left top; background-repeat:repeat; }
.BG6007{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6007.png); background-position:left top; background-repeat:repeat; }
.BG6008{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6008.png); background-position:left top; background-repeat:repeat; }
.BG6009{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6009.png); background-position:left top; background-repeat:repeat; }
.BG6010{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6010.png); background-position:left top; background-repeat:repeat; }
.BG6011{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6011.png); background-position:left top; background-repeat:repeat; }
.BG6012{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6012.png); background-position:left top; background-repeat:repeat; }
.BG6013{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6013.png); background-position:left top; background-repeat:repeat; }
.BG6014{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6014.png); background-position:left top; background-repeat:repeat; }
.BG6015{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6015.png); background-position:left top; background-repeat:repeat; }
.BG6016{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6016.png); background-position:left top; background-repeat:repeat; }
.BG6017{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG6017.png); background-position:left top; background-repeat:repeat; }

.BTL01{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_01.png); background-position:left top; background-repeat:repeat; }
.BTL02{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_02.png); background-position:left top; background-repeat:repeat; }
.BTL03{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_03.png); background-position:left top; background-repeat:repeat; }
.BTL04{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_04.png); background-position:left top; background-repeat:repeat; }
.BTL05{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_05.png); background-position:left top; background-repeat:repeat; }
.BTL06{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_06.png); background-position:left top; background-repeat:repeat; }
.BTL07{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_07.png); background-position:left top; background-repeat:repeat; }
.BTL08{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_08.png); background-position:left top; background-repeat:repeat; }
.BTL09{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_09.png); background-position:left top; background-repeat:repeat; }
.BTL10{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_10.png); background-position:left top; background-repeat:repeat; }
.BTL11{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_11.png); background-position:left top; background-repeat:repeat; }
.BTL12{ background-image:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/bkg_pat_12.png); background-position:left top; background-repeat:repeat; }

/* Editus */
.BG001{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG001.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG001.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG001.png', sizingMethod='scale')";}
.BG002{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG002.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG002.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG002.png', sizingMethod='scale')";}
.BG003{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG003.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG003.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG003.png', sizingMethod='scale')";}
.BG004{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG004.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG004.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG004.png', sizingMethod='scale')";}
.BG005{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG005.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG005.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG005.png', sizingMethod='scale')";}
.BG006{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG006.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG006.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG006.png', sizingMethod='scale')";}
.BG007{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG007.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG007.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG007.png', sizingMethod='scale')";}
.BG008{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG008.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG008.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG008.png', sizingMethod='scale')";}
.BG009{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG009.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG009.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG009.png', sizingMethod='scale')";}
.BG010{background:url(/service/2.43.0/component_statics/fr/presentation/background//imgs/BG010.png) no-repeat top center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG010.png', sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/service/2.43.0/component_statics/fr/presentation/background//imgs/BG010.png', sizingMethod='scale')";}


/*CUSTOM*/
.BG-custom.scale-mode {background-position:center top; background-repeat:no-repeat; -webkit-background-size:100%; -moz-background-size:100%; -o-background-size:100%; background-size:100%; }
.BG-custom.repeat-mode {background-position:left top; background-repeat:repeat;}
.BG-custom.no-repeat-mode {background-position:center top; background-repeat:no-repeat;}

/*HEADER BACKGROUND*/
.component.background.header_view.primary {background:#00275E; color:#FFFFFF;}
.component.background.header_view.secondary {background:#124665; color:#FFFFFF;}
.component.background.header_view.additional {background:#00142f; color:#FFFFFF;}
.component.background.header_view.no-background {background:none;}


.slideshow.default_view .diaporama{position:relative;margin:auto;clear:both;height:1px;width:1px;overflow:hidden;}
.slideshow.default_view .diaporama .img{position:absolute;top:0;left:0;text-align:center;overflow:hidden;}
.slideshow.default_view .diaporama .img img{margin:auto;}
.slideshow.default_view .prev,
.slideshow.default_view .next {
	position:absolute;top:50%;margin-top:-15px;background-color:#000000;color:#FFFFFF;padding:10px 15px;font-size:1.3em;font-weight:bold;text-decoration:none;
	opacity:0.6;filter:alpha(opacity=60);-moz-opacity:0.6;-ms-filter:"alpha(opacity=0.6)";-khtml-opacity:0.6;display: none
}
.slideshow.default_view .next{right:0;}
.slideshow.default_view .prev{left:0;}



.component.cart .visually-hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.component.cart .steps li.active {
    font-weight: bold;
}

.component.cart .redirecting_to_paypal{
    margin: 0 auto;
    text-align: center;
}

.component.languages .available-languages {
    list-style: none;
    padding: 0;
}

/* flags icons */
.component.languages.with_icons .flag {
    display: inline-block;
    overflow: hidden;
    font-size: 0;  /* hide the text but not the :before and :after elements */
}

.component.languages.with_icons .flag:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/service/2.43.0/component_statics/fr/presentation/languages//img/languages-flags.png);
    width: 19px;
    height: 13px;
}

.component.languages.with_icons .flag.fr:before {
    background-position: 0 0;
}

.component.languages.with_icons .flag.lb:before {
    background-position: -27px 0;
}

.component.languages.with_icons .flag.de:before {
    background-position: -53px 0;
}

.component.languages.with_icons .flag.en:before {
    background-position: -80px 0;
}

.component.languages.with_icons .flag.it:before {
    background-position: -109px 0;
}

.component.languages.with_icons .flag.pt:before {
    background-position: -136px 0;
}


/* default view */
.component.languages.default_view .available-languages .item {
    display: inline-block;
}


/* dropdown view */
.component.languages.dropdown_view .available-languages{
    display: none;
    padding: 5px;
    background: #FFF;
}

.component.languages.dropdown_view .available-languages.opened {
    display: block;
}

/* dropdown indicator */
.component.languages.dropdown_view .active .flag:after {
    content: "▼";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    line-height: 1;
}


/* start collapsed to prevent a glitch */
.component.carousel.default_view {
    display: none;
    position: relative;
}

.component.carousel.default_view.expanded {
    display: block;
}

.component.carousel.default_view .carousel-container-wrapper {
    overflow: hidden;
}

.component.carousel.default_view .item-container {
    padding: 0;
    list-style: none;
}


.component.social_sharing .gplus,
.component.social_sharing .tweet,
.component.social_sharing .fb,
.component.social_sharing .fb-link,
.component.social_sharing .share-by-email,
.component.social_sharing .share-by-sms {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.component.social_sharing.share_by_email_view,
.component.social_sharing.share_by_sms_view {
    display: inline-block;
}

.component.social_sharing .gplus {
    background-image: url(/service/2.43.0/component_statics/fr/presentation/social_sharing//imgs/gplus.gif);
}

.component.social_sharing .tweet {
    background-image: url(/service/2.43.0/component_statics/fr/presentation/social_sharing//imgs/tweet.gif);
}

.component.social_sharing .fb {
    background-image: url(/service/2.43.0/component_statics/fr/presentation/social_sharing//imgs/fb.gif);
}

.component.social_sharing .fb-link {
    background-image: url(/service/2.43.0/component_statics/fr/presentation/social_sharing//imgs/fb-link.png);
}

.component.social_sharing .share-by-email {
    background-image: url(/service/2.43.0/component_statics/fr/presentation/social_sharing//imgs/email.png);
}

.component.social_sharing .share-by-sms {
    background-image: url(/service/2.43.0/component_statics/fr/presentation/social_sharing//imgs/sms.png);
}

.component.social_sharing .fb-like {
    border: none;
    overflow: hidden;
    height: 20px;
    width: 120px;
}

.component.social_sharing .captcha .captcha-image {
    height: 40px;
    width: 145px;
}

.component.social_sharing .mandatory.field label:after,
.component.social_sharing .mandatory-message:before {
    content: "*";
    display: inline-block;
}

.component.social_sharing .mandatory.field label.captcha-label:after {
    display: none;
}

.component.social_sharing .share-by-email-form a,
.component.social_sharing .share-by-email-form input,
.component.social_sharing .share-by-email-form button,
.component.social_sharing .share-by-email-form select,
.component.social_sharing .share-by-email-form textarea,
.component.social_sharing .share-by-email-form .button,
.component.social_sharing .share-by-sms-form a,
.component.social_sharing .share-by-sms-form input,
.component.social_sharing .share-by-sms-form button,
.component.social_sharing .share-by-sms-form select,
.component.social_sharing .share-by-sms-form textarea,
.component.social_sharing .share-by-sms-form .button {
    cursor: pointer
}

.component.social_sharing .share-by-email-form textarea,
.component.social_sharing .share-by-sms-form textarea {
    -webkit-overflow-scrolling: touch;
}


/****************
* Badge plugins *
*****************/
.component.social_sharing.facebook_badge_view,
.component.social_sharing.google_plus_badge_view,
.component.social_sharing.linkedin_badge_view,
.component.social_sharing.twitter_badge_view {
    display: inline-block;
    position: relative;
    overflow: visible;
}

.component.social_sharing .badge-button-label {
    outline: 0;
}

@media screen and (min-width: 481px) {
    .component.social_sharing .badge-button-label {
        /* In the associated Javascript code, setting the cursor property to
        "default" disables the link navigation and enables the badge popin
        instead... */
        cursor: default;
    }
}

.component.social_sharing .badge-popin {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
}


.component.social_sharing .badge-popin.closed {
    /* Note: we can't use display:none or visibility: hidden to hide the popin
    because the badge plugins don't cope with that. So we move it off-screen */
    opacity: 0;
    left: -9999px;
}

.component.social_sharing .twitter-badge {
    padding: 5px;
}


/* News component CSS */

/* modern editus views */
.component.announcements .announcement-element {cursor: pointer}

.component.announcements.carousel_view .carousel {position: relative; display: none;}  /* start collapsed to prevent a glitch */
.component.announcements.carousel_view .carousel.expanded {display: block}
.component.announcements.carousel_view .carousel .carousel-content {overflow: hidden; margin: 0 auto}
.component.announcements.carousel_view .carousel .carousel-content .item-container {padding:0; list-style: none;}
.component.announcements.carousel_view .carousel .carousel-content .item {display: inline-block;}
.component.announcements.carousel_view .carousel .carousel-nav a {text-decoration: none; outline: 0}
.component.announcements.carousel_view .carousel .carousel-nav a.prev {float: left;}
.component.announcements.carousel_view .carousel .carousel-nav a.next {float: right;}


/* legacy editus views */
.component.announcements.editus_short_view .news_date,
.component.announcements.editus_view .news_date{color:#646464;font-size:0.95em;font-weight:bold;width:52px;float:left}

.component.announcements.editus_short_view .news_year,
.component.announcements.editus_view .news_year{color:#646464;font-size:0.85em;font-weight:normal}

.component.announcements.editus_short_view .single,
.component.announcements.editus_view .single{padding-top:10px;clear:both;}
.component.announcements.editus_short_view .single{width: 550px;}

.component.announcements.editus_short_view .ico_date,
.component.announcements.editus_view .ico_date{display:block;float:left;margin-right:5px;background:transparent url(/service/2.43.0/component_statics/fr/presentation/announcements//img/icoActualites.png) no-repeat 0px 3px;width:26px;height:30px;}

.component.announcements.editus_short_view .ico_date.new,
.component.announcements.editus_view .ico_date.new{background-position:0px -116px}

.component.announcements.editus_short_view .ico_date.event,
.component.announcements.editus_view .ico_date.event{background-position:0px -74px}

.component.announcements.editus_short_view .ico_date.promotion,
.component.announcements.editus_view .ico_date.promotion{background-position:0px -39px}

.component.announcements.editus_short_view .ico_date.lastminute,
.component.announcements.editus_view .ico_date.lastminute{background-position:0px 0px}

.component.announcements.editus_short_view .single_news,
.component.announcements.editus_view .single_news{width:425px;font-size:0.95em;margin-right:35px;float:right;text-align: justify;}
.component.announcements.editus_view .single_news{margin-bottom:14px;}

.component.announcements.editus_short_view .single_news p a,
.component.announcements.editus_view .single_news p a{text-decoration:none;color:black;}

.component.announcements.editus_short_view .single_news p a:hover,
.component.announcements.editus_view .single_news p a:hover{text-decoration:underline;}

.component.announcements.editus_short_view .single_news h5,
.component.announcements.editus_view .single_news h5{font-size:1.2em;font-weight:bold;color: #646464;margin-bottom:15px;}

.component.announcements.editus_short_view .single_news .sup,
.component.announcements.editus_view .single_news .sup{font-weight:bold;margin-top:10px;float:right}

.component.announcements.editus_short_view .single_news ul,
.component.announcements.editus_view .single_news ul{list-style-type: disc;}

.component.announcements.editus_short_view .title_news,
.component.announcements.editus_view .title_news {font-size: 1.85em;margin-top: 0px;margin-bottom: 0px;}

.component.announcements.editus_short_view .legend,
.component.announcements.editus_view .legend{font-size:0.85em; padding:5px; margin-left: auto; margin-right: auto; width: 433px; margin-top: 10px;}

.component.announcements.editus_short_view .legend .left,
.component.announcements.editus_view .legend .left{float:left;margin-top:5px;}

.component.announcements.editus_short_view .legend p,
.component.announcements.editus_view .legend p {display:inline}

.component.announcements.editus_view article{border-bottom: 1px solid #ccc;}
.component.announcements.editus_view article:after{clear: both;content: "";display: block;}

.component.announcements.editus_view.mobile .single_news{float: left;font-size: 0.95em;margin-right: 35px;width: 60%;margin-bottom: 0px;}
.component.announcements.editus_view.mobile article {border-bottom: none}
.component.announcements.editus_view.mobile .single {padding-top: 0px;clear: both;}
.component.announcements.editus_view.mobile .legend .left {float: left;margin-top: 5px;margin-right: 15px;}
.component.announcements.editus_view.mobile .legend {font-size: 0.85em;padding: 5px;margin-left: auto;margin-right: auto;width: 225px;margin-top: 10px;}
.component.announcements.editus_view.mobile .legend p {display:block}


.component.more_info.default_view .more_info_content{position:relative;}
.component.more_info .more_info_content{clear:both;}
