﻿

@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);


.clear {
	clear:both;
}

/*-----------------
MENU HORIZONTAL
-----------------*/
@font-face { 
    font-family: 'helvetica Neue'; 
    src: url('../../Css/Vitrine/Personnalisation/Orange/Fonts/HelveticaNeueW20-45Light.ttf') format('truetype'); 
}

@font-face {
    font-family: 'helvetica Neue';
    src: url('../../Css/Vitrine/Personnalisation/Orange/Fonts/HelveticaNeueW20-75Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'helvetica Neue';
    src: url('Fonts/HelveticaNeueW20-55Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica Neue';
    src: url('Fonts/HelveticaNeueW20-75Bold.ttf') format('truetype');
    font-weight: bold;
}

body{    
    font-family: "Roboto", Arial, Helvetica, Times, serif !important;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    background: white;
}

/*---------------------------------------------
	 #     #    #######    #     #    #     # 
	 ##   ##    #          ##    #    #     # 
	 # # # #    #          # #   #    #     # 
	 #  #  #    #####      #  #  #    #     # 
	 #     #    #          #   # #    #     # 
	 #     #    #          #    ##    #     # 
	 #     #    #######    #     #     ##### 
---------------------------------------------*/
.menuContainer{
    background-color: #48B1EA;
    /*z-index: 8000; /*Pour que le menu passe au dessus du slider sinon chevauchement*/
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

#ctl00_menuPanel{
	clear: both;
}

/*MENU*/
#MenuBar2 {
	padding: 0;
	margin:0;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:flex-start;
	align-items: start;
	align-content:center;
	border: none;
}

.menuDiv .menuContainer .MenuBarHorizontal li {
    float: left;
    width: auto !important;
    height: 100%;
}

.menuDiv .menuContainer .MenuBarHorizontal li a {
    font-family: "Roboto", Arial, Helvetica, Times, serif !important;
    text-align: center;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    display: block;
    width: auto !important;
    font-size: 18px;
    text-transform: none !important;
    line-height: 50px !important;
    min-width: 0px; 
    padding: 0 15px;
    transition: color 0.2s;
}
.menuDiv .menuContainer .MenuBarHorizontal li a:hover {
    color: rgba(255,255,255,0.75);
}

.menuDiv ul.MenuBarHorizontal {
    position: initial;
}

.menuDiv ul.MenuBarHorizontal li ul {
    background: #48B1EA;
}

.menuDiv ul.MenuBarHorizontal li:hover ul li {
    background: #48B1EA;
}
.menuDiv ul.MenuBarHorizontal li:hover ul li a{
    text-align: left;
    padding: 0 15px;
}
.menuDiv ul.MenuBarHorizontal li:hover ul li a:hover{
    background: #53baf2;
}

.currentPage {
    color: rgba(255,255,255,1) !important;
}

/*-------------- RESPONSIVE ----------------*/
.menuDiv ul.MenuBarHorizontal {
    background-color: transparent;
}
@media only screen and (max-width: 477px) {
    /* bouton User à 100% (parent et enfant)*/
    .siteVitrine-header .pull-right .btn-group {
        width: 100%;
    }
    .siteVitrine-header .pull-right .btn-group button {
        width: 100%;
    }

}

@media only screen and (max-device-width: 767px) {
    .siteVitrine-header .pull-right {
        float: none !important;
    }

    .siteVitrine-header .btn-square {
        min-width: 227px !important;
        margin-top: 5px;
    }
}

@media only screen and (max-device-width: 1279px){
    body .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50% !important;
    }

    body .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50% !important;
    }

    .logoWrapper {
        left: 34px !important;
        margin-top: 9px !important;
    }

    .titleWrapper {
        left: 35px !important;
        top: 9px !important;
    }

     #ctl00_headerContentPlaceHolder_MenuSite_panelHTMLHeader img{
         width: 100% !important;
         height: auto !important;
     }

    .menuDiv ul.MenuBarHorizontal li:hover a:hover {
        color: white !important;
    }

	/*Make dropdown links appear inline*/
	#MenuBar2  {
		display: none !important; 
        padding: 0;
        width: 100%;
        top: 35px !important;
	}
	/*Create vertical spacing*/
	.MenuBarHorizontal li {
		margin-bottom: 1px !important;
	}
	
    /*Make all menu links full width*/
	.cssPanelStructure .menuDiv ul.MenuBarHorizontal li, .cssPanelStructure .menuDiv ul.MenuBarHorizontal li a {
		width: 100% !important;
        background-color: #ABABAB;
        color: white;
	}

    .show-menu-responsive{
		display:block !important;
	}

    .smartItem{
        width: 100% !important;
    }

    .selectStateFront{
        width: 15px;
    }

    .loginForm {
        width: 100% !important;
    }

    .hiddenLogFormWrapper {
        width: 100% !important;
        right: 0 !important;
    }
    
    .loginForm input[type=text]{
        height: 40px !important;
    }

    .loginForm input[type=password]{
        height: 40px !important;
    }

    .menuDiv {
        height: auto !important;
        top: 0 !important;
    }

    .lblsTitre {
        top: 0px !important;
        left: 0px !important;
        font-size: 8em !important;
    }

    .mainRightDiv {
        width: 100% !important;
        padding: 0 !important;
    }

    .responsive-td{
        display: block;
        box-sizing: border-box;
        clear: both;
    }

    .childGrid {
        left: 0px !important;
    }

    .BilA10Libelle{
        background-color: #555555;
        color: white;
        margin: 0 0.4em;
    }

    #totalPanier{
        width: 100% !important;
        margin-right: 0px !important;
    }

    #formulaireInscription {
        width: 100% !important;
    }

    .table-responsive, .table-responsive img{
        width: 100% !important;
    }
    
    #formulaireInscription table td, .table-responsive td {
        display: block;
        box-sizing: border-box;
        clear: both;
        width: 100% !important;
    }

    .confirmationCommande {
        width: 100% !important;
    }

    .mainContentDiv {
         width: 100%; 
         margin: 0;
    }
    
    .timeline-filter-wrapper .RadPicker .rcInputCell .RadInput{
        width: 100% !important;  
    }

    .timeline-filter-wrapper .RadPicker .rcTable {
        background-color: white;
    }

    .timeline-filter-wrapper>.RadPicker, .timeline-filter-wrapper>.RadInput, .btn-search-inside-textbox>.RadComboBox, .btn-search-inside-textbox>.RadPicker, .btn-search-inside-textbox>.RadInput  {
        margin-top: 5px;
    }

    .timeline-filter-wrapper>.RadPicker .rcTable, .btn-search-inside-textbox>.RadPicker .rcTable {
        border: 1px solid #CCC;
    }

    .timeline-filter-wrapper>.RadPicker .RadInput_Metro .riTextBox, .btn-search-inside-textbox>.RadPicker .RadInput_Metro .riTextBox {
        border: none !important;
    }

    .actualites-search .RadPicker .RadInput   {
        width: 90% !important;    
    }

    .actualites-search .RadButton{
        margin-top: 15px;
    }

    .actualites-img-select{
        margin: 0 !important;
    }

    .actualites-search .RadPicker  .rcTable {
        background-color: white;
    }

    .timeline_items .curr-item {
        margin-left: 38px !important;
        position: absolute !important;
        left: 0;
    }

    body form .tl_skin_Orange{
        width: 100% !important;
    }

    .t_controles .t_left, .t_controles .t_right {
        top: 86% !important;
    }

    #show-menu-responsive:checked ~ #MenuBar2 {
         padding: 0 !important;
         width: 100% !important;
             z-index: 16;
    }

     #show-menu-responsive:checked ~ #MenuBar2 .smartItem{
         width: 100% !important;
    }

    .siteVitrine-header{        
        background-position-y: 50px !important;
     }

    .btn-search-inside-textbox, .timeline-filter-wrapper {
        text-align: center !important;
    }    
    #carousel-slider .carousel-control > span {
        height: 30px !important;
        width: 30px !important;
    }
    .carousel-slider-front .right > span:before, .carousel-slider-front .left > span:before  {
        top: 8px !important;
        left: 2px !important;
    }
}


