.page-download-center {

}
.page-download-center .top_header {
  display: none;
}
#block-araymonddownloadcenter {
  background: #fbfbfb;
  border-top: 70px solid #1b68af;
}

.download-center-content-error .col-sm-12 {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  justify-content: center;
  align-items: center;
}

.download-center-content #grid-view,
.download-center-content #list-view {
  border: 1px solid #e8f0f7;
  cursor: pointer;
  width: 58px;
  height: 42px;
  border-radius: 2px 0 0 2px;
  background-color: #f9f9f9;
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/grille-grey.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.download-center-content #grid-view {
  border-right-width: 0;
}
.download-center-content #list-view {
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/liste-grey.svg");
}
.download-center-content #grid-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/grille-blue.svg");}
.domain-araymond-industrial .download-center-content #grid-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/grille-red.svg");}
.domain-araymond-energies .download-center-content #grid-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/grille-orange.svg");}
.domain-araymond-agriculture .download-center-content #grid-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/grille-green.svg");}
.domain-araymond-life .download-center-content #grid-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/grille-pink.svg");}

.download-center-content #list-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/liste-blue.svg");}
.domain-araymond-industrial .download-center-content #list-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/liste-red.svg");}
.domain-araymond-energies .download-center-content #list-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/liste-orange.svg");}
.domain-araymond-agriculture .download-center-content #list-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/liste-gree,.svg");}
.domain-araymond-life .download-center-content #list-view.active {background-color: #fff; background-image: url("/themes/custom/araymond_theme/img/icons/dc/liste-pink.svg");}

