@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #393c3f;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: initial !important;
}

p {
    font-size: 16px;
    font-style: normal;
    font-family: 'PT Sans', sans-serif;
    margin: 0 0 10px 0 !important;
    min-height: 20px;
    line-height: 23px;
}

h1.main {
    padding: 4% 0 0 0 !important;
    margin: 0 auto;
    width: 1118px;
}

h1.main,
h1 {
    font-family: 'Merriweather', serif;
    font-size: 35px;
    font-weight: 700;
    color: #3d5b1f;
    text-transform: uppercase;
    position: relative;
}


h2 {
    font-family: 'Merriweather', serif;
    font-size: 35px;
    font-weight: 700;
    color: #3d5b1f;
    text-transform: uppercase;
    position: relative;
}

h3 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 500;
    color: #565b5f;
    margin: 0 0 15px 0 !important;
}

h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #3d5b1f;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0 !important;
}

h5 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3d5b1f;
    margin: 0 0 10px 0 !important;
}

h6 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #393c3f;
    margin: 0 0 10px 0 !important;
}

.editable > pre {
    background: none;
    padding: 0;
    overflow: auto;
    font-family: inherit !important;
    border-left: 4px solid #3d5b1f;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-style: italic;
    font-size: 13px;
    color: #898989;
}

.primary {
    font-size: 15px !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
    line-height: 22px;
    background: #3d5b1f !important;
    padding: 5px 15px !important;
    margin-top: 2% !important;
    display: inline-block;
    cursor: pointer !important;
    border: 0 !important;
    border-radius: 20px !important;
    min-width: 150px;
    text-align: center;
}

.primary:hover {
    transition: all 0.4s ease 0s;
    background: #3a7cde !important;
    color: white !important;
}

.secondary {
    color: #3d5b1f !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.secondary::before {
    content: "\f0a9";
    font-family: Icons;
    font-size: 16px;
    vertical-align: top;
    margin: 0 5px 0 0;
    color: #565b5f;
}

.secondary:hover {
    transition: all 0.4s ease 0s;
    background: none !important;
    color: #3a7cde !important;
}

button:hover,
.button:hover {
    box-shadow: none;
    color: white;
    transition: all 0.4s ease 0s;
}