body .show-menu-responsive {
	color: #FFF;
	text-align: left;
	padding:  0 15px;
	display: none;
	height:50px;
	line-height: 50px;
    font-weight: normal !important;
    font-size: 1em;
    margin: 0;
    background: #48B1EA;
}
body .show-menu-responsive:before{
	content:'';
	position: relative;
	top:5px;
	display: inline-block;
	width: 25px;
	height: 25px;	
    background: url(Images/svg/burger_white.svg);
    margin-right: 15px;
}


/*Hide checkbox*/
#show-menu-responsive{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#show-menu-responsive:checked ~ #MenuBar2{
    display: block !important;
}

.da-thumbs-actualites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;

}

 #pagination-actualites li{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 1px;
 }
 #pagination-actualites li a{
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 0;
    line-height: 40px;
    /*font-size: 14px;*/
    font-weight: normal;
 }
 #pagination-actualites .page-item i{
    line-height: 40px;
    font-size: 16px;
    color: black;
 }

  #pagination-actualites .active a{
     background-color: #48b1ea !important;
 }

  
.pageTitle_h2_orange {
    font-size: 30px;
    font-weight: bold;
    color: #48B1EA;
    padding: 15px;
}

.rowMarginTop {
    margin-top: 15px;
}

.background-timeline{
    background-color:#EEEEEE;
}