@media(min-width: 1921px){
  .page-download-center .top_header.header-img ~ #main{
    z-index: inherit;
  }
}
@media (min-width: 1200px) {
  .download-center-content,
  .download-center-search {
    width: 1200px;
    margin: 0 auto;
  }
}
/* filtres */
.download-center-content > .col-sm-2 {
  width: 245px;
  padding-right: 0;
}
.download-center-content .filters {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.download-center-content .filters p {
  font-family: "Open-semibold";
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0;
}
.download-center-content .filters .view-mode {
  display: flex;
  justify-content: space-between;
}

.download-center-content .filters .view-mode div {
  display: flex;
}

.download-center-content .filters .filter {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #E8F0F7;
  padding: 20px;
  margin-top: 15px;
}
.download-center-content .filters .filter button.btn {
  font-size: 14px;
  font-family: "Open-semibold";
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
  background-color: transparent;
  background-image: url('../src/ico/chevron-up-grey.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100% 50%;
  outline: none;
}
.download-center-content .filters .filter button.btn[aria-expanded="true"]{
  background-image: url('../src/ico/chevron-down-grey.svg');
}
.download-center-content .filters .filter > div{
  max-height: 194px;
  overflow-y: scroll;
  margin: 15px 0 0;
}
.download-center-content .filters .filter p{
  font-family: "Open-regular";
  font-size: 12px;
  color: #57616B;
  font-weight: 400;
}
/**  STYLE 11 */
.download-center-content .filters .filter > div::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F3F3F3;
}
.download-center-content .filters .filter > div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C4C4C4;
}
.download-center-content .filters .filter > div::-webkit-scrollbar {
  width: 10px;
  background-color: #F3F3F3;
}
.download-center-content .filters .filter span {
  display: inline-block;
  border: 2px solid #a0a2a4;
  width: 18px;
  height: 18px;
  margin: -2px 7px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.download-center-content .filters .filter span.active {
  background: #a0a2a4;
}

@media (max-width: 1199px) {
  .download-center-content .filters {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .download-center-content > .col-sm-2 {
    width: 100%;
    padding: 0 15px;
  }
  .download-center-content .filters{
    padding: 30px 0 30px 50px;
  }
}
@media (max-width: 767px) {
  .download-center-content .filters{
    padding: 30px 0;
  }
}

/* Résultats */
.download-center-content > .col-sm-10 {
  width: calc(100% - 245px);
}
.download-center-content .items,
.download-center-search .items{
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px !important;
}
.download-center-content .items.grid,
.download-center-search .items.grid {
  padding-left: 50px;
}
.download-center-content .grid .download-center-item,
.download-center-search .grid .download-center-item{
  width: calc(33% - 20px);
  border: 1px solid #dde8f3;
  background: #fff;
  border-radius: 2px;
  position: relative;
  min-height: 140px;
  margin: 0 0 30px 0;
}
.download-center-content .download-center-item .content,
.download-center-search .grid .download-center-item .content {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../src/ico/bg-table.jpg');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 0 50%;
}
.download-center-content .download-center-item .content > div,
.download-center-search .download-center-item .content > div{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  width: 100%;
}
.download-center-content .download-center-item span:first-of-type,
.download-center-search .download-center-item span:first-of-type{
  margin-top: auto;
}
.download-center-content .download-center-item img,
.download-center-search .download-center-item img{
  border-right: 1px solid #e8f0f7;
  width: auto;
  height: max-content;
  min-width: 100px;
  max-width: 140px;
  max-height: 200px;
  position: relative;
}
@media (max-width: 1199px) {
  .download-center-content .items.grid,
  .download-center-search .items.grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .download-center-content .grid .download-center-item,
  .download-center-search .grid .download-center-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1024px) {
  .download-center-content .items,
  .download-center-search .items {
  }
  .download-center-content .items.grid,
  .download-center-search .items.grid {
  }
}
@media (max-width: 767px) {
  .download-center-content .items.grid,
  .download-center-search .items.grid {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .download-center-content .grid .download-center-item,
  .download-center-search .grid .download-center-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
/* liste */
.download-center-content .list .download-center-item {
  width: calc(100% - 15px);
  position: relative;
  height: 58px;
  margin: 0 0 15px;
  padding: 0 15px 0 50px;
  border: none !important;
}
.download-center-content .list .download-center-item .content {
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #dde8f3;
}
.download-center-content .list .download-center-item.active .content {
  border-color: #00c42b;
}
.download-center-content .list .download-center-item .content > div {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 54px;
  align-items: center;
}
.download-center-content .list .download-center-item .content > div > p {
  width: calc(100% - 160px);
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 20px 10px;
  font-family: "Open-semibold";
  font-size: 12px;
}
.download-center-content .list .download-center-item.is-video .content > div > p {
  width: calc(100% - 200px);
}
.download-center-content .list .download-center-item .content > div > span {
  display: inline-block;
}
.download-center-content .list .download-center-item .date {
  order: 1;
  margin: 2px 30px 0 0;
  font-family: "Open-semibold";
}
.download-center-content .list .download-center-item .format {
  margin: 0;
  display: block;
  align-self: auto;
  position: relative;
  top: 2px;
}
.download-center-content .list .download-center-item img {
  width: 58px;
}
.download-center-content .list .download-center-item .actions {
  width: calc(100% - 2px);
  margin-left: 1px;
  position: static;
  padding: 0;
  border: none;
  display: block;
  border-radius: initial;
  margin-top: -40px;
  background: transparent !important;
  text-align: right;
}
.download-center-content .list .download-center-item:not(.is-video) .actions > a.select-button {
  position: absolute;
  top: 0;
  left: 15px;
  color: transparent;
  width: 100%;
  text-align: left;
  height: 58px;
  line-height: 58px;
}
.download-center-content .list .download-center-item .actions > a.download-button {
  border: 1px solid #00c42b;
  border-radius: 60px;
  color: #00c42b;
  text-transform: uppercase;
  font-family: "Open-semibold";
  font-size: 11px;
  line-height: 1.25;
  padding: 12px 16px;
  text-decoration: none;
  background: white;
  position: relative;
  right: 160px;
}
.download-center-content .list .download-center-item.is-video .actions > a.download-button {
  right: 200px;
}
.download-center-content .list .download-center-item.is-video .actions > a.play-button {
  border: 1px solid #00c42b;
  border-radius: 60px;
  color: #00c42b;
  text-transform: uppercase;
  font-family: "Open-semibold";
  font-size: 11px;
  line-height: 1.25;
  padding: 12px 16px;
  text-decoration: none;
  background: white;
  right: 70px;
}
.download-center-content .list .download-center-item.is-video .actions > a.play-button + a.download-button {
  right: 340px;
}
@media (max-width: 1199px) {
  .download-center-content .list .download-center-item .actions > a.download-button {
    right: 23px;
  }
  .download-center-content .list .download-center-item.is-video .actions > a.play-button {
    right: -110px;
  }
  .download-center-content .list .download-center-item.is-video .actions > a.play-button + a.download-button {
    right: 160px;
  }
}
.download-center-content .download-center-item p,
.download-center-search .download-center-item p{
  font-family: 'Open-semibold';
  font-size: 12px;
  line-height: 1.2;
  color: #57616b;
  margin: 10px;
  overflow-wrap: anywhere;
}
.download-center-content .download-center-item .date,
.download-center-search .download-center-item .date {
  font-size: 12px;
  line-height: 1;
  color: #b9b9b9;
  margin: 10px;
}
.download-center-content .download-center-item .format,
.download-center-search .download-center-item .format {
  font-family: 'itc-avant-garde-gothic-pro',sans-serif;
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 10px;
  margin: 3px 10px 10px;
  color: white;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  background: #acacac;
  border-radius: 2px;
  padding: 4px 7px;
  align-self: flex-start;
  margin-bottom: 10%;
}
.download-center-content .download-center-item .duration,
.download-center-search .download-center-item .duration {
  font-family: 'itc-avant-garde-gothic-pro',sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: white;
  line-height: 1;
  text-transform: uppercase;
  border-left: 1px solid #a0a2a4;
  color: white;
  padding-left: 5px;
  margin-left: 5px;
}

.download-center-content input[type="search"] {
  margin: -40px auto 0;
  padding: 20px 30px;
  width: calc(100% - 20px);
  height: 78px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
  font-size: 20px;
  color: #757575;
  text-overflow: ellipsis;
  overflow: hidden;
}

.download-center-content .download-center-item.active {
  border: 1px solid #00c42b;
}
.download-center-content .download-center-item.active img {
  border-right: 1px solid #00c42b;
}
.download-center-content .download-center-item .actions {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 10px;
  background: white;
  border: 1px solid #00c42b;
  border-radius: 60px;
  display: block;
  pointer-events: none;
  opacity: 0;
  padding: 6px 10px;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  display: flex;
  justify-content: space-between;
}
.download-center-content .download-center-item:hover .actions,
.download-center-content .download-center-item:focus-within .actions {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 1199px) {
  .download-center-content input[type="search"] {
    height: 65px;
    font-size: 18px;
    margin: -30px auto 0;
  }
}
@media (max-width: 991px) {
  #block-araymonddownloadcenter {
    border-top: 52px solid #1b68af;
  }
  .download-center-content input[type="search"] {
    padding-left: 20px;
    padding-right: 45px;
    height: 56px;
    font-size: 14px;
    background-size: 16px;
    background-position: calc(100% - 20px) 50%;
  }
}
@media (max-width: 767px) {
  .download-center-content .grid .download-center-item,
  .download-center-item .grid .download-center-item {
    margin-bottom: 45px;
  }
  .download-center-content .download-center-item .actions {
    pointer-events: auto;
    opacity: 1;
    bottom: -17px;
  }
  .download-center-content .download-center-item .format,
  .download-center-search .download-center-item .format {
    margin-bottom: 30px;
  }
}

.download-center-content .download-center-item .actions a {
  font-size: 12px;
  color: #00c42b;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.download-center-content .download-center-item .actions a:hover,
.download-center-content .download-center-item .actions a:focus-within {
  text-decoration: none;
}
.download-center-content .download-center-item .select-button:before,
.download-center-content .download-center-item .download-button:before,
.download-center-content .download-center-item .play-button:before,
.download-center-search .download-center-item .select-button:before,
.download-center-search .download-center-item .download-button:before,
.download-center-search .download-center-item .play-button:before{
  content: "";
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/select-green.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 0;
}
.download-center-content .download-center-item.active .select-button:before,
.download-center-search .download-center-item.active .select-button:before {
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/selected.svg");
}
.download-center-content .download-center-item .play-button:before,
.download-center-search .download-center-item .play-button:before{
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/play.svg");
}
.download-center-content .download-center-item .download-button:before,
.download-center-search .download-center-item .download-button:before{
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/download-green.svg");
}
.download-center-content .download-center-item.active .actions {
  opacity: 1;
  pointer-events: auto;
  background: #edfff1;
}
.download-center-content .download-center-item.active .actions .download-button {
  opacity: 0;
  pointer-events: none;
}

.download-center-content .pages {
  padding: 30px 0;
  border-top: 2px solid #dde8f3;
  display: flex;
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.download-center-content .pages a {
  text-decoration: none;
}
.download-center-content .pages .next-page {
  margin-left: auto;
}
.download-center-content .pages .prev-page:before {
  content: '';
  mask-image: url('../src/ico/chevron-left-grey.svg');
  background: #282830;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.download-center-content .pages .next-page:after {
  content: '';
  mask-image: url('../src/ico/chevron-right-grey.svg');
  background: #282830;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.download-center-content .col-sm-10 {
  padding: 30px 0 0;
}
.download-center-content .col-sm-10 > h2{
  font-size: 18px;
  margin: 22px 50px 0;
}
.download-center-content .col-sm-10 .error-message{
  background: #1b68af;
  border-radius: 2px;
  color: white;
  font-family: 'Open-semibold';
  font-weight: normal;
  font-size: 12px;
  padding: 10px 15px;
  margin: 30px 0 -8px 50px;
  width: calc(100% - 75px);
}
@media(max-width: 1199px){
  .download-center-content .col-sm-10 .error-message{
    width: calc(100% - 65px);
  }
}
@media (max-width: 991px) {
  .download-center-content input[type="search"]{
    width: 100%;
    margin: -30px auto 0;
  }
  .download-center-content .col-sm-10 {
    width: 100%;
    padding: 100px 15px 0;
  }
  .download-center-content .col-sm-10 > h2{
    margin-bottom: 20px;
  }
  .download-center-content .col-sm-10 .error-message{
    margin: 0px 0 30px 50px;
    width: calc(100% - 50px);
  }
  .download-center-content{
    position: relative;
  }
  .download-center-content a.modal-button-hidden{
    background: #FFFFFF;
    border: 1px solid #E8F0F7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 12px;
    position: absolute;
    top: 48px;
    left: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    font-family: "Open-semibold";
    font-weight: normal;
  }
  .download-center-content a.modal-button-hidden:before{
    content: '';
    background-image: url('../src/ico/filters.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px 0 0;
  }
}
@media(max-width: 767px){
  .download-center-content input[type="search"]{
    width: calc(100% - 30px);
  }
  .download-center-content .col-sm-10 > h2{
    margin: 15px 0 20px;
  }
  .download-center-content .col-sm-10 .error-message {
    margin: 0 0 30px;
    width: 100%;
  }
  .download-center-content a.modal-button-hidden{
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.total-download {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: white;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e8f0f7;
}
.total-download #select-all {
  width: 20px;
  height: 20px;
  background: url("/themes/custom/araymond_theme/img/icons/dc/select.svg");
  background-size: 100%;
  margin-right: 10px;
  cursor: pointer;
}
.total-download.active #select-all {
  background-image: url("/themes/custom/araymond_theme/img/icons/dc/selected.svg");
}

.total-download #actions {
  display: flex;
  align-items: center;
}
.total-download > .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.total-download > .container > .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.total-download .number-of-items {
  font-family: "Open-semibold";
  font-size: 13px;
  color: #57616b;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.total-download.active .number-of-items {
  color: #00c42b;
}
.total-download #clear {
  display: none;
  background: none;
  text-decoration: none;
  border: none;
  color: #57616b;
  font-size: 14px;
  padding: 0 0 0 15px;
}
.total-download #clear:hover,
.total-download #clear:focus-within {
  text-decoration: underline;
  cursor: pointer;
}
.total-download.active #clear {
  display: inline-block;
}
.total-download #araymond-dc-download-form {
  border-left: 1px solid #dde8f3;
  padding: 0 15px;
  margin-left: 15px;
}
.total-download #araymond-dc-download-form button {
  border: 1px solid #c5d8ea;
  border-radius: 60px;
  padding: 10px 20px 10px 45px;
  color: #57616b;
  font-family: "Open-semibold";
  font-size: 13px;
  line-height: 1.25;
  box-shadow: none !important;
  background-color: white;
  background-image: url('../src/ico/arrow-down-circle.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 50%;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.total-download #araymond-dc-download-form button span {
  display: none;
}
.total-download #araymond-dc-download-form button:hover,
.total-download #araymond-dc-download-form button:focus-within {
  background-color: #c5d8ea;
}
.total-download.active #araymond-dc-download-form button {
  border-color: #00c42b;
  color: white;
  background-color: #00c42b;
  background-image: url('../src/ico/arrow-down-circle-white.svg');
}
.total-download.active #araymond-dc-download-form button:hover,
.total-download.active #araymond-dc-download-form button:focus-within {
  background-color: #00a820;
}
.total-download #send-email {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #c5d8ea;
  border-radius: 60px;
  padding: 10px 20px 10px 45px;
  color: #57616b;
  font-family: "Open-semibold";
  font-size: 13px;
  line-height: 1.25;
  background-color: white;
  background-image: url('../src/ico/mail.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 50%;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.total-download #send-email[disabled="disabled"] {
  pointer-events: none;
}
.total-download #send-email:hover,
.total-download #send-email:focus-within {
  background-color: #c5d8ea;
}
.total-download.active #send-email {
  border-color: #00c42b;
  color: #00c42b;
  background-color: white;
  background-image: url('../src/ico/mail-green.svg');
}
.total-download.active #send-email:hover,
.total-download.active #send-email:focus-within {
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .total-download {
    padding: 8px 0;
  }
  .total-download #araymond-dc-download-form {
    border-left: none;
    padding: 0;
    margin: 0;
  }
  .total-download #araymond-dc-download-form button {
    width: 48px;
    height: 48px;
    border: none;
    padding: 0;
    text-indent: -9999px;
    text-align: left;
    background-color: transparent !important;
    background-image: url('../src/ico/arrow-down-circle-green.svg') !important;
    background-position: 50%;
    margin-left: 20px;
  }
  .total-download #send-email {
    width: 48px;
    height: 48px;
    border: none;
    padding: 0;
    text-indent: -9999px;
    text-align: left;
    background-color: transparent !important;
    background-image: url('../src/ico/mail-green.svg');
    background-position: 50%;
  }
  .total-download.active #clear {
    padding: 0 0 0 15px;
  }
}
#cloudinary-modal {
  background: rgba(0, 104, 179, 0.3);
}

