@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    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: 14px;
    font-style: normal;
    margin: 0 0 10px 0 !important;
    min-height: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

h1.main,
h1 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    width: 1118px;
    margin: 5% auto 3% auto;
    text-align: center;
    color: #2f266d;
    text-transform: uppercase;
    font-weight: 500;
}

h2 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    text-align: center;
    color: #2f266d;
    text-transform: uppercase;
    font-weight: 500;
}

h3 {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    color: #474747;
    border-bottom: 1px solid #bb9c69;
    text-transform: uppercase;
    line-height: 30px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0 0 5px 0 !important;
    color: #595154;
    font-weight: 400;
    line-height: 30px;
}

h5 {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #595154;
    margin: 0 !important;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    line-height: 30px;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #595154;
    margin: 0 !important;
    font-weight: 400;
    line-height: 28px;
}

.ui.button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 8px 20px !important;
}

.primary,
.research a,
.ui.primary.button {
    padding: 10px 20px !important;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    background: #b2985c;
    color: white !important;
    display: inline-block;
    cursor: pointer !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif;
    min-width: 150px;
    line-height: 22px !important;
    text-align: center;
}

.ui.button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
}

.primary:hover,
.research a:hover,
.ui.primary.button:hover {
    transition: all 0.4s ease 0s;
    background: #595154;
    color: white !important;
}

.secondary {
    color: #595154 !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 400;
}

.secondary:hover {
    color: #595154 !important;
}

.secondary::before {
    content: "\f0a9";
    font-family: Icons;
    margin-right: 3px;
    color: #b2985c;
}

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

a,
a:visited {
    color: #b2985c;
}