.btn-warning {
    border-color: #48B1EA;
}

.siteVitrine-header .btn-square-orange{
    border-radius: 0;
    background-color: #48B1EA;
    height: 44px;
}

.siteVitrine-header .btn-group, .siteVitrine-header .btn-square{
    height: 44px;
}

.siteVitrine-header .btn-square{
    border-radius: 0;
    background-color: white;
    border: 1px solid #CCC;
    color: #232323;
    font-weight: normal;
}

.siteVitrine-header .btn-square:hover, .siteVitrine-header .btn-square:active, .siteVitrine-header .btn-square:focus{
    background-color: #48B1EA;
}

.siteVitrine-header .cboChoixLangue{
    position: relative;
    font-weight: normal;
    color: #232323;
    height: 44px;
    border: 1px solid #CCC;
}

.siteVitrine-header .cboChoixLangue span{
    padding: 0;
}

.siteVitrine-header .cboChoixLangue .rcbReadOnly{
    height: 100% !important;
    border: none !important;
    background-color: white;
}
/*
.siteVitrine-header .cboChoixLangue .rcbReadOnly.rcbHovered,
.siteVitrine-header .cboChoixLangue .rcbReadOnly.rcbFocused{
    background-color: white;
}
*/
.siteVitrine-header .cboChoixLangue .rcbReadOnly input{
    position: relative;
    height: 44px;
    padding: 0 5px;
    font-size: 14px;
}

.siteVitrine-header .cboChoixLangue .rcbReadOnly .rcbActionButton{
    height: 44px;
    padding: 0;
}


.RadComboBoxDropDown {
    border-color: black;
    height: auto !important;
    overflow: visible !important;
}
.RadComboBoxDropDown .rcbScroll .rcbList{
    background: white;
}
.pull-right {
    /*style inline à compenser*/
    margin-top:28px !important;/* logo : alignement horizontal*/
    margin-bottom:10px !important;
    margin-right:15px !important; 
    margin-left:15px !important;
    display: inline-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.pull-right > button{
    flex: 1 1 auto !important;
}
.pull-right > * {
    margin:2px 1px;
}


/* LOGO CLIENT (50px * 50px)*/
.siteVitrine-header .pull-left img {
    margin:25px 25px 0 25px;
    transition:all 0.5s;
}

/*  ------------------------ GESTION RESPONSIVE DU PLACEMENT DU LOGO --------------------------- */
@media only screen and (max-width: 820px){
    .siteVitrine-header .pull-left img {
        margin:25px;
    }

}


.logoWrapper{
    position: relative;
    left: 0px;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 0px;
}
.titleWrapper{
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px;
}

/*
.RadComboBoxDropDown .rcbScroll .rcbList li{
    background: white;
}
*/
/*choixl langues : arrow down icon*/
.t-i-arrow-s:before, .t-i-arrow-down:before, .p-i-arrow-s:before, .p-i-arrow-down:before, .p-i-arrow-60-down:before {
    content: "\e006";
    color: black;
}



.footer{
    background-color: black;
    min-height: 100px;
}

.siteVitrine-header{
    background-size: 60px;
    background-position-x: 60px;
    background-position-y: 22px;
}

.menuDiv ul.MenuBarHorizontal li:hover ul {
    display: block;
}

.menuDiv ul.MenuBarHorizontal li ul {
    position: absolute !important;
    display: none;
    background: #EEEEEE;
    width: auto !important;
    padding: 0px !important;
    border: none !important;
    min-width: 240px;
}

#ctl00_mainContentPanel{
    min-height: 600px;
    text-align: left;
    position: relative;
    top: 5px;/*pour eviter chevauchement menu*/
}

