Add Language Menu
This commit is contained in:
parent
bb097b1027
commit
c700c61f85
37
css/app.css
37
css/app.css
|
|
@ -80,6 +80,43 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
.wpml-ls-item a span{
|
||||||
|
background-color: #fef4f6;
|
||||||
|
padding: 5px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||||
|
padding: 0px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation #menu-primary-en li a {
|
||||||
|
font-family: "Montserrat", sans-serif!important;
|
||||||
|
font-weight: 500!important;
|
||||||
|
font-size: 15px!important;
|
||||||
|
color: #000!important;
|
||||||
|
transition: all 0.2s ease-in!important;
|
||||||
|
text-transform: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation #menu-primary-en .current-menu-item a, .navigation #menu-primary-en a:hover {
|
||||||
|
color: var(--pink)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover{
|
||||||
|
color: var(--pink)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Ajustements Mobiles */
|
||||||
|
|
||||||
|
.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||||
|
padding: 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-admin.post-type-portfolio .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
|
.wp-admin.post-type-portfolio .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,12 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -33,19 +33,19 @@ h1 {
|
||||||
margin: 0 calc(50% - 50vw);
|
margin: 0 calc(50% - 50vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:active,
|
a:active,
|
||||||
a:visited,
|
a:visited,
|
||||||
a:focus {
|
a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
button:hover,
|
button:hover,
|
||||||
button:active,
|
button:active,
|
||||||
button:visited,
|
button:visited,
|
||||||
button:focus {
|
button:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
@ -101,7 +101,7 @@ p:empty {
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta,
|
.navigation #menu-primary-beta,
|
||||||
.navigation #menu-primary-en {
|
.navigation #menu-primary-en {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
@ -110,18 +110,18 @@ p:empty {
|
||||||
top: 30px;
|
top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta > li,
|
.navigation #menu-primary-beta > li,
|
||||||
.navigation #menu-primary-en > li {
|
.navigation #menu-primary-en > li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 48px;
|
margin-left: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta > li:first-child,
|
.navigation #menu-primary-beta > li:first-child,
|
||||||
.navigation #menu-primary-en > li:first-child {
|
.navigation #menu-primary-en > li:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta li a,
|
.navigation #menu-primary-beta li a,
|
||||||
.navigation #menu-primary-en li a {
|
.navigation #menu-primary-en li a {
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
@ -131,38 +131,38 @@ p:empty {
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta li a:hover,
|
.navigation #menu-primary-beta li a:hover,
|
||||||
.navigation #menu-primary-en li a:hover {
|
.navigation #menu-primary-en li a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #e91969;
|
color: #e91969;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .current-menu-item a,
|
.navigation #menu-primary-beta .current-menu-item a,
|
||||||
.navigation #menu-primary-en .current-menu-item a {
|
.navigation #menu-primary-en .current-menu-item a {
|
||||||
color: var(--pink);
|
color: var(--pink);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col,
|
.navigation #menu-primary-beta .wpmm-col,
|
||||||
.navigation #menu-primary-en .wpmm-col {
|
.navigation #menu-primary-en .wpmm-col {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col:last-child,
|
.navigation #menu-primary-beta .wpmm-col:last-child,
|
||||||
.navigation #menu-primary-en .wpmm-col:last-child {
|
.navigation #menu-primary-en .wpmm-col:last-child {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu li,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu li,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu li {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu li {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .custom-html-widget,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .custom-html-widget,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .custom-html-widget {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .custom-html-widget {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .custom-html-widget span,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .custom-html-widget span,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .custom-html-widget span {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .custom-html-widget span {
|
||||||
font-family: var(--montserrat);
|
font-family: var(--montserrat);
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
@ -172,7 +172,7 @@ p:empty {
|
||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu li a,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu li a,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu li a {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu li a {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-family: var(--montserrat);
|
font-family: var(--montserrat);
|
||||||
|
|
@ -184,7 +184,7 @@ p:empty {
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:after,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:after,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:after {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -199,12 +199,12 @@ p:empty {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:hover::after,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:hover::after,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:hover::after {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .menu-item-object-page:hover::after {
|
||||||
width: 42px;
|
width: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .current-menu-item::after,
|
.navigation #menu-primary-beta .wpmm-col .wp-megamenu-sub-menu .current-menu-item::after,
|
||||||
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .current-menu-item::after {
|
.navigation #menu-primary-en .wpmm-col .wp-megamenu-sub-menu .current-menu-item::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -218,62 +218,62 @@ p:empty {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-beta
|
#menu-primary-beta
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-agence-web-beta-container
|
.menu-agence-web-beta-container
|
||||||
.menu-item-object-page:after,
|
.menu-item-object-page:after,
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-en
|
#menu-primary-en
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-agence-web-beta-container
|
.menu-agence-web-beta-container
|
||||||
.menu-item-object-page:after {
|
.menu-item-object-page:after {
|
||||||
background-color: #1cc7c7;
|
background-color: #1cc7c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-beta
|
#menu-primary-beta
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-studio-graphique-beta-container
|
.menu-studio-graphique-beta-container
|
||||||
.menu-item-object-page:after,
|
.menu-item-object-page:after,
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-en
|
#menu-primary-en
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-studio-graphique-beta-container
|
.menu-studio-graphique-beta-container
|
||||||
.menu-item-object-page:after {
|
.menu-item-object-page:after {
|
||||||
background-color: #c14fe3;
|
background-color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-beta
|
#menu-primary-beta
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-production-audiovisuelle-beta-container
|
.menu-production-audiovisuelle-beta-container
|
||||||
.menu-item-object-page:after,
|
.menu-item-object-page:after,
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-en
|
#menu-primary-en
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-production-audiovisuelle-beta-container
|
.menu-production-audiovisuelle-beta-container
|
||||||
.menu-item-object-page:after {
|
.menu-item-object-page:after {
|
||||||
background-color: #00bdde;
|
background-color: #00bdde;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-beta
|
#menu-primary-beta
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-inbound-marketing-beta-container
|
.menu-inbound-marketing-beta-container
|
||||||
.menu-item-object-page:after,
|
.menu-item-object-page:after,
|
||||||
.navigation
|
.navigation
|
||||||
#menu-primary-en
|
#menu-primary-en
|
||||||
.wpmm-col
|
.wpmm-col
|
||||||
.wp-megamenu-sub-menu
|
.wp-megamenu-sub-menu
|
||||||
.menu-inbound-marketing-beta-container
|
.menu-inbound-marketing-beta-container
|
||||||
.menu-item-object-page:after {
|
.menu-item-object-page:after {
|
||||||
background-color: #ff0088;
|
background-color: #ff0088;
|
||||||
}
|
}
|
||||||
|
|
@ -324,7 +324,8 @@ p:empty {
|
||||||
color: rgba(33, 213, 245, 1);
|
color: rgba(33, 213, 245, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.desktopMenu #menu-primary-beta {
|
.desktopMenu #menu-primary-beta,
|
||||||
|
.desktopMenu #menu-primary-en {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
@ -333,7 +334,7 @@ p:empty {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-megamenu-primary-beta,
|
#wp-megamenu-primary-beta,
|
||||||
#wp-megamenu-primary-en {
|
#wp-megamenu-primary-en {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
@ -661,7 +662,7 @@ p:empty {
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-blog .custom-pagination a,
|
.page-template-template-blog .custom-pagination a,
|
||||||
.page-template-template-blog .custom-pagination span {
|
.page-template-template-blog .custom-pagination span {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
@ -796,7 +797,7 @@ p:empty {
|
||||||
border: 1px solid #f1f1f1;
|
border: 1px solid #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.single .contenu table tbody tr td,
|
.single .contenu table tbody tr td,
|
||||||
.single .contenu table tbody tr td h3 {
|
.single .contenu table tbody tr td h3 {
|
||||||
font-family: var(--bigCaslon);
|
font-family: var(--bigCaslon);
|
||||||
font-family: var(--montserrat);
|
font-family: var(--montserrat);
|
||||||
|
|
@ -1072,12 +1073,12 @@ p:empty {
|
||||||
|
|
||||||
.page-template-template-services .methodo .contenu a:hover {
|
.page-template-template-services .methodo .contenu a:hover {
|
||||||
text-decoration-color: #000;
|
text-decoration-color: #000;
|
||||||
/*text-decoration: none;
|
/*text-decoration: none;
|
||||||
color: var(--pink);*/
|
color: var(--pink);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-services .methodo .marge4,
|
.page-template-template-services .methodo .marge4,
|
||||||
.page-template-template-services .methodo .marge5,
|
.page-template-template-services .methodo .marge5,
|
||||||
.page-template-template-services .methodo .marge6 {
|
.page-template-template-services .methodo .marge6 {
|
||||||
margin-top: 48px;
|
margin-top: 48px;
|
||||||
}
|
}
|
||||||
|
|
@ -1500,7 +1501,7 @@ p:empty {
|
||||||
|
|
||||||
.page-template-template-domaines .contenuDeLaPage a:hover {
|
.page-template-template-domaines .contenuDeLaPage a:hover {
|
||||||
text-decoration-color: #000;
|
text-decoration-color: #000;
|
||||||
/*text-decoration: none;
|
/*text-decoration: none;
|
||||||
color: var(--pink);*/
|
color: var(--pink);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1821,11 +1822,11 @@ p:empty {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-clients .carteClient img {
|
.page-template-template-clients .carteClient img {
|
||||||
/*
|
/*
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
*/
|
*/
|
||||||
margin: auto;
|
margin: auto;
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
|
|
@ -1852,7 +1853,7 @@ p:empty {
|
||||||
|
|
||||||
.page-template-template-clients .temoignageTexte a:hover {
|
.page-template-template-clients .temoignageTexte a:hover {
|
||||||
text-decoration-color: #000;
|
text-decoration-color: #000;
|
||||||
/*text-decoration: none;
|
/*text-decoration: none;
|
||||||
color: var(--pink);*/
|
color: var(--pink);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1919,7 +1920,7 @@ p:empty {
|
||||||
background-color: #c14fe3;
|
background-color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-portfolio .button-group .video:after,
|
.page-template-template-portfolio .button-group .video:after,
|
||||||
.page-template-template-portfolio .button-group .motiondesign:after {
|
.page-template-template-portfolio .button-group .motiondesign:after {
|
||||||
background-color: #21d5f5;
|
background-color: #21d5f5;
|
||||||
}
|
}
|
||||||
|
|
@ -1992,7 +1993,7 @@ p:empty {
|
||||||
|
|
||||||
.page-template-template-portfolio .element-item .contenu a:hover {
|
.page-template-template-portfolio .element-item .contenu a:hover {
|
||||||
text-decoration-color: #000;
|
text-decoration-color: #000;
|
||||||
/*text-decoration: none;
|
/*text-decoration: none;
|
||||||
color: var(--pink);*/
|
color: var(--pink);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2063,7 +2064,7 @@ p:empty {
|
||||||
color: #1cc7c7;
|
color: #1cc7c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-equipe .valeur .barre,
|
.page-template-template-equipe .valeur .barre,
|
||||||
.page-template-template-equipe .valeur .circleTop {
|
.page-template-template-equipe .valeur .circleTop {
|
||||||
background-color: #1cc7c7;
|
background-color: #1cc7c7;
|
||||||
}
|
}
|
||||||
|
|
@ -2072,7 +2073,7 @@ p:empty {
|
||||||
color: #c14fe3;
|
color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-equipe .vision .barre,
|
.page-template-template-equipe .vision .barre,
|
||||||
.page-template-template-equipe .vision .circleTop {
|
.page-template-template-equipe .vision .circleTop {
|
||||||
background-color: #c14fe3;
|
background-color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
@ -2192,7 +2193,7 @@ p:empty {
|
||||||
padding-bottom: 51px;
|
padding-bottom: 51px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-contact .containerForm input,
|
.page-template-template-contact .containerForm input,
|
||||||
.page-template-template-contact .containerForm textarea {
|
.page-template-template-contact .containerForm textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
@ -2359,7 +2360,7 @@ p:empty {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#cd-zoom-in,
|
#cd-zoom-in,
|
||||||
#cd-zoom-out {
|
#cd-zoom-out {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|
@ -2371,13 +2372,13 @@ p:empty {
|
||||||
background-image: url("../images/mapMoin.svg");
|
background-image: url("../images/mapMoin.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-touch #cd-zoom-in:hover,
|
.no-touch #cd-zoom-in:hover,
|
||||||
.no-touch #cd-zoom-out:hover {
|
.no-touch #cd-zoom-out:hover {
|
||||||
background-color: #d36868;
|
background-color: #d36868;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
#cd-zoom-in,
|
#cd-zoom-in,
|
||||||
#cd-zoom-out {
|
#cd-zoom-out {
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
@ -2606,13 +2607,13 @@ p:empty {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .menu-vous-et-deligraph-beta-container ul,
|
.footer .menu-vous-et-deligraph-beta-container ul,
|
||||||
.footer .menu-deligraph-beta-container ul {
|
.footer .menu-deligraph-beta-container ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .menu-vous-et-deligraph-beta-container ul li,
|
.footer .menu-vous-et-deligraph-beta-container ul li,
|
||||||
.footer .menu-deligraph-beta-container ul li {
|
.footer .menu-deligraph-beta-container ul li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -2621,7 +2622,7 @@ p:empty {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .menu-vous-et-deligraph-beta-container ul li a,
|
.footer .menu-vous-et-deligraph-beta-container ul li a,
|
||||||
.footer .menu-deligraph-beta-container ul li a {
|
.footer .menu-deligraph-beta-container ul li a {
|
||||||
font-family: var(--montserrat);
|
font-family: var(--montserrat);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -2729,17 +2730,17 @@ p:empty {
|
||||||
|
|
||||||
/* SERVICE : Web-Design */
|
/* SERVICE : Web-Design */
|
||||||
|
|
||||||
.webDesign .circle,
|
.webDesign .circle,
|
||||||
.studioGraphique .circle {
|
.studioGraphique .circle {
|
||||||
background-color: #c14fe3;
|
background-color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webDesign h2,
|
.webDesign h2,
|
||||||
.studioGraphique h2 {
|
.studioGraphique h2 {
|
||||||
color: #c14fe3;
|
color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webDesign h2:before,
|
.webDesign h2:before,
|
||||||
.studioGraphique h2:before {
|
.studioGraphique h2:before {
|
||||||
background-color: #c14fe3;
|
background-color: #c14fe3;
|
||||||
}
|
}
|
||||||
|
|
@ -2977,7 +2978,8 @@ p:empty {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
||||||
.navigation #menu-primary-beta > li {
|
.navigation #menu-primary-beta > li,
|
||||||
|
.navigation #menu-primary-en > li {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2999,17 +3001,20 @@ p:empty {
|
||||||
margin-left: 61px;
|
margin-left: 61px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta {
|
.navigation #menu-primary-beta,
|
||||||
|
.navigation #menu-primary-en {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta li:first-child {
|
.navigation #menu-primary-beta li:first-child,
|
||||||
|
.navigation #menu-primary-en li:first-child{
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta li {
|
.navigation #menu-primary-beta li,
|
||||||
|
.navigation #menu-primary-en li {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
@ -3065,11 +3070,11 @@ p:empty {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-services .methodo .marge1,
|
.page-template-template-services .methodo .marge1,
|
||||||
.page-template-template-services .methodo .marge2,
|
.page-template-template-services .methodo .marge2,
|
||||||
.page-template-template-services .methodo .marge3,
|
.page-template-template-services .methodo .marge3,
|
||||||
.page-template-template-services .methodo .marge4,
|
.page-template-template-services .methodo .marge4,
|
||||||
.page-template-template-services .methodo .marge5,
|
.page-template-template-services .methodo .marge5,
|
||||||
.page-template-template-services .methodo .marge6 {
|
.page-template-template-services .methodo .marge6 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|
@ -3125,7 +3130,8 @@ p:empty {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta {
|
.navigation #menu-primary-beta,
|
||||||
|
.navigation #menu-primary-en{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -3134,7 +3140,8 @@ p:empty {
|
||||||
background-color: rgb(237, 216, 216);
|
background-color: rgb(237, 216, 216);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li {
|
.navigation #menu-primary-beta .wp-megamenu-sub-menu li,
|
||||||
|
.navigation #menu-primary-en .wp-megamenu-sub-menu li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3247,8 +3254,8 @@ p:empty {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .tva,
|
.footer .tva,
|
||||||
.footer .condition,
|
.footer .condition,
|
||||||
.footer .copyright {
|
.footer .copyright {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -3294,12 +3301,12 @@ p:empty {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-services .menuContainer .menu-bas,
|
.page-template-template-services .menuContainer .menu-bas,
|
||||||
.page-template-template-domaines .menuContainer .menu-bas {
|
.page-template-template-domaines .menuContainer .menu-bas {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-template-services .menuContainer h2,
|
.page-template-template-services .menuContainer h2,
|
||||||
.page-template-template-domaines .menuContainer h2 {
|
.page-template-template-domaines .menuContainer h2 {
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
@ -3336,15 +3343,15 @@ p:empty {
|
||||||
width: 233px;
|
width: 233px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.wpmm-mobile-menu a.wpmm_mobile_menu_btn
|
.wpmm-mobile-menu a.wpmm_mobile_menu_btn
|
||||||
{
|
{
|
||||||
top: 115px;
|
top: 115px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.single .sidebar .domaineBloc.fixe {
|
.single .sidebar .domaineBloc.fixe {
|
||||||
|
|
@ -3353,11 +3360,11 @@ p:empty {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 382px) {
|
@media screen and (max-width: 382px) {
|
||||||
/*
|
/*
|
||||||
.wpmm_brand_logo_wrap
|
.wpmm_brand_logo_wrap
|
||||||
{
|
{
|
||||||
margin-top: -79px;
|
margin-top: -79px;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
@ -3442,7 +3449,7 @@ p:empty {
|
||||||
|
|
||||||
.page-template-template-legal .contenu a:hover {
|
.page-template-template-legal .contenu a:hover {
|
||||||
text-decoration-color: #000;
|
text-decoration-color: #000;
|
||||||
/*text-decoration: none;
|
/*text-decoration: none;
|
||||||
color: var(--pink);*/
|
color: var(--pink);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3602,7 +3609,7 @@ p:empty {
|
||||||
|
|
||||||
.page-template-template-job .contenuDeLaPage a:hover {
|
.page-template-template-job .contenuDeLaPage a:hover {
|
||||||
text-decoration-color: #000;
|
text-decoration-color: #000;
|
||||||
/*text-decoration: none;
|
/*text-decoration: none;
|
||||||
color: var(--pink);*/
|
color: var(--pink);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3892,4 +3899,4 @@ p:empty {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------ */
|
/* ------ */
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,9 @@
|
||||||
return __reExport(__markAsModule(__defProp(module != null ? __create(__getProtoOf(module)) : {}, "default", module && module.__esModule && "default" in module ? { get: () => module.default, enumerable: true } : { value: module, enumerable: true })), module);
|
return __reExport(__markAsModule(__defProp(module != null ? __create(__getProtoOf(module)) : {}, "default", module && module.__esModule && "default" in module ? { get: () => module.default, enumerable: true } : { value: module, enumerable: true })), module);
|
||||||
};
|
};
|
||||||
|
|
||||||
// node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/dist/cjs/popper.js
|
// node_modules/@popperjs/core/dist/cjs/popper.js
|
||||||
var require_popper = __commonJS({
|
var require_popper = __commonJS({
|
||||||
"node_modules/.pnpm/@popperjs+core@2.11.8/node_modules/@popperjs/core/dist/cjs/popper.js"(exports) {
|
"node_modules/@popperjs/core/dist/cjs/popper.js"(exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
function getWindow(node) {
|
function getWindow(node) {
|
||||||
|
|
@ -1366,9 +1366,9 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// node_modules/.pnpm/bootstrap@5.3.3_@popperjs+core@2.11.8/node_modules/bootstrap/dist/js/bootstrap.js
|
// node_modules/bootstrap/dist/js/bootstrap.js
|
||||||
var require_bootstrap = __commonJS({
|
var require_bootstrap = __commonJS({
|
||||||
"node_modules/.pnpm/bootstrap@5.3.3_@popperjs+core@2.11.8/node_modules/bootstrap/dist/js/bootstrap.js"(exports, module) {
|
"node_modules/bootstrap/dist/js/bootstrap.js"(exports, module) {
|
||||||
(function(global, factory) {
|
(function(global, factory) {
|
||||||
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory(require_popper()) : typeof define === "function" && define.amd ? define(["@popperjs/core"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, global.bootstrap = factory(global.Popper));
|
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory(require_popper()) : typeof define === "function" && define.amd ? define(["@popperjs/core"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, global.bootstrap = factory(global.Popper));
|
||||||
})(exports, function(Popper) {
|
})(exports, function(Popper) {
|
||||||
|
|
|
||||||
3973
package-lock.json
generated
Normal file
3973
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -3,6 +3,7 @@
|
||||||
@import "tailwindcss/utilities"; */
|
@import "tailwindcss/utilities"; */
|
||||||
/* @import url("css/font.css"); */
|
/* @import url("css/font.css"); */
|
||||||
@import "./base/font.css";
|
@import "./base/font.css";
|
||||||
|
@import "./base/menuLang.css";
|
||||||
@import "./editor/editor.css";
|
@import "./editor/editor.css";
|
||||||
|
|
||||||
@import "./pages/single-portfolio.css";
|
@import "./pages/single-portfolio.css";
|
||||||
|
|
|
||||||
|
|
@ -281,7 +281,8 @@ p:empty {
|
||||||
.navigation #menu-primary-beta li a.bleu {
|
.navigation #menu-primary-beta li a.bleu {
|
||||||
color: rgba(33, 213, 245, 1);
|
color: rgba(33, 213, 245, 1);
|
||||||
}
|
}
|
||||||
.desktopMenu #menu-primary-beta {
|
.desktopMenu #menu-primary-beta,
|
||||||
|
.desktopMenu #menu-primary-en {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
@ -2046,7 +2047,7 @@ p:empty {
|
||||||
background-color: var(--pink);
|
background-color: var(--pink);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 32px 64px;
|
background-size: 32px 64px;
|
||||||
background-image: url("images/mapMoin.svg");
|
background-image: url("../images/mapMoin.svg");
|
||||||
}
|
}
|
||||||
.no-touch #cd-zoom-in:hover,
|
.no-touch #cd-zoom-in:hover,
|
||||||
.no-touch #cd-zoom-out:hover {
|
.no-touch #cd-zoom-out:hover {
|
||||||
|
|
@ -2543,7 +2544,8 @@ p:empty {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
||||||
.navigation #menu-primary-beta > li {
|
.navigation #menu-primary-beta > li,
|
||||||
|
.navigation #menu-primary-en > li {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2562,18 +2564,22 @@ p:empty {
|
||||||
.page-template-template-portfolio .button-group button {
|
.page-template-template-portfolio .button-group button {
|
||||||
margin-left: 61px;
|
margin-left: 61px;
|
||||||
}
|
}
|
||||||
.navigation #menu-primary-beta {
|
.navigation #menu-primary-beta,
|
||||||
|
.navigation #menu-primary-en {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
.navigation #menu-primary-beta li:first-child {
|
.navigation #menu-primary-beta li:first-child,
|
||||||
|
.navigation #menu-primary-en li:first-child{
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
.navigation #menu-primary-beta li:first-child {
|
.navigation #menu-primary-beta li:first-child,
|
||||||
|
.navigation #menu-primary-en li:first-child {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
.navigation #menu-primary-beta li {
|
.navigation #menu-primary-beta li,
|
||||||
|
.navigation #menu-primary-en li {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
@ -2673,7 +2679,8 @@ p:empty {
|
||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
.navigation #menu-primary-beta {
|
.navigation #menu-primary-beta,
|
||||||
|
.navigation #menu-primary-en{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -2681,7 +2688,8 @@ p:empty {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: rgb(237, 216, 216);
|
background-color: rgb(237, 216, 216);
|
||||||
}
|
}
|
||||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li {
|
.navigation #menu-primary-beta .wp-megamenu-sub-menu li,
|
||||||
|
.navigation #menu-primary-en .wp-megamenu-sub-menu li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.page-template-template-contact .information h2 {
|
.page-template-template-contact .information h2 {
|
||||||
|
|
|
||||||
42
resources/css/base/menuLang.css
Normal file
42
resources/css/base/menuLang.css
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
.wpml-ls-item{
|
||||||
|
a {
|
||||||
|
span{
|
||||||
|
background-color: #fef4f6;
|
||||||
|
padding: 5px 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||||
|
padding: 0px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation #menu-primary-en li a {
|
||||||
|
font-family: "Montserrat", sans-serif!important;
|
||||||
|
font-weight: 500!important;
|
||||||
|
font-size: 15px!important;
|
||||||
|
color: #000!important;
|
||||||
|
transition: all 0.2s ease-in!important;
|
||||||
|
text-transform: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation #menu-primary-en .current-menu-item a, .navigation #menu-primary-en a:hover {
|
||||||
|
color: var(--pink)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover{
|
||||||
|
color: var(--pink)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Ajustements Mobiles */
|
||||||
|
.wpmm-mobile-menu{
|
||||||
|
.wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||||
|
padding: 0px 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user