@charset "utf-8";

body {
	position: relative;
	width: 100%;
   font-family: 'Raleway', sans-serif;
   font-size: 17px;
   font-weight: 400;
   word-wrap: normal;
   line-height: 32px;
	color: #5c595d;
	letter-spacing: 2px;
}


/* GLOBAL */

strong {
	font-weight: 600;
}

#content {
	display: block;
	position: relative;
	margin: 0 auto;
}

#arrow {
   display: none;
   position: absolute;
   width: 30px;
   height: 17px;
   bottom: 0;
   z-index: 500;
}

#arrow.scroll {
   display: block;
   position: fixed;
   right: 40px;
   bottom: 80px;
}

.cookiebanner {
   position: fixed;
   width: 100%;
	padding: 20px !important;
   bottom: 0;
	color: #5c595d !important;
	background: #fff !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	line-height: 31px !important;
	letter-spacing: 2px !important;
	-webkit-box-shadow: -15px -15px 20px rgba(126,83,121,0.3);
	box-shadow: -15px -15px 20px rgba(126,83,121,0.3);
	z-index: 800 !important;
   box-sizing: border-box;
}	

.cookiebanner span {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookiebanner a {
	display: block;
	padding: 10px 20px;
	font-weight: 500 !important;
	color: #fff !important;
	background: linear-gradient(0.25turn, #7e5379, #cf92b6) !important;
	letter-spacing: 2px !important;
   border-radius: 15px 0 15px 15px;
	-webkit-box-shadow: 5px 5px 10px rgba(126,83,121,0.3);
   box-shadow: 5px 5px 10px rgba(126,83,121,0.3);
}

.cookiebanner a:hover {
   font-weight: 500 !important;
	color: #fff !important;
	background: linear-gradient(0.25turn, #cf92b6, #f298c0) !important;
	transition: all 0.3s ease-in !important;
}

.cookiebanner-close {
   float: right;
   font-size: 2em;
   color: #7b767c;
   cursor: pointer;
   background: none;
   border: none;
}

section {
   overflow: hidden;
}

section,
.page-template-legal-notice #content {
   position: relative;
   padding: 0 0 180px;
}

section:nth-of-type(2) {
   padding: 180px 0;
}

.wrapper {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}

#header .wrapper,
#footer .wrapper,
.welcome .wrapper-inner,
.entry-banner .wrapper-inner {
   width: 1500px;
   margin: 0 auto;
}

#header .wrapper,
.wrapper-inner {
	display: flex;
	justify-content: space-between;
}

.wrapper-inner {
   flex-wrap: wrap;
}

#header .mobile-nav #primary-menu .sub-menu,
.page-template-legal-notice #header,
.error404 #header,
h2,
.wrapper-inner,
.block,
.picture,
.thumbnail,
.thumbnail .button,
.service .icon,
.contact .form,
#footer #primary-menu .sub-menu,
#footer {
   position: relative;
}

.block,
.picture {
	width: 45%;
   height: max-content;
}

.picture {
   border-radius: 40px 40px 40px 0;
	overflow: hidden;
}

h1,
h2,
h3 {
   font-family: 'Amaranth', sans-serif;
   font-weight: normal;
}  

h1,
h2,
.block-inner:last-child h3,
.page-template-legal-notice #content .wrapper a {
   color: #7e5379;
}

h1 {
   margin: 0 0 60px;
   font-size: 80px;  
   font-style: italic;
   line-height: 100px;
   letter-spacing: 5px;
}

h2 {
   margin: 0 0 70px;
   font-size: 65px;
   line-height: 85px;
   letter-spacing: 3px;
}

h3 {
   margin: 0 0 45px;
   font-size: 45px;
   line-height: 65px;
   letter-spacing: 3px;
   color: #7b767c;
}

p {
	margin: 0 0 20px;
}

a {
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	font-weight: bold;
}

a:hover,
a:focus {
	transition: all 0.3s ease-in;
}

a:focus,
button:focus,
.contact .form input.keyboard-focus:focus {
   outline: #0066ff solid 3px !important;
   outline-offset: 10px;
}

a:focus:not(:focus-visible),
.contact .form .wpcf7-submit:focus:not(:focus-visible) {
   outline: 0 !important;
}

.button {
   width: 110px;
}