#cloudinary-modal .modal-dialog {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  top: calc(50% - 350px);
  height: auto;
  width: 100%;
}
#cloudinary-modal .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#cloudinary-modal .modal-content .modal-body {
  padding: 30px;
}
#cloudinary-modal h2 {
  font-family: 'Open-semibold';
  margin: 0 0 20px;
  font-size: 20px;
  color: #757575;
  padding-right: 30px;
  word-wrap: anywhere;
  word-break: break-all;
}
#cloudinary-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  text-align: left;
  background-image: url('../src/ico/close-grey.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50%;
  opacity: 1;
}
#cloudinary-modal iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  #cloudinary-modal h2 {
    font-size: 17px;
  }
  #cloudinary-modal .close {
    right: 5px;
  }
}

#mailModal {
  padding: 0 !important;
}
#mailModal .modal-dialog {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 1035px;
}
#mailModal .modal-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: none;
}
#mailModal .modal-body {
  background: #f3f7fb;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
  height: 100vh;
  overflow-y: scroll;
  padding: 70px;
}
#mailModal h2 {
  font-family: 'itc-avant-garde-gothic-pro',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0066a4;
  margin-bottom: 60px;
}
#mailModal .documents .download-center-item{
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #dde8f3;
}
#mailModal .download-center-item .content > div{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 54px;
  align-items: center;
  justify-content: flex-end;
}
#mailModal .download-center-item .content > div p{
  width: 100%;
  font-family: "Open-semibold";
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  padding: 0 0 0 10px;
}
#mailModal .download-center-item .content > div .format {
  font-family: 'itc-avant-garde-gothic-pro',sans-serif;
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 10px;
  color: white;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  background: #acacac;
  border-radius: 2px;
  padding: 4px 7px;
}
#mailModal .download-center-item .content > div .date{
  margin: 0 40px 0 20px;
  color: #A0A2A4;
  font-family: "Open-semibold";
  font-size: 10px;
}
#mailModal form {
  margin: 45px auto;
}
#mailModal input {
  background: #fff;
  border: 1px solid #dde8f3;
  padding: 20px;
  height: 58px;
  border-radius: 0;
  box-shadow: none;
  color: #a0a2a4;
  font-size: 14px;
}
#mailModal textarea {
  background: #fff;
  border: 1px solid #dde8f3;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
  color: #a0a2a4;
  font-size: 14px;
  margin-bottom: 0;
}
#mailModal input:focus,
#mailModal textarea:focus {
  border-color: black;
}

