.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3473 .elementor-element.elementor-element-59e6b8e{z-index:1;text-align:left;}.elementor-3473 .elementor-element.elementor-element-b027d10:not(.elementor-motion-effects-element-type-background), .elementor-3473 .elementor-element.elementor-element-b027d10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );background-image:url("https://comm.ecolecsmb.com/wp-content/uploads/2021/02/header-bleu.jpg");background-position:center center;background-repeat:no-repeat;}.elementor-3473 .elementor-element.elementor-element-b027d10 > .elementor-container{min-height:320px;}.elementor-3473 .elementor-element.elementor-element-b027d10 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3473 .elementor-element.elementor-element-b027d10{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-150px;margin-bottom:0px;padding:0px 0px 20px 0px;}.elementor-3473 .elementor-element.elementor-element-1f96c0a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3473 .elementor-element.elementor-element-1669447 > .elementor-container{max-width:1000px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3473 .elementor-element.elementor-element-e841d62{text-align:left;}.elementor-3473 .elementor-element.elementor-element-e841d62 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;text-transform:uppercase;text-shadow:2px 2px 10px rgba(0, 0, 0, 0.5);color:#FFFFFF;}.elementor-3473 .elementor-element.elementor-element-c40714f > .elementor-container{max-width:1000px;}.elementor-3473 .elementor-element.elementor-element-c40714f{margin-top:60px;margin-bottom:60px;}@media(min-width:768px){.elementor-3473 .elementor-element.elementor-element-1f96c0a{width:100%;}}/* Start custom CSS */.wrapper {
    width: 100%;
    max-width: 1110px;
    margin: 30px auto;

    display: grid;

    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}

.card {
    background: var(--c-bg-card);
    text-decoration: none;

    display: grid;
    grid-template-rows: min-content auto;
    height: 100%;

    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    position: relative;
    top: 0;
    transition: all .1s ease-in;
}

.card__img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

.card__desc {
    color: #0a5aaa;
    font-weight: 700;
}

.card__contenu{
    padding: 15px;
}

.card__contenu a {
    text-decoration: underline;
}

/*** GF ***/

#field_33_1 {
    margin-bottom: 40px;
}

#gfield_description_33_6 {
    padding-top: 5px;
    line-height: 1.2rem;
}

#field_33_8 {
    margin-top: 30px;
}

/*** Submit button ***/

 #gform_submit_button_33 {
  background-color: #0a5aaa;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
    height: 190px;
}

.contact-courriel {
    text-decoration: underline;
    color: #0a5aaa;
}



@media only screen and (min-width: 1000px) {
    .wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}/* End custom CSS */