.button,
.contact .form .wpcf7-submit {
   padding: 22px 60px;
   font-size: 20px;
   font-weight: 500;
   line-height: 32px;
   background: linear-gradient(0.25turn, #7e5379, #cf92b6);
   color: #fff;
   border-radius: 15px 0 15px 15px;
   -webkit-box-shadow: 10px 10px 15px rgba(126,83,121,0.3);
   box-shadow: 10px 10px 15px rgba(126,83,121,0.3);
}

.button:hover,
.contact .form .wpcf7-submit:hover {
   font-weight: 500;
   background: linear-gradient(0.25turn, #cf92b6, #f298c0);
}

img {
	display: block;
	width: 100%;
	height: auto;
}

#content .wrapper ul li {
   margin: 0 0 10px;
   list-style-type: disc;
}

.cookiebanner p,
#content .wrapper ul li:last-child,
.classic-services .block:last-child,
.service h2,
.page-template .packs h2,
.packs .block:last-child,
.olPopupContent p,
.wpcf7 p:last-of-type,
#footer .mentions p {
	margin: 0;
}


/* HEADER */

#header {
	position: fixed;
   width: 100%;
	margin: 0 auto;
   padding: 25px 0 0;
	background: transparent;
	z-index: 100;
}

#header.fixed {
   padding: 20px 0;
	top: 0;
	width: 100%;
   -webkit-box-shadow: 15px 15px 20px rgba(126,83,121,0.3);
   box-shadow: 15px 15px 20px rgba(126,83,121,0.3);
	box-sizing: border-box;
}

#header.fixed,
.fixed .mobile-nav,
.page-template-legal-notice #header,
.error404 #header {
	background: #fff;
}

#header.fixed .wrapper,
.presentation .wrapper-inner,
.service .wrapper-inner,
.page-template-specific-support #content .wrapper-inner,
.farmers-support .wrapper-inner,
.packs .wrapper-inner {
   align-items: center;
}

#header .logo {
  width: 150px;
  height: 150px;
}

#header.fixed .logo {
   width: 120px;
   height: 120px;
	transition: all 0.3s ease-in;
}

#header .logo img,
#footer .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .nav {
	width: 70%;
}

#header .nav ul {
	display: flex;
	justify-content: space-between;
}

#header .nav ul li a,
#header #primary-menu .sub-menu li a {
	color: #fff;
	text-decoration: none;
   text-shadow: 5px 5px 7px rgba(126,83,121,0.7);
}

#header .nav ul li:first-child a,
#header .nav ul li:nth-child(2) a,
#header.fixed .nav ul li a,
#header.fixed #primary-menu .sub-menu li a,
.mobile-nav ul li a,
#header .mobile-nav #primary-menu .sub-menu li a,
.page-template-legal-notice #header .nav ul li a,
.page-template-legal-notice #header #primary-menu .sub-menu li a,
.error404 #header .nav ul li a,
.error404 #header #primary-menu .sub-menu li a {
   color: #7b767c;
   text-shadow: none;
}

#header .nav ul li a:hover,
#header #primary-menu .sub-menu li a:hover,
#header.fixed .nav ul li a:hover {
   color: #fceaf2;
}

#header .nav ul li:first-child a:hover,
#header .nav ul li:nth-child(2) a:hover,
#header.fixed .nav ul li a:hover,
#header.fixed #primary-menu .sub-menu li a:hover,
.mobile-nav ul li a:hover,
#header .mobile-nav #primary-menu .sub-menu li a:hover,
.page-template-legal-notice #header .nav ul li a:hover,
.page-template-legal-notice #header #primary-menu .sub-menu li a:hover, 
.error404 #header .nav ul li a:hover,
.error404 #header #primary-menu .sub-menu li a:hover,
#footer .nav ul li a:hover,
#footer .block a:hover,
#footer .mentions a:hover {
   color: #7e5379;
}

.nav ul li a,
.mobile-nav ul li a {
   font-family: 'Amaranth', sans-serif;
   font-size: 19px;
   font-weight: normal;
   line-height: 34px;
   letter-spacing: 1px;
}

#header #primary-menu .sub-menu,
.menu-icon,
.invisible {
	display: none;
}

#primary-menu .sub-menu {
   position: absolute;
   flex-direction: column;
   margin: 3px 0 0;
   width: 260px;
   z-index: 10;
}

.fixed #primary-menu .sub-menu { 
   margin: 15px 0 0;
   padding: 10px 20px;
   background: rgba(255, 255, 255, 0.7);
}

#header #primary-menu .sub-menu li a {
   color: #fff;
}

#primary-menu .sub-menu li a {
   display: block;
   padding: 15px 0;
   border-bottom: 1px solid #fff;
}

.external-link {
   width: 40px;
   height: 40px;
   background: url('../images/facebook-icone-blanche.png') no-repeat;
   background-size: 100%;
}

.fixed .external-link,
.mobile-nav .external-link,
.page-template-legal-notice .external-link,
.error404 .external-link {
   width: 35px;
   height: 35px;
   background: url('../images/facebook-icone-bleue.png') no-repeat;
   background-size: 100%;
}