a,
a:visited {
    color: #008000;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:focus,
a:active {
    color: #008000;
    text-decoration: none;
    font-weight: bold;
}

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

b,
strong {
    font-weight: 600;
}

/*ul {
    margin: 1% 0 1% 0;
    padding: 0;
    list-style: none;
    font-family: 'PT Sans', sans-serif;
}*/

ol {
    font-family: 'PT Sans', sans-serif;
}

ul li,
ol li {
    margin: 0;
    color: #393c3f;
    font-weight: 400;
}

ul li ul,
ol li ol {
    margin: 1% 0 0px 3%;
}

table td {
    padding: 5px 0 !important;
    vertical-align: top !important;
    border-bottom: 1px solid #ccc !important;
}

table td p {
    margin: 0 !important;
}

page-spacing {
    padding: 1%;
}

/*.first-zone{
  padding:0 !important;
}*/

.first-zone .wrapper, 
.second-zone .wrapper, 
.third-zone .wrapper {
	width: 100%;
}

/*** HEADER ***********************************************************************/

.wrapper {
    /*width: 1118px;*/
    width: 60%;
    margin: 0 auto !important;
}

/*header .editable p {
    margin: 0 !important;
}*/

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

/**/

header .logo {
    width: 16% !important;
    padding: 1%;
}

    header .logo img {
        max-width: 100%;
        display: block;
        height: auto !important;
    }

header .right-bloc  {
    width: 84% !important;
    padding: 0 0 0 2%;
}

    header .top-bloc {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        header .slogan {
            width: 45% !important;
        }

            header .slogan h2 {
                font-size: 16px;
                font-weight: 600;
                text-transform: none;
                font-family: 'PT Sans', sans-serif;
                padding: 0;
            }

        header .social {
            width: 10% !important;
        }

            header .social a {
                font-size: 22px;
                color: #565b5f;
                display: inline-block;
                padding: 5px 0 0 0;
            }

            header .social i {
                margin: 0;
            }

        header .help {
            width: 35% !important;
            display: flex;
            justify-content: flex-end;
        }

            header .help i {
                font-size: 25px;
                margin: 0 auto;
                display: block;
            }

            header .help a {
                color: #0e3459;
                font-size: 14px;
                display: block;
                padding: 7% 4%;
                margin: 0;
                font-weight: 800;
                text-transform: uppercase;
            }

            header .help a:hover {
                color: #0e3459;
            }

/***/

.bloc-menu {
    background: #ffffff;
    color: #393c3f;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d2d2d2;
}

.bloc-menu .wrapper {
    display: flex;
}

.bloc-menu {
    width: 97%;
}

.bloc-search {
    text-align: right;
    width: 3%;
    padding: 17px 0 0 0;
}

.bloc-search a {
    color: #5e6367;
}

.bloc-search a i {
    font-size: 20px;
}

/*** MENU RESPONSIVE VERTICAL *******************************************************/

.bloc-menu nav {
    position: relative;
    line-height: initial;
    margin: 0 auto;
    z-index: 2;
}

/* button */

.bloc-menu nav .arrow {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 100%;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #3d5b1f;
}

.bloc-menu nav .arrow::before {
    content: "\f0dd";
    font-family: 'Icons';
}

/***/

.bloc-menu nav .button {
    width: 100%;
    padding: 1em;
    background: #3d5b1f;
    color: white;
    cursor: pointer;
    border-radius: 0;
}

.bloc-menu nav .button:before {
    content: "Menu";
}

.bloc-menu nav .button+input {
    width: 100%;
    height: 40px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    margin: 0;
    left: 0;
    top: 0;
}

/**/

.bloc-menu nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    transition: font-size 0.3s 0.2s, color 0.2s;
}

.bloc-menu nav ul li {
    margin: 0;
}

.bloc-menu nav ul li::before {
    content: none;
    margin: 0;
}

.bloc-menu nav input:checked+ul {
    font-size: 14px;
    color: #fff;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

.bloc-menu nav li:focus>ul {
    font-size: 13px;
    color: #3d5b1f;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

.bloc-menu nav li:hover,
.bloc-menu nav li:focus {
    background: #f2f9fd;
}

.bloc-menu nav li {
    list-style-type: none;
    outline: none;
    position: relative;
}

.bloc-menu nav li a,
.bloc-menu nav li .label,
.bloc-menu nav li a:visited {
    padding: 1em;
    display: block;
    cursor: pointer;
    color: inherit;
    text-transform: uppercase;
    font-weight: 500;
    color: #393c3f;
}

.bloc-menu nav li a:hover,
.bloc-menu nav li a:focus,
.bloc-menu nav li a:active,
.bloc-menu nav li.active a {
    color: #3081c1;
    background: #f2f9fd;
    text-decoration: none;
}

        /* submenu show*/
        .bloc-menu nav ul li ul {
            background: #f2f9fd;
        }


        .bloc-menu nav ul li ul li:hover {
            background: #5c9ed4;
        }
        
        
.block-33332 img {
	max-width: 100%;
}

.visite360 main {
	height: 900px;
}


/*** MAIN MENU  HORIZONTAL *******************************************************/

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

    /* button */

    .bloc-menu nav .button {
        display: none;
    }

    .bloc-menu nav ul li .arrow {
        display: none;
    }

    /***/

    .bloc-menu nav ul {
        display: flex;
        justify-content: space-between;
        overflow: inherit;
    }

    .bloc-menu nav ul li {
        position: initial;
    }

    .bloc-menu nav li:hover,
    .bloc-menu nav li:focus {
        background: #f2f9fd !important;
        color: #393c3f;
    }

    .bloc-menu nav li:hover .label,
    .bloc-menu nav li:focus .label {
        color: #3d5b1f;
    }

    .bloc-menu nav ul li a,
    .bloc-menu nav ul li .label,
    .bloc-menu nav li a:visited { 
        font-size: 16px !important;
        color: #393c3f;
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: none;
        padding: 20px 10px;
    }

    .bloc-menu nav ul li a:hover,
    .bloc-menu nav ul li a:focus,
    .bloc-menu nav ul li a:active,
    .bloc-menu nav ul li .label:hover,
    .bloc-menu nav li.active a {
        background: #f2f9fd;
        color: #0e3459 !important;
        text-decoration: none;
    }

    .bloc-menu nav ul li ul li a {
        font-size: 13px;
    }

    .bloc-menu nav ul li ul li a:hover {
        background: #f2f9fd !important;
        color: #0e3459 !important;
    }

        /* submenu show*/
        .bloc-menu nav ul li ul {
            display: none;
            z-index: 100;
            background: #f2f9fd;
        }
    
        .bloc-menu nav ul li:hover ul {
            display: block;
            position: absolute;
            transition: 0.4s;
        }
}

/*** MAIN ***********************************************************************/

#content {
    padding: 2% 0;
}

main {
    margin: 0 !important;
    padding: 0;
}

main > div {
    margin: 0 !important;
    padding: 0;
}

.padding {
    padding: 1% 0;
}

.first-zone {
    padding: 2%;
}

.second-zone {
    background-color: #f2f9fd;
    padding: 2%;
}

/*** CAROUSEL ******************************************************************************/

file-carousel .carousel,
[data-is="file-carousel"] .carousel {
    max-width: 100% !important;
}

file-carousel img,
[data-is="file-carousel"] img {
    width: 100%;
}

.slick-initialized .slick-slide {
    width: 100%;
    position: relative;
}

.slick-slide img {
    padding: 0 !important;
    margin: 0 !important;
}

.slick-prev,
.slick-next {
    background: transparent !important;
}

.slick-next {
    right: 5px !important;
}

.slick-prev {
    left: 5px !important;
    z-index: 100;
}

.slick-dots li button {
    background: transparent !important;
}

.carousel .content {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3% 2%;
    border-left: 3px solid #565b5f;
}

.carousel .title {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 700;
    color: #3d5b1f;
    font-family: 'Merriweather', serif;
    padding: 0 0 6% 0;
    text-align: center;
}

.carousel .description {
    font-size: 16px;
    color: #393c3f;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
}

.carousel .link {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    padding: 7% 0 0 0;
}

.carousel .link a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    background: #3d5b1f;
    color: white;
    display: inline-block;
    cursor: pointer;
    border: 0;
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
    line-height: 20px;
}

