:root {
  --pdgblue: #154571;
  --pdgyellow: #ffb738;
  --pdgneoblue: #2B3781;
  --pdgneoyellow: #FFD798;
  --pdgred: #B41001;
}

html{margin:0; }
body{margin:0; font-family: 'Montserrat', sans-serif;}
p{ text-align: justify;}
h1{ font-family: 'Roboto Slab', serif; font-weight:400; padding-top: 30px; padding-bottom: 5px; color:var(--pdgneoblue); }
h2{ font-family: 'Roboto Slab', serif;  padding-top: 15px; padding-bottom: 5px; color:var(--pdgneoblue); text-decoration: underline;}


hr{
  border-style: solid;
  border-width: 1px;
  border-color: #666;
}

#covid{
  position: relative;
  width: 100%;
  background:#9c0816;
  color:#fff;
}

#covid_msg
{
  position: relative;
  width: 70%;
  height:auto;
  left: 0;
  right: 0;
  margin:auto;
  text-align: center;
  padding: 15px 0px;
}

#lang-menu {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  text-align: end;
}

#lang-menu a {
  text-decoration: none;
  color: var(--pdgblue);
}

#lang-menu a:hover {
  color: var(--pdgneoyellow);
}

.lang-active {
  border-bottom: 2px solid var(--pdgneoyellow);
}

#head{
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

#logo-pdg{
  /* width: 40%; */
  max-width:650px;
  height: auto;
}

#slogan
{
  position:absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: var(--pdgneoyellow);
  font-weight: bolder;
  font-size: 2.6em;
  padding: 50px;
  text-shadow: 5px 5px  #0d2944;
  text-align: center;
}

#slogan p
{
  text-align: center;
  width: 70%;
}

#section_entreprise{
  position: relative;
  width: 100%;
  /* height: 400px; */
  height: auto;
  padding-bottom: 50px;
}

#section_memo{
  position: relative;
  width: 100%;
  /* height: 1100px; */
  height: auto;
  padding-bottom: 50px;
}

#section_feeq{
  position: relative;
  width: 100%;
  /* height: 1100px; */
  height: auto;
  padding-bottom: 50px;
}


.content-memo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 480px;
  overflow-y: hidden;
  /*
  border: solid thin #ccc;
  border-radius: 8px;
  */
}

.btmemo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--pdgneoyellow);
  color: var(--pdgneoblue);
  /* border: solid thin #ccc; */
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  max-width: 300px;
  left: 0;
  right: 0;
  margin: auto;
}

.memo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px 15px 0px;
  
}

.memo img
{
  width: 90%;
}

.memos-offer
{
  font-family: 'Roboto Slab', serif;
  font-weight: thin;
  font-size: 1.2em;
  color: var(--pdgneoblue);
  list-style:url('../img/yellow-diamond-12.png');
}

.memos-photo
{
  max-width: 225px;
}

#partenaires_container{
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: center;
}

.partenaire_single{
  /* background-color: #d35; */
  width: 150px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top:2%;
}


.content-dist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*
  overflow-y: hidden;
  border: solid thin #ccc;
  border-bottom: none;
  border-radius: 8px;
  */
}

.dist{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  
}

.dist img
{
  width: 100px;
}

#print_container{
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: center;
}

.print_single{
  /* background-color: #d35; */
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top:2%;
}

#section_web{
  position: relative;
  width: 100%;
  /* height: 2000px; */
  height: auto;
  padding-bottom: 50px;
}

#website_container{
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.website_single{
  background-color: #d35;
  width: 298px;
  height: 221px;
}


.content-web{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*
  border: solid thin #ccc;
  border-radius: 8px;
  */
}

.webs{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.webs img
{
  width: 300px;
}

#section_fondateur{
  position: relative;
  width: 100%;
  /* height: 400px; */
  height: auto;
  padding-top: 70px;
  padding-bottom: 120px;
}


.content-feeq{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  border: solid thin #ccc;
  border-radius: 8px;
}

.feeq{
  padding: 15px;
  text-align: center;
  flex-grow: 1;
}

.feeq img
{
  width: 100%;
}

.feeq-slogan
{
  font-weight: bold;
  font-size: 2.6em;
  color: var(--pdgred);
  font-family: 'Kalam', cursive;
  padding-bottom: 0;
}


#section_contact{
  position: relative;
  width: 100%;
  /* height: 800px; */
  height: auto;
  padding-bottom: 50px;
}

#section_footer{
  position: relative;
  width: 100%;
  height: auto;
  font-family: 'Roboto Slab', serif;
  color: var(--pdgneoyellow);
  background: var(--pdgneoblue);
  padding:50px;
}

#legal{
  width: 300px;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: rgba(4, 4, 146, 0.429) solid thin;
}

#section{
  position: relative;
  width: 100%;
  height: 500px;
}

#contact_left{
  position: relative;
  float: left;
  width: 50%;
  height: 100px;
}

#contact_right{
  position: relative;
  float: left;
  width: 50%;
  height: 100px;
  text-align: right;
}

