/* *Theme Name: CNN_Theme by agdWeb */
@font-face {
  font-family: "JelleeBold";
  src: url("fonts/Jellee-Bold.ttf");
}
/*****************
 * *     DEFAULT   *
 * ******************/
* {
  font-family: "JelleeBold";
  margin: 0;
  padding: 0;
  cursor: default;
  transition-duration: 350ms;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

h1 {
  font-size: 5em;
  color: #165c88;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 4em;
  color: #165c88;
  font-weight: bold;
}

h3 {
  font-size: 3em;
  font-weight: bold;
}

h4 {
  font-size: 2em;
  font-weight: bold;
}

h5 {
  font-size: 1.5em;
  font-weight: bold;
  transform: translateY(-30px);
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  cursor: pointer;
}

p {
  font-size: 1.2em;
  text-align: justify;
}

.btn {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-size: 20px;
}

.btn:hover {
  background-color: #ffffff;
  color: #165c88;
}

/* * SECTIONS */
section {
  width: 100%;
  min-height: 20vw;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.sectionHome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #165c88;
}

.sectionTetxt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #165c88;
  color: white;
}
.sectionTetxt p {
  width: 40%;
}

/* * HEADER */
#nav-mobile {
  display: none;
  height: 0;
}

nav {
  width: 100%;
  height: 50vh;
}
nav .mobileHeaderPadding {
  display: none;
}
nav .menu-header {
  width: 55%;
  position: absolute;
  right: 0;
  top: 5%;
  background-color: #14517a;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
nav .menu-header .menu-item a {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: solid 3px #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 30px;
  text-transform: uppercase;
  color: #14517a;
}
nav .menu-header .menu-item a:hover {
  transform: scale(1.05);
  background-color: #14517a;
  color: #FFFFFF;
}
nav .menu-header .menu-item a:active {
  transform: scale(0.9);
}
nav img {
  width: 128px;
  height: 128px;
  margin: 10px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
}

/* * BLOG CARD */
.sectionLastBlog {
  height: 90vh;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sectionLastBlog a {
  font-size: 20px;
  color: #165c88;
  transform: translateY(-10px);
}

.blogCards {
  width: 95%;
  height: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.blogCards .aBlogCard {
  width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  background-color: #165c88;
  color: white;
  border-radius: 36px;
}
.blogCards .aBlogCard .head {
  padding: 12px;
  text-align: center;
}
.blogCards .aBlogCard .head img {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 280px;
  height: 210px;
  object-fit: cover;
  border-radius: 25px;
  z-index: 50;
}
.blogCards .aBlogCard .body {
  position: absolute;
  top: 60%;
}
.blogCards .aBlogCard .body p {
  font-size: 22px;
  margin: 5px;
  text-align: center;
}
.blogCards .aBlogCard .footer {
  bottom: -20px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  z-index: 99;
}
.blogCards .aBlogCard .blogSvgBottom {
  z-index: 2;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.blogCards .aBlogCard .blogSvgTop {
  z-index: 1;
  position: absolute;
  top: 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.blogCards .aBlogCard:hover {
  box-shadow: 0px 0px 60px #d9d9d9, 0px 0px 60px #ffffff;
}
.blogCards .aBlogCard:hover * {
  cursor: pointer;
}

/* * ARTICLE */
article {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
article h2 {
  text-transform: uppercase;
}

/* * INSCRITPION MERCH */
.sectionInsMerch {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.sectionInsMerch .col {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.sectionInsMerch .col .InsMerchCard {
  width: 450px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #14517a;
  border-radius: 32px;
}
.sectionInsMerch .col .InsMerchCard img {
  width: 300px;
}
.sectionInsMerch .col .InsMerchCard p {
  width: 85%;
  text-align: center;
  color: #FFFFFF;
}

/* * CONTACT */
section.contact {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: none;
}
section.contact form {
  width: 80%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 15px solid #275077;
  border-radius: 36px;
}
section.contact form .headerContact {
  width: 95%;
  height: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.contact form .headerContact input {
  width: 300px;
  height: 65px;
  margin-left: 1.2%;
  margin-right: 1.2%;
  border: 5px solid #275077;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
}
section.contact form .headerContact input#raisoncontact, section.contact form .headerContact input#email {
  width: 450px;
}
section.contact form textarea {
  width: 300px;
  height: 50%;
  border: 5px solid #275077;
  border-radius: 25px;
  font-size: 20px;
  padding: 10px;
}
section.contact form .submitContact {
  width: 150px;
  height: 50px;
  background-color: #FFFFFF;
  color: #275077;
  border: 5px solid #275077;
  border-radius: 25px;
}
section.contact form .submitContact:hover {
  transform: scale(1.1);
  background-color: #275077;
  color: #FFFFFF;
}

/* * WOOCOMMERCE */
main {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  width: 100%;
  display: flex;
}
.woocommerce-ordering .orderby {
  margin-left: 4%;
  padding: 2px 5px;
  border-radius: 20px;
}

ul.products {
  list-style: none;
  width: 100%;
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
ul.products .product {
  border: 5px solid #275077;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
ul.products .product a, ul.products .product span {
  text-align: center;
  color: #275077;
  margin-top: 10px;
  margin-bottom: 5px;
}
ul.products .product h2 {
  text-align: center;
}
ul.products .product .add_to_cart_button:hover {
  transform: scale(1.1);
}
ul.products .product .woocommerce-loop-product__title {
  font-size: 20px;
}
ul.products .product .onsale {
  display: none;
}
ul.products .product del {
  color: red;
}
ul.products .product del bdi {
  color: red;
}
ul.products .product del bdi .woocommerce-Price-currencySymbol {
  color: red;
}
ul.products .product:hover {
  box-shadow: 0px 0px 60px #d9d9d9, 0px 0px 60px #ffffff;
}
ul.products .product:hover * {
  cursor: pointer;
}

div.product {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.product .woocommerce-product-gallery {
  margin-right: 20px;
}
div.product .woocommerce-product-gallery__image {
  border: 5px #275077 solid;
  border-radius: 25px;
}
div.product .woocommerce-product-gallery, div.product .summary, div.product .woocommerce-product-details__short-description {
  width: 47%;
}
div.product .woocommerce-product-gallery .product_title, div.product .summary .product_title, div.product .woocommerce-product-details__short-description .product_title {
  width: 100%;
  text-align: center;
  font-size: 75px;
}
div.product .woocommerce-tabs ul {
  display: none;
  list-style: none;
}
div.product .summary {
  height: 300px;
  display: flex;
  flex-wrap: wrap;
}
div.product .summary del {
  color: red;
}
div.product .summary del * {
  color: red;
}
div.product .summary ins {
  color: #275077;
}
div.product .summary ins * {
  color: #275077;
}
div.product .summary * {
  width: 50%;
}
div.product .summary .product_meta .posted_in a {
  color: #275077;
}
div.product .summary .product_meta .posted_in a:hover {
  color: #7185a2;
}
div.product .related.products h2 {
  margin-top: 100px;
}

/* * PANIER */
.wc-block-cart__submit-button {
  background-color: #275077;
  color: white;
  border-radius: 50px;
}

.wc-block-cart__submit-button:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 60px #d9d9d9, 0px 0px 60px #ffffff;
}
.wc-block-cart__submit-button:hover * {
  cursor: pointer;
}

/* * ARTICLES */
div.post-list {
  display: flex;
  flex-row: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
div.post-list article.post {
  width: 330px;
  height: 520px;
  margin-bottom: 100px;
  background-color: #275077;
  border-radius: 25px;
  color: white;
}
div.post-list article.post a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
div.post-list article.post a h2 {
  font-size: 23px;
  text-align: center;
  color: white;
  padding: 0 20px;
  padding-top: 10px;
}
div.post-list article.post a img {
  width: 300px;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
}
div.post-list article.post a div.post-excerpt {
  padding: 0 20px;
  font-size: 8px;
}
div.post-list article.post a .blogSvgBottom {
  width: 100%;
  z-index: 2;
  bottom: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
div.post-list article.post:hover {
  box-shadow: 0px 0px 60px #d9d9d9, 0px 0px 60px #ffffff;
}
div.post-list article.post:hover * {
  cursor: pointer;
}

/* * PAGE D'UN ARTICLE */
article.single-post {
  width: 100%;
}
article.single-post div {
  width: 90%;
}
article.single-post .single-post-content .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.single-post .single-post-content a {
  color: #7185a2;
}
article.single-post .single-post-content a:hover {
  color: #165c88;
}
article.single-post .single-post-content h3 {
  margin: 20px 0;
  color: #275077;
}
article.single-post .single-post-content h4 {
  margin: 15px 0;
  color: #165c88;
}
article.single-post .single-post-content p {
  margin: 10px 0;
}
article.single-post .single-post-content ul {
  margin-left: 20px;
  list-style: none;
}
article.single-post .single-post-content hr {
  margin-top: 20px;
  color: #275077;
}

/* * FOOTER */
footer {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #14517a;
}
footer .cols {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
footer .cols .aCol {
  width: 45%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: white;
  font-size: medium;
}
footer .cols .aCol h2 {
  color: white;
}
footer .cols .aCol .reseaux {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
footer .cols .aCol .reseaux a {
  width: 96px;
}
footer .cols .aCol .reseaux a svg:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 500ms linear;
}
footer.cols .aCol .reseaux a svg:hover {
  transition: all 500ms linear;
}
footer div.realisation {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
footer div.realisation h4 {
  text-decoration: none;
  color: white;
  font-size: 15px;
}

footer .cols .aCol p, footer .cols .aCol a {
  font-size: 20px;
}

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