/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    PRIX
\*------------------------------------*/
p.degressif {
    display: inline-block;
    margin-top: 30px;
    font-size: 1rem;
}
.wpcf7-response-output {
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #45b450;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.side-panel-wrap li.menu-item {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    min-width: 200px;
}
p.indicatif {
    display: inline-block;
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
}
#contact2024 ul {
  list-style: none;
}

#contact2024 input {
  overflow: hidden;
}

#contact2024 .section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

#contact2024 .sec-pad {
  padding: 60px 0 0;
}

#contact2024 .contact-sec {
    align-item: center;
    display: flex;
    padding-bottom: 60px;
    background-color: #fdf0e5;
}

#contact2024 .contact-sec .contact-ul li,
#contact2024 .contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

#contact2024 .contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
#contact2024 .contact-detail a {
  color: #000;
  text-decoration: none;
}

#contact2024 .contact-sec .contact-ul li b:hover {
  color: #f93;
}

#contact2024 .contact-sec .contact-ul li .fa-location-dot {
    color: #86a184;
    border: 2px solid #86a184;
}

#contact2024 .contact-sec .contact-ul li .fa-phone {
    color: #86a184;
    border: 2px solid #86a184;
}

#contact2024 .contact-sec .contact-ul li .fa-envelope {
    color: #86a184;
    border: 2px solid #86a184;
}

#contact2024 .contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
#contact2024 .contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
#contact2024 .contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}
#contact2024 .contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

#contact2024 .contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}
#contact2024 .contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

#contact2024 .contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
#contact2024 .contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

#contact2024 form.contFrm {
  max-width: 396px;
  margin: auto;
}

#contact2024 .inptFld {
  width: 100%;
  height: 50px;
  border: 0;
    margin: 10px 0 10px;
      border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}
#contact2024 label {
    font-size: 1rem;
    padding-bottom: 20p;
}
#contact2024 p {
    font-size: 1rem;
    font-weight: 600;
}
#contact2024 .inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

#contact2024 .contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
#contact2024 .wpcf7-submit {
    height: 50px;
    border: 0;
    background: #2d718f;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}
/* Responcive css Start */

@media (max-width: 991px) {
  #contact2024 .sec-pad {
    padding: 20px 0 0px;
  }

  #contact2024 .contact-sec .contact-ul li,
  #contact2024 .contact-ul b {
    font-size: 18px;
  }

  #contact2024 .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  #contact2024 .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #contact2024 .contact-detail span {
    width: auto;
  }
  #contact2024 .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  #contact2024 .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  #contact2024 .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  #contact2024 .contact-sec .contact-ul i {
    border: none;
  }
  #contact2024 .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #contact2024 .contact-sec .contact-ul li,
  #contact2024 .contact-ul b {
    font-size: 16px;
  }
}






div#section-about4 {
    background-color: #fdf0e5;
    padding-top: 80px;
    padding-bottom: 80px;
}
#map {
            height: 100%;
            width: 100%;
        }
        .col-padding {
            padding: 20px;
        }
#breadcrumb {
    list-style: none;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: bold;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    border-radius: 30px;
    /* text-align: center; */
    place-content: space-around;
}
.mockup-appli4 {
    background-color: #fffefd;
    color: #000000 !important;
}

.mockup-appli4 strong {
    color: #000000;
}
.quisommesnous {
    margin-bottom: 200px;
}

.image-scinde {
    height: 300px;
    border-radius: 50px;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
    margin-top: -220px;
}
#breadcrumb .fa {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #86a184;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  margin-top: 10px
}
#breadcrumb li:nth-child(even) a {
  background-color: #86a184;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #86a184;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #86a184;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #86a184;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #86a184;
}
#breadcrumb li a:hover {
  background-color: #6f896d;
}
#breadcrumb li a:hover:before {
  border-color: #6f896d;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #6f896d;
}
#breadcrumb li a:active {
  background-color: #fc1052;
}
#breadcrumb li a:active:before {
  border-color: #6f896d;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #6f896d;
}




.prix .icon {
  display: flex;
  align-items: flex-start;
}
.prix .icon svg {
  width: 2.188rem;
  margin-left: -0.188em;
}