#mailModal .form-submit {
  font-family: 'Open-semibold';
  background: #1d69af;
  border-radius: 60px;
  color: white;
  padding: 10px 50px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  outline: none;
}

#mailModal .form-submit:hover,
#mailModal .form-submit:focus-within {
  color: #1d69af;
  background: white;
}
#mailModal #edit-cancel {
  font-size: 14px;
  background: none;
  color: #58616b;
  border: none;
  box-shadow: none;
}

#mailModal #edit-cancel:focus,
#mailModal #edit-cancel:hover {
  color: #1d69af;
}
#mailModal #edit-cancel span {
  display: none;
}
#mailModal .documents {
  max-height: 30vh;
  overflow-y: auto;
}
#mailModal .download-center-item {
  width: 100%;
  border: 1px solid #dde8f3;
  background: #fff;
  border-radius: 2px;
  margin-top: 15px;
  position: relative;
  height: 58px;
}
#mailModal .download-center-item .actions {
  display: none;
}
#mailModal .download-center-item .content {
  display: flex;
}
#mailModal .download-center-item .content > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 54px;
  align-items: center;
}
#mailModal .download-center-item img {
  border-right: 1px solid #e8f0f7;
  height: 54px;
  width: auto;
}
#mailModal .download-center-item p {
  font-size: 12px;
  color: #57616b;
  margin: 5px;
  overflow-wrap: anywhere;
  font-weight: bold;
}
#mailModal .download-center-item .date {
  color: #b9b9b9;
  order: 1;
}
#mailModal .download-center-item .format {
  color: white;
  text-transform: uppercase;
  background: #acacac;
  font-weight: bold;
  border-radius: 2px;
  padding: 2px 5px;
  display: block;
}
.modal-backdrop.in {
  background-color: white !important;
}
@media (max-width: 1199px) {
  #mailModal .modal-dialog {
    max-width: 870px;
  }
  #mailModal .modal-body {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  #mailModal .modal-dialog {
    max-width: 660px;
  }
  #mailModal .modal-body {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #mailModal .modal-body {
    padding: 25px;
  }
  #mailModal .modal-body:after {
    content: '';
    background: white;
    height: 66px;
    width: calc(100% + 60px);
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
  }
  #mailModal h2 {
    margin: 0 0 30px;
  }
  #mailModal form {
    margin: 30px auto 90px;
  }
  #mailModal .form-submit {
    position: fixed;
    bottom: 13px;
    right: 25px;
    z-index: 1;
  }
  #mailModal #edit-cancel {
    position: fixed;
    bottom: 13px;
    left: 15px;
    z-index: 1;
    padding: 10px;
  }
  #mailModal .download-center-item{
    height: auto;
  }
  #mailModal .download-center-item img{
    height: auto;
    max-height: 200px;
  }
  #mailModal .download-center-item .content > div{
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    height: auto;
  }
  #mailModal .download-center-item .content > div p{
    padding: 0;
    margin: 0 0 15px 0;
    order: 1;
    width: auto;
  }
  #mailModal .download-center-item .content > div .format {
    font-family: 'itc-avant-garde-gothic-pro',sans-serif;
    font-weight: 500;
    transform: rotate(0.03deg);
    font-size: 10px;
    color: white;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    background: #acacac;
    border-radius: 2px;
    padding: 4px 7px;
    order: 2;
  }
  #mailModal .download-center-item .content > div .date{
    margin: 5px 0;
    order: 3;
  }
}

