/* VARIABLES */
/* END VARIABLES */
/* FONCTIONS */
/* END FONCTIONS */
/*
************************************************
** STYLES
************************************************
*/
.grid .container_12 {
  background: #F7F7F7;
}
.grid .container_12.paddingTop {
  padding-top: 5px;
}
.grid .container_12.paddingBottom {
  padding-bottom: 5px;
}
/**** HEADER ****/
#newheader #logo_mtpm {
  width: 199px;
  margin: 0px auto;
  display: block;
}
#newheader #header_g .contact {
  text-align: center;
}
#newheader #header_g .contact a,
#newheader #header_g .contact span {
  display: inline-block;
  vertical-align: middle;
  color: #252575;
  font-size: 1.1em;
}
#newheader #logo_4gl {
  width: 129px;
  margin: 0px auto;
  display: block;
}
#newheader #header_d .contact {
  text-align: center;
}
#newheader #header_d .contact a,
#newheader #header_d .contact span {
  display: inline-block;
  vertical-align: middle;
  color: #f0522d;
  font-size: 1.2em;
}
/* MENU */
nav {
  font-family: 'Dosis', sans-serif;
}
nav button {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/menu-burger.png) center top 5px no-repeat;
  font-weight: 600;
  font-size: 20px;
  color: #161617;
  background-size: 32px 32px;
  text-transform: uppercase;
  padding: 35px 5px 5px 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
nav.toggled button {
  background-color: #b8b8b8;
}
nav.main-navigation.toggled ul {
  display: block;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: block;
}
.main-navigation a,
.main-navigation span {
  display: block;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  padding: 4px;
  margin: 0px 5px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.main-navigation a:hover {
  color: #ff5700;
}
.main-navigation ul ul {
  display: block;
  background: #fff;
  padding: 5px;
  margin: 0px 5px 5px 5px;
}
.main-navigation ul ul a,
.main-navigation ul ul span {
  display: block;
  font-size: 0.85em;
  padding: 5px;
  margin: 0px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* */
#bg_header #logo {
  text-align: center;
  margin: 5px;
  height: 60px;
}
#bg_header #logo a {
  display: block;
  padding: 0px 5px;
  max-width: 240px;
}
#bg_header #logo img {
  display: block;
}
#bg_header #masthead {
  position: relative;
}
.contact_facebook {
  display: none;
}
.contact_facebook a {
  display: inline-block;
  padding: 0;
}
.contact_facebook a:before {
  color: #777777;
  font-size: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.slogan,
.tel {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #39313e;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  display: block;
  padding: 0 10px;
}
header .tel {
  font-size: 1em;
  margin: 10px 0;
}
header #retour_home {
  padding: 0;
}
#haut_header {
  position: fixed;
  z-index: 25;
  width: 100%;
  background: #e5e5e7;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
}
#bas_header {
  padding-top: 70px;
}
/**** END HEADER ****/
.entry-header,
.page-header {
  text-align: center;
}
body {
  background: #ffffff;
}
/**** HOME ****/
#actus_home .visuel {
  height: 250px;
}
#slider_home {
  position: relative;
}
#slider_home .owl-item {
  position: relative;
}
#slider_home .owl-item a.various {
  position: absolute;
  z-index: 50;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
  text-align: center;
  height: 100%;
}
#slider_home .owl-item a.various:before {
  font-size: 50px;
}
#slider_home .owl-controls {
  margin: 0;
}
#slider_home .owl-controls .owl-nav div {
  margin: 0;
  width: 35px;
  height: 50px;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
