body {
  padding-top: 0px;
  font-family: 'Roboto', sans-serif;
  padding-right:0px !important;
}

  a:hover {
  text-decoration: none;
}

.row {
  margin-bottom: 1rem;
}
.row .row {
  /*margin-top: 1rem;*/
  margin-bottom: 0;
}

.section-center{
  background-image: url('/images/Background.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  z-index: -1;
  font-size: 13px;
}

select {
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url('/images/list-form-row.svg');
   background-repeat: no-repeat;
   background-size: 17px;
   background-position: right 10px top 13px;
   padding-right:15px;
   padding-left: 10px; 
}

/* Home */

.home {
  width: 100%
}

.floatleft {
  float:left; 
  width: 50%;
  height: calc(100vh - 68px);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-image: url('/images/home-1.jpg');
}

.floatleft .colorleft {
  position: relative;
  top:0px;
  width: 100%;
  height: calc(100vh - 68px);
  background-color: #2E1C38;
  opacity: 0;
  z-index: 10000;
}

.floatleft:hover .colorleft {
  opacity:0.9;
  -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

.floatright {
  float: right;
  height: calc(100vh - 68px);
  width: 50%;
  background-image: url('/images/home-2.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size:cover;
}

.floatright .colorright {
  position: relative;
  top:0px;
  width: 100%;
  height: calc(100vh - 68px);
  background-color: #004565;
  opacity: 0;
  z-index: 10000;
}

.floatright:hover .colorright {
  opacity:0.9;
  -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

.home-titleleft {
  font-size: 80px;
  color: #8FCFCE;
  text-align: center;
  padding-top: 25%;
}


.home-tittleleft-btn {
  width: 400px;
  color: #8FCFCE;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #8FCFCE;
  font-size: 30px;
  font-weight: 300;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  padding-top: 7px;
  margin-top: 100px;
}

.home-tittleleft-btn:hover {
  color: #2E1C38;
  background-color: #8FCFCE;
  border: 1px solid #8FCFCE;
}

.home-titleright {
  font-size: 80px;
  color: #FDD261;
  text-align: center;
  padding-top: 25%;
}


.home-tittleright-btn {
  width: 400px;
  color: #FDD261;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #FDD261;
  font-size: 30px;
  font-weight: 300;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  padding-top: 7px;
  margin-top: 100px;
}

.home-tittleright-btn:hover {
  color: #004565;
  background-color: #FDD261;
  border: 1px solid #FDD261;
}

#picto-central {
  width:100px;
  height: 100px;
  background:#ffffff;
  border-radius:100px;
  position: absolute;
  z-index:1000000;
  top:calc( 50% - 50px );
  left:calc( 50% - 50px );
}

#picto-central img {
  width: 60px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 30px);
}








/* Menu */

header{
	width: 100%;
	background-color:#051039;
  border-bottom:1px solid #ffffff;
}

.header{
  background-color:#051039;
  height: 70px;
  width: 100%;
  
}

.headermenu{
	padding-top:12px;
}

ul {
    list-style: none;  
    margin: 0;
}
 
ul li {
    list-style: none;
    display:inline-block;
    padding:10px;
    margin: 0px 0 0 0;
    text-align: center;
    color:#ffffff;
}

ul li a {
    color:#ffffff;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
}

ul li a:hover {
    color:#b5b5b5;
    /*font-weight: bold;*/
    text-decoration: underline;
}

.pictomenu {
  width:22px;
  height:26px;
}

.logo {
  width: 232px;
  height: 21px;
  
}

#separateur {
	width: 1px;
	height: 30px;
	top: 7px;
	position: absolute;
	background-color: #ffffff;
}



/* Searchbar */


.btn-search {
  width:100%;
  height: 50px;
  background-color: #7e7e7e ;
  border:none;
  color:#ffffff;
  padding-top:5px;
}

.btn-search:hover {
  background-color: #5a5a5a ;
  border:none;
  color:#ffffff;
  padding-top:5px;
}

.form-control {
  border-radius:0px !important;
  height: 50px !important;
  color:#051039 !important;
  /*border:0px !important;*/
}

.col-search-left {
  padding-right:0px !important;
}

.col-search-right {
  padding-left:0px !important;
}

.form-control:focus {
  border:0px !important;
  box-shadow: none !important;



}

.pictoplane {
  width: 24px;
  height: 26px;
  margin-left:20px;
}


.section-heading {
  background-color: #051039;
  height: 510px;
}


/* Carrousel */