/* modal filtre */
#dc-filter-modal .modal-dialog{
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  -o-transform: translate(100%,0);
  transform: translate(100%,0);
  margin: 0;
  width: 100%;
  height: 100vh;
}
#dc-filter-modal.modal.in .modal-dialog{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#dc-filter-modal .modal-content{
  height: 100%;
  background: #F3F7FB;
  padding: 25px;
}
#dc-filter-modal .modal-header{
  height: auto;
  border-radius: 2px;
  padding: 12px 16px;
  line-height: normal;
}
#dc-filter-modal .modal-header > button{
  display: none;
}
#dc-filter-modal .modal-header h4{
  position: static;
  display: block;
  line-height: normal;
  font-family: "Open-semibold";
  font-size: 13px;
}
#dc-filter-modal .modal-header button.close{
  top: 1px;
  margin: 0;
  right: 0;
}
#dc-filter-modal .modal-header button.close span:before{
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  right: inherit;
}
#dc-filter-modal .modal-body{
  padding: 20px 0;
}
#dc-filter-modal .modal-body .view-mode{
  display: none;
}
#dc-filter-modal .modal-body .filter {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #E8F0F7;
  padding: 20px;
  margin-top: 15px;
}
#dc-filter-modal .modal-body .filter button.btn {
  font-size: 14px;
  font-family: "Open-semibold";
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
  background-color: transparent;
  background-image: url('../src/ico/chevron-up-grey.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100% 50%;
  outline: none;
}
#dc-filter-modal .modal-body .filter button.btn[aria-expanded="true"]{
  background-image: url('../src/ico/chevron-down-grey.svg');
}
#dc-filter-modal .modal-body .filter > div{
  max-height: 130px;
  overflow-y: scroll;
  margin: 15px 0 0;
}
#dc-filter-modal .modal-body .filter p{
  font-family: "Open-regular";
  font-size: 12px;
  color: #57616B;
  font-weight: 400;
}
#dc-filter-modal .modal-body .filter a {
  display: inline-block;
  border: 2px solid #a0a2a4;
  width: 18px;
  height: 18px;
  margin: -2px 7px 0 0;
  vertical-align: middle;
  position: relative;
}
#dc-filter-modal .modal-body .filter a.active:before {
  content: '';
  background: #a0a2a4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(max-width: 767px){
  #dc-filter-modal .modal-body .filter > div{
    max-height: inherit;
  }
}

.araymond-dc-mail-form .captcha__description {
  display: none;
}

.download-center-search .items.grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin: 0 0 max(20px, min(1.3228vw, 20px)) 0;
  border-bottom: 1px solid #cccccc;
  gap: 30px !important;
}
.download-center-search .items.grid .download-center-item {
  padding: 0;
}
.download-center-search .items.grid .download-center-item.last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-center-search .items.grid .download-center-item.last a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transform: rotate(0.03deg);
  background: #59616A;
  border-radius: 2px;
  padding: 3px 12px;
  display: inline-block;
}
.download-center-search .items.grid .download-center-item .download-button {
  font-size: 12px;
  color: #00c42b;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