#slider_home .owl-controls .owl-nav div:after {
  content: "";
  width: 35px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 0%;
  z-index: 5;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#slider_home .owl-controls .owl-nav div.owl-prev {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/fleche_gauche.svg) center center no-repeat;
  left: 10px;
}
#slider_home .owl-controls .owl-nav div.owl-prev:after {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/fleche_gauche.svg) center center no-repeat;
  left: 0;
}
#slider_home .owl-controls .owl-nav div.owl-prev:hover:after {
  left: 5px;
}
#slider_home .owl-controls .owl-nav div.owl-next {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/fleche_droite.svg) center center no-repeat;
  right: 10px;
}
#slider_home .owl-controls .owl-nav div.owl-next:after {
  content: "";
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/fleche_droite.svg) center center no-repeat;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#slider_home .owl-controls .owl-nav div.owl-next:hover:after {
  right: 5px;
}
#page {
  background: #e5e5e7;
  max-width: 1200px;
  margin: 0 auto;
}
#page .titre {
  color: #161617;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 15px;
}
#page .titre-orange {
  color: #ff5700;
  text-transform: uppercase;
  font-size: 1.15em;
  text-align: center;
  display: block;
  margin: 10px 0;
}
#contenu_home {
  background: #fff;
  margin: 0px;
  box-shadow: 2px 2px 2px 0px rgba(22, 22, 23, 0.2);
}
#contenu_home article {
  margin: 0;
}
#contenu_home article .entry-content {
  margin: 0;
  padding: 20px;
}
#contenu_home article .entry-content p {
  color: #595550;
}
#entrees_home .une_entree {
  display: block;
  margin: 20px 20px 30px 20px;
}
#entrees_home .une_entree a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}
#entrees_home .une_entree a .picto {
  position: absolute;
  width: 62px;
  right: 30px;
  z-index: 10;
  bottom: -20px;
}
#entrees_home .une_entree a.survol {
  padding-top: 5px;
}
#entrees_home .une_entree a.survol .titre_bloc_home {
  padding-top: 50px;
}
#entrees_home .une_entree .infos_complementaires {
  position: relative;
  display: none;
}
#entrees_home .une_entree .infos_complementaires img {
  display: block;
}
#entrees_home .une_entree .infos_complementaires .bloc_infosc {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  text-align: center;
  bottom: -30px;
}
#entrees_home .une_entree .infos_complementaires .bloc_infosc span {
  display: inline-block;
  padding: 10px 15px;
  background: #6e96ad;
  font-size: 0.9em;
  line-height: 1.2em;
}
#entrees_home .une_entree .titre_bloc_home {
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.85em;
  line-height: 1.2em;
  padding: 20px 80px 20px 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#entrees_home .une_entree.grenaillage a {
  background: #34bbd9;
}
#entrees_home .une_entree.grenaillage a:hover {
  background: #28859a;
}
#entrees_home .une_entree.metallisation a {
  background: #ef9a22;
}
#entrees_home .une_entree.metallisation a:hover {
  background: #a26a1a;
}
#entrees_home .une_entree.thermo a {
  background: #ca4479;
}
#entrees_home .une_entree.thermo a:hover {
  background: #873153;
}
#entrees_home .une_entree.peinture a {
  background: #93539d;
}
#entrees_home .une_entree.peinture a:hover {
  background: #5b3661;
}
#petits_plus {
  margin: 60px 20px 0px 20px;
}
#bloc_petits_plus {
  background: #39313e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 30px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(22, 22, 23, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(22, 22, 23, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(22, 22, 23, 0.2);
}
#titre_plus {
  padding: 25px 0 15px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#titre_plus .petits {
  margin: 0;
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/petits-plus.png) right 0px no-repeat;
  background-size: 54px 54px;
  font-size: 2.5em;
  font-weight: 600;
  display: inline-block;
  padding: 0px 65px 0px 0px;
}
#titre_plus .difference {
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.85em;
  line-height: 1.1em;
  max-width: 250px;
}
#titre_plus .difference span {
  font-weight: 700;
  font-size: 1.25em;
}
.bloc {
  width: 240px;
  margin: 0px auto 12px auto;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(22, 22, 23, 0.2);
  -moz-box-shadow: 4px 4px 3px 0px rgba(22, 22, 23, 0.2);
  box-shadow: 4px 4px 3px 0px rgba(22, 22, 23, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 30px 10px 85px;
  color: #fff;
}
.bloc .titre_plus {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.bloc .delais {
  display: none;
}
.bloc .delais_gros {
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2em;
}
.bloc .contenu_bloc {
  font-weight: 600;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.1em;
}
.bloc .contenu_bloc span {
  display: none;
}
.bloc.reactivite {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/mtpm-reactivite.png) 15px center no-repeat #e11d1d;
  background-size: 49px 52px;
}
.bloc.specificite {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/mtpm-specificite.png) 15px center no-repeat #ff5700;
  background-size: 52px 52px;
}
.bloc.qualite {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/mtpm-qualite.png) 15px center no-repeat #7c9c38;
  background-size: 48px 58px;
}
#contenu_petits_plus {
  margin-top: 40px;
}
#contenu_petits_plus ul {
  margin: 0px 0px 15px 0px;
}
#contenu_petits_plus ul li {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/puce_liste_rouge.png) 0px 9px no-repeat;
  padding: 0px 0px 0px 15px;
}
#professionnalisme {
  margin: 50px 20px 0 20px;
}
#professionnalisme .item {
  margin-bottom: 15px;
  text-align: center;
}
#professionnalisme .item img {
  display: block;
  margin: 0 auto;
}
#professionnalisme .item a {
  display: block;
}
/**** END HOME ****/
/**** ACTUALITES ****/
.liste_actus {
  margin-top: 20px;
}
.liste_actus article {
  background: #ececec;
}
.liste_actus article .entry-header {
  text-align: left;
  padding: 10px 15px 0px 15px;
}
.liste_actus article .entry-header h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.2em;
  min-height: 48px;
}
.liste_actus article .entry-header a {
  display: block;
  color: #404040;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.liste_actus article .entry-header a:hover {
  color: #e5af00;
}
.liste_actus article .entry-content {
  margin: 0;
  padding: 0px 15px 10px 15px;
  height: 70px;
}
.liste_actus article .entry-content p {
  margin: 0;
  font-size: 0.85em;
}
.visuel {
  position: relative;
}
.visuel img {
  display: block;
}
.visuel .entry-meta {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #404040;
  color: #ffffff;
  font-size: 0.8em;
  padding: 7px 10px;
}
.single-actu {
  margin: 0 auto;
  padding: 0 10px;
}
#sidebar_actus {
  margin-bottom: 10px;
  color: #ffffff;
}
#sidebar_actus #secondary {
  background: #404040;
}
#sidebar_actus aside {
  margin: 0;
  padding: 15px;
}
#sidebar_actus aside h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#sidebar_actus aside ul {
  margin-top: 15px;
}
#sidebar_actus aside ul li {
  margin: 0px 0px 15px 0px;
  border-left: 1px solid #ffffff;
  padding: 0px 0px 0px 10px;
  line-height: 1.2em;
}
#sidebar_actus aside ul li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sidebar_actus aside ul li a:hover {
  color: #e5af00;
}
#sidebar_actus aside ul li span {
  font-size: 0.7em;
}
#sidebar_actus .post-navigation {
  padding: 0;
  margin: 0;
}
#sidebar_actus .nav-links {
  margin: 0;
}
#sidebar_actus .nav-links div {
  margin: 0;
  width: 100%;
  border: 1px solid #404040;
  margin-bottom: 10px;
}
#sidebar_actus .nav-links div a {
  display: block;
  text-align: right;
  color: #404040;
  padding: 5px 10px 5px 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sidebar_actus .nav-links div a:hover {
  background: #404040;
  color: #ffffff;
}
/**** END ACTUALITES ****/
/**** CONTENU ****/
#main {
  margin: 0 5px;
}
#fil_ariane {
  background: #fff;
}
#fil_ariane #breadcrumbs {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  padding: 10px;
}
#fil_ariane #breadcrumbs a {
  color: #827e84;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#fil_ariane #breadcrumbs a:hover {
  color: #ff5700;
}
#fil_ariane #breadcrumbs span {
  color: #39313e;
}
#rubrique {
  margin: 0 20px;
}
#rubrique #titre_parent {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  padding: 10px 20px 10px 0;
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/fleche_bas_bleu.png) right center no-repeat;
  background-size: 30px 30px;
}
#rubrique #titre_parent.deroule {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/fleche_haut_bleu.png) right center no-repeat;
  background-size: 30px 30px;
}
#rubrique ul {
  margin: 0;
}
#rubrique ul li {
  margin: 0 0 10px 0;
  border: 1px solid #39313e;
  color: #39313e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#rubrique ul li.current_page_item.page_item {
  background: #39313e;
}
#rubrique ul li.current_page_item.page_item a {
  color: #fff;
}
#rubrique ul li.page-item-77 a {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/grenaillage-et-sablage.png) center right 5px no-repeat;
  background-size: 41px 42px;
}
#rubrique ul li.page-item-78 a {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/metallisation-et-shoopage.png) center right 5px no-repeat;
  background-size: 41px 42px;
}
#rubrique ul li.page-item-81 a {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/thermolaquage-et-poudrage.png) center right 5px no-repeat;
  background-size: 41px 42px;
}
#rubrique ul li.page-item-79 a {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/peinture-liquide.png) center right 5px no-repeat;
  background-size: 41px 42px;
}
#rubrique ul li a {
  color: #39313e;
  display: block;
  padding: 0px 0px 0px 20px;
  line-height: 57px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#rubrique ul li:hover {
  background: #39313e;
}
#rubrique ul li:hover a {
  color: #fff;
}
#contenu_page {
  background: #fff;
  margin: 10px 0px;
}
#contenu_page #titre_intro_page {
  padding: 20px;
}
#contenu_page #titre_intro_page #intro_page {
  position: relative;
}
#contenu_page #titre_intro_page #intro_page .titre_page {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.85em;
  line-height: 1.2em;
  padding: 15px 20px 35px 20px;
}
#contenu_page #titre_intro_page #intro_page img {
  width: 62px;
  position: absolute;
  right: 30px;
  bottom: -23px;
}
#contenu_page #titre_intro_page #intro {
  margin-top: 20px;
  padding: 0px 0px 0px 20px;
}
#contenu_page #titre_intro_page #intro p {
  color: #595550;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0;
}
#contenu_page #titre_intro_page #intro p strong {
  font-weight: 700;
}
#contenu_page #bandeau {
  position: relative;
}
#contenu_page #bandeau img {
  display: block;
}
#contenu_page #bandeau a.various {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
#contenu_page #bandeau a.various:before {
  font-size: 50px;
  margin-top: 35px;
  display: block;
}
#contenu_page .entry-content {
  margin: 0;
  padding: 20px 10px;
}
#contenu_page p {
  color: #595550;
}
#contenu_page .fl-rich-text ul {
  margin: 0px 0px 10px 0px;
}
#contenu_page .fl-rich-text ul li {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/puce_liste_rouge.png) 0px 9px no-repeat;
  padding: 0px 0px 0px 15px;
}
#contenu_page .fl-rich-text ul li ul {
  margin-bottom: 0;
}
#contenu_page .fl-rich-text a {
  color: #34bbd9;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#contenu_page .fl-rich-text a:hover {
  color: #28859a;
}
.texte-grand {
  font-size: 18px;
}
.titre-grand {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.sous-titre {
  font-weight: 600;
  font-size: 1.5em;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
}
.sous-titre-light {
  text-transform: uppercase;
  display: block;
}
.sous-titre-gras {
  font-weight: 600;
  font-size: 18px;
}
.couleur-bleue {
  color: #34bbd9;
}
.couleur-orange {
  color: #ef9a22;
}
.couleur-rose {
  color: #ca4479;
}
.couleur-violet {
  color: #93539d;
}
.bordure {
  margin: 10px 25px;
}
.bordure .fl-rich-text {
  border-left: 3px solid #595550;
  padding: 0px 15px;
}
.full #contenu_page #titre_intro_page {
  padding-bottom: 0;
}
.full #contenu_page #titre_intro_page #intro_page .titre_page {
  color: #39313e;
  padding: 0;
}
#primary .gform_widget {
  margin: 0;
}
#primary .gform_wrapper {
  margin: 0;
}
#primary .gform_wrapper .gform_body {
  width: 100%;
}
#primary .gform_wrapper .gform_body .gform_fields {
  margin: 0;
}
#primary .gform_wrapper .gform_body .gform_fields li.gfield {
  margin: 0px 0px 10px 0px;
}
#primary .gform_wrapper .gform_body .gform_fields li.gfield label {
  text-transform: uppercase;
}
#primary .gform_wrapper .gform_body .gform_fields li.gfield label.gfield_label {
  margin: 0;
}
#primary .gform_wrapper .gform_body .gform_fields li.gfield div.ginput_container {
  margin: 0;
}
#primary .gform_wrapper .gform_body .gform_fields li.gfield div.ginput_container textarea {
  height: 128px;
}
#primary .gform_wrapper .gform_footer {
  padding: 0;
}
#primary .gform_wrapper .gform_footer input[type="submit"] {
  background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/picto-mail.png) 9px 4px no-repeat #34bbd9;
  background-size: 32px 32px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 40px;
  padding: 0px 15px 0px 50px;
}
#primary .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #ff5700;
}
/**** END CONTENU ****/
/**** FOOTER ****/
#bg_footer {
  text-align: center;
  background: #ffffff;
}
#bg_footer .un_widget {
  margin: 40px auto 0px auto;
  width: 240px;
}
#bg_footer .un_widget aside {
  margin: 0;
}
#bg_footer .un_widget aside h4 {
  display: block;
  color: #39313e;
  font-weight: 600;
  border-bottom: 1px solid #39313e;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#bg_footer .un_widget aside .textwidget {
  margin: 0;
}
#bg_footer .un_widget aside .textwidget ul {
  margin: 10px 0 0 0;
}
#bg_footer .un_widget aside .textwidget ul li {
  font-weight: 600;
  color: #525f6a;
}
#bg_footer .un_widget aside .textwidget ul li a {
  color: #525f6a;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#bg_footer .un_widget aside .textwidget ul li a:hover {
  color: #ff5700;
}
#bg_footer .contact_facebook {
  display: block;
  margin: 30px 0;
}
#bg_footer .contact_facebook a:hover:before {
  color: #ff5700;
}
#bg_footer #mentions_footer {
  padding: 10px 0;
  background: #e5e5e7;
}
#bg_footer #mentions_footer p {
  margin: 0;
}
#bg_footer #mentions_footer p a {
  color: #525f6a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#bg_footer #mentions_footer p a:hover {
  color: #ff5700;
}
/**** END FOOTER ****/
/*
************************************************
** END STYLES
************************************************
*/
/*
************************************************
** MEDIAS QUERIES
************************************************
*/
/* Version 768 */
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  #logo {
    float: left;
  }
  /**** HEADER ****/
  #newheader {
    display: flex;
  }
  #newheader #header_g {
    flex-grow: 1;
  }
  #newheader #header_g #logo_mtpm {
    display: block;
    margin: 10px 20px 0px 10px;
  }
  #newheader #header_g .contact {
    display: block;
    margin: 0px 20px 5px 10px;
  }
  #newheader #header_centre {
    flex-grow: 7;
  }
  #newheader #header_centre #site-navigation {
    margin: 20px auto;
  }
  #newheader #header_centre #site-navigation #menu_principal_mtpm {
    position: relative;
    left: 0px;
    top: 12px;
    display: inline-block;
  }
  #newheader #header_centre #site-navigation .contact_facebook {
    display: inline-block;
  }
  #newheader #header_centre #site-navigation .contact_facebook a:before {
    color: #39313e;
  }
  #newheader #header_d {
    flex-grow: 1;
  }
  #newheader #header_d #logo_4gl {
    display: block;
    margin: 10px 10px 0px 20px;
  }
  #newheader #header_d .contact {
    display: block;
    margin: 0px 10px 5px 20px;
  }
  nav.main-navigation {
    width: auto;
    margin: 0px 0px;
    padding: 0px;
    background-color: transparent;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li {
    display: block;
    position: relative;
    float: left;
  }
  .main-navigation li ul {
    display: none;
  }
  .main-navigation ul ul {
    padding: 15px 15px;
    border-top: 1px solid #ff5700;
    /*min-width: 100px;*/
    min-width: 100%;
  }
  .main-navigation ul li a,
  .main-navigation ul li span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
  }
  .main-navigation ul li ul li a,
  .main-navigation ul li ul li span {
    padding: 5px;
    line-height: 1em;
    text-transform: none;
  }
  .main-navigation ul li a:hover,
  .main-navigation ul li span:hover,
  .main-navigation li.current-menu-item span {
    box-shadow: none;
  }
  .main-navigation li li.current-menu-item span {
    background: #39313e;
    color: #fff;
  }
  .main-navigation li:hover ul {
    display: block;
    position: absolute;
    top: 42px;
    margin: 0px;
    z-index: 100000;
  }
  .main-navigation li:hover li {
    float: none;
  }
  .main-navigation li:hover li a:hover,
  .main-navigation li:hover li span:hover {
    background: #39313e;
    color: #fff;
  }
  .main-navigation li.menu-item-has-children ul li {
    border-top: 0px;
  }
  /**** HEADER ****/
  #haut_header {
    padding: 10px 10px 10px 10px;
  }
  #haut_header .contact_facebook {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
  }
  #haut_header .contact_facebook a {
    font-weight: 400;
  }
  #haut_header .contact_facebook a:before {
    color: #39313e;
  }
  #haut_header .contact_facebook a:hover:before {
    color: #ff5700;
  }
  #bg_header #logo {
    text-align: center;
    margin: 0px;
    height: auto;
  }
  #bg_header #logo a {
    padding: 0;
  }
  #bas_header {
    padding: 110px 10px 10px 10px;
  }
  #bas_header .slogan {
    float: left;
    padding: 0;
  }
  #bas_header .tel {
    float: right;
    font-size: 1.25em;
    margin: 0px 0;
    padding: 0;
  }
  /**** END HEADER ****/
  /**** HOME ****/
  #slider_home .owl-item a.various {
    top: 24%;
    height: auto;
  }
  #slider_home .owl-item a.various:before {
    font-size: 75px;
  }
  #entrees_home {
    font-size: 0;
    margin: 5px 10px 0px 10px;
  }
  #entrees_home .une_entree {
    margin: 20px 1.5% 5px 1.5%;
    display: inline-block;
    width: 47%;
    font-size: 16px;
    vertical-align: top;
  }
  #entrees_home .une_entree .titre_bloc_home {
    height: 110px;
  }
  #petits_plus {
    margin: 30px 20px 0px 20px;
  }
  #petits_plus .bloc {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    font-size: 0.85em;
    margin: 0px 7px;
  }
  #petits_plus .bloc .contenu_bloc,
  #petits_plus .bloc .titre_plus {
    text-align: left;
  }
  #bloc_petits_plus {
    text-align: center;
    padding-bottom: 15px;
  }
  #page .titre {
    font-size: 1.85em;
    margin-bottom: 25px;
  }
  #professionnalisme {
    text-align: center;
  }
  #professionnalisme .item {
    display: inline-block;
    margin: 0px 10px 15px 10px;
  }
  #contenu_home article .entry-content {
    padding: 40px 20px;
  }
  /**** END HOME ****/
  /**** FOOTER ****/
  #bg_footer .un_widget {
    margin: 40px 15px 0 15px;
    width: 210px;
    display: inline-block;
    vertical-align: top;
  }
  #bg_footer .contact_facebook a {
    margin: 0 5px;
  }
  /**** END FOOTER ****/
  /**** ACTUALITES ****/
  .single-actu article {
    float: left;
    width: 70%;
  }
  #sidebar_actus {
    float: right;
    width: 29%;
    margin-top: 80px;
  }
  /*** END ACTUALITES ****/
  /**** CONTENU ****/
  #fil_ariane {
    margin: 0 1%;
  }
  #rubrique {
    float: left;
    width: 23%;
    margin: 15px 1% 0 1%;
  }
  #rubrique #titre_parent {
    background: none;
    padding: 10px 0;
  }
  #rubrique ul li a {
    padding: 10px 55px 10px 10px;
    min-height: 55px;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .contenu {
    margin-bottom: 15px;
  }
  .contenu #bloc_petits_plus {
    padding: 0px 10px 5px 10px;
  }
  .contenu #titre_plus .petits {
    font-size: 1.2em;
    background-size: 27px 27px;
    padding-right: 35px;
  }
  .contenu .bloc {
    max-width: 100%;
    padding: 10px 5px 10px 5px;
    background-position: -100px -100px;
  }
  #contenu_page {
    float: right;
    width: 73%;
    margin: 15px 1% 0 1%;
  }
  #contenu_page #titre_intro_page #intro_page {
    float: left;
    width: 32%;
    font-size: 0.75em;
  }
  #contenu_page #titre_intro_page #intro_page img {
    width: 48px;
    right: 10px;
    bottom: -15px;
  }
  #contenu_page #titre_intro_page #intro {
    margin-top: 0;
    float: right;
    width: 64%;
  }
  #contenu_page #bandeau a.various:before {
    margin-top: 75px;
  }
  .full #contenu_page {
    width: 98%;
  }
  .full #contenu_page #titre_intro_page #intro_page {
    font-size: 1em;
    float: none;
    width: 100%;
  }
  /**** END CONTENU ****/
}
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  /**** HEADER ****/
  #bg_header #logo {
    margin: 0px 0px 0px 10px;
  }
  #bg_header #logo a {
    max-width: 199px;
  }
  #haut_header .contact_facebook {
    right: 10px;
    top: 20px;
  }
  #bas_header {
    padding: 95px 20px 10px 20px;
  }
  #menu_principal_mtpm {
    width: 680px;
    position: absolute;
    left: 375px;
    top: 30px;
  }
  #menu_principal_mtpm #retour_home {
    background: url(http://peinture-mtpm.fr/wp-content/themes/mtpm/css/../images/mtpm-home.png) center center no-repeat;
    background-size: 34px 28px;
    width: 65px;
    height: 32px;
    display: block;
    float: left;
    border-right: 1px solid #8f8b92;
    margin: 0;
    padding: 0;
  }
  #menu_principal_mtpm #primary-menu > li {
    max-width: 25%;
    padding-bottom: 10px;
  }
  #menu_principal_mtpm #primary-menu > li > a,
  #menu_principal_mtpm #primary-menu > li > span {
    white-space: normal;
    text-align: center;
    line-height: 1em;
    padding: 0px 12px;
    height: 32px;
    border-right: 1px solid #8f8b92;
  }
  #menu_principal_mtpm #primary-menu > li:last-child a {
    border: none;
  }
  #menu_principal_mtpm #primary-menu > li:hover > a {
    color: #ff5700;
  }
  #menu_principal_mtpm #primary-menu > li#menu-item-106 {
    max-width: 20%;
  }
  /**** END HEADER ****/
  /**** HOME ****/
  #slider_home {
    width: 1180px;
    margin: 0 auto;
  }
  #slider_home .owl-item a.various {
    top: 35%;
  }
  #contenu_home {
    width: 980px;
    margin: -100px auto 0px auto;
    position: relative;
    z-index: 10;
  }
  #contenu_home article {
    margin: 0 auto;
    max-width: 670px;
  }
  #entrees_home {
    margin: 20px 0px 60px 0px;
  }
  #entrees_home .une_entree {
    display: inline-block;
    margin: 0px 0.8%;
    width: 23.4%;
  }
  #entrees_home .une_entree .infos_complementaires {
    position: absolute;
    top: -138px;
    z-index: 15;
  }
  #entrees_home .une_entree .infos_complementaires .bloc_infosc {
    bottom: -17px;
  }
  #entrees_home .une_entree .infos_complementaires .bloc_infosc span {
    font-size: 0.75em;
  }
  #entrees_home .une_entree a {
    position: relative;
    height: 130px;
  }
  #entrees_home .une_entree a.survol {
    padding-top: 20px;
  }
  #entrees_home .une_entree a.survol .titre_bloc_home {
    padding-top: 20px;
  }
  #entrees_home .une_entree a .picto {
    z-index: 20;
  }
  #entrees_home .une_entree a:hover {
    padding-bottom: 30px;
  }
  #entrees_home .une_entree a:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  #entrees_home .une_entree .titre_bloc_home {
    position: relative;
    z-index: 20;
  }
  #entrees_home .une_entree.grenaillage .infos_complementaires {
    border-top: 5px solid #28859a;
  }
  #entrees_home .une_entree.metallisation .infos_complementaires {
    border-top: 5px solid #a26a1a;
  }
  #entrees_home .une_entree.thermo .infos_complementaires {
    border-top: 5px solid #873153;
  }
  #entrees_home .une_entree.peinture .infos_complementaires {
    border-top: 5px solid #5b3661;
  }
  #petits_plus {
    margin: 30px 10px 0 10px;
  }
  #petits_plus #contenu_petits_plus {
    float: right;
    width: 405px;
    margin: 35px 25px 0px 0px;
  }
  #petits_plus #contenu_petits_plus .titre {
    text-align: left;
  }
  #petits_plus #contenu_petits_plus p {
    line-height: 1.2em;
  }
  #bloc_petits_plus {
    float: left;
    width: 680px;
    padding-bottom: 50px;
  }
  #bloc_petits_plus .bloc {
    width: 25%;
    padding: 20px 0px 20px 0px;
    height: 265px;
  }
  #bloc_petits_plus .bloc .titre_plus {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding-bottom: 120px;
  }
  #bloc_petits_plus .bloc.reactivite {
    background-size: 83px 88px;
    background-position: center 65px;
  }
  #bloc_petits_plus .bloc.specificite {
    background-size: 89px 89px;
    background-position: center 65px;
  }
  #bloc_petits_plus .bloc.qualite {
    background-size: 83px 100px;
    background-position: center 55px;
  }
  #bloc_petits_plus .bloc .delais {
    display: block;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.2em;
  }
  #bloc_petits_plus .bloc .delais_gros {
    font-size: 2.1em;
  }
  #bloc_petits_plus .bloc .contenu_bloc {
    text-align: center;
    padding: 0px 5px;
    font-size: 1.2em;
  }
  #bloc_petits_plus .bloc .contenu_bloc span {
    display: block;
  }
  #bloc_petits_plus #titre_plus {
    padding: 25px 0 20px 0;
  }
  #bloc_petits_plus #titre_plus .difference {
    max-width: 550px;
  }
  #bloc_petits_plus #titre_plus .difference span {
    font-size: 1.3em;
  }
  #professionnalisme {
    margin: 65px 20px 45px 20px;
  }
  #professionnalisme .item a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #professionnalisme .item a:hover {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(22, 22, 23, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(22, 22, 23, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(22, 22, 23, 0.5);
  }
  /**** END HOME ****/
  .liste_actus article {
    float: left;
    margin: 0 1% 20px 1%;
    width: 31.3333%;
  }
  /**** CONTENU ****/
  #fil_ariane {
    margin: 0 10px;
  }
  #rubrique {
    width: 280px;
    margin: 15px 10px 0 10px;
  }
  #rubrique ul li a {
    min-height: none;
    padding: 0px 0px 0px 20px;
    line-height: 57px;
    font-size: 1em;
  }
  #contenu_page {
    width: 870px;
    margin: 15px 10px 0 10px;
    -webkit-box-shadow: 2px 2px 2px 0px #bababa;
    -moz-box-shadow: 2px 2px 2px 0px #bababa;
    box-shadow: 2px 2px 2px 0px #bababa;
  }
  #contenu_page #bandeau a.various:before {
    margin-top: 115px;
    font-size: 75px;
  }
  .contenu #bloc_petits_plus {
    float: none;
    width: 100%;
    padding: 0px 10px 25px 10px;
  }
  .contenu #titre_intro_page #intro {
    padding: 5px 0px 5px 20px;
  }
  .contenu #bloc_petits_plus #titre_plus {
    padding: 25px 5px 20px 5px;
  }
  .contenu #bloc_petits_plus #titre_plus .petits {
    font-size: 2.5em;
    background-size: 54px 54px;
    padding-right: 60px;
  }
  .contenu #bloc_petits_plus .bloc {
    background-size: 49px 52px;
    width: 240px;
    padding: 10px 35px 10px 85px;
    height: auto;
    background-position: 15px center;
  }
  .contenu #bloc_petits_plus .bloc .titre_plus {
    padding: 0;
    text-align: left;
  }
  .contenu #bloc_petits_plus .bloc .delais {
    display: none;
  }
  .contenu #bloc_petits_plus .bloc .delais_gros {
    font-size: 2em;
    text-align: left;
  }
  .contenu #bloc_petits_plus .bloc .contenu_bloc {
    padding: 0px 0px;
    text-align: left;
  }
  .contenu #bloc_petits_plus .bloc .contenu_bloc span {
    display: none;
  }
  /**** END CONTENU ****/
}