.mobile-nav .external-link,
#header .mobile-nav #primary-menu .sub-menu,
#header .mobile-nav #primary-menu .sub-menu li a,
.button,
.thumbnail .picture:hover h3,
.contact .form .wpcf7-not-valid-tip,
.contact .form .wpcf7-submit,
#footer .nav ul li a,
#footer .icon {
   display: block;
}
   
.mobile-nav .external-link {
   margin: 20px auto 0;
}

#header .mobile-nav #primary-menu .sub-menu li a,
.welcome .button,
.entry-banner .button,
.accompaniments .wrapper-inner,
.packs .wrapper-inner,
#footer .icon {
   margin: 0 auto;
}

.fixed #primary-menu .sub-menu li a,
.mobile-nav ul li a,
#header .mobile-nav #primary-menu .sub-menu li a,
.page-template-legal-notice #primary-menu .sub-menu li a,
.error404 #primary-menu .sub-menu li a {
   border-bottom: 1px solid #7b767c;
}

#primary-menu .sub-menu li:last-child a {
   border: 0;
}

.mobile-nav {
	width: 100%;
	text-align: center;
}

.mobile-nav .menu-primary-menu-container ul {
   display: inherit;
}

.mobile-nav ul li a {
   display: block;
   width: 90%;
	margin: 0 auto;
   padding: 15px 0;
}

#header .mobile-nav #primary-menu .sub-menu,
.thumbnail .picture,
.home .packs h2,
.packs .block:last-child {
   width: 100%;
}

.page-template-legal-notice #header.fixed {
   position: fixed;
}


/* PAGES */

.background {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   background: linear-gradient(#f5e9f0, #b298af);
   z-index: -1;
}

.welcome {
   padding: 0 0 250px;
}

.welcome .wrapper,
.entry-banner .wrapper {
   width: 100%;
   display: flex;
}

.welcome .wrapper-inner,
.entry-banner .wrapper-inner {
   padding: 260px 0 50px;
}

.welcome .block {
   width: 40%;
   text-align: center;
   z-index: 1;
}

.welcome h2,
.welcome h3 {
   font-family: 'Raleway', sans-serif; 
   font-weight: 600;
   letter-spacing: 3px;
}

.welcome h2 {
   margin: 0 0 40px;
   font-size: 35px;
   line-height: 55px;
   color: #5c595d;
}

.welcome h3 {
   margin: 0 0 60px;
   font-size: 30px;
   line-height: 50px;
   color: #7e5379;
}

.welcome .button,
.entry-banner .button {
   font-size: 22px;
   line-height: 34px;
}

.welcome .slider,
.entry-banner .picture {
   position: absolute;
   width: 54.4%;
   height: max-content;
   top: 0;
   left: inherit !important;
   right: 0;
   overflow: hidden;
}

.welcome .slider {
   border-radius: 0px 0px 0px 700px;
}

.entry-banner .picture {
   border-radius: 0px 0px 0px 600px;
}

.humming-bird {
   position: absolute;
   width: 640px;
   height: 425px;
   left: 40%;
   bottom: 0;
   background: url('../images/colibri-gestion-filigrane.png') no-repeat;
   background-size: 100%;
}

.page-template .humming-bird {
   transform: scaleX(-1);
}

h1,
.button,
.classic-services h2,
.accompaniments h2,
.classic-services .block,
.home .packs h2,
.thumbnail h3,
.entry-banner .block,
.guardianship-file-support h2,
.farmers-support h2,
.contact .intro,
.contact .form h2,
.contact .form .status,
.contact .form select,
#footer .block:last-child h2 {
   text-align: center;
}

.color-block {
   position: absolute;
   width: 100%;
   height: 59%;
   top: 0;
   left: 0;
   background: #f5e9f0;
   border-radius: 70px 0 70px 70px;
   z-index: -1;
}

.packs .color-block {
   height: 65%;
   background: #fceaf2;
   border-radius: 70px 70px 0 70px;
}

.classic-services .wrapper,
.home .packs .wrapper,
.contact .form {
   padding: 100px 100px 0;
}

.classic-services .block {
   width: 210px;
}

.classic-services .block:hover {
   filter: brightness(130%);
}

.classic-services .block:hover,
.thumbnail .picture:hover .color,
.accompaniments .thumbnail .picture:hover h3 {
   transition: all 0.3s ease-in;
}

.classic-services .link {
   font-family: 'Amaranth', sans-serif;
   font-size: 28px;
   font-weight: normal;
   line-height: 43px;
   color: #7b767c;
}

.classic-services .icon,
.service .icon {
   width: 140px;
}

.classic-services .icon {
   display: block;
   margin: 0 auto 25px;
}

.accompaniments .wrapper-inner,
.home .packs .wrapper-inner {
   width: 1100px;
}

