/*
 Theme Name:   Com et Net Child
 Description:  Com et Net Child Theme
 Author:       com-et-net.com
 Author URI:   https://com-et-net.com/
 Template:     com-et-net
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  com-et-net
*/

:root {
  --text-color:#000;
  --backgrond-color:#fafafa;
}
body {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  background-color:var(--backgrond-color);
}
header {
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: center;
  gap:30px;
  padding:30px;
}

#logo {
  font-size:3rem;
  color:var(--text-color);
  text-decoration:none
}







#intro {
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  line-height: 110%;
  margin-top:100px;
  margin-bottom:100px;
}



footer#colophon {
  background-color: inherit;
  padding-top: 0;
}
#containerInfosContact a,
footer#colophon .site-info a {
  color:var(--text-color);
}

footer#colophon .site-info {
  padding:10px 30px;
  color:var(--text-color);
}

.error-404 .page-header{
  text-align: center;
}
ul, ol {
  padding:0;
  margin-left:30px;
}
#breadcrumbWrap ol {
  margin-left:0;
  margin-bottom:0;
}
td,
th {
  border-width: 1px;
  padding: 5px;
}
.wpcf7 .label-contact {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}
.astered {
  color: red;
}




/* === Responsive === */
/*@media (min-width: 1200px) { body { background-color:pink!important; } } .col-lg-
@media (max-width: 1199px) { body { background-color:green!important; } } .col-md-
@media (max-width: 991px) { body { background-color:blue!important; } } .col-sm-
@media (max-width: 767px) { body { background-color:red!important; } } .col-xs-
@media (max-width: 575px) { body { background-color:grey!important; } } */


@media (max-width: 767px) {
  #containerH1EntryTitle {
    color: #000;
  }
  #conteneurTitle h1 {
    color: #000;
    margin-top:auto;
  }
  .vc_row-o-equal-height > .vc_col-has-fill {
	min-height:400px;
  }  
}