/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  margin-top:70px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-control-next {
  border-radius: 50px;
  border: 1px solid #ffffff;
  width: 50px !important;
  height: 50px;
  top: 250px !important;
  right:-60px !important;
}

.carousel-control-prev {
  border-radius: 50px;
  border: 1px solid #ffffff;
  width: 50px !important;
  height: 50px;
  top: 310px !important;
  left:unset !important;
  right:-60px;
}

.slide-box {
  background-color: #ffffff; 
  width:100% ;
  height: 100%;
  top:258px;
  border-radius: 25px;
}

.slide-box-title {
  margin-top:40px;
  margin-bottom:0px;
  color:#ff0000;
  font-size : 20px;
}

.slide-box-desc {
  margin-top:5px;
  margin-bottom:0px;
  font-size : 14px;
}

.slide-box-date {
  margin-top:0px;
  margin-bottom:0px;
  font-size : 14px;
  font-style: italic;
}

.slide-box-link {
  margin-top:40px;
  margin-bottom:20px;
}

.slide-box-link a {
  text-decoration: none;
  color: #ff0000;
  font-size : 13px;
}

.slide-box-link a:hover {
  text-decoration: none;
  color: #051039;
  font-size : 13px;
}

.title-categorie {
  color: #ffffff;
  font-size: 30px;
  left:-45px;
  position: absolute;
  top:350px;
  -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



/* Section Porfolio */


.section-porfolio {
  margin-top:138px;
}

.portfolio-menu {
  height: 60px;
  width: 100%;
  background-color: #051039;
  border-bottom:1px solid #ffffff;
}

.portfolio-menu-desc {
  color: #ffffff;
  font-size : 14px;
  float: left;
}

.portfolio-menu-link {
  color: #ff0000;
  font-size : 13px;
  text-align: right;
  padding-right:15px;
}

.portfolio-menu-link a {
  color: #ff0000;
}

.portfolio-menu-link a:hover {
  color: #ffffff;
  text-decoration: none;
}

.portfolio-menu p {
  padding-left:15px;
  padding-top:18px;
}

.portfolio-row {
  margin-top:0px;
  margin-bottom:0px;
}

.title-portfolio {
  color: #051039;
  font-size: 25px;
  position: absolute;
  left:-30px;
  -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.title-portfolio-line {
  width:4px;
  background-color: #ff0000;
  height:70px;
  position: absolute;
  bottom:2px;
  left: -40px;
}

.actu-btn {
  border: 1px solid #051039;
  height: 40px;
  margin-left:15px;
  margin-right: 15px;
}

a:hover .actu-btn {
  background-color: #051039;
  color: #ffffff;
}

.actu-btn p {
  padding-top:6px;
  text-align: center;
  color: #051039;
  font-size: 16px;
}

a:hover .actu-btn p {
  color: #ffffff;
}

.fa-rss {
  padding-right: 10px;
}

/* Actu Reporting */

/* Carousel */

.section-actureport {
  margin-top:200px;
}

.actureport-col-right {
  padding-right:0px;
  margin-top:86px;
}

.actureport-col-left {
  padding-left:0px;
  padding-right:0px;
  margin-top:86px;
}

.actureport-col-big {
  padding-left:0px;
}

.title-actureport {
  color: #051039;
  font-size: 25px;
  position: absolute;
  left:30px;
}

.title-actureport-line {
  width:4px;
  background-color: #ff0000;
  height:70px;

}

.actureport-img-big {
  width: 100%;
  background:url('/images/Patrimoine-img.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  margin:0;
  height: 358px;
  background-size: cover;
}


.actureport-img-big:hover .actureport-overlay {
  height: 20%;

}

.actureport-desc {
  float: left;
}

.actureport-text {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:15px;
}

.actureport-date {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:2px;
}

.actureport-buy {
  background-color:#ffffff;
  width: 40px;
  height: 40px;
  border-radius:20px;
  position: absolute;
  right: 0px;
  margin-top:15px;
  margin-right:15px;
}

.actureport-buy p {
  font-size:40px;
  position: absolute;
  top:-11px;
  left: 10px;
  font-weight: lighter;
  color: #051039;
}

.actureport-buy p a {
  color: #051039;
  text-decoration: none;
}

a:hover .actureport-buy p {
  color: #ffffff;
  text-decoration: none;
}

a:hover .actureport-buy {
  background-color: #051039;
}

.actureport-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: .5s ease;
  margin-right: 15px;
}


.carousel-control-next-actureport {
  border-radius: 50px;
  border: 1px solid #051039;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 210px;
}

.carousel-control-prev-actureport {
  border-radius: 50px;
  border: 1px solid #051039;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  bottom: 210px;
}

.control-actureport {
  position: absolute;
  top: -40px;
  right: 20px;
}


.actureport-img-small {
  width: 50%;	
  width: 50%;
  margin:0;
  height: 200px;
  background-size: cover;
}

.actureport-img-small img {
  margin:0;
  height: 200px;
  margin:0px;
  background-size: cover;
}


.actureport-text-small1 {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:7px;
}

.actureport-date-small1 {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:0px;
}

.actureport-buy-small1 {
  background-color:#ffffff;
  width: 30px;
  height: 30px;
  border-radius:20px;
  position: absolute;
  right: 0px;
  margin-top:12px;
  margin-right:10px;
}

.actureport-buy-small1 p {
  font-size:30px;
  position: absolute;
  top:-8px;
  left: 7px;
  font-weight: lighter;
  color: #051039;
}

.actureport-buy-small1 p a {
  color: #051039;
  text-decoration: none;
}

a:hover .actureport-buy-small1 p {
  color: #ffffff;
  text-decoration: none;
}

a:hover .actureport-buy-small1 {
  background-color: #051039;
}

.actureport-overlay-small {
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: .5s ease;
}

.actureport-img-small:hover .actureport-overlay-small {
  height: 50px;
  width: 50%;
}

#recipeCarousel {
	height: 200px;
}

#recipeCarousel .carousel-item {
  height: 200px;
  background-color: #fff;
}