.thumbnail,
.home .packs .thumbnail {
   width: 42%;
}

.thumbnail .picture:hover .color {
   position: absolute;
   width: 100%;
   height: 100%;
   background: rgba(95,62,91,0.5); 
}

.thumbnail h3 {
   display: none;
   position: absolute;
   width: 80%;
   padding: 0 45px;
   top: 42%;
   font-family: 'Amaranth', sans-serif;
   font-size: 33px;
   font-weight: normal;
   line-height: 48px;
   color: #f5e9f0;
   z-index: 1;
}

.thumbnail .button {
   margin: -35px auto 0;
   z-index: 2;
}

.terms .button {
   width: max-content;
   margin: 40px auto 0;
}

.terms .picture,
.service:nth-child(even) .picture,
.specific-support:nth-child(even) .picture,
.farmers-support .wrapper-inner:nth-child(2n) .picture,
.packs:nth-child(even) .block {
   border-radius: 40px 40px 0 40px;
}

.entry-banner {
   padding: 0 0 150px;
}

.entry-banner .block {
   z-index: 1;
}

.service:nth-child(odd) .wrapper-inner:last-child,
.specific-support:nth-child(odd) .wrapper-inner:last-child,
.farmers-support .wrapper-inner:nth-child(3n) {
   flex-direction: row-reverse;
}

.service .wrapper-inner:first-child,
.packs .wrapper-inner:first-child {
   margin: 0 auto 70px;
   justify-content: center;
}

.service .icon,
.page-template .packs .thumbnail {
   margin: 0 60px 0 0;
}

.block-inner:last-child {
   margin: 60px auto 0;
   width: 100%;
}

.block-inner:last-child,
.packs .block {
   padding: 60px;
   background: #f5e9f0;
   border-radius: 40px 40px 40px 0;
   box-sizing: border-box;
}

.service:nth-child(odd) .wrapper-inner:last-child .block-inner:last-child,
.specific-support:nth-child(odd) .wrapper-inner:last-child .block-inner:last-child,
.guardianship-file-support .block:last-child .block-inner:last-child,
.farmers-support .wrapper-inner:nth-child(3n) .block-inner:last-child,
.packs:nth-child(odd) .block {
   background: #fceaf2;
}

.service:nth-child(even) .wrapper-inner:last-child .block-inner:last-child,
.specific-support:nth-child(even) .wrapper-inner:last-child .block-inner:last-child,
.guardianship-file-support .block-inner:last-child,
.farmers-support .wrapper-inner:nth-child(2n) .block-inner:last-child {
   border-radius: 40px 40px 0 40px;
}

.block-inner:last-child p {
   font-size: 22px;
   line-height: 34px;
}

.block-inner:last-child p:last-child,
#footer .block:nth-of-type(2) p {
   font-weight: 500;
}

.block-inner:last-child p:last-child strong {
   font-weight: 700;
}

.farmers-support .wrapper-inner {
   padding: 0 0 160px;
}

.farmers-support .wrapper-inner:last-child,
#footer .nav ul li:nth-child(3) a {
   padding: 0;
}

.page-template .packs .thumbnail {
   width: 255px;
}

.packs .block {
   margin: 0 0 60px;
   width: 47.5%;
   height: 345px;
}

.packs .block:last-child {
   height: auto;
}

.packs h2 {
   width: 70%;
}

.packs h3 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 2px;
}

.conditions {
	position: relative;
	padding: 180px 0;
}

.conditions h2,
.page-template-legal-notice h2 {
   margin: 35px 0 35px;
   font-size: 55px;
   line-height: 75px;
}

.page-template-contact .entry-banner .button {
   width: 170px;
}

.contact .intro {
   margin: 0 auto 60px;
   font-size: 20px;
   line-height: 34px;
}

.contact .form .color-block {
   height: 94%;
}

.contact .form h2 {
   margin: 20px 0 40px;
   font-size: 35px;
   line-height: 55px;
   letter-spacing: 2px;
}

.contact .form input[type="text"],
.contact .form input[type="tel"],
.contact .form input[type="email"],
.contact .form select {
   height: 40px;
}

.contact .form input, 
.contact .form textarea,
.contact .form select {
   width: 100%;
   font-family: 'Raleway', sans-serif;
   font-size: 17px;
   font-weight: 300;
   line-height: 32px;
   letter-spacing: 2px;
   border: 0;
   border-bottom: 2px solid #7e5379;
   background: transparent;
   color: #5c595d;
}

.contact .form p {
   margin: 0 0 30px;
}

.contact .form .wpcf7-submit {
   width: max-content;
   margin: 0 auto;
   border: 0;
   cursor: pointer;
}

.contact .form .wpcf7-spinner::before,
.contact .form .wpcf7-spinner {
	margin: 0;
	width: 0;
	height: 0;
}

