@charset "UTF-8";
/*
Theme Name: CMTR
Author: Maxime LEGRU
Version: 1.0
Description: Thème pour le site CMTR
*/
* {
  margin: 0;
  padding: 0;
}

h1, .titre-1 {
  margin: 0;
  padding: 0;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
  font-family: komet, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, span, ul, li, strong, em {
  font-family: "basic-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
p strong, span strong, ul strong, li strong, strong strong, em strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sc {
  font-family: komet-sc, sans-serif;
}

.maj {
  text-transform: uppercase;
}

body .backgroundHeader {
  width: 100%;
  height: 8vh;
  background-color: #006eff;
  background-position: center;
  z-index: 8;
  position: fixed;
}
body header {
  height: 8vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 80px;
  position: fixed;
  z-index: 10;
}
body header .logo {
  width: auto;
  height: 6vh;
  margin: auto 0;
}
body header .logo img {
  -webkit-user-drag: none;
  width: auto;
  height: 100%;
}
body header nav, body header .menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-inline-start: 0;
  width: max-content;
  text-align: end;
  gap: 40px;
}
body header nav li, body header nav a, body header .menu li, body header .menu a {
  color: white;
  text-decoration: none;
  margin: auto 0;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: large;
}
body header nav li:hover, body header nav a:hover, body header .menu li:hover, body header .menu a:hover {
  color: #b3d4ff;
}
body header nav .btn-tel, body header .menu .btn-tel {
  color: #006eff;
  background-color: #b3d4ff;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
body header nav .btn-tel:hover, body header .menu .btn-tel:hover {
  background-color: white;
  color: #006eff;
}

.home-main .banner {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: visible;
  z-index: 9;
}
.home-main .banner .threeDElement {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle at center, #b3d4ff 0%, #006eff 10%);
  z-index: 0;
}
.home-main .banner .container {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  margin: auto 8vw;
  z-index: 1;
  position: relative;
}
.home-main .banner .container .site-title {
  font-family: mundial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
}
.home-main .banner .container h2 {
  color: white;
  margin: 0;
  font-size: 1em;
}
.home-main .banner .container h2.sc {
  color: #b3d4ff;
  font-size: 1.7em;
}
.home-main .biographie {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 110vh;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(to bottom, #006eff 0%, #b3d4ff 5%);
}
.home-main .biographie .paragrapheBio {
  color: black;
  font-size: 2vmax;
  line-height: 2;
  width: 80%;
  height: fit-content;
  margin: auto;
  text-align: center;
}
.home-main .realisations, .home-main .offres-emploi {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60vh;
  position: relative;
  background-color: #006eff;
}
.home-main .realisations .visual, .home-main .offres-emploi .visual {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.home-main .realisations .visual .titre-1, .home-main .offres-emploi .visual .titre-1 {
  width: fit-content;
  height: fit-content;
  margin: auto;
  background-color: white;
  color: #006eff;
  padding: 10px;
  padding-bottom: 17px;
  border-radius: 5px;
  font-size: 2.5em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home-main .realisations .visual .titre-1:hover, .home-main .offres-emploi .visual .titre-1:hover {
  background-color: #b3d4ff;
}
.home-main .realisations .visual img, .home-main .offres-emploi .visual img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(5px);
  -webkit-user-drag: none;
}
.home-main .realisations .liste, .home-main .offres-emploi .liste {
  width: auto;
  height: 60vh;
  display: flex;
  flex-direction: row;
  z-index: 2;
  margin: auto;
  margin-left: 50vw;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #b3d4ff 20%);
  overflow: hidden;
  position: relative;
}
.home-main .realisations .liste .masque, .home-main .offres-emploi .liste .masque {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: calc(20% - 80px);
  background-image: linear-gradient(to right, #006eff 0%, rgba(179, 212, 255, 0) 100%);
  z-index: 1000000;
}
.home-main .realisations .liste .realisations-container, .home-main .realisations .liste .offres-container, .home-main .offres-emploi .liste .realisations-container, .home-main .offres-emploi .liste .offres-container {
  display: flex;
  flex-direction: row;
  margin-left: 100px;
}
.home-main .realisations .liste .realisations-container a.realisation-item, .home-main .realisations .liste .realisations-container a.offre-item, .home-main .realisations .liste .offres-container a.realisation-item, .home-main .realisations .liste .offres-container a.offre-item, .home-main .offres-emploi .liste .realisations-container a.realisation-item, .home-main .offres-emploi .liste .realisations-container a.offre-item, .home-main .offres-emploi .liste .offres-container a.realisation-item, .home-main .offres-emploi .liste .offres-container a.offre-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  transition: all 0.3s ease;
  width: 20vw;
}
.home-main .realisations .liste .realisations-container a.realisation-item:hover, .home-main .realisations .liste .realisations-container a.offre-item:hover, .home-main .realisations .liste .offres-container a.realisation-item:hover, .home-main .realisations .liste .offres-container a.offre-item:hover, .home-main .offres-emploi .liste .realisations-container a.realisation-item:hover, .home-main .offres-emploi .liste .realisations-container a.offre-item:hover, .home-main .offres-emploi .liste .offres-container a.realisation-item:hover, .home-main .offres-emploi .liste .offres-container a.offre-item:hover {
  background-color: #d7e8ff;
}
.home-main .realisations .liste .realisations-container a.realisation-item img, .home-main .realisations .liste .realisations-container a.offre-item img, .home-main .realisations .liste .offres-container a.realisation-item img, .home-main .realisations .liste .offres-container a.offre-item img, .home-main .offres-emploi .liste .realisations-container a.realisation-item img, .home-main .offres-emploi .liste .realisations-container a.offre-item img, .home-main .offres-emploi .liste .offres-container a.realisation-item img, .home-main .offres-emploi .liste .offres-container a.offre-item img {
  width: 100%;
  height: 15vh;
  border-radius: 5px;
  object-fit: cover;
  -webkit-user-drag: none;
}
.home-main .realisations .liste .realisations-container a.realisation-item h2, .home-main .realisations .liste .realisations-container a.offre-item h2, .home-main .realisations .liste .offres-container a.realisation-item h2, .home-main .realisations .liste .offres-container a.offre-item h2, .home-main .offres-emploi .liste .realisations-container a.realisation-item h2, .home-main .offres-emploi .liste .realisations-container a.offre-item h2, .home-main .offres-emploi .liste .offres-container a.realisation-item h2, .home-main .offres-emploi .liste .offres-container a.offre-item h2 {
  height: fit-content;
  text-align: center;
  color: #006eff;
  margin-bottom: 1em;
}
.home-main .realisations .liste .realisations-container a.realisation-item p, .home-main .realisations .liste .realisations-container a.offre-item p, .home-main .realisations .liste .offres-container a.realisation-item p, .home-main .realisations .liste .offres-container a.offre-item p, .home-main .offres-emploi .liste .realisations-container a.realisation-item p, .home-main .offres-emploi .liste .realisations-container a.offre-item p, .home-main .offres-emploi .liste .offres-container a.realisation-item p, .home-main .offres-emploi .liste .offres-container a.offre-item p {
  height: fit-content;
  color: black;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  line-height: 1.8;
  margin-bottom: auto;
}
.home-main .realisations .liste .realisations-container a.realisation-item .date, .home-main .realisations .liste .realisations-container a.offre-item .date, .home-main .realisations .liste .offres-container a.realisation-item .date, .home-main .realisations .liste .offres-container a.offre-item .date, .home-main .offres-emploi .liste .realisations-container a.realisation-item .date, .home-main .offres-emploi .liste .realisations-container a.offre-item .date, .home-main .offres-emploi .liste .offres-container a.realisation-item .date, .home-main .offres-emploi .liste .offres-container a.offre-item .date {
  font-size: 0.9em;
  color: #666;
}
.home-main .defilement {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #ffffff;
  height: 10vh;
  display: flex;
  align-items: center;
  border-left: none;
  border-right: none;
}
.home-main .defilement-track {
  display: inline-flex;
  animation: defilement-scroll 20s linear infinite;
}
.home-main .defilement-item {
  display: inline-block;
  padding: 0 2vw;
  font-size: 1.25vw;
  color: #006eff;
  font-family: mundial, sans-serif;
}
@keyframes defilement-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-main .offres-emploi {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60vh;
  position: relative;
  background-color: #006eff;
}
.home-main .offres-emploi .liste {
  width: 50%;
  height: 60vh;
  display: flex;
  flex-direction: row;
  z-index: 2;
  margin: auto;
  margin-left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #b3d4ff 20%);
}
.home-main .offres-emploi .liste .masque {
  right: 0;
  left: auto;
  background-image: linear-gradient(to left, #006eff 0%, rgba(179, 212, 255, 0) 100%);
}
.home-main .offres-emploi .liste .offres-container {
  margin-right: 100px;
  margin-left: 0;
}
.home-main .offres-emploi .visual {
  right: 0;
}

footer {
  background-image: linear-gradient(to bottom, #006eff, #004bbf);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 80px;
  height: 40vh;
}
footer .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: fit-content;
  max-height: 20vh;
}
footer .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
}
footer .bottom .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10vh;
  width: fit-content;
}
footer .bottom .logo a {
  width: fit-content;
  height: 50%;
  margin-top: auto;
}
footer .bottom .logo a img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
footer .bottom .logo p {
  margin-top: 5px;
  margin-bottom: auto;
}
footer .bottom a {
  color: white;
  text-decoration: none;
  margin: auto 0;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: large;
}
footer .bottom a:hover {
  color: #b3d4ff;
}
footer .brandID {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 20%;
  height: fit-content;
  margin: auto 0;
  padding: 0;
  font-size: 1.25em;
}
footer .brandID a {
  color: #b3d4ff;
  text-decoration: none;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: fit-content;
}
footer .brandID a.tel {
  margin-top: 10px;
}
footer .brandID a:hover {
  color: white;
}
footer .brandID img {
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
}
footer .brandID .site-description {
  margin-bottom: 2em;
}
footer .links {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 20%;
}
footer .links ul {
  margin: auto 0;
  padding: 0;
}
footer .links li, footer .links a {
  color: white;
  text-decoration: none;
  margin: auto 0;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: large;
  list-style: none;
}
footer .links li:hover, footer .links a:hover {
  color: #b3d4ff;
}
footer .map {
  width: 25%;
  height: auto;
}
footer .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.maintenance {
  width: 100%;
  height: 100vh;
  background-color: #006eff;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.template-page {
  width: 100%;
  height: auto;
}
.template-page .banner {
  padding-top: 8vh;
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle at 13% 20%, #b3d4ff 0%, #006eff 15%, rgba(0, 110, 255, 0) 16%), radial-gradient(circle at bottom right, #b3d4ff 0%, #006eff 15%);
  color: white;
  display: flex;
  flex-direction: column;
}
.template-page .banner .line {
  width: 30%;
  height: 2px;
  background-color: white;
  margin: 20px auto;
}
.template-page .banner .description {
  width: 60%;
  text-align: center;
}
.template-page .erreur {
  display: flex;
  width: 100%;
  background-color: #790000;
  height: 60vh;
}
.template-page .erreur h2 {
  font-size: 2em;
  margin: 0;
  color: white;
  margin: auto;
}
.template-page .article-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  width: 90%;
  margin: 20px auto;
}
.template-page .article-list .article-item {
  text-decoration: none;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  background-color: white;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 10px;
}
.template-page .article-list .article-item:hover {
  transform: translateY(-5px);
  background-color: #d7e8ff;
}
.template-page .article-list .article-item .image-container {
  width: 100%;
  max-height: 15vh;
  overflow: hidden;
  border-radius: 5px;
}
.template-page .article-list .article-item .image-container img {
  width: 100%;
  height: 15vh;
  object-fit: cover;
  -webkit-user-drag: none;
}
.template-page .article-list .article-item h2 {
  margin-top: 10px;
  font-size: 1.6em;
  text-align: center;
  color: #006eff;
}
.template-page .article-list .article-item p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  margin-top: 10px;
  margin-bottom: auto;
  line-height: 1.8;
}
.template-page .article-list .article-item .date {
  font-size: 0.9em;
  color: #666;
}

.article-template {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 200px;
  width: 90%;
  margin: auto;
  margin-bottom: 4vh;
}
.article-template .infos {
  margin-top: 12vh;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.article-template .infos img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.article-template .infos h1 {
  color: #006eff;
  text-transform: none;
  text-align: end;
  width: 85%;
}
.article-template .infos a {
  color: #006eff;
  text-decoration: none;
  font-size: 1.2em;
  align-self: center;
  margin-top: 5em;
  margin-bottom: 0;
}
.article-template .infos a:hover {
  text-decoration: underline;
}
.article-template .entry-content {
  margin-top: 12vh;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  line-height: 1.8;
}

/*# sourceMappingURL=style.css.map */
