/* MAJ JOOMLA 5 */

.ba__accessibility:not(.ba__accessibility-open) > [class*="-button"]::after {

    -webkit-animation: none !important;
}


.page-header {
    padding: 0 15px 0 15px;
}

.row-fluid [class*="span"] {
    margin-left:0px !important;
}

[class*="span"] {
    margin-left: 0px !important;
}

.gtm-logo-facebook {
    width: 50px;
}

.ba__accessibility.gtm-up {
    bottom: 250px !important;
} 

.gtm-blogue-zoo .item-content {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.gtm-bloc-equipe-municipale {
    background-color: #eee;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.gtm-bloc-equipe-municipale h3 {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
        font-size: 2em;
}

.gtm-poste {
    font-size: 20px;
    margin-bottom: 35px;
}

.gtm-poste-conseil {
    font-size: 20px;
}


.gtm-box-conseil {
    display: flex;
    flex-direction: row;
    text-align: left;
}


@media screen and (max-width: 768px) {
    

.gtm-conseil .item-content {
    padding: 0 60px 0 60px;
}

.gtm-articles-blog .item-content {
        padding: 0 20px 0 20px;
}
}

.gtm-conseil-description {
    padding-left: 15px;
}

.gtm-box-img-conseil {
    text-align: center;
}

.gtm-box-orga {
    display: flex;
    justify-content: center;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; 
    gap: 20px;
}

.gtm-box-img-orga {
    width: 40%;
}

.gtm-box-texte-orga {
    width: 60%;
}

.gtm-box-texte-orga .gtm-orga-desc {
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    .gtm-box-conseil, .gtm-box-orga {
    flex-direction: column;
}

.gtm-box-orga {
    text-align: center;
    align-items: center;
}
}


@media (min-width: 768px) and (max-width: 1200px) {
    .com-content-category-blog__items.masonry-2.blog-items.gtm-conseil .blog-item{
        width: 100%;
    }
    .gtm-box-texte-conseil {
    width: 100%;
}
}

@media screen and (min-width: 1200px) {
    .gtm-box-img-conseil {
    width: 25%;
}
    .gtm-box-texte-conseil {
    width: 75%;
}
}

body {
    display: flex;
    flex-direction: column;
    
}

.mon-menu {
    position: relative;
}

.mon-menu .gtm-logo.logo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 15px;
}

.gtm_logo_menu_desktop img {
    max-width: 100%;
        width: 100% !important;
    height: auto;
}

img {
    width: auto;
    max-width: 100% !important;
    height: auto;
}

.row-fluid {
    display: flex;
    justify-content: center;
    width: 100%;
}

.row-fluid .span6 {
    width: 49%;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width:1024px) {
    .row-fluid {
        flex-direction: column;
    }

    .row-fluid .span6 {
        width: 100% !important;
    }
}

.gtm-date-journal h3{
    text-align: center;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-family: 'Roboto', sans-serif !important;
}

.gtm-defricheur {
    margin-bottom: 50px;
}

.row-fluid > div {
    width: 100%;
}

.span3 {
    width: 33% !important;
}

.span6 {
    width: 49% !important;
}

.span9 {
    width: 67% !important;
}

.gtm-fleche {
    width: 55px;
}

.gtm_bloc_contact img {
    max-width: 800px;
}

.gtm__accueil_bloc_contact img {
    width: 41px;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        BLOG
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


.gtm-nouvelles {
    text-align: center;
}

.gtm-nouvelles h3 {
    font-size: 3.2em;
    background-color: #fafafa;
    color:rgba(46, 49, 146, 1);
}
  
  /* ------------ Blog style flexbox --------------- */
  
  
  .blog-items {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }

  .blog-items h2 {
    font-size: 1.8em;
    text-transform: normal;
  }

  .blog-items .page-header {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  
  .blog-item {
    /* display: flex;
    flex-direction: column; */
    /* justify-content: flex-start;
    align-items: center; */
    margin: 30px 0;
    padding-top: 25px;
    /* max-width: 350px; */
  }
  
  .blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
    gap: 4%;
  }
  
  .blog-items.columns-2 .blog-item {
    width: 100%;
  }
  .blog-items.columns-3 .blog-item {
    width: 100%;
  }
  
  .blog-items.columns-4 .blog-item {
    width: 100%;
  }
  
  
  .blog-item img {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  
  
  
  @media (min-width: 768px) {
  
    .blog-items.masonry-2 .blog-item {
      width: 46%;
    }
    .blog-items.masonry-3 .blog-item {
      width: 46%;
    }
  
    .blog-items.masonry-4 .blog-item {
      width: 46%;
    }
  }
  
  
  @media (min-width: 1200px) {
  
    .blog-items.masonry-2 .blog-item {
      width: 46%;
    }
    .blog-items.masonry-3 .blog-item {
      width: 29%;
    }
  
    .blog-items.masonry-4 .blog-item {
      width: 21%;
    }
  }
  
  
  /* ------------ Lire la suite --------------- */
  
  .item-content .readmore a {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400;
    line-height: 1.3rem;
    color: #385538;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #385538;
    background-color: transparent;
    border-radius: 99px;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    transition: border .1s ease-out,
                background-color .1s ease-in-out;
  }
  
  .item-content .readmore a:hover {
    border-right: 5px solid #e5ffab !important;
    border-left: 5px solid #e5ffab !important;
    border-top: 1px solid #e5ffab !important;
    border-bottom: 1px solid #e5ffab !important;
    background-color: #e5ffab;
  }
  


/*_______   ______   .__   __. .___________.        ___      ____    __    ____  _______      _______.  ______   .___  ___.  _______ 
|   ____| /  __  \  |  \ |  | |           |       /   \     \   \  /  \  /   / |   ____|    /       | /  __  \  |   \/   | |   ____|
|  |__   |  |  |  | |   \|  | `---|  |----`      /  ^  \     \   \/    \/   /  |  |__      |   (----`|  |  |  | |  \  /  | |  |__   
|   __|  |  |  |  | |  . `  |     |  |          /  /_\  \     \            /   |   __|      \   \    |  |  |  | |  |\/|  | |   __|  
|  |     |  `--'  | |  |\   |     |  |         /  _____  \     \    /\    /    |  |____ .----)   |   |  `--'  | |  |  |  | |  |____ 
|__|      \______/  |__| \__|     |__|        /__/     \__\     \__/  \__/     |_______||_______/     \______/  |__|  |__| |_______|*/


/* ---- Pour changer la couleur des icônes ----

@import url("font-awesome.css");

i {
   color: #568b56;
    
}

/* icônes play des vidéos 
.fa.fa-play-circle-o.fa-lg{
   color: #f5ae04;
   margin-top:15px; 
}


*/


/*
  ______   ______   .__   __. .___________. _______ .__   __. .___________.
 /      | /  __  \  |  \ |  | |           ||   ____||  \ |  | |           |
|  ,----'|  |  |  | |   \|  | `---|  |----`|  |__   |   \|  | `---|  |----`
|  |     |  |  |  | |  . `  |     |  |     |   __|  |  . `  |     |  |     
|  `----.|  `--'  | |  |\   |     |  |     |  |____ |  |\   |     |  |     
 \______| \______/  |__| \__|     |__|     |_______||__| \__|     |__|     
                                                                        */

html {
    position: relative;
    min-height: 100%;
}



body {
    font-family: 'Lora';
    font-family: "Roboto", sans-serif;
    color: #06021e;
    font-weight: 400;
    line-height: 1.625em;
    width: 100%;
    margin: auto;
    margin-bottom: 190px; /* Ne pas changer */
    padding-left: 0;
    padding-right: 0;
 

}

#left{
    position: absolute;
    top: 60%;
}

#right{
    position: absolute;
    top: 30%;
    right:0;
    z-index:1;
}

.row-fluid [class*="span"] {
    min-height: 0;
}


/* ----  L I G N E   ---- */

hr {
    width: 100%;
    height: 1px;
    border-top: 0;
    background: #cacac7;
}

/* --------  TYPOGRAPHIE --------  */



/* ---- HEADINGS ---- */


/* POUR LE H1 VOIR le P */


h2 {

    font-family: 'Lora';
    font-size: 2.25em;
    font-weight: 100;
    font-style: normal;
    color: rgba(46, 49, 146, 1);
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
}


h3 {

    font-family: 'Lora';
    font-size: 1.55em;
    line-height: 1.25;
    color: black;
}


h4 {

    font-family: 'Lora';
    font-size: 2em;
    margin: 1em 0 15px 0px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
}



h5 {
    font-family: 'Lora';
    margin: 0 0 25px 0px;
    font-weight: 300;
    font-style: normal;
    font-size: 1.7em;
    line-height: 1.05em;
}

h6 {
    margin: 0 0 18px 0px;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 1.05em;
    
 
}

p, h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.55em;
    color: #06021e;
    font-size: 1.2em;
    margin-bottom: 0px;
}


a {
    color: rgba(157, 29, 53 );
}

a:visited {
    color: rgba(157, 29, 53 );
}


a:active, a:hover {
    text-decoration: underline;
    color: rgba(157, 29, 53 );
}

a:focus{
    color: inherit;
    text-decoration: inherit;

}

a:visited {
    text-decoration: none;
    color: rgba(157, 29, 53 );
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;

}

li {
    line-height: 25px;
    font-size: 1.1em;
}


ol li:before {

    position: relative;
}


@media only screen and (min-width: 769px){
    h2{
        font-size: 3em;
    }
}
@media only screen and (min-width: 1025px){
    h2{
        font-size: 3.5em;
    }
    h3{
        font-size: 2.2em;
    }
    p, h1 {
    font-size: 1.25em;
}
li {
    font-size: 1.15em;
}
}





/* ---- titre des pages  ---- */
.page-header {
    margin-top: 5em;
    border-bottom: 0;
    margin-bottom: 4em;
}

.item-page {
    padding-left: 5%;
    padding-right: 5%;
}



/* ---- C O N T E N U  F L U I D E---- */



.container-fluid {
    margin: 0 auto;    /* Ne pas changer */
    max-width: 1800px; /* Ne pas changer */
}


/* ---- A L I G N E M E N T ---- */
.gtm_clear {
    clear: both;
    line-height: 0em;
}


/*-----ORDA SOFT----*/
span#fb_share_count_box, span#liked_in_count_box {
    color: transparent;
}

/* ----   F O O T E R   &   C O P Y R I G H T   ---- */


 .gtm_footer {
    position: absolute;
    bottom: 0;
    height: 190px;
    width: 100%;
    overflow: hidden;
    background-color: rgb(35, 37, 76);
    padding-top: 20px;
    padding-bottom: 5px;
    display: block;
}

/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  COPYRIGHT
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */


.gtm-copyright-standard {
  display: none;
}

.gtm-copyright {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-size: 16px !important;
  margin-bottom: 15px;
}

.gtm-flinks {
  margin-bottom: 15px;
  text-align: center;
}

.gtm-flinks span{
  color: white;
}

