/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */

/* GENERAL */
/*
@font-face {
	font-family: "Ganton";
	src: url(assets/_fonts/Ganton.otf) format("opentype");
}
*/

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 20px; /* Increase font size */
  color: #ea5f13;
  background: #552464;
  border: solid 2px #ea5f13;
  padding: 14px 16px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #ea5f13;
  border-color: #552464;
  color: #552464;
}

.cornas-black {
  color: #3c3c3b;
}

.cornas-purple {
  color: #552464;
}

.cornas-orange {
  color: #ea5f13;
}

.cornas-white {
  color: #ffffff;
}

.cornas-bg-orange {
  background-color: #ea5f13;
}

.cornas-bg-purple {
  background-color: #552464;
}

.grecaptcha-badge {
  display: none;
}
/* GENERAL */

/* HEADER */
.cornas-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding-top: 70px;
}

.cornas-header-logo img {
  max-height: 95px;
}

/* HEADER */

/* FOOTER */
.cornas-footer {
  padding-block: 50px;
}

.cornas-footer-logo {
  max-height: 95px;
}

.cornas-footer-social-logo {
  width: 31px;
  height: 31px;
}
/* FOOTER */

/* HOME */
.cornas-banner-bg {
    background-image: url("assets/images/cornas_banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 979px;
    width: 100%;
    position: relative;
}

.cornas-banner-title {
    text-transform: uppercase;
    font-size: 62px;
    line-height: 72px;
    padding-top: 785px;
}

.cornas-banner-subtitle em {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.cornas-ambition-container {
    padding-top: 163px;
    padding-bottom: 145px;
}

.cornas-ambition-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
}

.cornas-ambition-subtitle {
    font-size: 26px;
    line-height: 30px;
}

.cornas-ambition-intro {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 64px;
}

.cornas-ambition-conclusion {
    font-size: 22px;
    line-height: 26px;
}

.cornas-ambition-conclusion em {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.cornas-programme-container {
    padding-top: 105px;
    padding-bottom: 153px;
}

.cornas-programme-block {
    padding-top: 102px;
}

.cornas-programme-item {
    cursor: pointer;
    padding: 15px 0;
    transition: all 0.3s ease;
    background: transparent;
}

.cornas-programme-content-wrap {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.6s ease, opacity 0.4s ease, visibility 0.4s;
}

@media (min-width: 1025px) {
    .cornas-programme-item:hover .cornas-programme-content-wrap {
        max-height: 1500px;
        opacity: 1;
        visibility: visible;
    }
    .cornas-programme-item:hover .cornas-svg-plus {
        opacity: 0;
        transform: rotate(90deg);
    }
    .cornas-programme-item:hover .cornas-svg-moins {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.cornas-programme-item.cornas-is-open .cornas-programme-content-wrap {
    max-height: 2000px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.cornas-programme-item.cornas-is-open .cornas-svg-plus {
    opacity: 0 !important;
}

.cornas-programme-item.cornas-is-open .cornas-svg-moins {
    opacity: 1 !important;
}
.cornas-programme-header {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.cornas-theme-title {
    text-transform: uppercase;
    background-color: #ea5f13;
    padding: 9px 16px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cornas-theme-line {
    height: 2px;
    background-color: #ea5f13;
    opacity: 0.6;
    transition: all 0.3s ease;
    flex-grow: 1;
}

.cornas-theme-icon {
    width: 42px;
    height: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -21px;
}

.cornas-theme-icon img {
    position: absolute;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cornas-svg-moins {
    opacity: 0;
    transform: rotate(-90deg);
}

.cornas-sub-title-container,
.cornas-sub-tag-container {
    display: block;
}

.cornas-sub-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background-color: #552464;
    padding: 4px 8px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cornas-sub-tag {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
    background-color: #552464;
    padding: 4px 8px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cornas-sub-text strong {
    color: #ea5f13;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.cornas-sub-text em {
    color: #552464;
}

.cornas-image {
  height: 636px;
  width: 100%;
  object-fit: cover;
}

.cornas-equipe-container {
  padding-top: 99px;
  padding-bottom: 145px;
}

.cornas-equipe-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  background-color: #552464;
  display: inline;
  padding: 10px 36px;
}

.cornas-home-equipe-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 78px;
  row-gap: 52px;
  justify-items: center;
  margin-top: 96px;
}

.cornas-home-equipe-item {
  width: 139px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cornas-home-equipe-photo {
  width: 139px;
  height: 194px;
  overflow: hidden;
  margin-bottom: 15px;
}

.cornas-home-equipe-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cornas-home-equipe-nom {
  white-space: nowrap;
  width: auto;
  min-width: 100%;
}

.cornas-contact-container {
  padding-top: 99px;
  padding-bottom: 134px;
}

.cornas-contact-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  background-color: #ffffff;
  display: inline;
  padding: 10px 36px;
}

.cornas-contact-subtitle {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 79px;
}

.cornas-form-title {
  text-transform: uppercase;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
}

::placeholder,
textarea {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  color: #ffffff !important;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 14px 30px;
}

.wpcf7-list-item-label {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
}

.wpcf7 input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
  outline: none;
}

.wpcf7 input[type="radio"]:checked {
  border-color: #ffffff;
}

.wpcf7 input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7-form input.wpcf7-submit {
  background-color: #ffffff;
  border-radius: 25px;
  border: none;
  color: #ea5f13;
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}
/* HOME */

/* 404 */
.cornas-404-container {
  padding-block: 150px;
  margin-top: 150px;
}

.cornas-404-title {
  font-size: 40px;
}
/* 404 */