.contact .form .wpcf7-not-valid-tip {
   margin-top: 10px;
   font-style: italic;
	color: #7e5379;
}

.contact .form .wpcf7 form.invalid .wpcf7-response-output, 
.contact .form .wpcf7 form.unaccepted .wpcf7-response-output, 
.contact .form .wpcf7 form.payment-required .wpcf7-response-output,
.contact .form .wpcf7 form.failed .wpcf7-response-output, 
.contact .form .wpcf7 form.aborted .wpcf7-response-output,
.contact .form .wpcf7 form.sent .wpcf7-response-output {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	text-align: center;
}

::placeholder {
	font-style: italic;
   color: #7b767c;
}

.page-template-legal-notice h1 {
   margin-top: 20px;
}

.page-template-legal-notice #content .wrapper a:hover {
   color: #5f3e5b;
}

.page-template-legal-notice h3 {
   margin: 30px 0 20px;
   font-size: 35px;
   line-height: 55px;
}

.error404 #content {
  min-height: calc(100vh - 175px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.error404 #content .button {
   margin: 60px auto 0;
}

.error404 #content .button,
#footer .block {
   width: max-content;
}

/* FOOTER */

#footer {
   padding: 120px 0 15px;
   background: linear-gradient(0.25turn, #f5e9f0, #b298af);
   overflow: hidden;
}

#footer .logo {
   width: 200px;
   height: 200px;
}

#footer h2 {
   margin: 0 0 15px;
   font-family: 'Amaranth', sans-serif;
   font-size: 33px;
   font-weight: normal;
   line-height: 53px;
   color: #7e5379;
}

#footer .wrapper,
#footer .mentions {
   z-index: 1;
}

#footer .icon {
   width: 50px;
}

#footer .nav ul li a,
#footer .block a,
#footer .mentions a {
   color: #5c595d;
}

#footer .nav ul li a,
#footer #primary-menu .sub-menu li:last-child a {
   padding-bottom: 10px;
}

#footer #primary-menu .sub-menu li a {
   padding: 0 0 0 20px;
   font-size: 18px;
   font-style: italic;
   line-height: 33px;
   border: 0;
}

#footer .telephone {
   font-size: 22px;
   line-height: 42px;
}

#footer .mentions {
	margin: 0 auto;
   font-size: 15px;
   line-height: 30px;
	text-align: center;
}

#footer .humming-bird {
   height: 345px;
   transform: scaleX(-1);
}


/* BELOW 1700 */

@media only screen and (max-width: 1700px) {
   
   section,
   .page-template-legal-notice #content {
      padding-bottom: 160px;
   }

   section:nth-of-type(2) {
      padding: 160px 0;
   }
   
   .welcome .slider {
      border-radius: 0 0 0 600px;
   } 

   .entry-banner .picture {
      border-radius: 0 0 0 500px;
   } 
   
   .farmers-support .wrapper-inner {
      padding: 0 0 140px;
   }
   
   .conditions {
      padding: 160px 0;
   }
}


/* BELOW 1500 */

@media only screen and (max-width: 1500px) {
   
   #header .wrapper,
   .classic-services .wrapper,
   .home .packs .wrapper,
   #footer .wrapper,
   .welcome .wrapper-inner,
   .entry-banner .wrapper-inner,
   .cookiebanner span {
      width: 90%;
   }
   
   section,
   .entry-banner,
   .page-template-legal-notice #content {
      padding-bottom: 140px;
   }

   section:nth-of-type(2) {
      padding: 140px 0;
   }
   
   .cookiebanner p {
      width: 85%;
   }
   
   .welcome .slider {
      border-radius: 0 0 0 500px;
   }
   
   .entry-banner .picture {
      border-radius: 0 0 0 400px;
   } 
   
   .classic-services .wrapper {
      padding: 100px 0 0;
   }
   
   .conditions {
      padding: 140px 0;
   }
}


/* BELOW 1400 */

@media only screen and (max-width: 1400px) {
   
   .welcome .slider,
   .entry-banner .picture {
      width: 53%;
   }
}


/* BELOW 1300 */

