.wrap1{margin:10px 0 0 0}.buttons-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;width:calc(100% - 40px);margin:20px auto}.section-buttons{display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;text-decoration:none;color:#000;height:calc(25vw - 40px)}.button-title{display:flex;justify-content:center;align-items:center;font-size:1.5em;font-weight:700;text-align:center;padding:30px 0;background:rgba(0,0,0,.2);color:#fff;transition:background .2s ease-out,color .2s ease-out}.button-text{display:flex;justify-content:center;align-items:center;text-align:center;font-size:1.25em;font-weight:700;margin:20px;color:#fff}.button-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#a4c08c;background-position:center;background-repeat:no-repeat;background-size:cover;filter:brightness(.7);transform:scale(1.1);transition:filter .2s ease-out}.button-image>img{width:100%;object-fit:contain}.section-buttons:hover .button-title{background:#85ab65;color:#fff}.section-buttons:hover .button-image{filter:brightness(.6)}#content div{text-align:center}.nodes{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.nodes .buttons{background-color:#85ab65;color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;padding:10px}.nodes .buttons:hover{background-color:#5c8f32}.nodes .node-title{font-size:1.5em;font-family:'Times New Roman',Times,serif;font-weight:700}.nodes img{height:50px;margin:0 10px}.soutien-wrapper{padding:40px 0}.soutien-title{font-size:1.7em;font-family:'Times New Roman',Times,serif;font-weight:700}.soutien{margin:20px auto 0 auto}.soutien img{margin:0 20px;height:60px;object-fit:contain}.amis-wrapper h4{font-size:1.5em}.amis{display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:-ms-flex;display:-webkit-flex;display:flex;-ms-box-orient:horizontal;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-box-pack:center;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;width:90%;margin:auto}.amis img{height:50px;margin:10px 20px}@media screen and (max-width:1100px){.buttons-wrapper{grid-template-columns:repeat(2,1fr)}.section-buttons{height:calc(50vw - 40px)}}@media screen and (max-width:850px){.nodes{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:700px){.buttons-wrapper{grid-template-columns:repeat(1,1fr)}.section-buttons{height:calc(100vw - 40px)}.section-buttons .button-title{height:auto}}@media screen and (max-width:400px){.buttons-wrapper{width:100%}.section-buttons{height:100vw}}