.prix h1 {
  font-size: 2.35rem;
  text-transform: capitalize;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 42.5rem) {
    .prix h1 {
        font-size: 3rem;
        background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%91ae89"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>);
        background-size: 17.5rem;
        background-repeat: no-repeat;
        background-position: 98% 3.375rem;
        padding-bottom: 3rem;
        padding-top: 40px;
    }
}

.prix {
    display: grid;
    place-content: center;
    place-items: center;
    background-color: #FEEFE5;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 4rem clamp(1rem, 5%, 3rem);
}
.prix > span {
  display: inline-block;
  margin-bottom: 0.938em;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.8rem;
  background: #ffbb7b;
  color: #5c0404;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
}
.prix p  {
  margin-bottom:0px;
}
.prix .cards {
  margin-top: 3em;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.prix .card {
    width: 23rem;
    cursor: pointer;
    border: none;
  }
  .prix .card ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-bottom: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: normal;
      gap: 0.5rem;
      font-size: 1rem;
  }
.prix .card__outer {
  background: #ebecee;
  position: relative;
  height: 700px;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  min-height:450px;
  transition: 0.3s ease-in-out;
}
.op-gradient-icon {
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgb(134 161 132) 0%, rgb(45 113 143) 50%, rgb(134 161 132) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prix .card__outer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}
.prix .card__outer a svg {
  margin-left: 0.375em;
  width: 1.125rem;
}
.prix .card__inner {
  background: #fff;
  position: absolute;
  bottom: 3.75rem;
  right: 1.25rem;
  width: 100%;
  height: 90%;
  border-radius: 0.625rem;
  padding: 1.875rem 2.188rem;
  display: flex;
  flex-direction: column;
}
.prix .card__inner .title {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 0.313em;
    margin-bottom: 0.938em;
}
.prix .card__inner .price {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
.prix .card__inner .price--number {
  font-size: 3rem;
  font-weight: 600;
}
.prix .card__inner .price--number:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.563rem;
  display: none;
  color: red;
  background: #f5f5f5;
  height: 0.125rem;
  width: 100%;
}
.prix .card__inner .price--dolar {
  font-size: 1.1rem;
  margin-top: 0.625em;
  font-weight: 500;
}

.prix .card.active .card__outer a {
  color: #fff;
}

.prix .card:nth-child(1).active .card__inner svg {
  color: #86a184;
}
.prix .card:nth-child(1).active .card__outer {
  background: #86a184;
  box-shadow: 5px 18px 13px rgb(134 161 132 / 36%);
}
.prix .card:nth-child(2).active .card__inner svg {
  color: #2D728F;
}
.prix .card:nth-child(2).active .card__outer {
  background: #2D728F;
  box-shadow: 5px 18px 13px rgb(45 113 143 / 50%);
}
.prix .card:nth-child(3).active .card__inner svg {
  color: #4ccda7;
}
.prix .card:nth-child(3).active .card__outer {
  background: #4ccda7;
  box-shadow: 5px 18px 13px rgba(76, 205, 166, 0.43);
}
.prix .card--purple .card__inner svg,
.prix .card--purple .card__inner .title,
.prix .card--purple .card__outer a {
  color: #86a184;
}
.prix .card--red .card__outer {
    height: 700px;
}
.prix .card--red .card__inner svg,
.prix .card--red .card__inner .title,
.prix .card--red .card__outer a {
  color: #2D728F;
}
.prix .card--green .card__inner svg,
.prix .card--green .card__inner .title,
.prix .card--green .card__outer a {
  color: #4ccda7;
}









/*------------------------------------*\
    RESTE
\*------------------------------------*/







.page-section2 {
    padding-top: 120px!important;
}
p.bg-enavant {
    padding: 40px;
    /* display: inline; */
    background-color: #2D728F;
    width: 100%;
    color: #FFF;
    font-weight: 600;
}
div#section-works {
    padding-bottom: 80px;
}
h2.hellooo {
    font-family: inherit;
    font-size: 1.5rem;
}
.ban_sec {
  width: 100%;
}
.ban_img {
  width: 100%;
  position: relative;
}