.gtm-flinks a {
  margin-top: 15px;
  color: white;
  font-size: 16px !important;
}


.gtm-flinks a:hover {
color: rgba(255, 255, 255, 0.5);
}


.gtm-copyright .moduletable.gtm-copyright-content {
  padding: 0px;
}


.gtm-copy-anim-logo {
  margin: 0px auto;
  max-width: 400px;
}

.gtm-copy-anim-logo .gtm-lien-gestimark {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.gtm-lien-gestimark span {
  color: white !important;
  letter-spacing: 1px;
  font-size: 16px;
  padding-right: 15px;
}

.gtm-copy-anim-logo .gtm-lien-gestimark img.gtm-g-gestimark {
  width: 35px;
  height: auto;
  transform-origin: center;
  transition: all .2s ease-in-out;
}

.gtm-copy-anim-logo .gtm-lien-gestimark img.gtm-creation-de {
  width: 100px;
  height: auto;
  padding-right: 15px;
}

.gtm-copy-anim-logo:hover .gtm-lien-gestimark img.gtm-g-gestimark {
  transform: rotate(-30deg);
}


/*---POUR LE LOGO EN COULEURS---*/

.gtm_logogestimark_couleurs a:after{
  content: url(https://gestimark.com/images/codepen/logo-gestimark-sw-couleurs.svg);
  display: block;
  width: 120px;
  float: right;
  padding: 0.25em 1em;
  margin-top: -60px;
}

.gtm_logogestimark_couleurs:hover{
  opacity: 0.70;
}

/*---POUR LE LOGO EN BLANC---*/
/*---Dans le CONTENT l'url devient :/images/logo-gestimark-sw-blanc.svg---*/
.gtm_logogestimark_blanc a:after{
  content: url(https://gestimark.com/images/codepen/logo-gestimark-sw-blanc.svg);
  display: block;
  width: 120px;
  float: right;
  padding: 0.25em 1em;
  margin-top: -60px;
}


.gtm_logogestimark_blanc:hover{
  opacity: 0.70;
}




/* ---- I M A G E S ---- */



/*--  M E N U  --*/


#jux_megamenucss3 .megamenu.horizontal ul.level0 li .haschild.megacss3 span.menu-title, #jux_megamenucss3 .megamenu.horizontal ul.level0 li .haschild-over.megacss3 span.menu-title {
    background-position: 100% 4px;
    margin-right: 7px;
    padding-right: 0px;
    background: none;
}

li.megacss3.first.submenu-align-auto {
    margin-right: 20px;
}


#jux_megamenucss3 .megamenu ul.level0 li.megacss3 {
   
    margin-top: 0px;
    margin-bottom: 0px;
    
}

#jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.megacss3, #jux_megamenucss3 .megamenu ul.level0 li.megacss3 a.megacss3 {
    display: block;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    padding-left: 21px;
    padding-right: 20px;
}

#jux_megamenucss3 .megamenu ul.level0 li.megacss3 {
    margin-bottom: 0px;
    margin-right: 0px;
}

.none .megamenu ul.level0 li.megacss3 a.megacss3, .megamenu ul.level0 li.megacss3 span.megacss3 {
    color: #2e3192;
    border: 0px none;
    padding: 50px 10px 30px 20px;
    margin: 0px 0px 0px 0px;
}



.gtm_logo_menu {
    position: absolute;
    z-index: 10;
    left: -20px;
    top: -32px;
    width: 157px;

}

.gtm_logo_menu img {
    width: 157px;
    margin-top: 13px !important;
}


.gtm_logo_menu_desktop {
    position: absolute;
    z-index: 99999;
    width: 18%;
}


.gtm_logo_menu_desktop img {
    max-width: 100%;
}

@media only screen and (min-width: 1025px){

.gtm_logo_menu_desktop {
    position: absolute;
    z-index: 99999;
    display: flex;
   
}
}

/*---designe mobile---*/

#jux_megamenucss3 .megamenu ul.megamenu.level1 {
    padding: 0;
    min-width: 275px;
}

#jux_megamenucss3 .megamenu .childcontent-inner {
    overflow: visible;
    min-width: 266px;
}


/*---Pour qu'en mobile le menu principal disparaisse---*/
.none #js-mainnavcss3.megamenu .js-megamenu {
    display: none;
}

@media only screen and (min-width: 1025px){
.gtm_menu_background {
    background: white;
   
   

}
.none #js-mainnavcss3.megamenu .js-megamenu {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 130px;
    padding-right: 50px;
    margin: auto;
    max-width: 1920px !important;
}
}
/*---logo---*/
a.megacss3.first.hasTip.menu224 {
    width: 156px;
}

/*---Font size de tous les liens de menu---*/
#jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 23px;
    font-family: "roboto";
    padding-right: 10px;
}

@media only screen and (min-width: 1025px){
    #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 19px;
    font-family: "roboto";
    padding-right: 10px;
}
}

@media only screen and (min-width: 1270px){
    #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 20px;
    font-family: "roboto";
    padding-right: 10px;
}
}

@media only screen and (max-width: 1250px){
    #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 16px;
    font-family: "roboto";
    padding-right: 10px;
}
#jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.megacss3, #jux_megamenucss3 .megamenu ul.level0 li.megacss3 a.megacss3 {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media only screen and (min-width: 1430px){
    #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 21px;
    font-family: "roboto";
    padding-right: 10px;
}
}


/*---couleur des items de menu non séparateur---*/
#jux_megamenucss3 .megamenu.horizontal.right ul.level0 a {
    font-weight: 100;
}

/*---Pour enlever la flèche à droite des séparateurs---*/
#jux_megamenucss3 .megamenu.horizontal ul.level0 li a.haschild.megacss3 span.menu-title:after, #jux_megamenucss3 .megamenu.horizontal ul.level0 li span.haschild.megacss3 span.menu-title:after, #jux_megamenucss3 .megamenu.horizontal ul.level0 li a.haschild-over.megacss3 span.menu-title:after, #jux_megamenucss3 .megamenu.horizontal ul.level0 li span.haschild-over.megacss3 span.menu-title:after{
    display: none;
}
/* ---- c r e d i t s ---- */


.gtm_credit {
    width: auto;
    height: auto;
    margin: 10px;
    margin-bottom: 2em;
    margin-top: 0;
}

.gtm_credit img {
    float: left;
    margin: 10px;
    width: 40%;
}

.gtm_lignedetexte {
    clear: both;
}
.gtm_lignedetexte h4{
    font-size: 2em;
}


@media only screen and (min-width: 600px){
    .gtm_credit img {
    width: 200px;
}
}

/* ----------------------------- FORMULAIRES  ------------------------- */


/*---Design de l'étiquette (nom, prénom etc)'---*/
 .rsform label {
    color: #2D2D26;
    font-weight: 100;
    font-size: 1.25em;
}

/*---Design de la zone texte (dans l'encadré, la réponse de la personne)---*/

.rsform .formResponsive input[type="text"] {
    font-size: 1em;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    color: rgba(45, 45, 44, 0.5);
}


.rsform .formResponsive input[type="text"]:focus {
    border: 1px solid #cccccc;
    color: rgb(45, 45, 44);
}

/*---Design de la zone texte (message - grand espace)---*/

.rsform .formResponsive textarea {
    border: 1px solid #cccccc;
    height: 150px;
    font-size: 1em;
    color: rgba(45, 45, 44, 0.5);
}

.rsform .formResponsive textarea:focus {
    box-shadow: none;
    color: rgba(45, 45, 44, 1);
}

/*---Design du bouton soumettre---*/

.rsform .formResponsive button[type="submit"] {
    background-color: #f97c00;
    background-image: none;
    text-shadow: none;
    border: 0 solid black;
    border-radius: 0;
    font-size: 1.5em;
    padding: 15px 20px;
    font-weight: 100;
    color: white;
    margin-top: -2em;
}

.rsform .formResponsive button[type="submit"]:hover {
    background-color: #6a6a69;
}
/*---Design du text ERROR---*/
.rsform .formResponsive .formError {
    color: red;
}

.rsform .formResponsive input.rsform-error{
    border-color: red;
}

@media only screen and (min-width: 628px){
.formResponsive input, .formResponsive textarea {
    width: 275px;
}
}



/*----------------ZOO------------*/
li.element.element-email {
    margin-top: 10px;
    margin-bottom: 10px;
}

#yoo-zoo .items div.pos-media > * {
    background: transparent;
}

ul.zoo-list > li:first-child {
    margin-top: 5px;
    padding-top: 5px;
    border: none;
}
ul.zoo-list > li {
    border-top: none;
}

ul.zoo-list > li > a:first-child {
    margin: 4px;
}

ul.zoo-list {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media only screen and (min-width: 600px){
   ul.zoo-list {
    flex-direction: row;
} 
}

/*  ---- L I S T E S  ---- */





/*  ---- B L O C K Q U O T E  ---- */




/*   B O U T O N S    */

/* Bouton bootstrap */

.btn {
    padding: 20px 20px;
    border: 0 none;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow:  none;
    border-radius: 0;
    left: 39%;
}
    
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

/* bouton pleine couleur bootstrap */
 
.btn-primary {
    background-color: rgba(157, 29, 53 );
    background-image: none;
    padding: 0.6em 1.8em;
    border-radius: 0px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}   

.btn-primary {
    color: #fff;
    background-color: rgb(157, 29, 53);
    border-color: rgb(157, 29, 53)
}

@media only screen and (min-width: 1025px){
.btn-primary {
    background-color: rgb(157, 29, 53);
    background-image: none;
    padding: 0.6em 1.8em;
    border-radius: 0px;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 25px;
}
}






a.btn-primary {
    color: white;
    font-size: 1em;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: rgb(99, 11, 27);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: background-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: background-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: background-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);

}
 
.btn-primary:active, .btn-primary.active {
    background-color: rgba(157, 29, 53 );
    box-shadow: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #54224d;
    border-color: #54224d;
}

/******* bouton contour bootstrap *******/
.btn.outline {
    background: none;
}

.btn-primary.outline {
    border: 2px solid rgba(157, 29, 53 );
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    border-color: rgba(198, 198, 197 );
    -webkit-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);

}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: rgba(107, 45, 145, 0.36);
    box-shadow: none;
}

a.btn-primary.outline {
    color: rgba(157, 29, 53 );
}

a.btn-primary.outline:hover {
    color: rgba(198, 198, 197 );
    -webkit-transition: color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);

}