/* #recipeCarousel .carousel-inner .carousel-item-left.active {
  transform: translateX(-50%);
}
#recipeCarousel .carousel-inner .carousel-item-right.active {
  transform: translateX(50%);
}

#recipeCarousel .carousel-inner .carousel-item-next {
  transform: translateX(50%)
}
#recipeCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-50%)
}
  
#recipeCarousel .carousel-inner .carousel-item-right,
#recipeCarousel .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
 */

/* Actu Video */


.section-actuvideos {
  margin-top:280px;
}

.title-actuvideos {
  color: #051039;
  font-size: 25px;
  position: absolute;
  left:30px;
}

.title-actuvideos-line {
  width:4px;
  background-color: #ff0000;
  height:90px;

}

.actuvideos-col-right {
  padding-right:0px;
  margin-top:100px;
}

.actuvideos-img-small1 {
  width: 100%;
  background:url('/images/Videos-img-1.png');
  background-size: cover;
  margin:0;
  height: 200px;
  margin:0px;
}

.actuvideos-img-small1:hover .actuvideos-overlay-small1 {
  height: 11%;

}

.actuvideos-text-small1 {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:7px;
}

.actuvideos-date-small1 {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:0px;
}

.actuvideos-buy-small1 {
  background-color:#ffffff;
  width: 30px;
  height: 30px;
  border-radius:20px;
  position: absolute;
  right: 0px;
  margin-top:12px;
  margin-right:10px;
}

.actuvideos-buy-small1 p {
  font-size:30px;
  position: absolute;
  top:-8px;
  left: 7px;
  font-weight: lighter;
  color: #051039;
}

.actuvideos-buy-small1 p a {
  color: #051039;
  text-decoration: none;
}

a:hover .actuvideos-buy-small1 p {
  color: #ffffff;
  text-decoration: none;
}

a:hover .actuvideos-buy-small1 {
  background-color: #051039;
}

.actuvideos-overlay-small1 {
  position: absolute;
  bottom: 260px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: .5s ease;
  margin-left: 15px;
  height: 0;

}

.actuvideos-img-small2 {
  width: 100%;
  background:url('/images/Videos-img-2.jpg');
  margin:0;
  height: 200px;
  margin:0px;
  background-size: cover;
}

.actuvideos-img-small2:hover .actuvideos-overlay-small2 {
  height: 11%;

}

.actuvideos-overlay-small2 {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: .5s ease;
  margin-left: 15px;
  height: 0;

}

.actuvideos-col-big {
  padding-left:0px;
  margin-top:160px;
}