.carousel .link a:hover {
    transition: all 0.4s ease 0s;
    background: #11a2bd;
    color: white;
}

/*** FOOTER ***********************************************************************/

footer {
    padding: 0 !important;
    margin: 0;
    background: #5d9b1f;
    color: #ffffff;
}

footer .wrapper {
    padding: 2% 0;
}

footer a {
    color: #ffffff !important;
    font-weight: normal !important;
}

footer h3 {
    color: #ffffff !important;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 2% 0;
    margin: 0 0 1% 0 !important;
}

footer h5 {
    color: #ffffff !important;
}

footer .info {
    position: relative;
  }

  footer .social {
    position: absolute;
    /*top: 0;*/
    right: 0;
  }

  footer .twitter,
  footer .linkedin  {
      font-size: 25px;
  }

  footer .navigation ul {
    display: flex;
    margin: 0;
    margin-left: -10px;
}

  footer ul li a {
    padding: 10px;
    text-transform: uppercase;
}

footer ul li {
    list-style-type: none;
}

  footer ul li::before {
    content: none !important;
}

.links {
    text-align: left;
    margin: 3% 0 0 0;
  }

  .links a {
    color: white;
    display: block;
    text-transform: uppercase;
  }

  .links a::before {
  content: "\f0a9";
  font-family: Icons;
  font-size: 16px;
  vertical-align: top;
  margin: 0 5px 0 0;
  color: #fff;

  }

/*****************************************/

.legal {
    text-align: center;
    font-size: 11px;
    background: #A6CE90;
    padding: 4px 0;
}

.legal p {
    margin: 0 !important;
    font-size: 12px;
    color: white;
}

.legal a {
    color: #ffffff !important;
}

.legal a:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.4s ease 0s;
}

/*** ITEM GALLERY  ***********************************************************************/

[node="1340"] .item .more {
      display: none;
  }

  [node="1340"] .item  .label {
      margin: -10px 0 0 0 !important;
  }

/*** reset **/

[limit="3"] .grid .item {
    margin: 0;
}

item-gallery .grid .item {
    margin: 0 0 3% 0;
}

item-gallery .grid {
    margin: 0 !important;
}

item-gallery .grid .content,
[data-is="item-gallery"] .grid .content {
    position: relative;
}

item-gallery .grid .image,
[data-is="item-gallery"] .grid .image {
    position: relative !important;
    height: auto !important;
}

item-gallery .image img,
[data-is="item-gallery"] .image img {
    position: initial !important;
    margin: 0 !important;
    display: block;
}