.ban_img {
    height: 700px;
    background-size: cover;
    background-position: bottom center;
}
.border-big {
    border: 120px solid #FFF;
    --bs-gutter-x: none;
    --bs-gutter-y: none;
    position: relative;

}
.overlay {
    position: absolute;
    background-color: #000000;
    Z-INDEX: 10000;
    opacity: 0.2;
    TOP: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ban_img img {
  width: 100%;
}
.ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 10000;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban_text strong {
    font: 800 40px "Inter", sans-serif;
    color: #fff;
}
.ban_text strong span {
  font: 400 44.44px/52px "Inter", sans-serif;
  letter-spacing: 3px;
}
.ban_text p {
    font: 600 18px "Inter", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
}


.ban_text a {
    display: inline-block;
    font: 800 19.39px / 24px "Inter", sans-serif;
    background: #282828;
    border-radius: 26px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.ban_text a:hover {
  background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }
  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text strong span {
    font-size: 37px;
  }
  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }
  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  .ban_text {
    left: 2%;
    padding: 40px;
}
}

.header {
    background-color: #002b54;
}
.logo-img {
    width: 200px;
    padding: 20px;
}
.logo-dark {
  height:70px!important;
}
p.description-text {
    font-size: 1.6rem;
}
button.button-dark-app {
    background-color: #779475;
    padding: 10px 30px;
    color: #FFF;
    font-size: 0.8rem;
    text-transform: uppercase;
    border: 0;
    font-weight: 800;
}
button.button-light-app {
    background-color: #546952;
    padding: 10px 30px;
    color: #FFF;
    font-size: 0.8rem;
    text-transform: uppercase;
    border: 0;
    font-weight: 800;
}
a.menu-link {
    color: #fff;
}
.is-expanded-menu #header.full-header.transparent-header #header-wrap {
    background-color: #86a184;
    color: #000;
    border-bottom: 1px solid rgb(217 233 216 / 43%);
}
#logo a [class^=logo-] {
    display: block!important;
}
.is-expanded-menu #header.sticky-header #header-wrap, .is-expanded-menu #header.full-header.border-full-header.sticky-header #header-wrap {
    background-color: #FFFFFF;
    box-shadow: none;
}
.fullwidth-prez {
    background-color: #feefe5;
    padding-top: 100px;
    padding-bottom: 100px;
}
.mockup-appli2 {
    background-color: #feefe5;
    color: #000000 !important;
}
.mockup-appli2 strong {
    color: #000;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
strong {
    font-weight: 700;
}
.mockup-appli {
    background-color: #86a184;
}
.petittexte {
    font-size: 1.3rem;
    font-weight: 300;
    text-align: left;
    margin-left: 40px;
}
.text-fonctionalite {
    PADDING: 80PX;
    BACKGROUND-COLOR: #86a184;
    FONT-SIZE: 1.1REM;
    COLOR: #FFF;
}
.petittexte1 {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    margin-left: 40px;
}
.text-equipe {
    font-size: 1rem;
    text-align: justify;
    padding-right: 40px;
}
ul.list-competence {
    list-style-type: disclosure-closed;
    margin-top: 40px;
}
li.listli-competence {
    padding-left: 20px;
}
.image-col-6 {
    height: 70vh;
    background-size: cover;
    background-position: center center;
}
h1.text-uppercase.fw-semibold {
    color: #303d2e;
    line-height: 2rem;
}
.text-col-6 {
    color: #fff;
    padding: 60px;
}
.imagefond100 {
    height: 70vh;
    background-attachment: fixed;
    background-size: cover;
}
p.desc-appli {
    font-size: 1.2rem;
}
p.lead {
    font-size: 1.1rem;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper-la-fontaine {
    height:auto;
    background-color: antiquewhite;
    padding: 50px;
		min-height:100vh;
}
h2.cuisine-lafontaine-titre {
    font-size: 3rem;
    text-align: center;
    font-family: sans-serif;
}
h2.cuisine-lafontaine-soustitre {
    font-size: 1.7rem;
    text-align: center;
}
div#folder-2023 {
    display: inline-block;
    /* background-color: #000; */
    padding: 20px;
    font-size: 2rem;
    color: #000;
    background-color: #FFF;
    font-weight: 800;
}
.folder.level-2 {
    /* background-color: #055476; */
    padding: 10px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.children .folder.level-1 {
    background-color: #f4F4F4;
    color: #000;
    padding: 20px;
}
.folder.level-3 {
    background-color: #055476;
    color: #fff;
    padding: 5px;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.level-3 a {
    color: #00f6ff;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media (max-width: 768px) {
  .border-big {
    border: 0px;
    --bs-gutter-x: none;
    --bs-gutter-y: none;
    position: relative;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
