/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

.bg-body {
  background: url(assets/images/bg-body.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-body-interne {
  background: url(assets/images/header-interne.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* ---------------------header ---------------------------------- */

.logo--header img {
  width: 350px;
}

nav > ul {
  margin-top: 0px;
  text-align: center;
}

nav > ul > li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}

nav > ul > li > a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 15px;
}

nav > ul > li > a:hover {
  color: #42bed9;
  text-decoration: none;
}

.slider--title {
  font-size: 72px;
  color: #2650a5;
}

.slider__title--bold {
  font-weight: bold;
}

.slider__title--light {
  font-weight: lighter;
  margin-top: -35px;
}

.dividier {
  height: 200px;
}

.top-bar {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0px 20px;
  z-index: 9999;
}

.top-bar-bg-blanc {
  position: fixed;
  content: '';
  background: #fff;
  box-shadow: 0px 0px 15px rgba(29, 49, 82, 0.5);
  top: -25px;
  left: 0;
  right: 0;
  height: 110px;
  padding: 20px 20px 0px 20px;
  z-index: 9999;
}

/*---------------------service----------------------------------*/

.service {
  background: url(assets/images/bg-service.png);
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.primary--title {
  text-align: center;
  font-size: 72px;
  font-weight: bold;
  color: #474747;
}

.primary__title--blue {
  font-size: 72px;
  font-weight: lighter;
  color: #2650a5;
  display: inline-block;
}

.primary__title--blanc {
  font-size: 72px;
  font-weight: lighter;
  color: #fff;
  display: inline-block;
}

.primary__title--blue-lighter {
  font-size: 72px;
  font-weight: lighter;
  color: #42bed9;
  display: inline-block;
}

.secondary__title {
  font-size: 24px;
  font-weight: 500;
  color: #474747;
  margin-bottom: 20px;
  margin-top: 6px;
}

.primay__text {
  font-size: 19px;
  color: #757575;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-top: 6px;
}

/* ---------------------valeur ---------------------------------- */
.valeurs {
  background: url(assets/images/bg-valeur.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.valeur__image img {
  width: 100%;
}

.valeur--item {
  position: relative;
  padding-left: 20px;
}

.valeur--item:before {
  position: absolute;
  content: '';
  width: 5px;
  top: 5px;
  left: 0px;
  bottom: 0;
  background: #42bed9;
}

/* ---------------------produits ---------------------------------- */

.produits {
  background: url(assets/images/bg-produit.png);
  background-size: 100% 100%;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.produit-item {
  background: url(assets/images/bg-item-produit.png);
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
}

.produit-item img {
  width: 85px;
  height: 40px;
  margin-left: 40px;
  margin-top: 65px;
}

.service-item-background {
  background: url(assets/images/bg-item-details-service.png);
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}

.service-item-background img {
  width: 80px;
  !height: 50px;
  margin-left: 45px;
  margin-top: 65px;
}

/* ---------------------actualités ---------------------------------- */

.actualite {
  background: url(assets/images/bg-actualite.png);
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
}

.actualite--item {
  border: 3px solid #ededee;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}

.actualite__image img {
  width: 100%;
  border-radius: 50px;
}

.actualite__button button {
  background: #42bed9 !important;
  color: #fff !important;
  font-weight: normal !important;
  padding: 15px !important;
  border: 0 !important;
  outline: none !important;
  border-radius: 30px !important;
  box-shadow: 1px 1px 2px #42bed9, 0 0 25px #42bed9, 0 0 5px #42bed9 !important;
}

.actualite__button button:hover {
  background: #2650a5 !important;
  transition-duration: 0.3s !important;
  box-shadow: 1px 1px 2px #2650a5, 0 0 25px #2650a5, 0 0 5px #2650a5 !important;
}

.actualite__button button:not(:hover) {
  transition-duration: 0.3s !important;
}

.actualite .secondary__title {
  position: relative;
}

.actualite .secondary__title:before {
  position: absolute;
  content: '';
  height: 5px;
  bottom: -10px;
  left: 30%;
  right: 30%;
  background: #42bed9;
}

/* ---------------------footer ---------------------------------- */

footer {
  background: url(assets/images/bg-footer.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  margin-top: 100px;
}

.secondary__title--blue {
  font-size: 24px;
  font-weight: 500;
  color: #2650a5;
  margin-bottom: 20px;
  margin-top: 6px;
}

ul.social-media > li {
  display: inline;
  margin: 10px;
}

ul.social-media .fa {
  color: #fff;
  background: #42bed9;
  padding: 9px 6px;
  width: 35px;
  text-align: center;
  border-radius: 50px;
}

ul.social-media .fa:hover {
  color: #fff;
  background: #2650a5;
  padding: 9px 6px;
  width: 35px;
  text-align: center;
  border-radius: 50px;
}

ul.contact > li {
  margin: 10px 0px;
}

ul.contact .fa {
  color: #42bed9;
  font-size: 18px;
  margin-right: 10px;
}

.text__contact {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
}

/* ---------------------contact ---------------------------------- */

button,
a {
  cursor: pointer;
}

.primary__title--blanc {
  font-size: 50px;
  font-weight: lighter;
  color: #fff;
  display: inline-block;
}

.contact button {
  background: #2650a5 !important;
  color: #fff !important;
  font-weight: 500 !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 10px 35px !important;
  margin-bottom: 20px !important;
  outline: none !important;
  text-align: center !important;
  width: 100% !important;
  border-radius: 5px !important;
}

.contact button:hover {
  background: #fff !important;
  color: #2650a5 !important;
  border: 2px solid #2650a5 !important;
  transition-duration: 0.2s !important;
}

.contact button:not(:hover) {
  transition-duration: 0.2s !important;
}

.contact .info .fa {
  color: #42bed9;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 25px;
}

.bg-contact-info {
  padding: 50px 20px;
}

.contact .block-info {
  float: left;
  text-align: center;
}

.contact .info p {
  color: #2650a5;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .contact .info p {
    color: #2650a5;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .contact .block-info {
    float: right;
    text-align: left;
  }
}

.contact table {
  width: 100%;
}

.contact input,
textarea {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  border-radius: 5px;
}

.block-info-1 {
  background: #42bed9;
  text-align: center;
  padding: 50px 15px;
  color: #fff;
}

.block-info-1 .fa {
  font-size: 25px;
}

.block-info-1 .titre-info {
  font-size: 25px;
  font-weight: 500;
}

.block-info-1 .contenu-info {
  font-size: 17px;
  font-weight: lighter;
}

.block-info-2 {
  background: #2650a5;
  text-align: center;
  padding: 50px 15px;
  color: #fff;
}

.block-info-2 .fa {
  font-size: 25px;
}

.block-info-2 .titre-info {
  font-size: 25px;
  font-weight: 500;
}

.block-info-2 .contenu-info {
  font-size: 17px;
  font-weight: lighter;
}

.maps {
  margin-bottom: -110px;
}

/*---------------------------------  page service  ------------------------------- */

.service__button {
  margin-bottom: 25px;
}

.service__button button {
  background: #42bed9 !important;
  color: #fff !important;
  font-weight: normal !important;
  padding: 15px !important;
  border: 0 !important;
  outline: none !important;
  width: 100% !important;
  text-align: center !important;
  border-radius: 30px !important;
  box-shadow: 1px 1px 2px #42bed9, 0 0 25px #42bed9, 0 0 5px #42bed9 !important;
}

.service__button button:hover {
  background: #2650a5 !important;
  transition-duration: 0.3s !important;
  box-shadow: 1px 1px 2px #2650a5, 0 0 25px #2650a5, 0 0 5px #2650a5 !important;
}

.service__button button:not(:hover) {
  transition-duration: 0.3s;
}

.service__button.active button {
  background: #2650a5 !important;
  box-shadow: 1px 1px 2px #2650a5, 0 0 25px #2650a5, 0 0 5px #2650a5 !important;
}

.details-service .secondary__title img {
  float: left;
  margin-top: -15px;
  margin-right: 20px;
}

.details__service__image img {
  border-radius: 10px;
  width: 100%;
}

.globale__descrition__service {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}

.contact__top__bar {
  width: max-content;
  background: #2650a5;
  border-radius: 50px;
  color: #fff;
  margin-top: 0px;
  font-size: 10px;
  line-height: 27px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.contact__top__bar .fa {
  color: #42bed9;
  font-size: 15px;
  margin-right: 5px;
}

.top-bar-page-interne {
  position: fixed;
  content: '';
  background: #fff;
  box-shadow: 0px 0px 15px rgba(29, 49, 82, 0.5);
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0px 20px;
  z-index: 9999;
}

/* ---------------------responsive ---------------------------------- */

@media screen and (max-width: 991px) {
  nav > ul > li > a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
  }

  .titre_blog {
    color: #2650a5;
    font-weight: 500;
    font-size: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .titre_blog {
    color: #2650a5;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
  }

  .service {
    text-align: center;
  }

  .valeurs {
    text-align: center;
  }

  .produits {
    text-align: center;
  }

  .actualite {
    text-align: center;
  }

  .dividier {
    height: 100px;
  }

  .color-blue {
    color: #2650a5 !important;
  }

  .primary--title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #474747;
  }

  .primary__title--blue {
    font-size: 50px;
    font-weight: lighter;
    color: #2650a5;
    display: inline-block;
  }

  .primary__title--blanc {
    font-size: 50px;
    font-weight: lighter;
    color: #fff;
    display: inline-block;
  }

  .primary__title--blue-lighter {
    font-size: 50px;
    font-weight: lighter;
    color: #42bed9;
    display: inline-block;
  }

  .secondary__title {
    font-size: 21px;
    font-weight: 500;
    color: #474747;
    margin-bottom: 20px;
    margin-top: 6px;
  }

  .primay__text {
    font-size: 16px;
    color: #757575;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 6px;
    text-align: center;
  }

  .slider--title {
    font-size: 60px;
    color: #2650a5;
  }

  .produits {
    background: #20479f;
    background-size: 100% 100%;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer {
    background: url(assets/images/bg-footer.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0px;
    margin-top: 40px;
    text-align: center;
  }

  .secondary__title--blue {
    font-size: 22px;
    font-weight: 500;
    color: #2650a5;
    margin-bottom: 20px;
    margin-top: 6px;
  }

  .text__contact {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
  }

  .burguer-close {
    position: absolute;
    border-radius: 50px;
    padding: 8px;
    width: 40px;
    right: 15%;
    top: 5%;
    text-align: center;
    display: none;
  }

  .burguer-close .fa {
    color: #fff;
    font-size: 25px;
  }

  .burguer-open {
    border-radius: 50px;
    padding: 8px;
    width: 40px;
    right: 15%;
    top: 5%;
    position: absolute;
    text-align: center;
  }

  .burguer-open .fa {
    color: #fff;
    font-size: 25px;
  }

  .top-bar-page-interne .burguer-open .fa {
    color: #2650a5;
    font-size: 25px;
  }

  .top-bar-page-interne .burguer-close .fa {
    color: #2650a5;
    font-size: 25px;
  }

  .menu-responsive {
    background: #42bed9;
    position: fixed;
    top: 75px;
    left: 0;
    width: 0px;
    padding: 50px 0px;
    color: #fff;
  }

  .menu-responsive li {
    padding-left: 25px;
  }

  .list-menu-responsive {
    display: none;
  }

  ul.list-menu-responsive > li {
    margin: 10px 0px;
  }

  .maps {
    margin-bottom: -45px;
  }

  .top-bar {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 20px 10px 20px;
    z-index: 9999;
  }

  .top-bar-bg-blanc {
    position: fixed;
    content: '';
    background: #fff;
    box-shadow: 0px 0px 15px rgba(29, 49, 82, 0.5);
    top: -20px;
    left: 0;
    height: 100px;
    right: 0;
    padding: 10px 20px 0px 20px;
    z-index: 9999;
  }

  .top-bar-page-interne {
    position: fixed;
    content: '';
    background: #fff;
    box-shadow: 0px 0px 15px rgba(29, 49, 82, 0.5);
    top: -25px;
    left: 0;
    right: 0;
    height: 100px;
    padding: 20px;
    z-index: 9999;
  }

  .logo--header img {
    width: 300px;
  }

  .dividier-interne {
    height: 30px;
  }

  .blog_partge {
    float: right;
    font-size: 11px;
  }

  .blog_technology {
    font-size: 11px;
  }
}

/*---------------------------------  end max-width 767 px  ------------------------------- */

@media screen and (min-width: 768px) {
  .burguer-open {
    display: none !important;
  }

  .burguer-close {
    display: none !important;
  }

  .list-menu-responsive {
    display: none !important;
  }

  .top-bar-page-interne {
    position: fixed;
    content: '';
    background: #fff;
    box-shadow: 0px 0px 15px rgba(29, 49, 82, 0.5);
    top: -25px;
    left: 0;
    height: 110px;
    right: 0;
    padding: 20px 20px 0px 20px;
    z-index: 9999;
  }

  .dividier-interne {
    height: 45px;
  }

  .logo--header img {
    width: 210px;
  }

  .produit-item {
    background: url(assets/images/bg-item-produit.png);
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
  }

  .produit-item img {
    width: 80px;
    !height: 50px;
    margin-left: 43px;
    margin-top: 65px;
  }

  .blog_partge {
    float: right;
    font-size: 16px;
  }

  .blog_technology {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  nav > ul {
    margin-top: 20px;
    text-align: center;
  }

  .logo--header img {
    width: 260px;
  }

  .contact__top__bar {
    width: max-content;
    background: #2650a5;
    border-radius: 50px;
    color: #fff;
    margin-top: 10px;
    font-size: 10px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
  }

  .titre_blog {
    color: #2650a5;
    font-weight: 500;
    font-size: 44px;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .contact__top__bar {
    width: max-content;
    background: #2650a5;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
    padding: 10px 15px;
    text-align: center;
  }

  .contact__top__bar .fa {
    color: #42bed9;
    font-size: 17px;
    margin-right: 10px;
  }

  .logo--header img {
    width: 350px;
  }
}

.details-blog {
  padding: 20px;
}

.details-blog .fa {
  color: #42bed9;
  font-size: 20px;
  margin-right: 10px;
}

.details-blog .blog__image img {
  width: 100%;
  height: 400px;
}

.border_blog {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.form-art {
  margin-bottom: 10px;
}
.form-art input {
  border-color: #dcd7ca;
  border-bottom: 1px solid #000;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  background-color: transparent;
  font-size: 16px;
  width: 100%;
}
.form-art input:focus-visible {
  outline: none;
}
.form-art input:focus {
  outline: none;
}
.form-art-btn {
  border-radius: 20px;
  margin-top: 10px;
  background-image: url(https://smart-data-com.com/wp-content/uploads/2020/01/button-smart-data.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  display: block;
  margin: 30px auto;
  width: 50% !important;
  padding: 10px;
}
img.logo-art-service {
  width: 100%;
}
