.container-fluid{
  width: 100%;
  max-width: 100%;
}
.container {
  width: 1400px;
  max-width: 100%;
}

.page-content{
  text-align: left;
}

body {
  overflow-x: hidden;
  width: 100%;
  //max-width: 1400px;
  margin: auto;
}

.nav-link.btn.btn-light.lang-en.rounded-circle.p-0 {
  width: 40px;
  height: 40px;
  display: flex;
  background: rgba(255,255,255,.2);
}

.nav-link.btn.btn-light.lang-en.rounded-circle.p-0:hover {
  background: rgba(226, 179, 38, 0.7) !important;
}

.text-btn-circle {
  display: inline-block;
  margin: auto;
}

.header-bg {
  background-image: url(../../assets/img/bg.jpg);
  background-size: 100% auto;
  min-height: 500px;
  background-origin: border-box;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .header-bg {
    background-color: #e2b326;
    background-size: cover;
  }
}

.header-bg::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 21px;
  z-index: 10;
  background: rgba(255,255,255,0.5);
  transform: skewy(-0.5deg);
  top: 489px;
}

.navbar.navbar-light.navbar-expand-md.align-items-start.navigation-clean-button {
  background: transparent !important;
}

.nav-link.p-2.text-white {
  color: #fefefe;
}

@media (min-width: 768px) {
  .nav-link.p-2.text-white.navlink-border {
    border-left: 0.05em solid #fefefe;
    border-right: 0.05em solid #fefefe;
  }
}

@media (min-width: 1200px) {
  .nav-link.p-2 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    letter-spacing: 0.05em;
  }
}

.nav-link.active.p-2.text-white, .nav-link.p-2:hover {
  background-color: rgba(226, 179, 38, 0.7) !important;
  color: #fefefe !important;
}

.switch-element{
  position: absolute !important;z-index: 1;
}

@media (min-width: 768px) {
  .footer-menu-center {
    border-left: 0.05em solid #666c45;
    border-right: 0.05em solid #666c45;
  }
}

@media (max-width: 768px) {
  .switch-element{
    position: relative !important;
  }
}

.navbar-light .navbar-toggler {
  color: #fefefe !important;
  outline: none;
}