@media only screen and (max-width: 1300px) {
   
   #header {
      position: relative;
      padding: 20px 0;
      background: #fff;
   }
   
   #header.fixed {
      position: fixed;
   }
   
   #header .wrapper {
      align-items: center;
   }
   
   #header .logo {
      width: 130px;
      height: 130px;
   }
   
   #header .nav,
   .wrapper .external-link {
		display: none;
	}
	
	.menu-icon {
		display: block;
		width: 35px;
		height: 28px;
		background: url('../images/colibri-gestion-icone-menu.png') no-repeat;
      background-size: 100%;
      border: 0;
		cursor: pointer;
	}
	
	.close {
		width: 30px;
		height: 30px;
		background: url('../images/colibri-gestion-icone-croix.png') no-repeat;
      background-size: 100%;
		opacity: 0;
		animation: anim 0.3s linear forwards 0.1s;
		cursor: pointer;
	}
   
   @-moz-keyframes anim {
		0%  {opacity:0;}
		100% {opacity:1;}
	}

	@-webkit-keyframes anim { 
	   0%  {opacity:0;}
	   100% {opacity:1;}
	}

	@keyframes anim {
	   0%  {opacity:0;}
	   100% {opacity:1;}
	}
	
	.wrapper {
		width: 90%;
	}
	
	.cookiebanner span {
		justify-content: inherit;
		flex-direction: column;
	}
   
   .cookiebanner p {
      width: 100%;
      text-align: center;
   }
	
	.cookiebanner a {
		margin-top: 20px;
	}
   
   section,
   .welcome,
   .entry-banner,
   .page-template-legal-notice #content {
      padding-bottom: 120px;
   }

   section:nth-of-type(2) {
      padding: 120px 0;
   }
   
   .welcome .wrapper,
   .entry-banner .wrapper {
      flex-direction: column-reverse;
   }
   
   .welcome .wrapper-inner {
      padding: 160px 0 0;
   }
   
   .welcome .slider,
   .entry-banner .picture {
      position: relative;
      margin: 0 0 0 auto;
      width: 90%;
   }
   
   .welcome .block,
   .page-template-classic-services .entry-banner .block {
      width: 100%;
   }

   .welcome .block {
      margin-top: -80px;
   }
   
   .humming-bird {
      width: 580px;
      height: 385px;
      bottom: -30px;
      left: inherit; 
      right: 0;
   }
   
   .color-block {
      border-radius: 60px 60px 0 60px;
   }
   
   .entry-banner .humming-bird {
      bottom: -100px;
   }
   
   .entry-banner .wrapper-inner {
      padding-top: 80px;
   }
   
   .service h2 {
      width: 80%;
   }
   
   .farmers-support .wrapper-inner {
      padding: 0 0 120px;
   }
   
   .packs .block {
      height: auto;
   }
   
   .conditions {
      padding: 120px 0;
   }
   
   #footer {
      padding-top: 100px;
   }
   
   #footer .humming-bird {
      height: 385px;
      bottom: 0;
   }
   
   #footer .logo {
      width: 170px;
      height: 170px;
      margin-right: 50px;
   }   
}


/* BELOW 1200 */

@media only screen and (max-width: 1200px) {
   
   .accompaniments .wrapper-inner, 
   .home .packs .wrapper-inner {
      width: 100%;
   }
   
   .classic-services .wrapper-inner,
   .accompaniments .wrapper-inner, 
   .home .packs .wrapper-inner {
      justify-content: space-around;
   }
   
   .service .wrapper-inner:first-child {
      margin-bottom: 60px;
   }
   
   .page-template .packs .thumbnail {
      width: 200px;
   }
   
   .packs .block {
      width: 45%;
   }
}


/* BELOW 1100 */

@media only screen and (max-width: 1100px) {
   
   .presentation .wrapper-inner {
      flex-direction: column-reverse;
   }
   
   .picture {
      margin: 0 auto;
   }
   
   .block {
      width: 100%;
      margin-bottom: 60px;
   }  
   
   .color-block {
      height: 74%;
   }
   
   .thumbnail h3 {
      padding: 0 30px;
   }
   
   .accompaniments .thumbnail h3 {
      top: 36%;
   }
   
   .service .icon {
      width: 100px;
   }
   
   .block-inner:last-child {
      width: 60%;
   }
   
   #footer .humming-bird {
      height: 345px;
      right: 50px;
   }
}


/* BELOW 1000 */

@media only screen and (max-width: 1000px) {
   
   .thumbnail h3 {
      font-size: 30px;
      line-height: 45px;
      top: 40%;
   } 

   .page-template .packs .thumbnail {
      width: 200px;
   }
}


/* BELOW 900 */