.actuvideos-img-big {
  width: 100%;
  background:url('/images/Videos-img-3.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  margin:0;
  height: 400px;

}

.actuvideos-img-big:hover .actuvideos-overlay {
  height: 20%;

}

.actuvideos-desc {
  float: left;
}

.actuvideos-text {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:20px;
}

.actuvideos-date {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:2px;
}

.actuvideos-buy {
  background-color:#ffffff;
  width: 40px;
  height: 40px;
  border-radius:20px;
  position: absolute;
  right: 0px;
  margin-top:20px;
  margin-right:15px;
}

.actuvideos-buy p {
  font-size:40px;
  position: absolute;
  top:-11px;
  left: 10px;
  font-weight: lighter;
  color: #051039;
}

.actuvideos-buy p a {
  color: #051039;
  text-decoration: none;
}

a:hover .actuvideos-buy p {
  color: #ffffff;
  text-decoration: none;
}

a:hover .actuvideos-buy {
  background-color: #051039;
}

.actuvideos-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: .5s ease;
  margin-right: 15px;
}



/*  Side-bar*/
.moadal-selection {
margin-top:200px;
}

.modal.right .modal-dialog {
position: fixed;
margin: auto;
width: 660px;
height: 100%;
-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	 -o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
height: 100%;
overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
padding: 15px 15px 20px;
}

        
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -660px;
    max-width: 660px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.show .modal-dialog {
    right: 0;
  }

/* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #ffffff;
    justify-content: inherit;
    padding: 15px 10px 5px 0px;
  }

.btn-selection {
  width: 40px;
  height: 350px;
  right: 0px;
  position: fixed;
  top:150px;
  cursor: pointer;
  z-index: 1000;
}

.modal-title {
  color: #051039;
  font-size: 16px;
  padding-top: 3px
}

.modal-number {
  color: #777777;
  font-size: 16px;
  padding-left: 5px;
  padding-top: 3px
}

.modal-picto {
  width: 34px;
  height: 34px;
  margin-right: 7px;
}

.modal-delete a {
  color: #051039;
  font-size: 12px;
  right: 15px;
  position: absolute;
}

.modal-delete a:hover {
  color: #ff0000;
}

.modal-miniature {
  /*width: 80px;*/
  height: 80px;
  /*background-color: red;*/
  float: left;
  background:cover;
}

.modal-txt {
  color: #051039;
  font-size: 14px;
  margin-left:95px;
}

.modal-date {
  color: #051039;
  font-size: 14px;
  margin-left:95px;
}

.modal-miniature-delete {
  padding-left: 270px;
}

.modal-miniature-delete img {
  width: 10px;
  height: 10px;
}

.modal-miniature img {
  /*width: 80px;*/
  height: 80px;
}

.modal-footer-2 {
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0px 15px 0px 15px;
padding-bottom: 0px;
border-top: 0px;
}

.modal-footer>:not(:last-child) {
  margin-right: 0rem;
}

.modal-footer>:not(:first-child) {
  margin-left: 0rem;
}

.col-btn-select {
  padding-left:0px;
  padding-right:0px;
}

.selection-btn {
  border: 1px solid #051039;
  height: 40px;
  margin-left:15px;
  margin-right: 15px;
  background-color: #051039;
}

a:hover .selection-btn {
  background-color: #ffffff;
  color: #051039;
}