@media only screen and (min-width: 1025px){
    .btn-primary.outline {
    border: 2.5px solid rgba(157, 29, 53 );
}
a.btn-primary {
    font-size: 1.25em;
}
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                           BA ACCESSIBILITY
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/
/* couleur de la pastille de l'outil */
.ba__accessibility > .ba__accessibility-action-button {
    background-color: #0b7bb2 !important;
}

/* couleur de l'ombre de l'outil */
.ba__accessibility:not(.ba__accessibility-open) > [class*="-button"]::after {
    border: .5em solid #0b7bb2;
}

.ba__accessibility-body > * {
    margin: 1em .2em 1em;
}

.ba__accessibility-body > * > .ba__accessibility-title {
    font-size: 2em;
    margin-top: 8px;
    margin-bottom: 3px;
}

.ba__accessibility [class*="-button"] :last-child, .ba__accessibility [class$="-slider"] label, .ba__accessibility [class*="-color"] label {
    font-size: 1.4em;
    font-weight: 500;
}

input[type="range"] {
    display: none;
}

.ba__accessibility-slider-body > div > i {
    font-size: 1.5em;
    width: 4em;
    box-shadow: none;
    background-color: #fff;
}

.ba__accessibility .ba__accessibility-reset-button > svg, .ba__accessibility .ba__accessibility-dark-mode-button > svg {
    width: 2.1em;
    height: 2.1em;
}

.ba__accessibility [class*="-button"] :last-child, .ba__accessibility [class$="-slider"] label, .ba__accessibility [class*="-color"] label {
    text-transform: initial;
}

.ba__accessibility-container {
    background: #0b7bb2;
    border: 0;
    box-shadow: 0 0 2em rgba(29, 81, 164, 0);
}

.ba__accessibility-body > * {
    background: rgb(255 255 255);
}

.ba__accessibility {
    --ba-awidth: 20rem !important;
}

.ba__accessibility [class$="-slider"] label, .ba__accessibility [class*="-color"] label {
    font-size: 1.5em !important;
}

.ba__accessibility-slider-body > i[class*="-button"] {
    width: 2.8rem !important;
}

.ba__accessibility .ba__accessibility-header > .ba__accessibility-title {
    color: #fff !important;
    font-size: 20px;
}

.ba__accessibility-logo-button svg, .ba__accessibility-reset-button svg, .ba__accessibility-dark-mode-button svg, 
.ba__accessibility-action-button svg  {
    color: #fff;
}

.ba__accessibility [class*="-button"], .ba__accessibility [class$="-slider"], .ba__accessibility [class*="-color"] {
    background: #0b7bb212;
    color: #37446a !important;
    border: 0;
    box-shadow: none;
}

.ba__accessibility .ba__accessibility-active:not([class*="-color"]) {
    background: #0b7bb2 !important;
    color: #fff !important;
}

.ba__accessibility-font-size-slider, .ba__accessibility-line-height-slider, .ba__accessibility-letter-spacing-slider {
    background: #fff !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #0b7bb22e !important;
}

.ba__accessibility-page-zoom-slider {
    background: #fff !important;
}

.ba__accessibility-audio-rate-slider,
.ba__accessibility-audio-volume-slider,
.ba__accessibility-audio-play-button {
    background: #fff !important;
    color: #37446a !important;
}

.ba__accessibility .ba__accessibility-audio-play-button::after {
    box-shadow: 0 .1em .2em rgba(0, 0, 0, 0);
    background: #0b7bb2;
}

.ba__accessibility .ba__accessibility-audio-play-button.ba__accessibility-active > i {
    border-color: #fff;
}

.ba__accessibility .ba__accessibility-audio-play-button > i {
    border-color: #00000000 transparent transparent #ffffff;
}

.ba__accessibility .ba__accessibility-audio-play-button::before {
    width: 0;
}

.ba__accessibility .ba__accessibility-audio-play-button {
    top: -1em;
    box-shadow: 0 .1em 0 rgba(255, 255, 255, 0), 0 -.1em 0 rgba(0, 0, 0, 0) !important;
}

.ba__accessibility-audio-rate-slider,
.ba__accessibility-audio-volume-slider {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
}

.ba__accessibility .ba__accessibility-header > * i {
    background: #0b7bb2;
    font-size: 1.5em !important;
    color: #fff;
    left: 0%;
}

@media screen and (max-width: 575px) { 
    .ba__accessibility .ba__accessibility-audio-play-button {
        width: 4em !important;
        height: 4em !important;
        transform: translateX(87%);
    }

    .ba__accessibility [class*="-audio-"] .ba__accessibility-slider-body > div > i {
        width: 100%;
    }

    .ba__accessibility [class*="-audio-"] input {
        margin-top: 20px;
    }

    .ba__accessibility .ba__accessibility-audio-play-button::before {
        width: 0;
        height: 0;
    }
}

@media screen and (min-width: 576px) { 
    .ba__accessibility-container {
        --ba-awidth: 60vw;
    }
}

@media screen and (min-width: 768px) { 
    .ba__accessibility-container {
        --ba-awidth: 50vw;
    }
}

@media screen and (min-width: 992px) { 
    .ba__accessibility-container {
        --ba-awidth: 45vw;
    }
}

@media screen and (min-width: 1400px) { 
    .ba__accessibility-container {
        --ba-awidth: 30vw;
    }
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                           POLITIQUE DE CONFIDENTIALITÉ ET DE COOKIES
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.cc-revoke, .cc-window {
    z-index: 999999;
}

div.cc-checkboxes-container a.cc-btn.cc-allow, .cc-color-override--1636066295 .cc-btn.cc-allowall, span.cc-message span.cc-cookie-settings-toggle, .cc-color-override--1636066295 .cc-highlight .cc-btn.cc-deny {
    margin-bottom: 5px;
  }
  
  .cc-color-override-314138944 .cc-btn.cc-allowall:hover, .cc-color-override-314138944 .cc-btn.cc-allowall:focus, .cc-color-override-314138944 .cc-highlight .cc-btn.cc-deny:hover, .cc-color-override-314138944 .cc-highlight .cc-btn.cc-deny:focus, span.cc-cookie-settings-toggle:hover {
    border: 2px solid #c6c6c5 !important;
    color: #c6c6c5;
    text-decoration: none;
  }
  
  .cc-right {
    right: 0;
  }
  
  @media (max-width: 639px) {
    .cc-window.cc-banner .cc-compliance {
        gap: 2%;
    }
  }
  
  @media screen and (min-width: 601px) {
    /* cookies */
    .cc-color-override--1892530191.cc-revoke.cc-revoke {
      border-radius: 5px;
      width: 40px;
      height: 40px;
      margin-bottom: 5px;
      position: fixed;
      right: 0;
      top: 90%;
      border-radius: 5px 0 0 5px;
      -webkit-animation: cookie 0.25s 2.28s both;
      animation: cookie 0.25s 2.28s both;
      padding-bottom: 7px;
  }
  
  @keyframes cookie {
    0% {  
      visibility: hidden;
    }
    100% {
      visibility: visible;
      transform: translate(0%, 0%); 
    }
  }
  }
  
  /* diminuer la largeur pour pouvoir mettre les cookies à côté */
  div#ampz_inline_mobile {
    width: 75%;
  }
  
  /* hauteur de la fenêtre */
  div.cc-window.cc-banner {
    padding: 1em;
  }
  
  /* x pour fermer la fenêtre */
  .cc-close {
    top: 1.5em;
    right: 1em;
    font-size: .5em;
  }
  
  /* placer les éléments dans la barre */
  .cc-compliance {
    order: 2;
  }
  
  div.cc-checkboxes-container {
    order: 1;
  }
  
  /* cacher la flèche et les liens vers la politique de cookie et de confidentialité */
  span.cc-cookie-settings-toggler, a.cc-link.cc-privacy {
    display: none;
  }
   
  /* espace sous le bouton paramètres */
  .cc-window .cc-message {
    margin-bottom: 0em;
  }
  
  /* espace sous le paragraphe pour plus d'informations */
  div.cc-window.cc-floating div.cc-settings-label {
    margin-bottom: 20px;
  }
  
  /* espace entre la boite à cocher et le texte */
  a.cc-link label {
    padding-left: 5px;
  }
  
  /* couleur du crochet et du x des cookies */
  div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:before, div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after, div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before, div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
    background-color: #fff;
    border-color: #333333;
  }
  
  /* centrer du crochet et du x des cookies */
  div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after {
    left: 4px;
    top: -1px;
  }
  
  /* couleur du x */
  div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after {
    color: #333333;
  }
  
  /* couleur du crochet */
  div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
    border-color: #333333;
  }
  
  /* enlever le background dans les cases à cocher */
  input.cc-cookie-checkbox+span:after {
    border-color: #fff #fff #fff #fff;
    background-image: linear-gradient(135deg,#fff 0,#FFF 100%);
  }

  /* enlever | après les catégories de cookies */
  div.cc-checkbox-container:not(:last-child) a {
    border-right: 0 solid #FFF;
  }

  /* design du bouton paramètres */
  span.cc-message span.cc-cookie-settings-toggle {
    padding: 0.4em 0.8em;
  }
  
  /* design du bouton accepter */
  div.cc-checkboxes-container a.cc-btn.cc-allow {
    width: 100%;
    margin-top: 10px;
    padding: 0.4em 0.8em;
  }
  
  /* design des boutons accepter tous les cookies et refuser */
  a.cc-btn.cc-allowall, a.cc-btn.cc-deny {
    margin-right: 0 !important;
    width: 100%;
  }
  
  /* animation sur le bouton */
  /* image de cookie */
  .cc-color-override--1892530191.cc-revoke {
    content: url(/images/cookie.svg);
    padding-bottom: 4px;
    border-top: 1px solid #0b7bb2;
    border-bottom: 0px solid #0b7bb2;
    border-left: 1px solid #0b7bb2;
    border-right: 1px solid #0b7bb2;
    border-radius:5px 5px 0 0;
    width: 40px;
    transform: translateX(85%);
  }
  
  /* police */
  .cc-revoke, .cc-window {
    font-family: "Roboto", sans-serif;
  }
  
  /* grosseur de la police nous utilisons les cookies */
  div.cc-settings-label {
    font-size: 16px;
    padding-top: 2px;
  }
  
  .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-allowall-button.cc-opacity-95.cc-bottom.cc-right.cc-color-override-529715467 {
    border-left: 5px solid #f05245;
  }
  
  span.cc-message span.cc-cookie-settings-toggle {
    display: block;
    width: 110px;
  }
  
  div.cc-window.cc-floating {
    width: 100%;
    max-width: none;
    transform: translateY(16px);
  }
  
  @media screen and (min-width: 600px) {
  
    .cc-window.cc-floating .cc-compliance {
      gap: 0.2em;
    }
  
    a.cc-btn.cc-allowall, a.cc-btn.cc-deny {
      width: 98%;
    }
  
    .cc-checkbox-container {
      width: 32%;
    }
  
    div.cc-checkbox-container {
      align-items: flex-start;
      width: 23%;
    }
  
    div.cc-checkboxes-container a.cc-btn.cc-allow {
      width: 22%;
      margin-top: 0;
      transform: translateY(-2px);
    }
  
    div.cc-checkboxes-container {
      justify-content: space-between;
    }
  }
  
  @media screen and (min-width: 768px) {
    div.cc-window.cc-floating {
      padding: 3em 5.5em;
    }
  }
  
  @media screen and (min-width: 992px) {
    div.cc-window.cc-floating {
      padding: 3em 8.5em;
    }
  }
  
  @media screen and (min-width: 1200px) {
    div.cc-window.cc-floating {
      padding: 3em 11.5em;
    }
  }
  
  @media screen and (min-width: 1400px) {
    div.cc-window.cc-floating {
      padding: 3em 19.5em;
    }
  }
  
  @media screen and (min-width: 1700px) {
    div.cc-window.cc-floating {
      padding: 3em 25.5em;
    }
  }
  
  @media screen and (min-width: 2000px) {
    div.cc-window.cc-floating {
      padding: 3em 32.5em;
    }
  }
/*------------C  L  A  S  S  E  S      G  T  M  ---------*/


/*calendrier*/

.com-dpcalendar-calendar__map.dp-map.leaflet-container.leaflet-fade-anim.dp-map_loaded {
    display: none;
}

.com-dpcalendar-calendar {
    margin-top: 80px;
}



/*----------- ACCUEIL ----------*/


/*bande recherche*/

.gtm_langue_search_background{
    background-color: #f5f5f5;
}

.gtm_langue_search {
    font-family: 'Lora';
    text-align: -webkit-center;
}



.search.gtm_langue_search input{
    box-shadow: none;
    font-weight: bold;
    font-size: 1.4em;

}

.search.gtm_langue_search input:focus{
    border:none;
    box-shadow: none;
}


.search.gtm_langue_search input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid transparent;
    text-align: -webkit-center;
    height: 30px;
    margin-bottom: 0;
    margin-top: 18px;
}