.headerProfil{
    color: #ff6600;
    font-weight: normal;
    font-size: 2.5em;
}

.subtitleProfil{
    color: black;
    font-weight: bold;
    font-size: 1.8em;
}

.btn-square-black{
    border-radius: 0;
    background-color: black;
    border: none;
    color: white !important;
}

/* MonProfil*/
.bodyProfil{
    background-color: white !important;
}

.footer{
    background-color: white !important;
}

h1,h2{
    color:orange;
}

.profil_connexion{
    background-color: #EEEEEE;
    min-height:150px;
    padding: 15px 0px;
}

.form-control{
    background-color: #fff !important;
    border: 1px solid #CCC !important;
}


.warningUpdateProfil{
    font-weight: bold;
    font-size: 13px;
    color: grey;
}

.mainProfil .form-group>label{
    font-weight: bold;
    color: black;
    font-size: 15px;
}


.mainProfil .input-group .input-group-addon{
    display: none;
}

.mainProfil .input-group{
    width: 100%;
}

.mainProfil .input-group input{
    border-radius: 0;
    font-weight: bold;
    color: black;
}

.mainProfil .input-group select{
    border-radius: 0;
    font-weight: bold;
    color: black;
    border: 1px solid #CCC;
}


.carousel {
   /* margin-top: 6px;*/
}

.portail-login .input-group-addon{
    border-radius: 0;
    border-left: none !important;
}

.portail-login .form-control{
    border-right: none !important;
}

.portail-login .form-control-right{
    border-right: 1px solid black !important;
}

.portail-login select{
    border: 1px solid #CCC !important;
}

.portail-login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.portail-login{    
    font-family: "Roboto", Arial, Helvetica, Times, serif !important;
}


body .btn-search-inside-textbox .btn-square-black-orange input {
    width: auto !important;
    padding-left: 14px !important;
    color: white !important;
    font-weight: bold;
}

.cboChoixLangue option:hover{
    background-color: #CCC !important;
    color:#232323 !important;
}

/*
  #####        #       ######     #######    #     #     #####     #######    #       
 #     #      # #      #     #    #     #    #     #    #     #    #          #       
 #           #   #     #     #    #     #    #     #    #          #          #       
 #          #     #    ######     #     #    #     #     #####     #####      #       
 #          #######    #   #      #     #    #     #          #    #          #       
 #     #    #     #    #    #     #     #    #     #    #     #    #          #       
  #####     #     #    #     #    #######     #####      #####     #######    #######
*/
/* ---  20170911 Sjou Carousel  --- */

.carousel-inner{
    width: 100%;
    max-height: 450px;
    height: auto;
}
.carousel-inner > .item > img {
    width: 100%;
    height:auto;
}



/* ---  20170911 Sjou End Carousel  --- */

body .carousel-control > span {
    background-color: white !important;
    border-radius: 50% !important;
    color: black !important;
    height: 60px !important;
    width: 60px !important;
    font: normal normal normal 14px/1 FontAwesome;
}

body .carousel-slider-front .right  > span:before {
    top: 15px;
    position: relative;
    content: "\f054" !important;
    left: 3px;
}

body .carousel-slider-front .left  > span:before {
    top: 15px;
    position: relative;
    content:"\f053" !important;
}

.carousel-indicators {
    top: 105% !important;
}

.carousel-indicators .active {
    background-color: #48B1EA !important;
}

.carousel-indicators li {
    background-color: #666666 !important;
}

.t_controles .t_right {
    border-radius: 50%;
    background-color: white !important;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 50px;
}

.t_controles .t_left {
    border-radius: 50%;
    background-color: white;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50px;
}

.TitleHomePage {
    font-size: 40px;
    color: #000;
    font-weight:bold;
    font-family: "helvetica Neue", Arial, Helvetica, Times, serif !important;
    float: left;
}

.TitleHomePage span:hover {
    font-size: 40px;
    color: #48B1EA;
    font-weight:bold;
    font-family: "helvetica Neue", Arial, Helvetica, Times, serif !important;
    float: left;
}

.footer a{
    color: white;
}

.footer a:hover, .footer a:active, .footer a:focus{
    color: #48B1EA;
    text-decoration: none;
}

