body {
    color:#666;
    font-size: 16px;
    background-image: url(/templates/commun/images/bg_page_2.jpg);
    background-position: center top;
    background-attachment: fixed;
}


/* sinon si la colonne est vide elle n'est plus accessible au focus pour ckeditor*/
.ge-content:empty{
    padding:20px;
}
.ge-content p{
    text-align:justify;
}
.ge-content{
    margin:10px; /* A ADAPTER ????? */
    background-color:rgba(0,0,0,0.5);
    padding:5%;
    /*background-image:linear-gradient(to left, rgba(0,0,0,0.5) 15% ,rgba(255,255,255,0.8) 70%, rgba(0,0,0,0.5) 15%);*/
}



/*********  THEME BG + TXT ***************************************************/
.editor_tools_theme_color_txt_black,
.theme_color_txt_black .ge-content *{
    color: #000;
}
.editor_tools_theme_color_txt_gray,
.theme_color_txt_gray .ge-content *{
    color: #666;
}
.editor_tools_theme_color_txt_white,
.theme_color_txt_white .ge-content *{
    color: #fff;
}

/*********************************************/

.theme_bg_1{
    background-color:#ffffff;
}
.theme_bg_2{
    background-color:#000000;
}
.theme_bg_3{
    background-color:#2a2c5f;
}
.theme_bg_4{
    background-color:#c51718;
}
.theme_bg_5{
    background-color:#c9b86a;
}
.theme_bg_6{
    background-color:#dadada;
}
.theme_bg_7{
    background-color:#3c3c3c;
}


h1 {
    display: flex;
    margin: .5em 0;
    color: #2a2c5f;
    text-align: center;
    font-family: georgia, "trebuchet ms", arial, serif !important;
    font-size: 2.6em;
    line-height: 1em;
    font-weight: bold;
}
h1::before,
h1::after {
    content: "";
    flex: 1;
    align-self: center;
    border-bottom: 1px solid CurrentColor;
}
h1::before {
    margin-right: .3em
}
h1::after {
    margin-left: .3em
}


h2 {
    position: relative;
    color: #000;
    font-family: georgia, "trebuchet ms", arial, serif;
    font-size: 2em;
    font-weight: bold;
    margin-bottom:30px;
}

h2:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 4rem;
    height: .375rem;
    content: "";
    background: #c51718;
}

h3 {
    color: #c51718;
    font-family: georgia, "trebuchet ms", arial, serif;
    font-size: 1.4em;
    font-weight: bold;
}

.ge-content ul,
.ge-content ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ge-content ul li {
    margin-left: 4%; /*25px*/
    padding-left: 4%; /*20px*/
    background-image: url('/templates/commun/images/mce_li.png');
    background-repeat: no-repeat;
    background-position:left 10px;
}
.ge-content ul li ul li{
    margin-left: 4%; /*25px*/
    padding-left: 4%; /*20px*/
    background-image: url('/templates/commun/images/mce_li_li.png');
    background-repeat: no-repeat;
    background-position:left 10px;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

img.photo-bordure {
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
    border: 10px solid #fff;
}


.embed-responsive-item-googlemaps {
    height: 400px !important;
}

/********************************************************************/

/*
.carousel-indicators {
    position: absolute;
    top: 10px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dbdbdb !important;
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: #FF5A00 !important;
}

.carousel-control-prev,
.carousel-control-next {
    color: #666 !important;
}
*/

/*******************************************************************/

/*
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: green !important;
    color: violet !important;
    background-image:none;
}
*/






/********************************************************************/

.accordion-item{
    margin-bottom:1px;
}
.accordion-header{
    padding:10px 20px;
    border-radius:3px;
}
.accordion-header a{
    color:#fff;
    font-size:1em;
    line-height:1em;
    font-weight:bold;
    text-decoration:none;
}
.accordion-header a:hover{
    text-decoration:none;
}
.accordion-body{
    padding:5px 20px;
}