@media (max-width: 576px) {
  .navbar-brand, .navbar-toggler {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

.white-band {
  display: block;
  background: rgba(255,255,255,.5);
}

.article-img {
  height: 260px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .article-img {
    height: 260px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .article-img {
    height: 200px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  .article-img {
    height: 200px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.article-title {
  color: #e2b326;
  font-size: 20px;
}

.article-url {
  color: #e2b326 !important;
  text-decoration: none !important;
  font-weight: 500;
}

.article-url:hover {
  opacity: 0.5;
}

.btn.btn-light.goto-top.rounded-circle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid #e2b326;
  color: #e2b326;
  outline: none;
  background: #fff !important;
  width: 40px;
  height: 40px;
}

.cadre-img {
  height: 340px;
  background-image: url(../../assets/img/cadre.png);
  background-size: 100% 100%;
  max-width: 100%;
}

.collection-image {
  max-width: 100%;
  height: 95%;
  margin: auto;
}

.collection-name {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(0,0,0, 0.6);
}

.collection-url {
  text-decoration: none !important;
}

.cadre-img:hover {
  background: rgba(226, 179, 38, 0.3) !important;
  transition: 0.3s ease-in-out;
}

.cadre-img:hover .collection-name {
}

.big-img-collection {
  height: 800px;
}

@media (max-width: 576px) {
  .big-img-collection {
    height: 400px;
    text-align: center !important;
    margin-bottom: 5px;
  }
}

.imgage-big-collection {
  height: 100%;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 576px) {
  .sub-image-collection.mb-3 {
    width: 31%;
    margin: 5px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 380px) {
  .sub-image-collection.mb-3 {
    width: 46%;
    margin: 5px;
    margin-bottom: 0 !important;
  }
}

.sub-image-collection.mb-3:hover {
  -webkit-filter: sepia(0.5);
  filter: sepia(0.5);
  cursor: pointer;
}

.btn.btn-light.switch-collection {
  width: 40px;
  height: 40px;
  color: #e2b326;
  border: 0.05em solid #e2b326;
  background: transparent !important;
}

.row.global-form {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: rgba(226, 179, 38, 0.7) !important;
}

.col-md-6.fadeback {
}

.back-blur {
  background-image: url(../../assets/img/robe-de-mariee-elsa-gary-2019-alix-manches-courtes-dos-retro.jpg);
  background-size: 100% auto;
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.btn.btn-primary {
  background: #B8405B;
  color: #fefefe !important;
  font-weight: 400;
  outline: none !important;
  border: 0px none;
}

.btn.btn-primary:hover {
  color: #3c3c3b !important;
  background: rgba(226, 179, 38, 0.7) !important;
}

#container-form {
  height: 70%;
  background: rgba(255, 255, 255, 0.5) !important;
  z-index: 2;
  width: 80%;
  position: absolute;
  z-index: 1000 !important;
  margin: auto !important;
  left: 10%;
  top: 20%;
}

.head-form {
  color: #fefefe !important;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-weight: 300;
}

/*.formulaire {
  display: block;
  margin: auto;
}*/

.label {
  color: #3c3c3b !important;
  font-weight: 400;
}

.error {
  color: #B8405B;
  font-weight: 500;
  //background-color: #B8405B;
}

.formulaire input[type="text"], .formulaire input[type="password"], select {
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02) !important;
  outline: none;
  font-size: 15px !important;
}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;}
  .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}
  .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;}
.form-control:focus {
  border: 0.05em solid rgba(226,179,38,0.7) !important;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.link-form {
  color: #000000 !important;
  font-weight: 600;
}

.actions-config i {
  font-size: 14px;
  margin: auto;
}

.btn.btn-danger {
  margin: 2px;
  height: 25px !important;
  width: 25px !important;
  padding: 0 !important;
  background: #B8405B;
  border: 0px none;
}

.d-block.text-center.p-0.actions-config.text-center.footer {
}

.btn.btn-danger:hover {
  background: rgba(226, 179, 38, 0.7) !important;
}

.fa.fa-lock {
  margin: auto;
}

.tooltip > .tooltip-inner {
  background-color: #B8405B;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 100%;
  border-radius: 2px;
  padding: 2px 5px;
}

.tooltip .tooltip-arrow {
  border-top: 5px solid #B8405B !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #B8405B !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #B8405B !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #B8405B !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #B8405B;
}

.btn.btn-secondary.w-50.shadow-sm {
  background: #B8405B;
  border: 0px none;
  transition: 0.3s ease-in-out;
}

.btn.btn-secondary.w-50.shadow-sm:hover {
  background: rgba(226, 179, 38, 0.7) !important;
}

.nav-link.menu-admin:hover {
  color: #FFFFFF !important;
}

.nav-link.menu-admin {
  color: #FFFFFF !important;
  font-weight: 400;
  padding: 4px 10px;
  font-size: 14px;
  transition: 0.3s ease;
}

.nav-link.menu-admin:hover {
  color: #FFFFFF !important;
  background: rgba(226, 179, 38, 0.7) !important;
}

.navbar.navbar-light.navbar-expand-md.admin {
  background: rgba(226, 179, 38, 0.2) !important;
  padding: 0;
}

.contact-form {
  border: 1px solid #e2b326;
  border-bottom: 0px;
}

.contact-form .input-group {
  border-bottom: 1px solid #e2b326;
}

.contact-form input, .contact-form textarea {
  border-left: 1px solid #e2b326;
  border-right: 1px solid #e2b326;
  border-top: 0px none;
  border-bottom: 0px none;
  border-radius: 0px;
}

.no-error-form{
  /*border-left: 1px solid #e2b326 !important;
  border-right: 1px solid #e2b326 !important;
  border-top: 0px none !important;
  border-bottom: 0px none !important;*/
  background: transparent;
}

.error-form{
  //border: 2px solid red !important;
  background: rgba(255,0,0,0.05);
}

.input-group-text {
  background: transparent;
  border: 0px none;
  color: #e2b326;
  border-radius: 0px;
}

.btn.btn-info {
  background: #e2b326;
  border: 0px none;
}

.btn.btn-info:hover {
  opacity: 0.7;
}

.map {
  height: 250px;
}

.nav-link.active .btn.btn-danger {
  background: rgba(226, 179, 38, 0.7) !important;
  border: 1px solid #fefefe;
}

body.modal-open #wrapper {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.modal-title {
  color: #fefefe;
  font-weight: 300;
}

.modal-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #B8405B;
  //border-bottom: 1px solid #B8405B !important;
}

.modal-header {
  background: #B8405B !important;
}
.modal-header button, .modal-header button:hover{
  color: #fefefe !important;
  outline: none;
}
.modal-backdrop {
  background-color: transparent;
}

.btn-link{
  border: 0px none !important;
  color: #B8405B !important;
  text-decoration: none;
  font-weight: 500;
}

.d-none{
  display: none !important;
}

img.line{
  display: block;
  max-width: 100%;
}

.size-12{font-size: 12px !important;}
.size-14{font-size: 14px !important;}

/*
 * light table
 */
table.light-table{
  width: 100%;
}
table.light-table thead tr{
  background: transparent;
}
table.light-table thead th{
  background: transparent;
  font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
table.light-table thead th,
table.light-table tbody td{
  letter-spacing: 0.05em;
  padding: 10px;
  font-size: 13px;
}
table.light-table td{
  font-size: 100%;
  border-top: 0px none;
  border-bottom: 0px none;
  font-weight: 400;
  white-space: normal;
}
table.light-table tbody tr{
  /*background: #eceff1;*/
  background: rgba(0,0,0,.05);
  border-top: 1px solid rgba(255,255,255,.8);
  transition: 0.5s ease;
}
table.light-table tbody tr:hover{
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.8);
  box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
}
table th img{
  display: inline-block !important;
  height: 40px;
  margin-right: 5px;
  border-radius: 3px;
}

.logo-center{
  height: 100px;
}
#change-language{ color: #FFFFFF; }

.btn-website{
  background-color: rgba(226, 179, 38, 0.7) !important;
  color: #666c45 !important;
}

.tabbable .nav-item{
  padding: 10px;
  text-decoration: none;
}
div.cleditorPopup{
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
}

.form-control{
  font-size: 14px !important;
}
.container-footer{
  width: 900px;
  max-width:100%;
  margin: auto;
}
img.title-page{
  max-width: 100% !important;
}
img.logo-gauche-footer{
  display: inline-block;
  width: auto;
  max-width: 100%;
}
/*
 * custom color picker
 */
.color .input-group-append{
  background: #ddd;
  padding: 5px !important;
  outline: none !important;
}
.color .input-group-append .colorpicker-input-addon{
  padding: 0px !important;
  outline: none !important;
}
.color .input-group-append .colorpicker-input-addon i{
  width: 20px !important;
  height: 20px !important;
  outline: none !important;
}
/* end costum color picker */

#meditmd, #meditlg, #meditmodal{
  width: 100%;
}