@media only screen and (max-width: 900px) {
   
   body {
      font-size: 16px;
      line-height: 31px;
   }
   
   .cookiebanner {
      font-size: 15px !important;
      line-height: 30px !important;
   }
   
   .nav ul li a, 
   .mobile-nav ul li a {
      font-size: 18px;
      line-height: 32px;
   }
   
   h1 {
      margin-bottom: 50px;
      font-size: 77px;
      line-height: 97px;
   }
   
   .entry-banner h1 {
      margin-bottom: 60px;
   }

   h2 {
      margin-bottom: 60px;
      font-size: 55px;
      line-height: 75px;
   }
   
   h3 {
      margin-bottom: 35px;
      font-size: 40px;
      line-height: 60px;
      letter-spacing: 2px;
   }
   
   section, 
   .welcome,
   .entry-banner,
   .page-template-legal-notice #content {
      padding-bottom: 100px;
   }
   
   section:nth-of-type(2) {
      padding: 100px 0;
   }
   
   #arrow {
      width: 25px;
      height: 15px;
   }
   
   #arrow.scroll {
      right: 30px;
   }
   
   .humming-bird,
   #footer .humming-bird {
      width: 480px;
      height: 320px;
   }
   
   .picture {
      width: 65%;
   }
   
   .button,
   .contact .form .wpcf7-submit {
      padding: 17px 40px;
      font-size: 18px;
      line-height: 30px;
   }
   
   .welcome .wrapper-inner {
      padding: 140px 0 0;
   }
  
   .welcome h2 {
      margin-bottom: 35px;
      font-size: 30px;
      line-height: 50px;
   }
  
   .welcome h3 {
      margin-bottom: 50px;
      font-size: 25px;
      line-height: 45px;
   }
  
  .welcome .button,
  .entry-banner .button {
      font-size: 19px;
      line-height: 31px;
   }
   
   .classic-services .wrapper,
   .home .packs .wrapper {
      padding: 80px 0 0;
   }
   
   .classic-services .icon {
      width: 120px;
      margin-bottom: 15px;
   }
   
   .classic-services .link {
      font-size: 25px;
      line-height: 40px;
   }
   
   .entry-banner .wrapper-inner {
      padding-bottom: 0;
   }
   
   .service .wrapper-inner:first-child {
      margin-bottom: 50px;
   }
   
   .service .icon {
      width: 90px;
      margin-right: 50px;
   }
   
   .block-inner:last-child {
      width: 80%;
   }
   
   .block-inner:last-child p {
      font-size: 20px;
      line-height: 32px;
   }
   
   .farmers-support .wrapper-inner {
      padding: 0 0 80px;
   }
   
   .page-template .packs .thumbnail {
      width: 140px;
      margin-right: 50px;
   }
   
   .packs .block {
      width: 100%;
   }
   
   .conditions {
      padding: 100px 0;
   }
   
   .conditions h2,
   .page-template-legal-notice h2 {
      margin: 30px 0 30px;
      font-size: 50px;
      line-height: 70px;
   }
   
   .contact .form {
      padding: 80px 80px 0;
   }
   
   .contact .intro {
      margin: 0 auto 50px;
      font-size: 18px;
      line-height: 32px;
   }
   
   .contact .form h2 {
      margin: 10px 0 20px;
      font-size: 30px;
      line-height: 50px;
   }
   
   .page-template-legal-notice h3 {
      margin: 25px 0 15px;
      font-size: 30px;
      line-height: 50px;
   }
   
   #footer {
      padding-top: 80px;
   }
   
   #footer .wrapper-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
   }

   #footer .logo {
      width: 150px;
      height: 150px;
      margin-bottom: 30px;
   } 

   #footer .block {
      margin-bottom: 20px;
   }
   
    #footer .block:last-child {
      margin-bottom: 50px;
   }
   
   #footer h2 {
     margin-bottom: 10px;
     font-size: 30px;
     line-height: 50px;
   }
   
   #footer .icon {
      width: 40px;
      height: 40px;
   }
   
   #footer .humming-bird {
      display: none;
   }
   
   #footer .mentions {
      font-size: 14px;
      line-height: 29px;
   }      
}


/* BELOW 800 */

@media only screen and (max-width: 800px) {
   
   .humming-bird {
      width: 370px;
      height: 270px;
   }
   
   .accompaniments .wrapper-inner, 
   .packs .wrapper-inner {
      flex-direction: column;
   }
   
   .home .packs .color-block {
      height: 80%;
   }
   
   .thumbnail,
   .home .packs .thumbnail {
      width: 50%;
      margin: 0 auto 60px;
   }
   
   .thumbnail:last-child,
   .home .packs .thumbnail:last-child {
      margin-bottom: 0;
   }
   
   .service .icon,
   .page-template .packs .thumbnail {
      display: none;
   }
   
   .service h2,
   .packs h2 {
      width: 100%;
   }
}


/* BELOW 600 */

