/* cmsms stylesheet: CSS Layout modified: mercredi 22 juin 2022 16:29:19 */
body {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #eeeeee; /* For browsers that do not support gradients */
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
.h1-container {
    display: table;
    height: 100%;
}
.h1-container div {
    vertical-align:middle;
    display: table-cell;
}
h1 {
    font-weight: 400;
    font-family: 'Open Sans';
    overflow: hidden;
    text-overflow: ellipsis;
    color: #672a16;
    line-height: 50px;
    text-align: center;
}
h2 {
    /*color: #eee;*/
    text-transform: uppercase;
    border-bottom: 1px solid #222222;
}
h3, h4 {
    font-size: 24px;
    /*color: #eee;*/
}
a {
    color: #333333;
}
#maincontent a, #contentlise a {
    color: #672a16;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #aaa;
    text-decoration: none;
}
ul {
    padding:0;
    list-style-position: inside;
}
.btn {
    background-color: #672a16;
    color: #fff;
    border: none;
}
a.btn {
    color: #fff !important;
    text-decoration: none !important;
}
.bg-light {
    /*background-color: #f8f9fa !important;*/
    background-color: #ffffff !important;
}
.complet {
    background-color: #b02e06;
}
.card {
    border-radius: 0;
    position: relative;
}
.card-img {
    background-size: cover;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    height: 260px;
}
@media screen and (min-width:576px) and (max-width:767px){
    .card-body {
         height: 160px;
    }
}
@media screen and (min-width:768px){
    .card-body {
        height: 180px;
    }
}
.card-footer {
    background-color: #672a16;
}
.categ-lien {
    top: 20px;
    right: -10px;
}
.categ-lien span {
    display: block;
    padding: 5px 20px;
    margin-bottom: 5px;
    font-size: 0.9em;
    /*border-radius: 0.5em;*/
    font-weight: 700;
    letter-spacing: 0.1em;
}
.categ-agenda {
    top: 0;
    right: 0;
}
.categ-agenda span {
    display: block;
    padding: 0 20px;
}
#header {
    border-bottom : 1px solid #cccccc;
    margin-top: 72px;
    background-color: #ffffff;
}
#menubar {
    min-height: 50px;
}
.navbar {
    border-bottom : 1px solid #cccccc;
    background-color: #eeeeee;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    height: 50px;
    width: auto;
}
.dropdown-menu {
    margin: 0;
    border-radius: 0px;
}
.dropdown-menu .nav-link {
    border-radius: 0;
    color: #672a16 !important;
}
.dropdown-menu a {
    color: #b02e06;
    border-radius: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #222222;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  background-color: #672a16;
  color: #eee !important;
}
.navbar-light .navbar-text a {
    color: #672a16;
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: #b02e06;
}
.nav-mgg {
    width:34px;
    height:34px;
    background-image: url(https://cbga.net/uploads/logos/logomgg-min.png);
    background-repeat: no-repeat;
}
.nav-pills .nav-link {
    border-radius: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #672a16;
}
/**** Onglets descriptifs voyages ****/
.nav-tabs .nav-link {
    color: #222222 !important;
    text-decoration: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #eeeeee !important;
    background-color: #672a16;
    border-color: #dee2e6 #dee2e6 #fff;
}
/**** Menu sidebar ****/
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #b02e06;
  color: #eee;
}
.primary-nav, .primary-nav ul {
    list-style-type: none;
    padding: 0;
    padding-top: 2px;
    margin: 0;
}
.primary-nav .menuparent {
    margin-bottom: 5px;
}
.notlink {
    cursor: default;
}
.unli .btn, .primary-nav .sectionheader {
    white-space: normal;
}
.btn-sousmenu {
}
a.btn-sousmenu {
    /*color: #672a16;*/
    word-wrap: break-word;
    margin-bottom: 4px;
    font-size: 0.9em;
}
a.btn-sousmenu:hover {
    text-decoration: none;
    color: #672a16;
}
.btn-sousmenu:hover {
    background-color: #eeeeee;
}
.btn-sousmenu.focus, .btn-sousmenu:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.25);
}
#slidecss {
    position: relative;
    overflow: hidden;
    height: 360px;
}
#slidecss > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
#slidecss > div{
    display: none;
}
#slidecss div:first-child{
    display: block;
}
@media screen and (min-width:1200px) {
    #slidecss { width: auto; margin-left:-15px; margin-right:-15px; }
}
@media screen and (max-width:768px) {
    #slidecss { display: none; }
}
@media screen and (max-width:1199px) {
}
#content {
    background-color: #eeeeee;
}
@media screen and (min-width:1200px) {
    #maincontent, #contentlise { min-height: 600px;}
}
#maincontent a {
    color: #333333;
}
#maincontent a:hover {
    color: grey;
}
#maincontent a:focus {
    color: white !important;
    text-decoration: none;
}
#maincontent img {
    height: auto;
}
.item-menu-sb {
    background-color: #ffffff;
}
.sidebar {
    padding-top: 15px;
}
.sidebar a, .notlink {
    white-space: normal;
    word-wrap: break-word;
}
.img-container {
    width: 100%;
    height: 300px;
}
.img-container img {
    display: block;
    margin: 0 auto;
    max-height:100%;
    max-width: 100%;
    vertical-align: middle;
}
.img-produit, .img-contenu {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 125px;
}
.encadre {
    font-style: italic;
    color: #333333;
    border: 1px solid #333333;
    padding: 5px;
}
@media screen and (min-width:1200px) {
    .encadre { width: 300px; float: right; }
}
.textacc {
    border: 1px solid #333333;
    padding: 5px;
    margin-bottom: 10px;
}
@media screen and (min-width: 831px) { 
    .bloc-container {
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .bloc-item-container {
        width: 32.4%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }
}

#logos {
    padding-top: 20px;
}
.logo {
    margin-bottom: 10px;
}
.logo img {
    display: block;
    margin: 0 auto;
}
/******* Actualités POPUP HOME PAGE ********/
.link-block {
    font-style: italic;
    text-decoration: none !important;
    font-size: 0.9em;
    color: #ffffff !important;
}
/*** Popup avec modal *****/
.modal-dialog {
    border: 8px solid #672a16;
    color: #eeeeee;
    background-color: #eeeeee;
}
.modal-header {
    background-color: #672a16;
    color: #eeeeee;
	border-bottom: 0px solid #e5e5e5;
	padding: 0 0 8px 0;
    border-top-left-radius: 0px;
    border-top-right-radius:  0px;
}
.close {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #eeeeee;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal-header h3 {
    color: #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    font-size: 24px;
}
.modal-content {
    background-color: #eeeeee;
    border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}
