footer{
 overflow-y:hidden;
}

.container-first-row-footer {
  width: 100%;
  background: var(--bg-color-first-footer);
}

.container-col1-col2 {
  padding-top: 40px;
  padding-bottom: 70px;
}

.col-footer-1,
.col-footer-2 {
  display: inline-block;
  vertical-align: top;
}

.col-footer-1 {
  width: 100%;
  max-width: 71%;
  margin-left: 20px;
}

.col-footer-2 {
  width: 100%;
  max-width: 25%;
}

/*logo*/
.col-footer-1 img {
  max-height: 146px;
  max-width: 224px;
}

/* containers list nav*/
#menu-footer-services ul,
#menu-footer-about-us ul,
#menu-footer-information ul,
#menu-footer-destinations ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/*size nav titles and location*/
.location-footer {
  width: 40%;
}

#footer-navigation h2,
.location-footer h2 {
  font-size: 16px;
}

.container-nav-location-footer {
  display: flex;
  justify-content: flex-start;
}

.col-footer-1 a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}

.col-footer-1 a,
.location-footer p {
  font-size: 15px;
}

.col-footer-1 a:hover {
  color: var(--txt-white);
  border-bottom: 2px solid var(--txt-white);
}

/*color titles and telephon*/
#page-footer h2,
.container-col1-col2>p:nth-child(3) {
  color: var(--txt-white);
  margin-bottom: 0;
}

/*font color and weight telephon*/
.location-footer>div>p>a:last-child {
  color: var(--txt-white);
  font-weight: 600;
}

/*color text nav location and community*/
.col-footer-1 a,
.location-footer p,
.join-community h3 {
  color: var(--color-green);
}

/*join community*/
#page-footer .join-community {
  margin-left: 5px;
}

#page-footer .container-logos-com {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  gap: 27px;
}

.join-community h2,
.join-community h3 {
  font-weight: normal;
}

.join-community h3 {
  margin: -47px auto 0 auto;
  font-size: 62px;
  line-height: 98px;
  font-family: Authentic, Avenir, Arial, Helvetica, sans-serif;
}

/* logos community */
#page-footer .container-logos-com a {
  display: inline-block;
}

.col-footer-2 .fa-brands {
  font-size: 30px;
  color: var(--txt-white);
  transition-duration: 0.3s;
}

.col-footer-2 .fa-brands:hover {
  color: var(--color-green);
}

.secondary-navigation,
.container-img-footer {
  display: flex;
  flex-wrap: wrap;
}

#footer-navigation>div:nth-child(2),
#footer-navigation>div:nth-child(3) {
  margin-left: 40px;
}

.container-img-footer {
  gap: 15px;
}

/* images */
.col-footer-2>div:nth-child(3) div {
  max-width: 135px;
  max-height: 132px;
  object-fit: contain;
}

.col-footer-2 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.join-community h2 {
  margin-bottom: 0px;
}

.join-community p {
  margin-top: 0px;
}

.container-col1-col2>p:nth-child(3) {
  margin: -20px 0 0 20px;
  font-size: 14px;
  font-weight: 200;
}

/*french wb site*/
.container-second-row-footer {
  width: 100%;
  background: var(--bg-color-second-footer);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.container-second-row-footer>a {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.link-french-site {
  width: max-content;
  text-decoration: none;
  color: #4b4c51;
  padding: 10px;
  border: 4px solid transparent;
  transition: 0.5s;
}

.link-french-site:hover {
  text-decoration: none;
  color: var(--color-green);
  border: 4px solid var(--color-green);
  border-radius: 4px;
}

.container-second-row-footer>div:nth-child(1)>div:nth-child(2) {
  max-width: 20%;
  object-fit: contain;
}

.container-second-row-footer img {
  width: 70%;
}