a:hover,
a:focus,
a:active {
    color: #595154;
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

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

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

ul li,
ol li {
    margin: 5px 0;
    color: #4e4e4e;
    font-weight: 400;
}

main ul li::before {
    content: "\f061";
    font-family: Icons;
    font-size: 11px;
    vertical-align: top;
    color: #595154;
    margin: 1%;
}

ul li ul li::before {
    color: #595154;
}

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

table td {
    padding: 1% !important;
    vertical-align: top !important;
}

table td p {
    margin: 0 !important;
}

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


/*** DON ***********************************************************************/

.don {
    position: fixed;
    top: 50%;
    z-index: 1000;
    left: 0;
  }

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

.wrapper {
    width: 1118px;
    margin: 0 auto !important;
    position: relative;
}

header p {
    margin: 0 !important;
}

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

header .right-bloc {
    display: flex;
    justify-content: space-between;
    width: 33%;
}

    header .castle-link {

    }

    .castle-link a {
        font-size: 11px;
        }

    .castle-link img {
        font-size: 11px;
        margin-right: 4px;
        }

    header .instagram {
        font-size: 20px;
        margin: 1px 0 0 0;
    }

    header .access .btn-access {
        margin: 2px 0 0 0;
        display: block;
        text-transform: uppercase;
        font-size: 11px;
    }

    header .access .btn-access {
        margin: 2px 0 0 0;
        display: block;
        text-transform: uppercase;
        font-size: 11px;
    }

    header .access .btn-access i {
        font-size: 15px;
    }

header .logo {
    width: 34% !important;
}

    header .logo img {
        max-width: 100%;
        height: auto;
    }

header .left-bloc {
    display: flex;
    justify-content: space-between;
    width: 33%;
}

    header .newsletter-top  {
        text-transform: uppercase;
        font-size: 11px;
        margin: 2px 0 0 0;
        display: block;
    }

    header .newsletter-top i {
        font-size: 13px;
    }

    header .help  {
        text-align: left;
        display: flex;
        justify-content: right;
    }

        .btn-adhesion {
            background: #2f266d;
            height: 100px;
            display: block;
            width: 100px;
            color: white !important;
            font-weight: 700;
            text-transform: uppercase;
            padding: 70px 0 0 0 !important;
            margin: 0 1% 0 0;
           text-align: center;
        }

        .btn-adhesion:hover {
            opacity: 0.95;
        }

        .btn-donation {
            background: #b2985c;
            height: 100px;
            display: block;
            width: 100px;
            color: white !important;
            font-weight: 700;
            text-transform: uppercase;
            padding: 50px 0 0 0 !important;
            text-align: center;
        }

        .btn-donation:hover {
            opacity: 0.95;
        }

  section.menu {
    background: #2f266d;
}

/***** RESULT RESEARCH ***************************************************************/

header .ui.left.icon.input {
    width: 100%;
  }

header page-search .result, 
header [data-is="page-search"] .result {
    position: absolute;
    background: #f2f2f2;
    padding: 2%;
    text-align: left;
    z-index: 3;
}

header .ui.info.message {
    position: absolute;
    z-index: 3;
}

.wrapper_result {
    position: absolute;
    z-index: 10;
  }

  .result {
    background: #f2f2f2;
    text-align: left;
    padding: 2%;
  }

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

section.menu nav {
    position: relative;
    line-height: initial;
    margin: 0 auto;
    z-index: 2;
    margin: 0 auto;
    width: 1118px;
}

/* button */

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

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

/***/

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

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

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

/**/

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

section.menu nav ul li {
    margin: 0;
}

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

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


section.menu nav li:focus>ul {
    font-size: 12px;
    color: #fff;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

section.menu nav li:hover,
section.menu nav li:focus {
    background-color: rgba(255, 255, 255, 0.18);
    color: white;
}

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

section.menu nav li a,
section.menu nav li .label,
section.menu nav li a:visited {
    padding: 1em;
    display: block;
    cursor: pointer;
    color: inherit;
    font-weight: 700;
    color: white;
}

section.menu nav ul li:nth-child(2) .label {
	text-transform: none;
}

section.menu nav li a:hover,
section.menu nav li a:focus,
section.menu nav li a:active,
section.menu nav li.active a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
}

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

@media screen and (min-width: 900px) {
    /* button */
    section.menu nav .button {
        display: none;
    }

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

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

    section.menu nav ul li {
        position: initial;
    }

    section.menu nav li:hover,
    section.menu nav li:focus {
        background-color: rgba(255, 255, 255, 0.18);
        color: white;
    }

    section.menu nav ul li a,
    section.menu nav ul li .label,
    section.menu nav li a:visited {
        font-size: 14px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: none;
        padding: 7px 10px;
    }

    section.menu nav ul li a:hover,
    section.menu nav ul li a:focus,
    section.menu nav ul li a:active,
    section.menu nav ul li .label:hover {
        background-color: rgba(255, 255, 255, 0.18);
        color: white !important;
        text-decoration: none;
    }

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

    section.menu nav ul li ul li a:hover {
        background-color: rgba(255, 255, 255, 0.18);
    }

        /* submenu show*/
        section.menu nav ul li ul {
            display: none;
            z-index: 10;
            background: #3c3c3c;
        }
    
        section.menu nav ul li:hover ul {
            display: block;
            position: absolute;
            transition: 0.4s;
        }
}

/*** 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;
    top: 75%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 40%;
    padding: 2%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.carousel .title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 2% 0;
    display: inline;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

.carousel .description {
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-top: 2%;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

.carousel .link {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 2% !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.carousel .link a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

.carousel .link a:hover {
    text-decoration: none;
    transition: all 0.4s ease 0s;
    color: #595154;
}

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

.content-main {
    margin-top: 3%;
  }

#content {
    padding: 2% 0;
}

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

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

.second-zone {
    background-color: #2f266d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 5% 0;
    margin: 5% 0 !important;
  }

  .second-zone .wrapper {
    background: rgba(255,255,255,0.8);
    padding: 2%;
  }


/**** accueil***/

.theme-293 [view="8810"] .first-zone .two-columns > :first-child {
    width: 28%;
  }

.theme-293 .second-zone {
    background-image: url(/f/534cd8766d1ff5c7abbd6def6cb6f220b057394e/bd_second_encard.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto ;
    margin: 1% 0 1% 0 !important;
    padding: 0;
  }

  .theme-293 .second-zone .wrapper {
    background: none;
  }

  .theme-293 .second-zone h2  {
    color: #fff;
    margin: 0 0 3% 0;
  }

  .theme-293 .second-zone .three-columns .editable {
    background: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 3% 2% 2% 2%;
  }

  .castle {
    border-bottom: solid 14px #2f266d;
    background-image: url(/f/9b3492d1a1d1af1504e8806798caf92f17f1b72d/blue-castle.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 110px;
    margin: 4% 0 0 0;
    }

/**** newsletter ***/

.newsletter {
    background: gray;
    padding: 5%;
    background-image: url(/f/e1daf5b62e8ceb91e3d930c72696c7b44fb1a9db/bg_newsletter.png);
    background-size: cover;
    background-position: 0 63%;
  }

  .newsletter h3 {
    color: #fff;
    border: none;
    width: 40%;
    text-align: right;
    margin: 5px 3% 0 0 !important;
  }

  .newsletter .wrapper {
    display: flex;
  }

  .newsletter node-form {
    width: 60%;
  }

  .newsletter node-form > div {
    display: flex;
  }

  .newsletter .name {
    display: none !important;
  }

  .newsletter node-form ui-form {
    display: block;
    width: 50%;
  }

  .newsletter ui-form .ui.form > .row > .data.column, 
  .newsletter [data-is="ui-form"] .ui.form > .row > .data.column {
    width: 100%;
    padding: 0 !important;
  }

  .newsletter ui-form .ui.form .fields .wide.field, 
  .newsletter [data-is="ui-form"] .ui.form .fields .wide.field {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter ui-form .ui.form > .row > .data.column input, 
  .newsletter [data-is="ui-form"] .ui.form > .row > .data.column input {
    border-radius: 0;
  }

  .newsletter node-form .buttons {
    display: block;
    padding: 0 !important;
    margin: 0 0 0 2% !important;
  }

  .newsletter .primary,
  .newsletter .ui.primary.button {
    padding: 8px 20px !important;
  }
 
/*** FOOTER ***********************************************************************/

footer {
    padding: 0;
    margin: 0;
    color: #4e4e4e;
    background: -webkit-linear-gradient(120deg, #b2985c 40%, #2f266d 0);
    background: -o-linear-gradient(120deg, #b2985c 40%, #2f266d 0);
    background: -moz-linear-gradient(120deg, #b2985c 40%, #2f266d 0);
    background: linear-gradient(120deg, #b2985c 40%, #2f266d 0);
}

footer .wrapper {
    padding: 2% 0 0 0;
}

footer p {
    line-height: 21px;
    padding: 0 0 3% 0 !important;
  }

.contact, .amis {
    color: white;
  }

  .contact h5, .amis h5, .amis a {
    color: white;
  }

.help {
    display: flex !important;
    justify-content: flex-end;
  }

footer p {
    margin: 0 !important;
}

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

footer ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*****/

.legal {
    text-align: center;
    font-size: 11px;
    padding: 10px 0 5px 0 !important;
}

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

.legal a:hover {
    text-decoration: underline !important;
    transition: all 0.4s ease 0s;
}

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

/** accueil **/

.theme-293 [view="8810"]  .grid .item {
    width: 100% !important;
}
/***/

item-gallery .grid .item {
    margin: 0 0 4% 0 !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    background: white;
    width: 21%;
}

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

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

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

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

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

    item-gallery .grid .item .title h3 {
        margin: 0 !important;
        text-align: center;
        line-height: 20px;
        border-bottom: none;
    }

        item-gallery .grid .item .title a {
                margin: 0 !important;
                font-family: 'Montserrat', sans-serif;
                font-size: 14px;
                color: #4e4e4e;
                font-weight: 400;
            }

item-gallery .grid .item .label {
    margin: 0;
    text-align: left;
    position: absolute;
    z-index: 10;
    top: 5%;
    display: none;
}

    item-gallery .ui.label {
        border-radius: 0;
        padding: 8px 14px !important;
        text-transform: uppercase;
        font-weight: 500;
    }

    item-gallery .grid .item .text {
        display: none;
    }

    item-gallery .grid .item .date {
        margin: -19px auto 0 auto !important;
        background: #2f266d;
        z-index: 100;
        padding: 7px 0;
        width: 170px;
        color: white;
    }

item-gallery .grid .more,
[data-is="item-gallery"] .grid .more {
    text-align: center;
    margin: 0;
}

    item-gallery .grid .more a,
    [data-is="item-gallery"] .grid .more a {
        margin: 0;
        background: #b2985c !important;
        color: #ffffff;
        text-transform: uppercase;
        padding: 5px 0;
    }

    item-gallery .grid .more a:hover,
    [data-is="item-gallery"] .grid .more a:hover {
        background: #97814f !important;
        text-decoration: none;
    }


    .img-event img {
        width: 100% !important;
      }
      
[view="8810"] .date {
	display: none;
}


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

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

/*** 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;
    padding: 2%;
    margin-bottom: 1%;
    border: 1px solid #b2985c;
}

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

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

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

.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 li,
.one-column.centered table td,
.one-column.centered table strong,
.one-column.centered table b,
.one-column.centered b,
.one-column.centered strong {

}

.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);
}

.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);
}

/*** page don ***/

.item-3787801 .ui.form .required::after {
    display: none;
  }

  .ui.basic.blue.button, .ui.basic.blue.buttons .button {
    -webkit-box-shadow: 0 0 0 1px #b2985c inset !important;
    box-shadow: 0 0 0 1px #b2985c inset !important;
    color: #b2985c !important;
  }

  .ui.blue.button, .ui.blue.buttons .button {
    background-color: #b2985c;
  }

  .block.white-bg {
    margin: 10% 0 !important;
  }
  
  
  
  
.item-3791583 .ui.form .required::after {
  content: "" !important;
}


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

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

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

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

    .don {
        position: fixed;
        top: 50%;
        z-index: 1000;
        left: 0;
        width: 124px !important;
      }

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

    .carousel .content {
        width: 75%;
      }

    h1.main, h1 {
        width: 100% !important;
      }

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

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

    section.menu nav {
        width: 100%;
    }

    .second-zone .wrapper {
        width: 92%;
        padding: 2% !important;
      }

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


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

    header .right-bloc {
        width: 36%;
      }

    header .logo {
        width: 28% !important;
      }

    header .left-bloc {
        width: 36%;
      }
}

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

    /*** header **/

    header .right-bloc {
        width: 48%;
        position: absolute;
        top: 0;
        left: 0;
      }

    header .logo {
        width: 100% !important;
        margin: 45px 0 10px 0;
      }

    header .left-bloc {
        width: 48%;
        position: absolute;
        top: 0;
        right: 0;
      }

    /*** menu **/

    section.menu {
        padding: 0;
    }

    /*** carousel **/

    
    .carousel .title {
        line-height: 40px;
    }
    
    .carousel .description {
        font-size: 16px;
        line-height: 18px;
    }

    footer {
        background: -webkit-linear-gradient(90deg, #b2985c 35%, #ffffff 0);
        background: -o-linear-gradient(90deg, #b2985c 35%, #ffffff 0);
        background: -moz-linear-gradient(90deg, #b2985c 35%, #fff 0);
        background: linear-gradient(90deg, #b2985c 35%, #fff 0);
      }
}

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

    .carousel .content {
        top: 70%;
        width: 90%;
      }

    .carousel .title {
        font-size: 25px;
        line-height: 35px !important;
      }

}

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

    .don {
        display: none;
      }

    header span {
        display: none;
    }

    .help br {
        display: none;
    }

    .btn-adhesion {
        height: 30px;
        width: auto;
        display: block;
        padding: 5px 10px !important;
        font-size: 11px;
      }

      .btn-donation {
        height: 30px;
        display: block;
        padding: 5px 10px !important;
        width: auto;
        font-size: 11px;
        white-space: nowrap;
      }

    /*** carousel **/
    
    .carousel .description {
        display: none;
    }

    item-gallery .item {
        width: 48% !important;
    }

    .newsletter .wrapper {
        display: initial;
      }

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

    .newsletter node-form {
    margin: 0 auto;
    width: 70% !important;
    display: block;
    }

    footer {
        background: white;
        }

        .contact,
        .amis {
            border-bottom: 1px solid #b2985c;
          }

    .contact {
        color: inherit;
    }

    .contact h5 {
        color: inherit;
      }

    /*** main ***/

    .theme-293 .second-zone {
        background-size: cover;
      }

    .theme-293 .second-zone .three-columns .editable {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        margin-top: 5%;
    }

    .theme-293 .first-zone .two-columns > :first-child {
        width: 100%;
        margin: 0 auto;
      }

    /*** column ***/

    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: 48%;
    }

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

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

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

    /*** header ***/

    header .right-bloc {
        width: 40%;
      }

      header .left-bloc {
        width: 55%;
      }

    /*** carousel **/

    .carousel .content {
        width: 100%;
        position: relative;
        background: #b2985c;
        top: 100%;
        left: 0;
        transform: none;
    }

    .carousel .title {
        text-align: center;
        color: white;
        font-size: 20px;
        line-height: 28px !important;
    }

    item-gallery .three-columns .item {
        width: 98% !important;
        margin: 3% 0 6% 0 !important;
    }

    .castle {
        background-position: center bottom;
        background-size: 100%;
      }

      .newsletter node-form {
        width: 100% !important;
        }

    /*** footer ***/

    footer .three-columns {
        text-align: center;
    }

    /*** column ***/

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

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

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

    .ui.grid > .row {
        display: block ;
    }

    ui-form .ui.form > .row > .name.column, [data-is="ui-form"] .ui.form > .row > .name.column {
        width: 100%  !important;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
        text-align: left  !important;
        border: none  !important;
    }

    ui-form .ui.form > .row > .data.column, [data-is="ui-form"] .ui.form > .row > .data.column {
        width: 100% !important;
    }


}