body .footer{
    font-size: 18px;
    padding-top: 30px;
    color: white;
    background-color: black !important;
    font-weight: bold;
}

.RadPicker_Metro .rcCalPopup, .RadPicker_Metro .rcTimePopup {
    background-image: url('Images/svg/calendar_month.svg') !important;
    background-size: 83%;
}

.RadPicker_Metro .rcCalPopup, .RadPicker_Metro .rcTimePopup:hover {
    background-position: 0 !important;
}

.btn-orange-icon{
    background-size: 85% !important; 
    background-position: center !important;
}


body .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell, 
body .RadComboBox_Metro .rcbFocused .rcbArrowCell,
body .RadComboBox_Metro .rcbReadOnly.rcbFocused,
body .RadComboBox_Metro .rcbReadOnly.rcbHovered,
body .RadComboBox_Metro .rcbReadOnly.rcbExpanded  {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

body .RadComboBoxDropDown_Metro .rcbHovered {
    color: white;
    background-color: #48B1EA;
}


/*START user selcect*/

/*suppression du box shadow*/
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle{
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .pagination>li>a, body .pagination>li>span{
    color: #232323;
}

body .pagination>li>a:hover, body .pagination>li>span:hover{
    color: white;
    background-color: #48b1ea;
}
/*paginations : angle blanc sur fond noir si pas désactivé*/
body .pagination>li:not(.disabled)>a:hover .fa:before{
    color: white;
}


body .btn-warning:hover,body .btn-warning:focus,body .btn-warning:active ,body .btn-warning:visited {
    color: #232323 !important; 
    background-color: white !important; 
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #232323 !important; 
    background-color: white !important; 
    border-color: #CCC !important; 
}

body .dropdown-menu{
    width: 100%;
    top: 90%;
    border-radius: 0;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
    font-weight: normal;
    padding: 0;
    -webkit-box-shadow : none;
    box-shadow : none;
}
body .dropdown-menu>li{
    height: 30px;
}

body .dropdown-menu>li>a{
    position: relative;
    top: 5px;
}
body .dropdown-menu>li>a:focus, body .dropdown-menu>li>a:hover,body .dropdown-menu>li:hover, body .dropdown-menu>li:hover a {
    color: #232323;
    background-color: #EEE;
}

.img-account {
    height: 27px;
    position: absolute;
    top: 3px;
    left: 0; 
    opacity: 0.2;   
}

.img-account::before {
    content:"";
    display: block;
    height:27px;
    width:27px;
    background: url(Images/svg/userRealistic.svg) no-repeat !important;
}

body .btn-square-orange:hover{
    color: #fff !important;
    background-color: #48B1EA !important;
    border-color: #48B1EA !important;
}

body{    
    .RadCalendar{
        background-color: #EEEEEE;
    }

    .RadCalendar caption, .RadCalendarTimeView caption{
        display: none;
    }

    .RadCalendar .rcTitlebar table td, .RadCalendarTimeView th{
       background-color: #EEEEEE !important;
       color: black;
       font-weight: bold;
       text-transform: uppercase;
       padding: 3px;
    }

    .RadCalendar .rcMainTable .rcRow th{
        display: none;
    }

    .RadCalendar .rcMainTable .rcRow td{
        background-color:  #EEEEEE !important;
        border-color: black !important;
        padding: 10px;
        border: none;
        border-top: 1px solid;
        border-left: 1px solid;
    }

    .RadCalendar .rcMain .rcWeek th{
        text-transform: capitalize;
    }

    .RadCalendar .rcMainTable .rcWeek .rcViewSel{
        display: none;
    }

    .RadCalendar .rcNext, .RadCalendar_Metro .rcNext{
        background: url('/App_Themes/AgoraEvent/Metro/Grid/PagingNext.gif') no-repeat top left !important;
        background-size: 100% !important;
    }

    .RadCalendar .rcFastNext, .RadCalendar_Metro .rcFastNext {
        background: url('/App_Themes/AgoraEvent/Metro/Grid/PagingLast.gif') no-repeat top left !important;
        background-size: 100% !important;
    }

    .RadCalendar .rcPrev, .RadCalendar_Metro .rcPrev{
        background: url('/App_Themes/AgoraEvent/Metro/Grid/PagingPrev.gif') no-repeat top left !important;
        background-size: 100% !important;
    }

    .RadCalendar .rcFastPrev, .RadCalendar_Metro .rcFastPrev{
        background: url('/App_Themes/AgoraEvent/Metro/Grid/PagingFirst.gif') no-repeat top left !important;
        background-size: 100% !important;
    }

    .RadCalendarMonthView{
        background-color: #EEEEEE;
    }
    
    .RadCalendar .rcMain .rcWeek th, .RadCalendar .rcMainTable .rcRow td a {
        color: black !important;
        font-weight: bold !important;
    }

    .RadCalendar .rcMainTable .rcRow .rcOtherMonth a{
        color: #EEEEEE !important;
    }

    .RadCalendar .rcMainTable .rcRow td a:hover, .RadCalendar .rcMainTable .rcRow td:hover, .RadCalendar .rcMainTable .rcRow td:hover a {
        color: white !important;
        background-color: black !important;
        font-weight: bold !important;
    }

    .customRadgrid .rcWeek th, .customRadgrid .rcMain .rcWeekend a{
        font-weight: bold;
        color: black;
    }

    .RadCalendar_Metro .rcFastPrev, .RadCalendar_Metro .rcPrev, .RadCalendar_Metro .rcFastNext, .RadCalendar_Metro .rcNext{
        background-position: 0 !important;
    }
}

body .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50px;
}

body .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50px; 
}