.carousel-caption {
	position: absolute;
	left: 1%;
	right: 1%;
	top: 0;
	bottom: 30px;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #222222;
	text-align: center;
	text-shadow: none;
	overflow-y: auto
}
.carousel-caption .titre-actu {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}
.carousel-caption .texte-actu {
    margin-top: 10px;
    font-size: 16px;
}
.carousel-caption .calendar-categ {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}
.carousel-caption a {
    text-decoration: none;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li {
    border: 1px solid #cccccc;
    background-color: #cccccc;
}
.carousel-indicators .active {
    border: 1px solid #672a16;
    background-color: #672a16;
}
@media screen and (max-width:768px) { 
    .carousel-caption h3 { font-size: 24px; }
    .carousel-caption .texte-actu { font-size: 1em;}
}
/***   Formulaires ******/
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.form-entry {
  margin-bottom: 5px;
}
.form-entry input, select {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #222222;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-entry textarea {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #222222;
  font-size: 14px;
  padding: 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
label {
    min-width: 220px;
}
.choixdureestage label {
    min-width: 80px;
}
.hrform hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.captcha {
    margin-bottom: 20px;
}
.search-form {
    position: relative;
    height: 30px;
}
.search-input { width: 75%; position: absolute; top:0; left:0;}
.search-form .btn { width: 23%; position: absolute; top:0; right:0;}
#selectionJour {
    color: #222;
}
.datepicker table thead, .datepicker table tfoot {
    color: #222;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #222;
}
.day {
    color: #b02e06;
    font-weight: bold;
}
table th {
    text-align: center;
}
.aright {
    display: block;
    float: right;
    margin: 0 0px 10px 10px;
    max-width: 400px;
}
.aleft {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 350px;
}
@media screen and (max-width:399px) {
    img.aleft { width: 100%; height: auto;}
    img.aright { width: 100%; height: auto;}
}
.flag {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
.item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu_list {
    display: none;
}
.divp20 {
    padding: 20px 0;
}
.partenaires > img {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}
.comment-voyage {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px;
}
.comment-title {
    font-size: 1.1em;
    font-weight: bold;
}
.comment-texte {
    font-size: 0.9em;
}
/********** PAGINATION VIDEOS ********/
.btn-page a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.btn-page:hover a, .btn-page:focus a {
    color: #ffffff !important;
    text-decoration: none !important;
}
/*********** FOOTER *********************/
.cbga-logo {
    display: inline-block;
    padding: 10px 5px;
    background-color: #ffffff;
}
#footer {
    text-align: center;
    color : #ffffff;
    background-color: #672a16;
    width: 100%;
    padding: 20px 10px;
    font-family: 'Open Sans', 'Sans-Serif';
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: #aaaaaa;
    text-decoration: none;
}
/******************************************************/
/* COOKIES                                            */
/******************************************************/
#cookie_consent {
  background: #eeeeee;
  position: fixed;
  bottom: 0px;
  left:0px;
  z-index: 10000000000000;
  width: 100%;
  padding: 10px;
}
#cookie_consent p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#cookie_consent a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
#cookie_consent a.accept_cookies {
  color: #fff;
  background: #b02e06;
}
#cookie_consent a.more_info, #cookie_consent a.decline_cookies {
  color: #000;
  background: #ccc;
}
/* LIGHTBOX  -  version 2.7.1 */
/* Preload images */
body:after {
  content: url(https://cbga.net/uploads/lightbox/close.png) url(https://cbga.net/uploads/lightbox/loading.gif) url(https://cbga.net/uploads/lightbox/prev.png) url(https://cbga.net/uploads/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://cbga.net/uploads/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://cbga.net/uploads/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://cbga.net/uploads/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://cbga.net/uploads/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