#clear_contact{
  clear: both;
  padding-bottom: 50px;
}

#map {
        height: 400px;
        width: 100%;
       }

.entreprise{
  background-image: url('../img/contact-nb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.web{
  background-image: url('../img/multi-nb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fondateur{
  background-image: url('../img/yves_daoust-nb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact{
  background-image: url('../img/contact-nb.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site {
   float: left;
   margin: 10px;
   padding: 10px;
   max-width: 300px;
   height: 300px;
   border: 1px solid black;
}

.text-center{
  text-align: center;
}

.teltop{
  font-family: 'Roboto Slab', serif; 
  font-weight:600; 
  color:var(--pdgneoblue);
  font-size: 16px; 
  letter-spacing: 3px;
  /*background-color: var(--pdgneoyellow);*/
  border-top: solid thin var(--pdgneoyellow);
  border-bottom: solid thin var(--pdgneoyellow);
  padding: 10px;
}

.s12{
  font-size: 14px;
  font-weight:100;
}

#memo_img{
  display: block;
  width: 595px;
  height: 458px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

#site_img{
  display: block;
  width: 595px;
  height: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

#web_img{
  display: block;
  width: 595px;
  height: 332px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}


#logo{
  display: block;
  width: 595px;
  height: 202px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

#content{
  position: relative;
  width: 70%;
  height:auto;
  left: 0;
  right: 0;
  margin:auto;
}

.r{
  background: #9c0816;
}

.g{
  background: #0f0;
}

.b{
  background: #00f;
}

.neob
{
  color:var(--pdgneoblue);
}

.bold
{
  font-weight: bold;
}

#particles-js{
  /* position: fixed; */
  /* top:0; */
  width: 100%;
  height: 325px;
  overflow: hidden;
  background-color: #154571;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index:-1;
}

.particles-content
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}


/*
@media screen and (min-width: 1920px) {
    #head {
        background-size: 180px 40px;
    }
}
*/
@media screen and (max-width: 1350px) 
{
  .memos-photo
  {
    max-width: 200px;
  }
}

@media screen and (max-width: 1250px) 
{
  .memos-photo
  {
    max-width: 170px;
  }
}

@media screen and (max-width: 1150px) 
{
  .memos-photo
  {
    max-width: 160px;
  }
}

@media screen and (max-width: 1000px) 
{
  
  .content-feeq{
    flex-wrap: wrap;
  }
  
  .feeq img
  {
    width: 200px;
  }

  .teltop{

    font-weight:600; 
    font-size: 14px; 
    letter-spacing: 2px;
  }
  .memos-photo
    {
      max-width: 225px;
    }
}

@media screen and (max-width: 850px) {
    #web_img{
      width: 500px;
      height: 279px;
    }
    #memo_img{
      width: 500px;
      height: 385px;
    }
    #logo{
      width: 500px;
      height: 170px;
    }

    

    #slogan
    {
      font-size: 1.8em;
      text-shadow: 3px 3px  #0d2944;
    }

    #contact_right{
      width: 60%;
    }
    #contact_left{
      width: 40%;
    }

    .memos-photo
    {
      max-width: 200px;
    }

    
}


@media screen and (max-width: 700px) {
    #web_img{
      width: 400px;
      height: 223px;
    }
    #memo_img{
      width: 400px;
      height: 308px;
    }
    #logo{
      width: 400px;
      height: 136px;
    }

    #logo-pdg{
      width: 80%;
      height: auto;
    }
    #contact_right{
      width: 60%;
    }
    #contact_left{
      width: 40%;
    }
    .teltop{

      font-weight:600; 
      font-size: 14px; 
      letter-spacing: 0px;
    }



}


@media screen and (max-width: 600px) {
    #web_img{
      width: 270px;
      height: 151px;
    }
    #memo_img{
      width: 270px;
      height: 208px;
    }
    #logo{
      width: 270px;
      height: 92px;
    }

    #logo-pdg{
      width: 80%;
      height: auto;
    }

    

    #contact_right{
      width: 100%;
      text-align: left;
      clear: both;
      padding-top: 20px;
    }

    #contact_left{
      width: 100%;
      clear: both;
    }

    .teltop{

      font-weight:600; 
      font-size: 12px; 
      letter-spacing: 0px;
    }

    .memos-photo
    {
      max-width: 225px;
      padding-bottom: 1em;
    }
}

@media screen and (max-width: 500px) {
  #web_img{
    width: 270px;
    height: 151px;
  }
  #memo_img{
    width: 270px;
    height: 208px;
  }
  #logo{
    width: 270px;
    height: 92px;
  }

  #logo-pdg{
    width: 80%;
    height: auto;
  }

  #slogan
    {
      font-size: 1.4em;
      text-shadow: 3px 3px  #0d2944;
    }

  #contact_right{
    width: 100%;
    text-align: left;
    clear: both;
    padding-top: 20px;
  }

  #contact_left{
    width: 100%;
    clear: both;
  }

  .teltop{

    font-weight:600; 
    font-size: 10px; 
    letter-spacing: 0px;
  }
}