body form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.da-thumbs li {
    float: left;
    margin: 12px;
    position: relative;
    box-shadow: none !important;
}

body form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
}

/* HIDE MovingPanelTitle from BO */
.movingPanelTitle{
	display:none;
}
/*  SLIDER CONTENT CHARTE CLIENT */

.slider-content {
    position:absolute;
    max-width:80%;
    max-height: 80%;
    bottom:10px;
    left:10%;
}

.slider-content p * {
    font-size:inherit !important;
    color:inherit !important;
}

.slider-content p {
    font-size:18px !important;
    padding:10px 15px;
}
.slider-content p.sliderPanelContent-text {
    font-size:18px !important;
    padding-top:0;
}

.slider-content .sliderPanelContent{
}


.slider-content .sliderPanel.sliderPanelEventType {
    top : 0 !important;
    left : 0 !important;   
    height:auto !important;
    width:auto !important;
    position:relative !important;
    margin: 10px 0;
    background:black !important;
    display:inline-block;
}
.slider-content .sliderPanel.sliderPanel-active {  
    
    display:block;
    left : 0 !important;
    top:0 !important;  
    width:auto !important;
    height:auto !important;
    position:relative !important;
}


.slider-content .sliderPanel.sliderPanelEventType .sliderPanelContent,
.slider-content .sliderPanel.sliderPanel-active .sliderPanelContent{
    display:inline-block;
}



.slider-content .sliderPanel.sliderPanelEventType > div.sliderPanelContent {
    background:black;
}
.slider-content .sliderPanel.sliderPanelEventType > div.sliderPanelContent > p {
    color:#ff7900;
    font-size:20px !important;
    font-weight:bold;
}

.slider-content .sliderPanel.sliderPanel-active > div.sliderPanelContent {
    height:auto;
    width: calc(100%);
}

.slider-content .sliderPanelTitle {    
        display:none;    
}

.slider-content .sliderPanelContent .sliderPanelContent-title {
    color:black;
    font-weight:bold !important;
    font-size:18px !important;
    margin-bottom:0;
}

.slider-content .sliderPanelContent .sliderPanelContent-text {
    color:white !important;
    font-size:18px !important;
    font-weight:bold !important;
}

@media screen and (max-width:768px) {
    .carousel {
    }
    .carousel-indicators {
        display:none;
    }
    .carousel-inner {
        overflow:visible;
    }
    .slider-content {
        position:relative;
        z-index:400;
        max-width:100%;
        width:100%;
        /* height:auto; */
        /* top:100%; */
        left:0;
        transform: translateY(10px);
    }
    .slider-content .sliderPanel.sliderPanel-active > div.sliderPanelContent > p:first-child {
        padding-top: calc( 60px );
        max-width :100%;
    }
    .slider-content .sliderPanel.sliderPanelEventType {
        position:absolute !important;
        z-index:401;
        top:100%;
        left : 15px !important;   
        margin: 10px 0;
    }
}
/*  END SLIDER CONTENT CHARTE CLIENT */


/* ACTUALITES */
.dragImageActualite{
    box-shadow: rgba(121,121,121,.25) 1px 8px 15px !important;
}