item-gallery .grid .item .label {
    z-index: 2;
    padding: 0 !important;
    font-size: 14px !important;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

item-gallery .grid .item .label .label {
    font-weight: 500;
    border-radius: 0;
    padding: 8px 20px !important;
}

item-gallery .grid .item .title {
    margin: 0 !important;
}

item-gallery .grid .item .title h3 {
    margin: 0 !important;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    padding: 2% 0 0 0;
    text-align: left;
}

item-gallery .grid .item .title a {
    margin: 0 !important;
    font-size: 18px;
    color: #3d5b1f;
}

item-gallery .grid .item .date {
    margin: 0 !important;
    font-family: 'PT Sans', sans-serif;
    color: #848484;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 2% 0 0 0;
    display: flex;
}

item-gallery .grid .item .date::before {
    content: "\f0a9";
    font-family: Icons;
    font-size: 16px;
    vertical-align: top;
    margin: 0 5px 0 0;
    color: #848484;
}


item-gallery .grid .item .text {
    margin: 0 !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: left;
    padding: 2% 0 0 0;
}

item-gallery .grid .more {
    background: none;
    text-align: right;
}

item-gallery .grid .more a,
[data-is="item-gallery"] .grid .more a {
    background: none !important;
}


/*** PAGE EVENT ********************************************************************************/

.item-data.block-10590.type-date {
    display: inline-block;
}

.event-date {
    padding: 1% 0;
    color: #0092bb;
    font-weight: 700;
}


/*** LOGIN *******************************************************************************/

user-login .actions {
    margin-top: 6%;
}

/*** Map *******************************************************************************/

item-map {
    z-index: 1;
    position: relative;
}

/*** Contact FORM ********************************************************************/

.ui.form .required::after {
    content: ' *';
}

ui-form .ui.form > .row > .info.header.column,
[data-is="ui-form"] .ui.form > .row > .info.header.column {
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #3d5b1f !important;
    margin: 0 0 15px 0 !important;
}

.ui.header {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #3d5b1f !important;
    margin: 0 0 15px 0 !important;
}

/*** COLUMNS ******************************************************************************/


.theme-252 h1.main {
    display: none;
}

/*** COLUMNS ******************************************************************************/

.one-column>*,
.two-columns>*,
.three-columns>*,
.four-columns>*,
.six-columns>*,
.eight-columns>* {
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
}

.one-column,
.two-columns,
.three-columns,
.four-columns,
.six-columns,
.eight-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    justify-content: space-between;
}

main .one-column,
main .two-columns,
main .three-columns,
main .four-columns,
main .six-columns,
main .eight-columns {
    margin: 2% 0;
}

:root {
    --margin: 3%;
    --quarter: 25%;
    --third: 33%;
}

.one-column>* {
    width: 100%;
}

.one-column.centered>* {
    width: 70%;
    margin: 0 auto;
    background: #3d5b1f;
    color: white;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 1%;
}

.one-column.centered .editable ul li::before {
    content: "\f061";
    font-family: Icons;
    font-size: 11px;
    vertical-align: top;
    color: white;
    margin: 0 2px 0 0;
}

.one-column.centered a {
    text-decoration: underline;
}

.one-column.centered a:hover {
    color: #324048;
}

.one-column.centered h1,
.one-column.centered h2,
.one-column.centered h3,
.one-column.centered h4,
.one-column.centered h5,
.one-column.centered h6,
.one-column.centered p,
.one-column.centered a,
.one-column.centered a:visited,
.one-column.centered li,
.one-column.centered table td,
.one-column.centered table strong,
.one-column.centered table b,
.one-column.centered b,
.one-column.centered strong {
    color: white !important;
    text-decoration: none !important;
}


.one-column.centered a:hover,
.one-column.centered a:focus,
.one-column.centered a:active {
    color: #1fc6e5 !important;
    text-decoration: underline;
}

.two-columns.third-left> :first-child,
.two-columns.third-right> :last-child {
    width: var(--third);
}

.two-columns.quarter-left> :first-child,
.two-columns.quarter-right> :last-child {
    width: var(--quarter);
}

.two-columns.third-left> :last-child,
.two-columns.third-right> :first-child {
    width: calc((100% - (var(--margin) + var(--third))));
}

.two-columns.quarter-left> :last-child,
.two-columns.quarter-right> :first-child {
    width: calc((100% - (var(--margin) + var(--quarter))));
}

.two-columns>* {
    width: calc((100% - var(--margin)) / 2);
}

.three-columns>* {
    width: calc((100% - (var(--margin)) * 2) / 3);
}

.theme-152 .first-zone .three-columns>* {
    width: calc((100% - (var(--margin)) * 2) / 3);
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding: 1% 2%;
}

.four-columns>* {
    width: calc((100% - (var(--margin)) * 3) / 4);
}

.six-columns>* {
    width: calc((100% - (var(--margin)) * 5) / 6);
}