.searchintro{
    margin-top: 2em;
}

dt.result-title {
    margin-bottom: 20px;
    font-size: 1.5em;
}

dd.result-text {
    margin-bottom: 20px;
}




/*accueil*/


.gtm__accueil_icone_telephone {
    content: url(/images/icons/icones_accueil_telephone.svg);
    background-repeat: no-repeat;
    height: 166px;
    margin-right: auto;
    margin-left: auto;
}


.gtm_bloc_contour {
    margin-top: 85px;
}

.gtm_bloc_contour h4 {
    text-align: center;
    line-height: 34px;
    padding: 16px;
    color: #22244c;
    font-size: 18px;
    margin-left: 20px;
}

.gtm_bloc_couleur {
    background-color: #f9f9f9;
    margin-top: -20px;
}


.gtm_bloc_couleur p {
    font-size: 1.2em;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 27px;
    padding-bottom: 60px;
}

.gtm-hero-accueil {
    position: relative;
}

.gtm-hero-accueil::before {
    content: url(/images/icons/fleche.svg);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 50px;
    animation: move 1000ms ease-in-out infinite alternate;
}

.gtm_desktop.gtm-hero-accueil::before {
    display: none;
}

@media screen and (min-width: 1200px) {
    .gtm-hero-accueil::before {
        max-width: 80px;
    }

    .gtm_desktop.gtm-hero-accueil::before {
        display: block;
    }
    .gtm_mob.gtm-hero-accueil::before {
        display: block;
    }

}

/* .gtm_fleche {
    position: absolute;
    z-index: 999999;
    bottom: 0px;
    width: 100%;
    opacity: 1;
} */

/* .gtm_image_de_fleche {

} */



@keyframes move{



    100%{
        bottom: -45px;
    }


}




/* .gtm_image_de_fleche {
  background-image: url(/images/icons/fleche.svg);
  max-width: 100px;
  background-repeat: no-repeat;
  margin: auto;
  width: 10%;
  padding-bottom: 10%;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
} */





/*------ Section accueil nouvelle bloc --------*/

.gtm_texte_nouvelle h2 {
    text-align: center;
    background-color: #fafafa;
    padding: 15px;
}

.gtm_texte_nouvelle p {
    text-align: center;
    margin: 10px 70px 10px 70px;
}


.gtm_image_acceuil {
    background-image: url(/images/accueil-ecole.jpg);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 100px;
}

.gtm_image_acceuil p {
    color: white;
    text-align: center;
    margin: 40px;
}

.gtm_image_acceuil h2 {
    color: white;
    font-size: 5em;
}


.gtm_a_decouvrir {
    padding-bottom: 113px;
    padding-top: 98px;
    color: white;
    text-align: center;
}

.gtm_a_decouvrir {
    background-image: url(/images/bandeau/bandeau-kayak-accueil.jpg);
    padding-top: 50px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}


.gtm_a_decouvrir a.btn-primary{

    font-size: 15px;
}

.gtm_a_decouvrir h4 {
    font-size: 60px;
}


.gtm__accueil_bloc_contact {
    background-color: #f7f7f7;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.gtm__accueil_bloc_contact p {
    line-height: 40px;
    font-weight: bold;
}
.gtm__accueil_bloc_contact h2 {
    font-size: 3em;
}

.gtm__accueil_bloc_systeme_appel {
    text-align: center;
    background: #22244c;
    height: 469px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 50px;
}
.gtm__accueil_bloc_systeme_appel h2 {
    color: white;
}
.gtm__accueil_bloc_systeme_appel p {
    color: white;
}



.gtm__accueil_bloc_systeme_appel a.btn-primary.outline {
    color: rgb(255, 255, 255);
}

.gtm__accueil_bloc_systeme_appel .btn-primary.outline {
    border: 2.5px solid rgb(255, 255, 255);
}
.gtm__accueil_bloc_systeme_appel a.btn-primary.outline:hover {
    color: rgba(198, 198, 197 );
    -webkit-transition: color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.gtm__accueil_bloc_systeme_appel .btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    border-color: rgba(198, 198, 197 );
    -webkit-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.gtm__accueil_bloc_systeme_appel .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: transparent;
    border-color: #54224d;
}


.gtm_a_decouvrir a.btn-primary.outline  {
    color: white;
}

.gtm_a_decouvrir .btn-primary.outline {
    border: 2.5px solid rgb(255, 255, 255);
}

