/* ------------------------------------------------------------------- */
/* CSS PERSO */
/*-----------------------------------------------------------------*/


/* * * * * * * * * * * * */
/* * * * Cookie icon * * * 
/* * * * * * * * * * * * */

.cookie-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    color: rgb(103, 77, 243);
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid ;
    background: white;
    transition: 0.5s;
    display: flex; 
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    background: url('https://ecdl.ca/themes/Template/assets/images/cookie.svg') center center no-repeat ;  /* Utiliser une image comme arrière-plan */
    background-size: auto 30px; /* Ajuster la taille de l'image */
 }
 
.cookie-button:hover {
    transition: 0.5s;
    background-color: #30f0b6;
    color: white;
    }

.cookie-consent-dialog {

    border-radius: 5px;
    border-color:#674df3;
}

/* * * * * * * * * * * * */
/* * * * banner  * * * * */
/* * * * * * * * * * * * */
.cookie-consent-banner {
    width: 100%;
    padding: 1rem;
    text-align: center;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;

    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.cookie-consent-banner a {
    cursor: pointer;
}

.cookie-consent-banner-content {
    max-width: 650px;
    margin: 0 auto;
}

.cookie-consent-banner-content > h3 {
    margin: 0 0 1rem 0;
    font-size: 10pt;
}

.cookie-consent-banner-content > p {
    margin: 0 0 1rem 0;
    font-size: 12pt;
}

.cookie-consent-banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: .50rem;
}

.cookie-consent-banner-setting-button,
.cookie-consent-banner-accept-button {
    display: flex;
    align-self: stretch;
    align-items: center;
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: 25px;
}

.cookie-consent-banner-setting-button {
    margin-right: .5rem;
}

.cookie-consent-banner-accept-button {
    margin-left: .5rem;
}

.cookie-consent-banner-reject-button {
    text-decoration: underline;
    display: none;
}

/* * * * * * * * * * * * */
/* * * * dialog  * * * * */
/* * * * * * * * * * * * */

.cookie-consent-dialog {
    margin: 15% auto;
    padding: 20px;
    max-width: 650px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    border-top: 5px solid;

    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.cookie-consent-dialog a {
    cursor: pointer;
}

.cookie-consent-dialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100000;
}

.cookie-consent-dialog-title {
    display: flex;
    justify-content: space-between;
}

.cookie-consent-dialog-title > h3 {
    margin-bottom: 1rem;
    font-size: 16pt;
}

.cookie-consent-dialog-title > a {
    margin-bottom: 1rem;
    line-height: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.cookie-consent-dialog-wrapper > p {
    margin-bottom: 1rem;
    font-size: 12pt;
}

.cookie-consent-dialog-consents {
    margin-bottom: 1rem;
}

.cookie-consent-dialog-consent {
    display: flex;
    justify-content: start;
    align-items: center;
}

.cookie-consent-dialog-consent input[type=checkbox] {
    transform: scale(2);
}

p.cookie-consent-dialog-consent-title {
    margin-left: 1.5rem;
    font-weight: bold;
}

p.cookie-consent-dialog-consent-description {
    margin-left: 1.5rem;
}

.cookie-consent-dialog-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cookie-consent-dialog-accept-selected-button,
.cookie-consent-dialog-accept-all-button {
    display: flex;
    align-self: stretch;
    align-items: center;
    text-decoration: none;
    padding: .75rem 2rem;
    border-radius: 25px;
}

.cookie-consent-dialog-accept-selected-button {
    margin-right: .5rem;
}

.cookie-consent-dialog-accept-all-button {
    margin-left: .5rem;
}






/* tag-vatican */
/* .parent {
  position: relative;
  top: 0;
  left: 0; */
}

.parent {
    position: relative; /* Assurez-vous que le conteneur est positionné de manière relative */
    display: inline-block; /* Permet à l'ancre d'entourer les images */
}
.image1 {
  position: absolute;
  top: 0;
  left: 0;
}
.image2 {
  z-index: 1;
  top: 0;
  left: 0;
}






.same {
    flex: 1; 
    padding: 1em;
    border: solid;}


/* Blog galerie mosaique */

.image-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}



.volet {
   
   background-color: white;
}


/* formulaire */
.comment-form-wrapper, .contact-form-wrapper {
    padding-right: 50px 40px;
    background: #fff;
    border: 1px solid #F4EEFB;
    margin-left: 0px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* SERVICES DIOCÉSAIN */


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.box-style {
  padding: 40px 30px;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .box-style:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
    box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45); }
    .box-style:hover .box-icon-style {
      color: #fff;
      border-color: transparent; }
      .box-style:hover .box-icon-style::after {
        opacity: 1;
        visibility: visible; }


  
  .box-style .box-icon-style {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #fff;
    border: 2px solid #3763EB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(#3763eb 0%, #6f58e8 100%);
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative; }
    .box-style .box-icon-style::after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      background: linear-gradient(#3763eb 0%, #6f58e8 100%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: -1;
      border-radius: 50%;
      border: 1px solid transparent; }
  .box-style .box-content-style h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    }


/* SERVICES DIOCÉSAIN FIN */

.image-style {
 
  border-radius: 10px;
  
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .image-style:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(171, 180, 207, 0.726);
    -moz-box-shadow: 0px 0px 30px gba(171, 180, 207, 0.726);
    box-shadow: 0px 0px 30px gba(171, 180, 207, 0.726);
    transform: scale(1.01);}
   


.image-style2 {
 
  border-radius: 10px;
  
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .image-style2:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(171, 180, 207, 0.526);
    -moz-box-shadow: 0px 0px 15px gba(171, 180, 207, 0.526);
    box-shadow: 0px 0px 15px gba(171, 180, 207, 0.526);}





.image-style-big {
 
  border-radius: 10px;
  
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .image-style-big:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(171, 180, 207, 0.526);
    -moz-box-shadow: 0px 0px 15px gba(171, 180, 207, 0.526);
    box-shadow: 0px 0px 15px gba(171, 180, 207, 0.526);
    transform: scale(1.003);}


 .image-style-big img{
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
 
 }








@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}


/* Actualités */

.img-gradient {
  position:relative;
}


.img-gradient::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: linear-gradient(0deg, rgba(91,128,255,0.7651435574229692) 29%, rgba(91,128,255,0) 29%);
}


/* COULEUR */

.color-dark {color:rgb(77, 61, 0)}


.v-button-v1{
      height: 50px;
    padding-top: 0px;
    width: 150px;
    font-family: oswald;
    background: #8b6b1a;
    color: #fff;
    border: none;
    outline: 0;
    transition: all .3s;
    font-size: 14px;
    &:hover{
      background:#fff;
      color: #333;
    }

h1:hover{
    transition: all 2.3s ease-out 0s;
    color: 3763EB;
}

.gradient01 {
  background: linear-gradient(0deg, rgba(91,128,255,0.7651435574229692), rgba(91,128,255,0));
}