.selection-btn p {
  padding-top:6px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

a:hover .selection-btn p {
  color: #051039;
}


.selection-btn-close {
  border: 1px solid #051039;
  height: 40px;
  margin-left:15px;
  margin-right: 15px;
}

a:hover .selection-btn-close {
  background-color: #7e7e7e;
  color: #ffffff;
  border: 0px;
}

.selection-btn-close p {
  padding-top:6px;
  text-align: center;
  color: #051039;
  font-size: 16px;
}

a:hover .selection-btn-close p {
  color: #ffffff;
  font-size: 16px;
  padding-top:6px;
}


/* Footer */

.section-footer {
  background-color: #051039;
  height: 350px;
  width: 100%;
  /*margin-top:1813px;*/
  z-index:-2;
  position: absolute;

}

.footer{
  width: 100%;
  background-color:#051039;
  border-top:1px solid #ffffff;
  height: 105px;
  position: absolute;
  bottom: 0px;
  padding-top: 20px;
}

.footer-menu a{
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

.footer-menu a:hover{
  font-size: 13px;
  color: #7e7e7e;
  text-decoration: none;
}


/* SECTION LOGIN */



.section-login {
  background: url('/images/background-login.jpg') no-repeat center center ;
  height:100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login-center{
   background-color: rgba(255, 255, 255,0.8);
   margin:0 auto;
   width:310px;
   height: 320px;
   position: absolute;
   left: calc(50% - 105px);
   top: 30%;
}

.login-title p {
  text-align: center;
  font-size: 20px;
  color: #051039;
  margin-top: 20px;
  margin-bottom:10px;
}


.login-line {
  width: 220px;
  height: 1px;
  background-color:#051039; 
  margin: 0 auto;
  margin-bottom: 30px;
}

.login-form-group input {
margin-top: 10px;
text-align: center;
}

.login-btn {
  text-align: center;
}

.btn-login {
  background-color: #051039;
  color: #ffffff;
  border:inherit;
  padding:10px 40px 10px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-login:hover {
  background-color: #ffffff;
  color: #051039;
  border:1px solid #051039;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-forgot a{
  text-align: left;
  font-size: 13px;
  color: #051039;
  text-decoration: underline;
}

.login-logo {
  position: absolute;
  top: -60px;
  left: 12%;
  }

/* SECTION PORTFOLIO */

.page-title {
  color: #ffffff;
  font-size: 20px;
}

.section-background {
  background: url('/images/background-login.jpg') no-repeat center center ;
  height:420px;
  position: absolute;
  width: 100%;
  top: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.description {
  height: 60px;
  background-color: rgba(5, 16, 57, 0.8);
  margin-top: 360px;
}

.description-title {
  font-size: 18px;
  color: #ffffff;
  padding-top: 16px;
}

.picto {
  width: 300px;
  /*left: calc(50% - 150px);*/
  left: calc(10%);
  margin-top:70px;
  position: absolute;
}

.filtre {
  width: 60px;
  margin-top: 60px;
  float: left;
  cursor:pointer;
}

.filtre-txt {
  margin-top: 67px;
  cursor:pointer;
}

.miniature {
  border: 1px solid #051039;
  height: 300px;
  padding: 15px;
}

.miniature:hover {
  background-color: #051039;
}

.miniature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: .5s ease;
  margin-right: 15px;
  margin-left: 15px;
}

.miniature:hover .miniature-overlay {
  height: 20%;

}

.miniature-desc {
  float: left;
}

.miniature-text {
  color: #051039;
  font-size: 14px;
  padding-left:15px;
  padding-top:20px;
}

.miniature-text a {
  color: #051039;
  text-decoration : none;
}

.miniature-text a:hover {
  color: #ffffff;
  text-decoration : none;
}

.miniature-buy {
  background-color:#ffffff;
  width: 30px;
  height: 30px;
  border-radius:20px;
  position: absolute;
  right: 0px;
  margin-top:15px;
  margin-right:15px;
  background-image: url('/images/buy.svg');
  background-repeat: no-repeat;
  background-position: center;
}



a:hover .miniature-buy {
  background-color: #051039;
  background-image: url('/images/buy-hover.svg');
  border-radius:20px;
}

.miniature-global {
  width: 100%;
  height: 550px;
  background-color: #051039;
}

.miniature-prev {
  width: 30px;
  height: 30px;
  float: left;
  margin: 10px 5px 0px 0px;
}

.miniature-next {
  width: 30px;
  height: 30px;
  float: left;
  margin: 10px 5px 0px 5px;
}

.miniature-close {
  width: 30px;
  height: 30px;
  margin: 12px 0px 0px 80px;
}

.miniature-close img{
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.miniature-control {
  right:15px;
  position: absolute;
}

.miniature-info {
  padding-top: 70px;
}

.miniature-info p {
  margin-bottom: 0rem;
}

.miniature-info-title {
  color: #ffffff;
  font-size: 16px;

}

.miniature-info-date {
  color: #ffffff;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  padding-bottom:10px;  
}

.miniature-info-img img{
  /*width: 100%;*/
  height: 320px;
  border: 1px solid #ffffff;
}

.miniature-info-doc {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  padding-bottom:5px; 
  padding-top: 10px;
}

.miniature-info-doc-line {
  width: 220px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.miniature-info-doc-link {
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 10px;
}

.miniature-info-doc-link:hover {
  color: #ff0000;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 10px;
}

.miniature-media{
  padding-left: 0px;
} 

.miniature-info-media {
  background-color: #ffffff;
  width: 100%;
  height: 215px;
  margin-top: 53px;
}

.miniature-info-media-tiltle {
  color: #051039;
  font-size: 15px;
  padding-bottom:5px; 
  padding-top: 10px;
  padding-left: 15px;
}

.miniature-info-media-line {
  width: 220px;
  height: 1px;
  background-color: #051039;
  margin-bottom: 20px;
  padding-left: 15px;
}

.miniature-info-media-desc-title {
  color: #ff0000;
  font-size: 13px;
  padding-left: 15px;
  float: left;
  padding-bottom:8px;
}

.miniature-info-media-desc {
  color: #051039;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom:8px;
}

.miniature-info-download {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
  margin-top: 15px;
}

.miniature-info-media-img {
  background-image:url('/images/download-miniature.svg');
  width: 50px;
  height:35px;
  margin: 0 auto;
}

.miniature-info-download-size {
  width: 70px;
  float: left;
  margin-right: 10px;
}


.miniature-info-download-size p{
  text-align: center;
  font-size: 13px;
  color: #ff0000;
  padding-top: 5px;
}

.miniature-info-download-size label{
  margin-left: 29px;
}

.miniature-info-media-btn {
  float: left;
  width: 100px;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 26px;
  text-align: center;
  padding-top: 4px;
  margin-top: 4px;
  margin-left: 30px;
}

.miniature-info-media-btn:hover {
  float: left;
  width: 100px;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 26px;
  text-align: center;
  padding-top: 4px;
  margin-top: 4px;
  margin-left: 30px;
}

/* FILTER NAV */

.sidenav { 
    height: 100%;
    width: 0;
    margin-top: 650px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.sidenav-clear {
  width: 150px;
  height: 75px;
  background-color: #ffffff;
  float: left;
}

.sidenav-clear:hover {
  width: 150px;
  height: 75px;
  background-color: #EEEEEE;
  float: left;
}

.sidenav-clear p{
  text-align: center;
  color: #051039;
  font-size:16px;
  padding-top: 25px;

}

.sidenav-close {
  width: 150px;
  height: 75px;
  background-color: #ffffff;
  margin-left: 150px;
}

.sidenav-close:hover {
  width: 150px;
  height: 75px;
  background-color: #EEEEEE;
}

.sidenav-close p{
  text-align: center;
  color: #051039;
  font-size:16px;
  padding-top: 25px;

}

.sidenav-line {
  width: 100%;
  height: 1px;
  background-color:#EEEEEE;
}

.sidenav-search {
  margin-top:20px;
  margin-bottom: 30px;
}

.sidenav-search p {
  font-size: 14px;
  color: #051039;
  padding-left: 30px;
}

.sidenav-search .select2-container {
  margin-left: 50px;
}

.sidenav-form {
  /*margin-left: 50px;*/
  /*margin-left: 50px;*/
  width: 200px;
  height: 35px;
  border-radius: 0px !important;
  border: 1px solid #051039;
  background-color: #ffffff;
  font-size: 14px;
  color: #051039;
}

.sidenav-form:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: none;
  outline-width: 0px;
}


/* RECHERCHE AVANCEE */

.section-recherche-advanced {
  background-color: #051039;
  height:420px;
  position: absolute;
  width: 100%;
  top: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.recherche-libre {
  width: 100%;
  background-color: #ffffff;
  height:120px;
  padding-top: 10px;
}

.recherche-libre p {
  font-size: 13px;
  color: #051039;
  padding-left: 15px;
  margin-bottom: 5px;
}

.recherche-libre-form {
  border-radius: 0px;
  height: 33px ;
  color: #051039 ;
  border: 1px solid #051039 ;
  font-size: 12px;
  width: 100%;
  padding-left: 10px;
  margin-top: 30px;
  outline:0px !important;
  -webkit-appearance:none;
}

.recherche-libre-btn {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 30px;
}

.recherche-libre-btn:hover {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 30px;
}

.recherche-avancee {
  width: 100%;
  background-color: #ffffff;
  height:265px;
  padding-top: 10px;
  margin-top: 15px;
}

.recherche-avancee p {
  font-size: 13px;
  color: #051039;
  padding-left: 15px;
  margin-bottom: 5px;
}

.recherche-avancee-list {
  margin-top:30px;
}


.recherche-avancee-list-2 {
  margin-top:0px;
}

.recherhce-avancee-form {
  width: 100%;
  height: 35px;
  border-radius: 0px !important;
  border: 1px solid #051039;
  background-color: #ffffff;
  font-size: 13px;
}

.recherhce-avancee-form:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: none;
  outline-width: 0px;
}

.section-recherche-advanced-line {
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin-top:20px;
}

.recherche-avancee-btn {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 20px;
}

.recherche-avancee-btn:hover {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 20px;
}

.recherche-avancee-btn-invert {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 20px;
}

.recherche-avancee-btn-invert:hover {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 20px;
}

.reportage-title p{
  font-size: 16px;
  color: #051039;
  margin-bottom: 0px;
}

.reportage-date{
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #051039;
}

.reportage-btn {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  /*margin-top: 210px;*/
}

.reportage-btn:hover {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  /*margin-top: 210px;*/
}


/* PROFIL UTILISATEUR */

.section-heading-profil {
  height: 270px;
  /*background-color: #051039;*/
  background-color: #7e7e7e;
}

.section-profil {
  /*background-color: #051039;*/
  background-color: #7e7e7e;
  height:120px;
  position: absolute;
  width: 100%;
  top: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.profil-img {
  width: 100%;
  background-color: #ffffff;
  height:120px;
  padding-top: 10px;
}

.profil-img img {
  width: 100px;
  margin-left: calc(50% - 50px);
}

.profil-txt {
  margin-top:15px;
}

.profil-txt p{
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 5px;
}


.profil-btn-edit {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 87px;
}

.profil-btn-edit:hover {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #ffffff;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 87px;
}


.section-profil-selection {
 
  /*position: absolute;*/
  width: 100%;
  top: 360px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.profil-mes-selection {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #051039;
  padding-top: 10px;
}

.profil-mes-selection p {
  font-size: 13px;
  font-weight: bold;
  color: #051039;
  padding-left: 15px;
  margin-bottom: 5px;
}

.profil-mes-selection-form {
  border-radius: 0px;
  height: 33px ;
  color: #051039 ;
  border: 1px solid #051039 ;
  font-size: 12px;
  width: 100%;
  padding-left: 10px;
  
  outline:0px !important;
  -webkit-appearance:none;
}

.profil-mes-selection-btn {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}

.profil-mes-selection-btn:hover {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}

.profil-mes-selection-btn-invert {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}

.profil-mes-selection-btn-invert:hover {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}

div.row.profil-mes-selection-space {
  margin-bottom: 15px;
}

div.row.profil-mes-selection-entete {
  margin-top: 0px;
}

.profil-mes-selection-line {
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin-top:0px;
}

.profil-mes-selection-txt p {
  font-size: 13px;
  color: #051039;
  font-weight: normal;
}

.profil-mes-selection-title p {
  font-size: 13px;
  color: #ff0000;
  font-weight: normal;
}


/* Recherche photo avancee */

.section-avancee-photo {
  margin-top:75px;
}

.portfolio-desc {
  width: 100%;
  background-color: #051039;
  height: 80px;
  margin-top: 34px;
  margin-bottom: 15px;
  padding: 15px;
}

.portfolio-desc p {
  color: #ffffff;
  font-size: 13px;
}

.photo-filtre {
  margin-top: 30px;
}

/* Modal Selection Enregistrer */

.modal-telechargement-droits {
  background-color: #ffffff;
  border: 1px solid #051039;
  width: 100%;
  height: 170px;

}

.telechargement-titre {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #051039;
}

.telechargement-titre p {
  padding-bottom: 0px;
}

.telechargement-sous-titre {
  font-size: 13px;
  color: #051039;
  font-weight: bold;
}

.telechargement-sous-titre p {
  margin-bottom:5px;
}

.check-droits {
  padding-left: 15px;
  padding-right: 10px;
  float: left;
}

.droits-mention {
  font-size: 13px;
  color: #051039;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  text-align: justify;
}


.check-droits-txt {
  font-size: 13px;
  color: #051039;
}

.check-droits-txt p {
  padding-top: 3px;
}

.modal-select-telechargmeent-close {
  width: 30px;
  height: 30px;
  margin: 12px 0px 0px 80px;
  position: absolute;
  right: 15px;
}

.modal-select-telechargmeent-close img{
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.radio-resolution {
  padding-left: 15px;
  padding-right: 10px;
  float: left;
}

.radio-resolution-txt {
  font-size: 13px;
  color: #051039;
}

.radio-resolution-txt p {
  padding-top: 3px;
}

.modal-telechargement-resolution {
  padding-top:30px;
  background-color: #ffffff;
  border: 1px solid #051039;
  width: 100%;
  height: 170px;
}

.modal-telechargement-btn {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 10px;
}

.modal-telechargement-btn:hover {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 11px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
  margin-top: 10px;
}

.recherche-nom-selection-form {
  border-radius: 0px;
  height: 33px ;
  color: #051039 ;
  /*border: 1px solid #051039 ;*/
  font-size: 12px;
  width: 100%;
  padding-left: 10px;
  margin-top: 0px;
  outline:0px !important;
  -webkit-appearance:none;
}

.form-enregistrer {
  margin-bottom:0px;
}

textarea#search-recherche-libre.recherche-nom-selection-form {
  height: 170px;
}


/* PATRIMOINE */

.patrimoine-bg {
  /*background-color: #2e1c38 !important;*/
  background-color: #8fcfce !important;
}

.patrimoine-txt {
  /*color:#8fcfce !important;*/
  color:#2e1c38 !important;
}

.patrimoine-txt a {
  /*color:#8fcfce !important;*/
  color:#2e1c38 !important;
}

.patrimoine-bg-blue {
  /*background-color: #8fcfce !important;*/
  background-color: #2e1c38 !important;
}

.telechargement-video-txt {
  font-size: 13px;
  color: #051039;
}

.telechargement-video-sous-titre {
  font-size: 13px;
  color: #051039;
  font-weight: bold;
  text-decoration: underline;
}

.telechargement-video-sous-titre p {
  margin-bottom:5px;
}

.section-heading-gestion {
  height: 170px;
  background-color: #051039;
}

.section-gestion {
  background-color: #051039;
  height:80px;
  position: absolute;
  width: 100%;
  top: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.gestion-search {
  border-radius: 0px;
  height: 33px ;
  color: #051039 ;
  border: 1px solid #051039 ;
  font-size: 12px;
  width: 100%;
  padding-left: 10px;
  
  outline:0px !important;
  -webkit-appearance:none;
}

.archive-btn {
  width: 100%;
  color: #051039;
  background-color: #ffffff;
  border: 1px solid #051039;
  font-size: 13px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}

.archive-btn:hover {
  width: 100%;
  color: #ffffff;
  background-color: #051039;
  border: 1px solid #ffffff;
  font-size: 13px;
  height: 33px;
  text-align: center;
  padding-top: 7px;
}


/* GESTION */

.section-gestion-liste {
  /*position: absolute;*/
  padding-top:50px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.check-gestion {
  padding-left: 40px;
  padding-right: 10px;
  float: left;
}

.gestion-mes-selection-txt p {
  font-size: 13px;
  color: #051039;
  font-weight: normal;
}

.gestion-mes-selection-txt-link p {
  text-decoration: underline;
}

.gestion-mes-selection-title p {
  font-size: 13px;
  color: #ff0000;
  font-weight: normal;
}

.check-cmd {
  padding-left: 15px;
  padding-right: 10px;
  float: left;
  padding-top:30px;
}

.check-cmd-txt {
  font-size: 13px;
  color: #051039;
}

.check-cmd-txt p {
  padding-top: 30px;
}

.cmd-desc-title {
  color: #ff0000;
  font-size: 13px;
  padding-left: 15px;
  float: left;
  padding-bottom:4px;
}

.cmd-desc {
  color: #051039;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom:4px;
  float: left;
  padding-right: 10px;
}

.cmd-info {
  color: #051039;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom:4px;

}

.cmd-desc-link {
  color: #051039;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom:4px;
  
  text-decoration: underline;
}

.cmd-info-demandeur {
  /*margin-bottom:40px;*/
}

.cmd-demandeur {
  background-color: #ffffff;
  border: 1px solid #051039;
  width: 100%;
  height: 130px;

}

.cmd-info-title {
  color: #ff0000;
  font-size: 13px;
  padding-left: 15px;
  float: left;
  padding-bottom:0px;
  padding-right: 10px;
  margin-bottom: 0px;
}

.cmd-info-title-raison {
  color: #ff0000;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom:0px;
  padding-right: 10px;
  margin-bottom: 0px;
}

.cmd-info-desc {
  color: #051039;
  font-size: 13px;
  padding-left: 15px;
  padding-bottom:0px;
  padding-right: 10px;
  margin-bottom: 0px;
}

.cmd-info-line {
  padding-bottom:10px;
}

.cmd-modal-telechargement-resolution {
  padding-top:12px;
  background-color: #ffffff;
  border: 1px solid #051039;
  width: 100%;
  height: 130px;
}

.cmd-recherche-nom-selection-form {
  border-radius: 0px;
  height: 33px ;
  color: #051039 ;
  border: 1px solid #051039 ;
  font-size: 12px;
  width: 100%;
  padding-left: 10px;
  margin-top: 0px;
  outline:0px !important;
  -webkit-appearance:none;
}

textarea#cmd-search-recherche-libre.cmd-recherche-nom-selection-form {
  height: 130px;
}

video#bgvid {
  position: fixed; right: 0; bottom: -67;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background-size: cover;
  z-index: 99999998 !important;
}

#skip {
  position: fixed; right: 100px; bottom: 25px;
  /*min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background-size: cover;*/
  z-index: 999999999 !important;
}

.alignDate {
    text-align: center;
}