.gtm_a_decouvrir a.btn-primary.outline:hover  {
     color: rgba(198, 198, 197 );
    -webkit-transition: color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.gtm_a_decouvrir .btn-primary.outline:hover {
       border-color: rgba(198, 198, 197 );
    -webkit-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.gtm_a_decouvrir h2 {
    color: white;
}



.gtm_image_acceuil a.btn-primary.outline  {
    color: white;
    font-size: 15px;
}

.gtm_image_acceuil .btn-primary.outline {
    border: 2.5px solid rgb(255, 255, 255);
}

.gtm_image_acceuil a.btn-primary.outline:hover  {
     color: rgba(198, 198, 197 );
    -webkit-transition: color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: color 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.gtm_image_acceuil .btn-primary.outline:hover {
       border-color: rgba(198, 198, 197 );
    -webkit-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: border-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}




@media only screen and (min-width: 768px){

    .gtm_image_acceuil {
    background-image: url(/images/accueil-ecole.jpg);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 100px;
    background-repeat: no-repeat;
}

.gtm_image_acceuil p {
    font-size: 1.6em;
    padding-right: 100px;
    padding-left: 100px;
}

.gtm_bloc_contour {
    margin: 40px;
}

.gtm_bloc_contour h4 {
    text-align: center;
    line-height: 40px;
    padding: 75px;
    margin-top: -10px;
    color: #22244c;

}

.gtm_bloc_couleur {
    background-color: #f9f9f9;
}


.gtm_bloc_couleur p {
    font-size: 1.2em;
    text-align: center;
    margin-right: 60px;
    margin-left: 60px;
    line-height: 28px;
}

.gtm_bloc_couleur h2 {
    padding-top: 79px;
}

}



@media only screen and (min-width: 1025px){
.gtm_bloc_contour h4 {
    text-align: center;
    line-height: 53px;
    padding: 75px;
    margin-top: -10px;
    color: #22244c;
    font-size: 2em;
}
.gtm_bloc_contour {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}
    .gtm_image_acceuil {
    background-size: 110%;
}
.gtm_image_acceuil p {
    max-width: 1500px;
    margin: auto;
    margin-top: 55px;
    margin-bottom: 50px;

}
}

/* icone accueil */

.gtm_container_formulaire {
    margin-top: 4em;
    text-align: -webkit-right;
}

@media only screen and (min-width: 768px){
.gtm_icones_nouvelle {
   transition: all .3s;
}
}


 .gtm_icones_nouvelle {
    background-image:url(/images/icons/icones_nouvelles.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
 }


 .gtm_icones_nouvelle:hover {
    background-image:url(/images/icons/icones_nouvelles-hover.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
 }

@media only screen and (min-width: 768px){
.gtm_icones_activites {
    transition: all .3s;
}
}

  .gtm_icones_activites {
    background-image:url(/images/icons/icones_activite.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

  .gtm_icones_activites:hover {
    background-image:url(/images/icons/icones_activite-hover.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    
 }
@media only screen and (min-width: 768px){
.gtm_icones_role_en_ligne {
    transition: all .3s;
}
}
  .gtm_icones_role_en_ligne{
    background-image:url(/images/icons/icones_role_en_ligne.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

  .gtm_icones_role_en_ligne:hover {
    background-image:url(/images/icons/icones_role_en_ligne-hover.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }
 @media only screen and (min-width: 768px){
.gtm_icones_collecte_matiere_residuelle {
    transition: all .3s;
}
}
  .gtm_icones_collecte_matiere_residuelle{
    background-image:url(/images/icons/icones_collecte_matiere_residuelle.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

  .gtm_icones_collecte_matiere_residuelle:hover {
    background-image:url(/images/icons/icones_collecte_matiere_residuelle-hover.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
 }



@media only screen and (min-width: 768px){
.gtm_icones_seao {
    transition: all .3s;
}
}

  .gtm_icones_seao{
    background-image:url(/images/icons/icones_seao.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

  .gtm_icones_seao:hover {
    background-image:url(/images/icons/icones_seao-hover.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
 }
@media only screen and (min-width: 768px){
 .gtm_icones-gonet-matrice {
    transition: all .3s;
}
}
  .gtm_icones-gonet-matrice{
    background-image:url(/images/icons/icones_gonet.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

  .gtm_icones-gonet-matrice:hover {
    background-image:url(/images/icons/icones_gonet-hover.svg); 
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 180px;
 }



@media only screen and (min-width: 768px){

.gtm_container_formulaire {
    display: flex;
    margin-top: 4em;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: 145px;
}

.gtm_container_formulaire_ligne2 {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}
 .gtm_icones_gestion_formulaire_demande_de_permis {
    max-width: 250px;
}

 .gtm_icones_gestion_formulaire_demande_de_permis:hover {
    max-width: 250px;

 }

 .gtm_icones_gestion_formulaire_demande_de_subvention_couche {
    max-width: 250px;
 }


 .gtm_icones_gestion_formulaire_demande_de_subvention_couche:hover {
    max-width: 250px;
}

  .gtm_icones_gestion_formulaire_inscription_camp_jour {
    max-width: 250px;

 }

  .gtm_icones_gestion_formulaire_inscription_camp_jour:hover {
    max-width: 250px;

}
  .gtm_icones_gestion_formulaire_plainte_signalement {
    max-width: 250px;

 }

  .gtm_icones_gestion_formulaire_plainte_signalement:hover {
    max-width: 250px;

}  .gtm_icones_gestion_formulaire_emploi {
    max-width: 250px;

 }

  .gtm_icones_gestion_formulaire_emploi:hover {
    max-width: 250px;

}
}


@media only screen and (min-width: 1025px){
.gtm_container_formulaire {
    display: flex;
    margin-top: 4em;
    flex-wrap: wrap;
    justify-content: space-around;
}
}
















/*----------- NOUVEAU  RÉSIDENTS ----------*/
.gtm_texte {
    padding: 0 10px 0 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}


@media only screen and (min-width: 1025px){
   .gtm_texte {
    margin-top: 100px;
}
}




.gtm_texte h3 {
    
    text-align: center;
    color: black;

}

.gtm_background_texte {
    background: rgba(80, 80, 80, 0.05);
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 40px;
    width: 100vw;
}


.gtm_background_texte p{
    color: black;
    line-height: 1.9em;
}




@media only screen and (min-width: 1200px){

.gtm_background_texte p {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
}

/*----------- NOS INSTALLATIONS ----------*/

@media only screen and (min-width: 1025px){
h3 {
    font-size: 2.2em;
}
}

.gtm_loisirs_background {
   background-image: url(/images/bandeau/pont-loisir.jpg);
   height: 200px;
   background-repeat: no-repeat;
}

.gtm_background_texte a {
    color: white;
    text-decoration: none;
}


/*----------- MISSION ET HISTORIQUE  ----------*/


.jmz-main-image {
    border-radius: 0%;
    padding: 5px;
    float: left;
}


/*----------- GEOGRAPHIE ET POPULATION  ----------*/


.gtm_svg_animation_v3 {
    width: 220px;
}


.gtm_container_animation_svg {
    margin-top: 5em;
    margin-bottom: 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gtm_svg_animation_v1 {
    background-image:url(/images/icons/icone_campagne.png); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
}

.gtm_svg_animation_v2{
    background-image:url(/images/icons/icone_drummondville.png); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    margin-left: 0px !important;


 }
    
.gtm_svg_animation_v3{
    background-image:url(/images/icons/jeune_famille.png); 
    height: 300px;
    width: 300px !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    margin-left: 0px !important;


 }
    


@media only screen and (min-width: 768px){


.gtm_container_animation_svg {
    display: flex;
    justify-content: center;
    margin-top: 5em;
    margin-bottom: 5em;
}
.gtm_svg_animation_v3{
    width: 220px;
    margin-bottom: 70px;
    margin-left: 20px
}
}

@media only screen and (min-width: 1200px){


.gtm_container_animation_svg {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
}
.gtm_svg_animation_v3{
    width: 220px;
    margin-bottom: 70px;
    margin-left: 20px
}
.gtm_svg_animation_v1 {
    width: 350px;
    margin-bottom: 70px;

}

.gtm_svg_animation_v2{
    width: 350px;
    margin-bottom: 70px;
    margin-left: 10px;
}
    
.gtm_svg_animation_v3{
    width: 220px;
    margin-bottom: 70px;
}
}

/*----------- GESTION FINANCIERE  ----------*/

.gtm_container_financiere {
    margin-top: 4em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px){
 .gtm_icones_gestion_financiere_v1{
   transition: all .3s;
}
}

 .gtm_icones_gestion_financiere_v1 {
    background-image:url(/images/icons/icones-budget-v3.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }

 .gtm_icones_gestion_financiere_v1:hover {
    background-image:url(/images/icons/icones-budget-hover-v3.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }

@media only screen and (min-width: 768px){
.gtm_icones_gestion_financiere_v2{
   transition: all .3s;
}
}

 .gtm_icones_gestion_financiere_v2 {
    background-image:url(/images/icons/icones-rapport_saillant-v3.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }


 .gtm_icones_gestion_financiere_v2:hover {
    background-image:url(/images/icons/icones-rapport_saillant-hover-v3.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }

@media only screen and (min-width: 768px){
.gtm_icones_gestion_financiere_v3{
   transition: all .3s;
}
}

  .gtm_icones_gestion_financiere_v3 {
    background-image:url(/images/icons/icones-rapport-v3.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icones_gestion_financiere_v3:hover {
    background-image:url(/images/icons/icones-rapport-hover-v3.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }



@media only screen and (min-width: 768px){

.gtm_container_financiere {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}
 .gtm_icones_gestion_financiere_v1 {
    max-width: 250px;
}

 .gtm_icones_gestion_financiere_v1:hover {
    max-width: 250px;

 }

 .gtm_icones_gestion_financiere_v2 {
    max-width: 250px;
 }


 .gtm_icones_gestion_financiere_v2:hover {
    max-width: 250px;
}

  .gtm_icones_gestion_financiere_v3 {
    max-width: 250px;

 }

  .gtm_icones_gestion_financiere_v3:hover {
    max-width: 250px;

}
}


/*----------- SEANCE ET PROCÈS-VERBAUX  ----------*/





.gtm_bouton {
    margin-top: 100px;
}


.gtm_container_icones {
    text-align: center;
}


.gtm_container_financiere {
    margin-top: 4em;
    justify-content: space-evenly;
}


@media only screen and (min-width: 768px){
.gtm_icones_ordre_du_jour {
   transition: all .3s;
}
}
 .gtm_icones_ordre_du_jour {
    background-image:url(/images/icons/ordre_du_jour.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

 .gtm_icones_ordre_du_jour:hover {
    background-image:url(/images/icons/ordre_du_jour_hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: 180px;


 }

@media only screen and (min-width: 768px){
 .gtm_icones_proces_verbaux_v3{
   transition: all .3s;
}
}


 .gtm_icones_proces_verbaux_v3 {
    background-image:url(/images/icons/icone_calendrier_seances-v1.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }

 .gtm_icones_proces_verbaux_v3:hover {
    background-image:url(/images/icons/icone_calendrier_seances-v1-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: 180px;


 }

@media only screen and (min-width: 768px){
.gtm_container_icones{
    display: flex;
    justify-content: space-around;
    margin-top: 5em;
    margin-bottom: 5em;


}
}


/*----------- SECURITE PLUBLIQUE  ----------*/


.gtm_background_color{
    background-color: rgba(80, 80, 80, 0.05);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}


.gtm_icones_securite{
    text-align: center;
    
}

@media screen and (max-width: 1200px) {
    .gtm_icones_securite{
    max-width: 200px;
    margin: auto;
    
}
}

.gtm_texte_securite {
    margin: 10px 10px 0px 10px;
}

.gtm_texte_securite li {
    text-align: left;
    margin-bottom: 10px;
}
.gtm_texte_securite h4 {
    text-align: center;
    margin-bottom:40px; 
}

.gtm_boutons_ancres a{
    color: white;

}

.gtm_boutons_ancres {
    text-align: center;
    margin-bottom: 40px;
    display: grid;
    text-decoration: none;
}




@media only screen and (min-width: 768px){

.gtm_boutons_ancres {
    display: grid;
    margin-bottom: 40px;
    margin-right: 12px;
    margin-left: 16px;
}
}





@media only screen and (min-width: 1200px){


.gtm_background_color {
    background-color: rgba(80, 80, 80, 0.05);
    padding-top: 150px;
    display: flex;
}
.gtm_texte_securite {
    margin-left: 200px;
    max-width: 1200px;
}
    .gtm_icones_securite {
    margin-top: 50px;
    min-width: 400px;
}
.gtm_texte_securite {
    text-align: left;
    margin: 10px 60px 0px 150px;
}
    .gtm_bouton_incendie {
    display: flex;
}
.gtm_texte_securite h4 {
    text-align: left;
    margin-bottom: 40px;
}
}

@media only screen and (min-width: 1200px){
.gtm_boutons_ancres {
        display: flex;
        column-gap: 20px;
        justify-content: center;

}
}




/*----------- JOURNAL DE LAVENIR  ----------*/


.gtm_journal{

    text-align: center;
    margin-top: 30px;
}

/* .gtm_journal .btn-primary{

    width: 300px;
} */

.gtm_background_journal {
    margin-top: 90px;
}

@media only screen and (min-width: 768px){

.gtm_journal{

    display: flex;
    justify-content: center;
    max-width: 603px;
    margin: auto;
}
}


/*----------- PAGE SECTION FORMULAIRE  ----------*/

.gtm_container_formulaire {
    display: flex;
    margin-top: 4em;
    flex-wrap: wrap;
    justify-content: space-around;
    /* margin: 100px; */
}
@media only screen and (min-width: 768px){
 .gtm_icones_gestion_formulaire_icones-permis-feux {
    transition: all .3s;
}
}
 .gtm_icones_gestion_formulaire_icones-permis-feux {
    background-image:url(/images/icons/icones-permis-feux.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }

 .gtm_icones_gestion_formulaire_icones-permis-feux:hover {
    background-image:url(/images/icons/icones-permis-feux-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }
@media only screen and (min-width: 768px){
 .gtm_icones_gestion_formulaire_couche {
    transition: all .3s;
}
}

 .gtm_icones_gestion_formulaire_couche {
    background-image:url(/images/icons/couche.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }


 .gtm_icones_gestion_formulaire_couche:hover {
    background-image:url(/images/icons/couche-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }
@media only screen and (min-width: 768px){
 .gtm_icones_gestion_formulaire_camps {
    transition: all .3s;
}
}

  .gtm_icones_gestion_formulaire_camps {
    background-image:url(/images/icons/camps.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icones_gestion_formulaire_camps:hover {
    background-image:url(/images/icons/camps-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

@media only screen and (min-width: 768px){
 .gtm_icones_gestion_formulaire_plainte_signalement {
    transition: all .3s;
}
}
 .gtm_icones_gestion_formulaire_plainte_signalement {
    background-image:url(/images/icons/plainte_signalement.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }


 .gtm_icones_gestion_formulaire_plainte_signalement:hover {
    background-image:url(/images/icons/plainte_signalement-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }
@media only screen and (min-width: 768px){
 .gtm_icones_gestion_formulaire_emplois{
    transition: all .3s;
}
}

  .gtm_icones_gestion_formulaire_emplois {
    background-image:url(/images/icons/emplois.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icones_gestion_formulaire_emplois:hover {
    background-image:url(/images/icons/emplois-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: 180px;
    

 }


@media only screen and (min-width: 768px){

.gtm_container_formulaire {
    display: flex;
    margin-top: 4em;
    margin-right: auto;
    margin-left: auto;
}

.gtm_container_formulaire_ligne2 {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}
 .gtm_icones_gestion_formulaire_demande_de_permis {
    max-width: 250px;
}

 .gtm_icones_gestion_formulaire_demande_de_permis:hover {
    max-width: 250px;

 }

 .gtm_icones_gestion_formulaire_demande_de_subvention_couche {
    max-width: 250px;
 }


 .gtm_icones_gestion_formulaire_demande_de_subvention_couche:hover {
    max-width: 250px;
}

  .gtm_icones_gestion_formulaire_inscription_camp_jour {
    max-width: 250px;

 }

  .gtm_icones_gestion_formulaire_inscription_camp_jour:hover {
    max-width: 250px;

}
  .gtm_icones_gestion_formulaire_plainte_signalement {
    max-width: 250px;

 }

  .gtm_icones_gestion_formulaire_plainte_signalement:hover {
    max-width: 250px;

}  .gtm_icones_gestion_formulaire_emploi {
    max-width: 250px;

 }

  .gtm_icones_gestion_formulaire_emploi:hover {
    max-width: 250px;

}
}

@media only screen and (min-width: 1025px){
.gtm_container_formulaire {
    display: flex;
    margin-top: 4em;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 60%;
    margin-bottom: auto;
}
}




/*----------- Gestion contractuelle  ----------*/

.gtm_gestion_contractuelle h4 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 140px;
   
}

.gtm_gestion_contractuelle {
    display: grid;
}

.gtm_gestion_contractuelle .btn-primary{
    padding-bottom: 15px;
}

.gtm_container_texte_gestion p {
    text-align: left;
    margin-bottom: 40px;
}
.gtm_container_texte_gestion h4 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px){

.gtm_gestion_contractuelle h4 {
    font-size: 2em;
    text-align: left;
    /* margin-left: 150px; */
}


.gtm_gestion_contractuelle {
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    gap: 40px;
}

.gtm_gestion_contractuelle .btn-primary {
    height: fit-content;
    padding-top: 15px;
    min-width: 400px;
    display: inline-block;
}

/* .gtm_container_texte_gestion p {
    margin-left: 153px;
} */
}



/*----------- Urbanisme et permis  ----------*/

.gtm_bloc_contact{
    background-color: white;
    color: black;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: -50px;
    margin-left: -50px;
    padding-right: 20px;
    padding-left: 20px;

}
.gtm_bloc_contact a {
    color: #9c1d35;
    font-weight: bold;
}
.gtm_bloc_contact p {
    color: black;
}


.gtm_bloc_urbanisme{
    text-align: left;

}

.gtm_bloc_urbanisme li {
    margin-bottom: 20px;
}
 .gtm_margin_permis{
    margin-top: 60px; 
 }



.gtm_container_urbanisme_permis{
    display: flex;
  justify-content: center;
  flex-wrap: wrap;
    margin-top: 4em;
    /* text-align: -webkit-right; */
}
@media only screen and (min-width: 768px){
 .gtm_icones_urbanisme_permis_v1 {
    transition: all .3s;
}
}

 .gtm_icones_urbanisme_permis_v1 {
    background-image:url(/images/icons/icones-permis-feux.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px;
    /* margin-left: 45px; */
 }

 .gtm_icones_urbanisme_permis_v1:hover {
    background-image:url(/images/icons/icones-permis-feux-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
        background-position: center;
    background-size: 180px;
    /* margin-left: 45px; */


 }
@media only screen and (min-width: 768px){
 .gtm_icones_urbanisme_permis_v2 {
    transition: all .3s;
}
}

 .gtm_icones_urbanisme_permis_v2 {
    background-image:url(/images/icons/icones-gonet-matrice.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
        background-position: center;
    background-size: 180px;
    /* margin-left: 45px; */
    

 }


 .gtm_icones_urbanisme_permis_v2:hover {
    background-image:url(/images/icons/icones-gonet-matrice-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
            background-position: center;
    background-size: 180px;
    /* margin-left: 45px; */


 }
@media only screen and (min-width: 768px){
 .gtm_icones_urbanisme_permis_v3 {
    transition: all .3s;
}
}
  .gtm_icones_urbanisme_permis_v3 {
    background-image:url(/images/icons/icones-nous-joindre.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
            background-position: center;
    background-size: 180px;
    /* margin-left: 45px; */
    

 }

  .gtm_icones_urbanisme_permis_v3:hover {
    background-image:url(/images/icons/icones-nous-joindre-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
            background-position: center;
    background-size: 180px;
    /* margin-left: 45px; */
    

 }




@media only screen and (min-width: 768px){
.gtm_bloc_contact{
    background-color: rgb(255, 255, 255);
    color: black;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 100px;
    margin-right: 0px;
    margin-left: 0px;
}
 .gtm_margin_permis{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.gtm_container_urbanisme_permis {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}
 .gtm_icones_urbanisme_permis_v1 {
    max-width: 250px;
    margin-left: 0px;
}

 .gtm_icones_urbanisme_permis_v1:hover {
    max-width: 250px;
    margin-left: 0px;

 }

 .gtm_icones_urbanisme_permis_v2 {
    max-width: 250px;
    margin-left: 0px;
 }


 .gtm_icones_urbanisme_permis_v2:hover {
    max-width: 250px;
    margin-left: 0px;
}

  .gtm_icones_urbanisme_permis_v3 {
    max-width: 250px;
    margin-left: 0px;

 }

  .gtm_icones_urbanisme_permis_v3:hover {
    max-width: 250px;
    margin-left: 0px;

}
}
   



@media only screen and (min-width: 1200px){
.gtm_bloc_urbanisme li {
    line-height: 20px;
}
}









/*----------- TAXATION ET EVALUATION FRONCIERE ----------*/


.gtm_container_boutons{

    text-align: center;
}



@media only screen and (min-width: 768px){

/* .gtm_margin {
    margin-right: 10px;
    display: grid;
}

.gtm_container_boutons {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    
} */

.gtm_container_boutons {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
grid-column-gap: 20px;
grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
}



/*----------- REGLEMENTS MUNICIPAUX ----------*/

div#set-rl_sliders-1 {
    max-width: 1000px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    text-align: center;

}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    border-top: 1px solid #e5e5e5;
    overflow-y: hidden!important;
    overflow-x: auto;
    zoom: 1;
    text-align: left;
}

.accordion-inner.panel-body li {
    margin-bottom:  40px;
}

.accordion-inner.panel-body ul {
    color: rgba(157, 29, 53 );
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: #f8f8f8;
    color: #a94442;
}

a:active, a:hover {
    text-decoration: none;
}


.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: rgba(157, 29, 53 );
    color: white;
    font-weight: bold;
    font-family: "roboto"
}

.gtm_montage_photo {
    padding: 0px 50px 0 30px;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background-color: #eee;
    color: rgb(99, 11, 27);
    text-decoration: none;
}

@media only screen and (min-width: 768px){

div#set-rl_sliders-1 {
    max-width: 1000px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
    margin-left: 50px;

}
}


@media only screen and (min-width: 1025px){

.accordion-inner .panel-body li {
    font-size: 1.15em;
    line-height: 50px;
}
}



/*----------- SYSTEME D'APPEL AUTOMATISÉS ----------*/


.gtm_icone_systeme_dappel {
    display: flex;
}


/*----------- NOUS JOINDRE ----------*/


.gtm_nous_joindre_border a {
    color: #9c1d35;
    font-weight: bold;
}

.gtm_carte_contact {
    background-image: url(/images/carte-lavenir.jpg);
    background-size: cover;
    height: 200px;
    width: 100%;
    background-position: center;
    margin-bottom: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -9px;
}
.gtm_couleur_contact {
    background-color: rgba(0, 0, 0, 0.58);
    height: 200px;
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.gtm_couleur_contact:hover {
    background-color: #000000cc;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.gtm_bloc_contact_v2 {
background-color: white;
    color: black;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: -50px;
    margin-left: -50px;
    padding-right: 20px;
    padding-left: 20px;
}

.gtm_background_couleur_formulaire h4 {
    text-align: center;
    line-height: 15px;
    color: #9c1c34;
}


    
.rsform .formResponsive button[type="submit"] {
    background-color: #9c1c34;
    background-image: none;
    text-shadow: none;
    border: 0 solid black;
    border-radius: 0;
    font-size: 1.5em;
    padding: 15px 20px;
    font-weight: 100;
    color: white;
    margin-top: -2em;
    font-family: roboto;
}
.rsform .formResponsive input[type="text"] {
    font-size: 1em;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    color: #9c1c34;
}


fieldset#rsform_3_page_0 {
    text-align: center;
    margin-top: 50px;
}

.formRed {
    color: red;
    font-weight: bold;
    text-align: center;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #a94442;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #a94442; 
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #a94442;
}


input#prenom {
    height: 30px;
    width: 280px;
}
input#nom {
    height: 30px;
    width: 280px;
}
input#courriel {
    height: 30px;
    width: 280px;
}

input#telephone {
    height: 30px;
    width: 280px;
}
textarea#message {
    width: 280px;
}



@media only screen and (min-width: 768px){
    
.gtm_bloc_contact_v2 {
    background-color: white;
    color: black;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 25px;

}
.gtm_contact_container h3 {
    font-size: 1.5em;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.gtm_images_montage_contact {
    margin-top: 183px;
}
.gtm_background_formulaire {
    margin-top: 100px;
}
}


@media only screen and (min-width: 1200px){  
.gtm_nous_joindre_border {
    display: inline-grid;
    margin: 50px;
    margin-bottom: 0px;
}
}




    
/*----------- COLLECTE DES MATIERES RESIDUELLE  ----------*/

.gtm_background_poubelle_image {
    background-image: url(/images/bandeau/bandeau_poubelle.jpg);
    height: 300px;
    background-size: cover;
}

.gtm_background_poubelle_image h3 {
    color: white;
    padding-top: 87px;
    text-align: center;
    font-size: 4.5em;
    font-variant-caps: all-small-caps;
    font-weight: bold;
}

.gtm_poubelle_texte h3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 30px;
}

.gtm_poubelle_texte  {
     margin-right: 20px;
    margin-left: 20px;
}

.gtm_poubelle_texte li {
    margin-top: 20px;
}




.gtm_container_collecte_matiere_residuelle{
    margin-top: 4em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px){
.gtm_icones_collecte_matiere_residuelle_v1 {
    transition: all .3s;
}
}

 .gtm_icones_collecte_matiere_residuelle_v1 {
    background-image:url(/images/icons/calendrier-v2.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }

 .gtm_icones_collecte_matiere_residuelle_v1:hover {
    background-image:url(/images/icons/calendrier-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }
@media only screen and (min-width: 768px){
 .gtm_icones_collecte_matiere_residuelle_v2 {
    transition: all .3s;
}
}
 .gtm_icones_collecte_matiere_residuelle_v2 {
    background-image:url(/images/icons/poubelle.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }


 .gtm_icones_collecte_matiere_residuelle_v2:hover {
    background-image:url(/images/icons/poubelle-hover.svg); 
     height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;


 }
@media only screen and (min-width: 768px){
 .gtm_icones_collecte_matiere_residuelle_v3 {
    transition: all .3s;
}
}
  .gtm_icones_collecte_matiere_residuelle_v3 {
    background-image:url(/images/icons/questions.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icones_collecte_matiere_residuelle_v3:hover {
    background-image:url(/images/icons/questions-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

.gtm_carre_information {
    background-color: #efefef;
    height: 300px;
    margin-top: 50px;
}

.gtm_carre_information h3 {
    text-align: center;
    padding-top: 30px;
}

.gtm_carre_information p {
    text-align: center;
}
.gtm_margin_poubelles {
    margin-right: 10px;
}
@media only screen and (min-width: 768px){

.gtm_container_collecte_matiere_residuelle {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}
 .gtm_icones_collecte_matiere_residuelle_v1 {
    max-width: 250px;
}

 .gtm_icones_collecte_matiere_residuelle_v1:hover {
    max-width: 250px;

 }

 .gtm_icones_collecte_matiere_residuelle_v2 {
    max-width: 250px;
 }


 .gtm_icones_collecte_matiere_residuelle_v2:hover {
    max-width: 250px;
}

  .gtm_icones_collecte_matiere_residuelle_v3 {
    max-width: 250px;

 }

  .gtm_icones_collecte_matiere_residuelle_v3:hover {
    max-width: 250px;

}
}



@media only screen and (min-width: 768px){
.gtm_carre_information {
    background-color: #efefef;
    height: 200px;
    margin-top: 50px;
    margin-left: 33px;
    margin-bottom: 30px;
    margin-top: 60px;
    margin-right:33px; 
}
.gtm_background_poubelle_image {
    height: 300px;
    margin-bottom: 100px;
}
}
    

@media only screen and (min-width: 1200px){
    .gtm_carre_information {
    background-color: #efefef;
    height: 250px;
    margin-top: 50px;
    margin-left: 33px;
    margin-bottom: 30px;
    margin-top: 60px;
    margin-right: 33px;
}
}

/*----------- PAGE OUPS ----------*/

.gtm_bouton_oups {
    margin-top: 50px;
}


/* background color ligne du temps */

div#jmz-module-box234 {
    background: #f9f9f9;
}


.gtm_historique_bas_page{
    background-image: url(/images/formes/bandeau-mission-bas-de-page.jpg);
    
}

.gtm_historique_bas_page h3{
    color: white;
    text-align: center;
    padding-top: 16px;
    font-size: 1.5em;
}

    
.gtm_historique_bas_page h4 {
    text-align: center;
    color: white;
    font-size: 2em;
    margin-top: -10px;
    padding-bottom: 15px;
}







/*----------- PAGE CAMP ----------*/

.gtm_container_icone {
justify-content: center;
  display: flex;
  flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gtm_background_texte h5 {
    line-height: 40px;
}


  .gtm_icones_gestion_formulaire_camps {
    background-image:url(/images/icons/camps.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icones_gestion_formulaire_camps:hover {
    background-image:url(/images/icons/camps-hover.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icone_Information_camp_de_jour {
    background-image:url(/images/icons/icone_Information_camp_de_jour.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }

  .gtm_icone_Information_camp_de_jour:hover {
    background-image:url(/images/icons/icone_Information_camp_de_jour-hover-v2.svg); 
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 180px;
    

 }


@media (min-width: 767px){
.gtm_container_icone {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
}

@media (min-width: 1024px){
.gtm_container_icone {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
}

@media (min-width: 1025px){
.gtm_container_icone {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
}

/*----------- PAGE ORGANISMES ET INSTITUTIONS ----------*/
.gtm_margin_bouton {
    margin-bottom: 20px;
    margin-top: 30px;
}
@media (max-width: 767px){
#yoo-zoo .items div.media-left, #yoo-zoo .items div.media-right {
    margin: -1px auto 10px 0px;
    float: none;
    text-align: center;
    display: inline-flex;
}
}

#yoo-zoo .items div.pos-media > a, #yoo-zoo .items div.pos-media > a > img {
    display: grid;
    margin: auto;
    width: 227px;
}
.element.element-textarea.first p {
    text-align: center;
}
#yoo-zoo .items div.pos-description .element {
    margin-top: 15px;
    text-align: center;
}

#yoo-zoo .items p.pos-links {
    background-color: rgba(157, 29, 53 );
    background-image: none;
    padding: 0.6em 1.8em;
    border-radius: 0px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    font-size: 1.2em;
}

#yoo-zoo .items p.pos-links {
    -webkit-box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0);
}
#yoo-zoo .width20, #yoo-zoo .width25, #yoo-zoo .width33, #yoo-zoo .width50 {
    width: 100%;
   
}
#yoo-zoo .items h2.pos-title a {
    text-decoration: none;
    font-family: 'Lora', cursive;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    letter-spacing: 1.5px;
    font-size: 1.75em;
    margin: auto;
    font-weight: bold;
}

.element.element-email.last a {
    color: #9c1c34;
    font-weight: bolder;
    font-size: 20px;
}
#yoo-zoo .items h2.pos-title a {
    text-decoration: none;
    font-family: 'Lora', cursive;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    letter-spacing: 1.5px;
    font-size: 1.75em;
    margin: auto;
    font-weight: bold;
    line-height: 38px;
}

@media only screen and (min-width: 768px){
    #yoo-zoo .items div.pos-media > a, #yoo-zoo .items div.pos-media > a > img {
    display: grid;
    margin: auto;
    width: 227px;
    margin-left: 0px;
}
.gtm_margin_bouton {
    margin-bottom: 20px;
    margin-top: 30px;
    margin-right: 20px;
}
.gtm_margin_container {
    display: flex;
    justify-content: center;
}

.element.element-textarea.first p {
    text-align: left;
}
#yoo-zoo .items div.pos-description .element {
    margin-top: 15px;
    text-align: left;
    margin-right: 50px;
    margin-left: 50px;
}
#yoo-zoo .items h2.pos-title {
    line-height: 16px;
    text-align: left;
}
#yoo-zoo .items p.pos-links {
    background-color: rgba(157, 29, 53 );
    background-image: none;
    padding: 0.6em 1.8em;
    border-radius: 0px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-right: auto;
    margin-top: 25px;
    font-size: 1.2em;
}
#yoo-zoo .items div.pos-media > a > img {
    display: grid;
    margin: auto;
    width: 227px;
    margin-left: 0px;
    margin-bottom: 140px;
}
}



@media only screen and (min-width: 1024px){
    #yoo-zoo .width20, #yoo-zoo .width25, #yoo-zoo .width33, #yoo-zoo .width50 {
    width: 100%;
    margin-bottom: 0px;
}

#yoo-zoo .items div.pos-media > a, #yoo-zoo .items div.pos-media > a > img {
    display: block;
    width: 230px;
    margin-left: -10px;
}
#yoo-zoo .items div.pos-description .element {
    margin-top: 15px;
    text-align: left;
}
#yoo-zoo .items div.pos-description .element-textarea *:last-child {
    margin-bottom: 0px;
    text-align: left;
}
#yoo-zoo .items h2.pos-title {
    line-height: 16px;
    text-align: left;
}
#yoo-zoo .items div.pos-description .element {
    margin-top: 15px;
    text-align: left;
    margin-right: 30px;
}
#yoo-zoo .items p.pos-links {
    background-color: rgba(157, 29, 53 );
    background-image: none;
    padding: 0.6em 1.8em;
    border-radius: 0px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-right: auto;
    margin-top: 7px;
    font-size: 1.2em;
    text-align: left;
}
#yoo-zoo .items div.pos-media > a, #yoo-zoo .items div.pos-media > a > img {
    display: block;
    width: 230px;
    margin-bottom: 270px;
    margin-right: 20px;
    margin-left: 10px;
}
}



@media only screen and (min-width: 1300px){
    #yoo-zoo .width20, #yoo-zoo .width25, #yoo-zoo .width33, #yoo-zoo .width50 {
     width: 50%;
     margin-bottom: 20px;
}
#yoo-zoo .items h2.pos-title {
    line-height: 30px;
    text-align: left;
    margin-right: 40px;
}
#yoo-zoo .items div.pos-description .element-textarea *:last-child {
    margin-bottom: 0px;
    text-align: left;
    margin-right: 30px
}
}




/*----------- EQUIPE MUNICIPALE  ----------*/



/*--Zoo--*/


span.element.element-text.first {
    font-size: 2em;
    font-family: "roboto";
    font-weight: bold;
    margin-top: 20px;
}

div#yoo-zoo {
    margin-top: 85px;
}

p.pos-subtitle {
    background-color: #f6f6f6;
    padding: 10px;
    margin-right: 20px;
}

span.element.element-email.last {
    background-color: #9b1b33;
    padding: 6px;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 5px;
}

.element.element-email.last a {
    color: #ffffff;
    font-weight: bolder;
    font-size: 20px;
}

span.element.element-text {
    display: block;
    line-height: 40px;
}




@media only screen and (min-width: 768px){

span.element.element-email.last {
    background-color: #9b1b33;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}
}

@media only screen and (min-width: 1200px){
#yoo-zoo .items div.teaser-item {
    padding-top: 45px;
    margin: 30px;
}
}

/*----------- MOTS DU MAIRE & DU CONSEIL  ----------*/

/*zoo*/
#yoo-zoo .items div.media-left {
    margin-right: 15px;
    margin-top: 15px;
}


.gtm_texte_intro {
    margin-top: 72px;
}


.gtm_bloc_gris{
   background: rgba(80, 80, 80, 0.05);

}

@media only screen and (min-width: 768px){
.gtm_bloc_gris {
    background: transparent;
}
}




/*----------- OFFRE D'EMPLOI ----------*/

.gtm_background_poste h4 {
    padding: 20px;
}
.gtm_background_poste {
    max-width: 620px;
    margin: auto;
    text-align: center;
    background: #22244c;
    padding: 10px;
    margin-top: 20px;
}

.gtm_bloc_emploi {
    background-color: white;
    color: black;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px;

}

@media only screen and (min-width: 768px){
.gtm_background_poste {
    max-width: 620px;
    text-align: center;
    background: #22244c;

}
}

@media only screen and (min-width: 1200px){
.gtm_background_poste {
    max-width: 920px;
    text-align: center;
    background: #22244c;
    padding: 5px;
    margin-top: 30px;

}
}

/*----------- OFFRE D'EMPLOI FORMULAIRE  ----------*/

.rsform {
    display: flex;
    justify-content: center;
}

.span12 {
    text-align: center;
    width: 100%;
}

.gtm_background_couleur_formulaire h4 {
    line-height: 32px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    height: 30px;
    width: 350px;
    margin-bottom: 22px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #c1c1c1;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #ffffff;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #c1c1c1;
}

.js-finder-search-query.form-control {
    margin: 0px 20px 22px auto !important;
}
@media screen and (max-width: 592px) {
    .js-finder-search-query.form-control {
        width: 200px;
    }
}


.com-finder__search {
    display: inline-block !important;
}


.js-finder-search-query.form-control {
    margin: 0px 20px 22px auto !important;
}

.input-group .btn{
    display: none;
}

.result__title-text {
    font-size: 30px;
}

#search-results {
    margin-top: 60px;
}



/*   DP CALENDAR   ---   Cacher certains champs de l'outil de recherche   */

#searchForm .btn-toolbar {
    display: none;
}


/*----------- MEDIAS ----------*/



@media only screen and (min-width: 768px){

.jmz-timeline-content h2 {
    font-size: 2.25rem;
    font-weight: bold;
}
}



@media only screen and (max-width: 768px){
.gtm_bandeau_desktop_tablette{
    display: none;
}
}
@media only screen and (min-width: 769px){
  .gtm_bandeau_mobile{
    display: none;
}  
}

/*  --------------------  M E D I A  Q U E R I E S  --------------------  */




/* ---- V E R S I O N   I M P R I M A B L E  D U  S I T E ---- */
@media print { 

    /* Titre menu */
    .megaMenuToggle {
    display: none !important;
    }

    /* Menu */
    .js-megamenu {
    display: none !important;
    } 

    .megamenu level0 {
    display: none !important;
    } 
}


/* ---- A F F I C H A G E  S U R   D E S K T O P ---- */

@media only screen and (max-width: 1023px) {
    .gtm_desktop {
        display: none;
   }
}

/* ---- A F F I C H A G E  S U R  T A B L E T T E  E T  D E S K T O P ----  */

@media only screen and (max-width: 480px) {
    .gtm_tablette_desktop {
        display: none;
   }
}

/* ---- A F F I C H A G E  S U R  T A B L E T T E  ----  



 @media only screen and (min-width: 769px){
    .gtm_tablette {
        display:none
    }}

@media only screen and (max-width: 479px) {
    .gtm_tablette {
        display:none
    }  
}

*/



@media only screen and (min-width: 769px) and (max-width: 480px){
    .gtm_tablette {
        display: none;
   }
}


/* ---- A F F I C H A G E  S U R  M O B I L E  E T  T A B L E T T E  ----  */

/*
@media only screen and (min-width: 1024px) {
    .gtm_mobile_tablette {
        display: none;
   }
}

*/

@media only screen and (min-width: 1024px) {
    .gtm_mobile_tablette {
        display: none;
   }
}


/* ---- A F F I C H A G E  S U R  M O B I L E  ----  */

@media only screen and (min-width: 479px) {
    .gtm_mobile {
    display: none;
    }
    
}



/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  MENU PRINCIPAL
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */


/* ===================================================================
                           LOGO DANS LE MENU
=================================================================== */
/* Affiche le logo dans le menu lorsque la classe .gtmOpen est présente */
.gtmHeader.gtmOpen::before {
  content: url("/images/image.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 0;
  box-sizing: border-box;
  padding: var(--space-sm) var(--space-sm) 0 var(--space-sm);
}

/* ===================================================================
                          ICÔNE BURGER
=================================================================== */

/* Conteneur de l'icône burger, positionné en haut à droite */
.gtmHeader .gtm-open-nav-menu {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  background-color: #22244c;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10000000;
}

/* Barre centrale du burger */
.gtmHeader .gtm-open-nav-menu span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  background-color: #fff;
}

/* Barres haute et basse du burger */
.gtmHeader .gtm-open-nav-menu span:before,
.gtmHeader .gtm-open-nav-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .2s ease;
}

/* Position des barres haute et basse */
.gtmHeader .gtm-open-nav-menu span:before {
  top: -7px;
}

.gtmHeader .gtm-open-nav-menu span:after {
  top: 7px;
}

/* Transformation du burger en croix lors de l'ouverture du menu */
.gtm-hidden-scrolling .gtmHeader .gtm-open-nav-menu span {
  background-color: transparent !important;
}

.gtm-hidden-scrolling .gtmHeader .gtm-open-nav-menu span:before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.gtm-hidden-scrolling .gtmHeader .gtm-open-nav-menu span:after {
  transform: rotate(-45deg);
  top: 0;
}

/* ===================================================================
                              MENU
=================================================================== */
/* Conteneur principal du menu */
.gtm-menu {
  z-index: 2000;
  position: relative;
    overflow: auto;
}

/* En-tête du menu (plein écran lorsqu'ouvert) */
.gtmHeader {
  position: fixed;
  width: 100%;
  min-height: 100dvh;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  top: -100%;
  transition: all 0.5s ease;
}

/* En-tête actif : s'affiche en haut */
.gtmHeader.gtmOpen {
  top: 0;
  z-index: 100;
  background-color: #fff;
    height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* .gtmHeader.gtmOpen {
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
} */

/* Conteneur du contenu principal de l'en-tête */
.gtm-header-main {
  position: relative;
  z-index: 10;
}

/* Réinitialise la liste des menus */
nav.gtm-nav-menu ul.menu {
    flex-direction: column;
  list-style: none;
  margin-left: 0;
}

/* ===================================================================
                        NAVIGATION PRINCIPALE
=================================================================== */

/* Styles de la boite de la navigation */
.gtmHeader .menu {
  text-align: center;
}

/* Styles des liens du menu */
.gtmHeader .menu>.menu-item>a {
    color: rgba(46, 49, 146, 1);
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.mod-menu__separator:focus {
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
    outline: none;
}

/* Lien actif */
.menu>.gtmFada.active>a {
  color: #9b1b33;
}

/* Espacement vertical entre les éléments du menu */
.gtmHeader .menu>.menu-item {
  margin-bottom: 0;
}

/* Curseur pointeur sur les séparateurs */
.separator {
  cursor: pointer;
}

/* Séparateur actif */
.parent.gtm-active a.separator {
  color: var(--color-link-active) !important;
  font-weight: 600 !important;
}

/* Style des images par défaut dans le menu */
.default img {
  width: 100px;
}

/* ===================================================================
                           SOUS-MENU
=================================================================== */

/* Liste des sous-menus */
nav.gtm-nav-menu .menu .gtm-sub-menu {
  display: block;
  text-align: center;
  list-style: none;
  margin-left: 0;
}

/* Sous-menu masqué par défaut */
.gtmHeader .menu>.gtm-menu-item-has-children .gtm-sub-menu {
  position: relative;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}

/* Sous-menu actif (visible) */
.gtmHeader .menu>.gtm-menu-item-has-children.gtm-active .gtm-sub-menu {
  visibility: visible;
  opacity: 1;
}

/* Premier élément du sous-menu avec un espace au-dessus */
nav.gtm-nav-menu .gtm-sub-menu li:first-child {
  padding-top: 15px;
}

/* Style des liens du sous-menu */
nav.gtm-nav-menu .gtm-sub-menu li a {
    font-size: 20px;
    color: #2e3192;
    font-weight: 400;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

/* Lien actif du sous-menu */
nav.gtm-nav-menu .gtm-sub-menu li.active a {
  color: #9b1b33;
}

/* ===================================================================
                        ICÔNES SOUS-MENU
=================================================================== */

/* Conteneur de l'icône "+" */
.gtm-menu-item-has-children .separator {
  position: relative;
}

/* Icône "+" : lignes horizontale et verticale */
.gtm-menu-item-has-children .separator::before,
.gtm-menu-item-has-children .separator::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: var(--color-background);
  transition: all .3s ease;
}

/* Ligne verticale (avant) */
.gtm-menu-item-has-children .separator::before {
  top: 48%;
  right: -15px;
  transform: translateY(48%) rotate(-90deg);
}

/* Ligne horizontale */
.gtm-menu-item-has-children .separator::after {
  top: 48%;
  right: -15px;
  transform: translateY(48%);
}

/* Icône "+" transformée en "-" (lorsqu'actif) */
.gtm-menu-item-has-children.gtm-active .separator::before {
  transform: rotate(0deg);
}

/* Changement de couleur lorsqu'actif */
.gtm-menu-item-has-children.gtm-active .separator::after,
.gtm-menu-item-has-children.gtm-active .separator::before {
  background-color: var(--color-link-active);
}

/* Pour les cas actifs supplémentaires */
.gtm-menu-item-has-children.active .separator::after,
.gtm-menu-item-has-children.active .separator::before {
  background-color: var(--color-link-active);
}

/* ===================================================================
                           MENU DESKTOP
=================================================================== */
@media screen and (min-width: 1200px) {

  /* Cache l'icône burger sur grand écran */
  .gtmHeader .gtm-open-nav-menu {
    display: none;
  }

  /* Cache le logo "default" */
  .menu-item.default {
    display: none;
  }

  /* Apparence du conteneur principal sur desktop */
  .gtm-header-main {
    position: fixed;
    z-index: 10000000;
    left: 0px;
    top: 0;
    background-color: white;
    width: 100%;
  }

  .n2-section-smartslider {
    margin-top: 70px !important;
  }

  /* Apparence du menu lors du scroll */
  .gtm-header-main.scroll .menu {
    background-color: var(--color-background);
  }

  /* Liste horizontale des liens */
  nav.gtm-nav-menu ul.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    /* gap: 30px; */
    list-style: none;
    margin: 0;
    /* height: 70px; */
  }

  nav.gtm-nav-menu ul.menu li {
    margin-top: 0px;
    position: relative;
  }

  /* Apparence des liens */
  .gtmHeader .menu>.menu-item>a {
    color: #2e3192;
    font-size: 20px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gtmHeader .menu>.menu-item>a:hover {
    color: #9d1d35;
    font-weight: 400;
  }

  .menu>.gtmFada.active>a {
    color: #9d1d35;
    font-weight: 400;
  }

  /* Ajustement de l'espace pour les icônes */
  .gtm-menu-item-has-children {
    padding-right: var(--space-xs) !important;
  }

  .menu-item a {
    display: flex;
    align-items: center;
  }

  .menu-item:hover {
    background-color: #eeeeee;
  }

  .menu-item.active {
    background-color: #eeeeee;
  }

  .default img {
    height: 35px;
  }

  /* Sous-menu en survol : s'affiche sous l'élément parent */
  .gtmHeader .menu>.gtm-menu-item-has-children>.gtm-sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    background-color: #eeeeee;
    padding: 0 10px 10px 10px;
    padding: 0 15px 15px 15px;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition: all 0.3s ease;
  }

  .gtmHeader .menu>.gtm-menu-item-has-children:hover>.gtm-sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
  }

  /* Ajuste l'alignement des sous-menus */
  .gtmHeader .menu>.menu-item:last-child>.gtm-sub-menu {
    right: 0;
    left: auto;
  }

.gtm-sub-menu li {
    margin-top: 25px !important;
    margin-bottom: 25px;
}

  /* Style des liens du sous-menu */
  nav.gtm-nav-menu .gtm-sub-menu li a {
    color: #2e3192;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.5rem;
    transition: all 0.3s ease;
    text-align: left;
  }

  nav.gtm-nav-menu .gtm-sub-menu li:hover a,
  nav.gtm-nav-menu .gtm-sub-menu li.active a {
    color: #9d1d35;;
  }

  /* Modification de l'icône "+" en vert */
  .gtm-menu-item-has-children .separator::before,
  .gtm-menu-item-has-children .separator::after {
    background-color: var(--color-link);
  }

  .gtm-menu-item-has-children:hover .separator::before {
    transform: rotate(0deg);
    background-color: var(--color-link-hover);
  }

  .gtm-menu-item-has-children.active .separator::after,
  .gtm-menu-item-has-children.active .separator::before {
    background-color: var(--color-link-active);
  }
}