@media only screen and (max-width: 600px) {
   
   #header .logo {
      width: 110px;
      height: 110px;
   }
   
   #header.fixed .logo {
      width: 100px;
      height: 100px;
   }
   
   .menu-icon {
      display: block;
      width: 30px;
      height: 25px;
   }
   
   .close {
      width: 25px;
      height: 25px;
   }
   
   .cookiebanner {
      font-size: 14px !important;
      line-height: 29px !important;
   }
   
   .humming-bird {
      bottom: -120px;
   }
   
   section, 
   .welcome,
   .entry-banner,
   .page-template-legal-notice #content {
      padding-bottom: 80px;
   }
   
   section:nth-of-type(2) {
      padding: 80px 0;
   }
   
   h1 {
      margin-bottom: 40px;
      font-size: 60px;
      line-height: 80px;
   } 
   
   .entry-banner h1 {
      margin-bottom: 50px;
   }
  
   h2,
   .service h2 {
      margin-bottom: 40px;
      font-size: 40px;
      line-height: 60px;
   }
   
   h3 {
      font-size: 35px;
      line-height: 55px;
   }
   
   .picture {
      border-radius: 30px 30px 30px 0;
   }
   
   .button,
   .contact .form .wpcf7-submit {
      border-radius: 10px 0 10px 10px;
      font-size: 17px;
      line-height: 29px;
   }
   
   .welcome .wrapper-inner {
      padding: 120px 0 0;
   }
  
  .welcome h2 {
      margin-bottom: 30px;
      font-size: 25px;
      line-height: 45px;
   }
  
  .welcome h3 {
      margin-bottom: 65px;
      font-size: 22px;
      line-height: 42px;
   }
   
   .welcome .button,
   .entry-banner .button {
      font-size: 18px;
      line-height: 30px;
   }
  
   .block {
      margin-bottom: 40px;
   }
  
   .color-block {
      height: 77%;
   }
   
   .classic-services .link {
      font-size: 22px;
      line-height: 35px;
   }
   
   .thumbnail .picture .color {
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(95,62,91,0.5);
   }
   
   .thumbnail h3 {
      padding: 0 25px;
      font-size: 24px;
      line-height: 39px;
      top: 34%;
      letter-spacing: 2px;
   }
   
   .thumbnail .picture h3 {
      display: block;
   }
   
   .accompaniments .thumbnail h3 {
      top: 32%;
   }
   
   .entry-banner .wrapper-inner {
      padding-top: 70px;
   }
   
   .service .wrapper-inner:first-child {
      margin-bottom: 0;
   }
   
   .block-inner:last-child {
      margin-top: 40px;
   }
   
   .farmers-support .wrapper-inner {
      padding: 0 0 60px;
   }
   
   .conditions {
      padding: 80px 0;
   }
   
   .conditions h2, 
   .page-template-legal-notice h2 {
      margin: 25px 0 25px;
      font-size: 45px;
      line-height: 65px;
   }
   
   .contact .form {
      padding: 60px 60px 0;
   }
   
   .page-template-legal-notice h3 {
      margin: 20px 0 10px;
      font-size: 27px;
      line-height: 47px;
   }
   
   #footer .mentions {
      font-size: 13px;
      line-height: 28px;
   }
}


/* BELOW 466 */

@media only screen and (max-width: 466px) {
   
   h1 {
      margin-bottom: 30px;
      font-size: 45px;
      line-height: 65px;
   }
   
   .entry-banner h1 {
      margin-bottom: 45px;
   }
   
   h2,
   .service h2,
   .conditions h2, 
   .page-template-legal-notice h2 {
      font-size: 35px;
      line-height: 55px;
   }
   
   h2,
   .service h2 {
      margin-bottom: 30px;
   }
   
   h3 {
      margin-bottom: 25px;
      font-size: 30px;
      line-height: 50px;
   }
   
   .welcome h2 {
      margin-bottom: 30px;
      font-size: 22px;
      line-height: 42px;
   }
   
   .welcome h3 {
      margin-bottom: 50px;
      font-size: 20px;
      line-height: 40px;
   }
   
   .button,
   .contact .form .wpcf7-submit {
      padding: 17px 30px;
   }
   
   .picture {
      width: 90%;
   }
   
   .color-block {
      height: 87%;
   }
   
   .classic-services .icon {
      width: 140px;
   }
   
   .thumbnail,
   .home .packs .thumbnail {
      width: 80%;
   }
   
   .thumbnail h3 {
      padding: 0 34px;
      top: 42%;
   }
   
   .accompaniments .thumbnail h3 {
      top: 36%;
   }
   
   .entry-banner .wrapper-inner {
      padding-top: 60px;
   }
   
   .block-inner:last-child {
      width: 100%;
   }
   
   .conditions h2, 
   .page-template-legal-notice h2 {
      margin: 20px 0 20px;
   }
   
   .contact .intro {
      margin: 0 auto 40px;
      font-size: 17px;
      line-height: 31px;
   }
   
   .contact .form .color-block {
      height: 95%;
   }
   
   .contact .form h2 {
      margin-bottom: 15px;
      font-size: 25px;
      line-height: 45px;
   }
}