.eight-columns>* {
    width: calc((100% - (var(--margin)) * 7) / 8);
}


/*** RESPONSIVE ***********************************************************************/

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

    .wrapper {
        width: 100%;
        padding: 0 2% !important;
    }

    footer .wrapper {
        padding: 2% !important;
    }

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

      .carousel .content {
        width: 43%;
      }
}

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

    header .wrapper {
        width: 100% !important;
        padding: 0 !important;
    }

    header .logo {
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
    }

    header .logo img {
        max-width: 100%;
        display: block;
        padding: 2% 0 0 0;
        margin: 0 auto;
        width: 130px;
    }

    header .right-bloc {
        width: 100% !important;
        padding: 0 !important;
    }

    .bloc-menu {
        width: 100% !important;
    }

    .bloc-menu nav {
        margin: initial;
        width: 100%;
      }

    .bloc-search {
        display: none;
    }

    footer .navigation ul {
        display: initial;
      }

    main .one-column,
    main .two-columns,
    main .three-columns,
    main .four-columns,
    main .six-columns,
    main .eight-columns {
        margin: 0;
    }

    .content main .one-column>*,
    .content main .two-columns>*,
    .content main .three-columns>*,
    .content main .four-columns>*,
    .content main .six-columns>*,
    .content main .eight-columns>* {
        margin: 2% 0 !important;
    }

    .one-column>* {
        width: 100%;
    }

    .one-column.centered>* {
        width: 100%;
    }

    .two-columns>* {
        width: 100%;
    }

    .two-columns.third-left> :first-child,
    .two-columns.third-right> :last-child {
        width: 100%;
    }

    .two-columns.third-left> :last-child,
    .two-columns.third-right> :first-child {
        width: 100%;
    }

    .two-columns.quarter-left> :first-child,
    .two-columns.quarter-right> :last-child {
        width: 100%;
    }

    .two-columns.quarter-left> :last-child,
    .two-columns.quarter-right> :first-child {
        width: 100%;
    }

    .three-columns>* {
        width: 100%;
    }

    .four-columns>* {
        width: 50%;
    }

    .six-columns>* {
        width: 50%;
    }

    .eight-columns>* {
        width: 50%;
    }

    .editable>.align-left {
        float: none;
        text-align: center;
        margin: 0 auto !important;
    }

    .one-column>*,
    .two-columns>*,
    .three-columns>*,
    .four-columns>*,
    .six-columns>*,
    .eight-columns>* {
        text-align: center;
    }

    /*** events ***/

    item-gallery .grid .item {
        width: 48%;
    }

    /*** carousel **/

    .carousel .content {
        width: 50%;
    }

    .carousel .title {
        font-size: 25px;
        line-height: 30px;
    }

    .carousel .link {
        padding: 0;
    }

    .carousel .description {
        display: none;
    }
}

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

    header .top-bloc {
        display: initial;
      }

      header .slogan {
        width: 100% !important;
      }

      header .social {
        width: 15% !important;
        position: absolute;
        right: 5px;
        top: 0;
      }

      header .help {
        width: 100% !important;
        justify-content: center;
      }

    h1.main,
    h1 {
        font-size: 30px;
        font-weight: 700;
        color: #3d5b1f;
        text-transform: uppercase;
        position: relative;
    }
    

    h2 {
        font-size: 30px;
        font-weight: 700;
        color: #3d5b1f;
        text-transform: uppercase;
        position: relative;
    }

    header .logo img {
        padding: 2%;
        margin: 0 auto;
    }

    footer .wrapper {
        padding: 6% 2% !important;
    }

    .three-columns>* {
        width: 100%;
    }

    .four-columns>* {
        width: 100%;
    }

    .six-columns>* {
        width: 100%;
    }

    .eight-columns>* {
        width: 100%;
    }

    .social {
        width: 23%;
    }

    /*** carousel **/
    .carousel .content {
        width: 100%;
        position: relative;
        background: #3d5b1f;
        transform: none;
        left: 0;
    }
    .carousel .title {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: white;
        padding: 2%;
    }

        /*** events ***/
        item-gallery .grid .item {
            width: 82%;
            margin: 5% auto !important;
        }
        
    /*** pour les 3 regles ci-dessous c'est pour aligner les questions/reponses 
copier la première ligne de régle et changer l'identifiant du formulaire ***/

node-form div.ui div.row div.column{
	width: 100% !important;
	text-align: left !important;
}


node-form div.ui div.row div.name{
	border:none !important;
}


node-form .info{
	padding-top: 45px !important;
}
}

